Georg Brandl
|
3456d4746d
|
Fix typo in example file name. Found by John Bokma on docs@.
|
2013-10-06 19:21:14 +02:00 |
Georg Brandl
|
15d9fe7ecf
|
Fix wrong Python highlighting in directory hierarchy code block.
|
2013-10-06 11:08:24 +02:00 |
R David Murray
|
240a2fd46f
|
#15575: Clarify tutorial description of when modules are executed.
|
2013-04-21 17:14:40 -04:00 |
Georg Brandl
|
d4c45a91b7
|
Clarify that the function *definition* creates the function and the binding in the module globals.
|
2013-04-14 11:47:46 +02:00 |
Ezio Melotti
|
820f2bdaf9
|
Update section about dir() in the tutorial.
|
2012-11-17 12:46:40 +02:00 |
Sandro Tosi
|
7687f3fb80
|
add missing period; thanks to Gaston Fiore from docs@
|
2012-08-04 19:42:06 +02:00 |
Sandro Tosi
|
d53abd3154
|
Issue #11948: clarify modules search path
|
2012-01-19 11:28:15 +01:00 |
Senthil Kumaran
|
832288ca18
|
merge 3.2 - Fix closes Issue12359 - Removing a confusing sentence from the previous change.
|
2011-06-20 07:34:48 -07:00 |
Senthil Kumaran
|
98fec3aa5e
|
Fix issue12359. Minor doc update on import module description.
|
2011-06-19 17:45:36 -07:00 |
Michael Foord
|
ee2df03009
|
Tutorial tweaks. Issue 6849.
|
2009-09-13 17:07:46 +00:00 |
Georg Brandl
|
ffefd5a8bb
|
Fix some markup and small factual glitches found by M. Markert.
|
2009-07-29 17:07:21 +00:00 |
Antoine Pitrou
|
789be0c0a0
|
Issue #2396: backport the memoryview object.
|
2009-04-02 21:18:34 +00:00 |
Georg Brandl
|
c62ef8b4d9
|
Remove trailing whitespace.
|
2009-01-03 20:55:06 +00:00 |
Georg Brandl
|
605a0c6f7f
|
reload() takes the module itself.
|
2008-05-11 07:02:17 +00:00 |
Georg Brandl
|
68fd63ba9a
|
Add a note about using reload().
|
2008-05-09 06:39:58 +00:00 |
Georg Brandl
|
b19be571e0
|
Some cleanup in the docs.
|
2007-12-29 10:57:00 +00:00 |
Georg Brandl
|
5e52db035d
|
Add :term:s for descriptors.
|
2007-10-21 10:45:46 +00:00 |
Georg Brandl
|
8ec7f65613
|
Move the 2.6 reST doc tree in place.
|
2007-08-15 14:28:01 +00:00 |