summaryrefslogtreecommitdiff
path: root/Doc/tutorial/modules.rst
Commit message (Expand)AuthorAgeFilesLines
* closes bpo-35329: Change 'Package' to 'package' in accordance with PEP8. (GH-...Miss Islington (bot)2019-04-291-1/+1
* better __init__.py explanation in tutorial (GH-12763)Miss Islington (bot)2019-04-101-3/+3
* [3.7] bpo-35506: Remove redundant and incorrect links from keywords. (GH-1117...Serhiy Storchaka2018-12-191-2/+2
* use rich markup for PEP reference (GH-7939)Miss Islington (bot)2018-06-261-1/+1
* bpo-33297: Mention Pillow to work with more image formats. (GH-6505)Miss Islington (bot)2018-04-211-1/+1
* bpo-31454: Include information about "import X as Y" in Modules tutorial (GH-...Miss Islington (bot)2018-02-251-0/+19
* bpo-31757: Make Fibonacci examples consistent (#3991)Raymond Hettinger2017-10-141-10/+10
* Issue #28820: Fix spelling of “practice” as a nounMartin Panter2016-12-101-1/+1
* Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.Martin Panter2016-07-261-1/+3
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-1/+1
* Issue26135 - In the tutorial section on modules, reference importlib.reload i...Senthil Kumaran2016-01-161-1/+2
* Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-6/+5
* Issue #6386: When executing a script that's a symlink, the directoryBrett Cannon2014-02-061-2/+8
* merge with 3.3Georg Brandl2013-10-271-1/+1
|\
| * Fix markup errors in the docs and amend suspicious ignores.Georg Brandl2013-10-271-1/+1
* | merge with 3.3Georg Brandl2013-10-121-48/+36
|\ \ | |/
| * Closes #13915: update tutorial with respect to .pyc files (__pycache__ / PEP ...Georg Brandl2013-10-121-48/+36
* | merge with 3.3Georg Brandl2013-10-061-1/+1
|\ \ | |/
| * Fix typo in example file name. Found by John Bokma on docs@.Georg Brandl2013-10-061-1/+1
* | merge with 3.3Georg Brandl2013-10-061-1/+3
|\ \ | |/
| * Fix wrong Python highlighting in directory hierarchy code block.Georg Brandl2013-10-061-1/+3
* | #15575: Clarify tutorial description of when modules are executed.R David Murray2013-04-211-1/+2
|\ \ | |/
| * #15575: Clarify tutorial description of when modules are executed.R David Murray2013-04-211-1/+2
* | merge with 3.3Georg Brandl2013-04-141-2/+2
|\ \ | |/
| * Clarify that the function *definition* creates the function and the binding i...Georg Brandl2013-04-141-2/+2
* | Merge updates about dir() with 3.3.Ezio Melotti2012-11-171-34/+49
|\ \ | |/
| * Merge updates about dir() with 3.2.Ezio Melotti2012-11-171-33/+49
| |\ |/ /
| * Update section about dir() in the tutorial.Ezio Melotti2012-11-171-33/+41
|/
* add missing period; thanks to Gaston Fiore from docs@Sandro Tosi2012-08-041-1/+1
* Issue #11948: clarify modules search pathSandro Tosi2012-01-191-18/+16
* Fix closes Issue12359 - Removing a confusing sentence from the previous change.Senthil Kumaran2011-06-201-7/+7
* minor space nit.Senthil Kumaran2011-06-191-1/+1
* Fix closes Issue12359 - Minor update to module import description.Senthil Kumaran2011-06-191-7/+8
* Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,...Benjamin Peterson2009-10-041-12/+10
* Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-...Alexandre Vassalotti2009-07-291-8/+9
* Issue #1717: documentation fixes related to the cmp removal.Mark Dickinson2009-02-011-19/+19
* Remove trailing whitespace.Georg Brandl2009-01-031-22/+22
* #4667: fix some 2.x leftovers in the tutorial.Georg Brandl2008-12-151-1/+1
* #3503: fix print statements in 3k doc.Georg Brandl2008-08-051-0/+1
* Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,...Alexandre Vassalotti2008-05-161-1/+1
* Merged revisions 62914-62916,62918-62919,62921-62922,62924-62942,62944-62945,...Alexandre Vassalotti2008-05-151-0/+7
* Remove many "versionchanged" items that didn't use the official markup,Georg Brandl2008-05-121-18/+7
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-311-12/+1
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-4/+4
* #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/.Georg Brandl2007-11-011-2/+2
* Tutorial formatting patch by Robin Stocker.Georg Brandl2007-09-031-2/+2
* Tutorial update for 3.0 by Paul Dubois.Guido van Rossum2007-08-311-27/+31
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+551