COMMITS
/ Doc/tutorial/modules.rst July 21, 2025
J
Pedantic rewording of why relative importing doesn't work in main modules (GH-136846)
Josh Cannon committed
June 6, 2025
J
feat(docs): type fix - apply pep8 by using docstring instead of comment in the doc. (#135181)
Jean-Louis GUENEGO committed
October 9, 2024
A
gh-101100: Consolidate documentation on `ModuleType` attributes (#124709)
Alex Waygood committed
December 19, 2023
U
gh-113208: Mention namespace packages don't require __init__.py (#113209)
Unique-Usman committed
August 21, 2023
S
Improve references in the tutorial (GH-108069)
Serhiy Storchaka committed
July 23, 2023
May 4, 2023
A
GH-97950: Use new-style index directive ('module') (#103996)
Adam Turner committed
March 15, 2023
R
gh-102703: Fix typo in modules tutorial documentation (GH-102707)
Robert Prater (B. Eng) committed
June 28, 2022
S
gh-61585: Clarify import scope in modules tutorial (GH-93455)
Stanley committed
May 8, 2022
S
gh-77521: Add link to builtin module names in modules tutorial (#92438)
slateny committed
April 17, 2022
1
gh-91541: Fix error in example in modules tutorial (#91634)
180909 committed
April 6, 2022
K
bpo-47189: What's New in 3.11: Faster CPython (GH-32235)
Ken Jin committed
March 23, 2022
R
bpo-31582: Created a new documentation section describing sys.path initialization (GH-31082)
Russel Webber committed
September 23, 2021
P
bpo-38623: Add note about site module (site-packages) (GH-16974)
Peter Bittner committed
August 24, 2021
J
bpo-39452: Rewrite and expand __main__.rst (#26883)
Jack DeVries committed
June 25, 2019
X
bpo-37392: Update the dir(sys) in module tutorial (GH-14365)
Xtreak committed
April 30, 2019
U
closes bpo-35329: Change 'Package' to 'package' in accordance with PEP8. (GH-13008)
Utkarsh Gupta committed
April 11, 2019
I
better __init__.py explanation in tutorial (#12763)
Inada Naoki committed
December 19, 2018
S
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
Serhiy Storchaka committed
June 27, 2018
B
use rich markup for PEP reference (GH-7939)
Behzad B. Mokhtari committed
April 21, 2018
A
bpo-33297: Mention Pillow to work with more image formats. (#6505)
Andrés Delfino committed
February 25, 2018
M
bpo-31454: Include information about "import X as Y" in Modules tutorial (GH-4041)
Mario Corchero committed
October 14, 2017
R
bpo-31757: Make Fibonacci examples consistent (#3991)
Raymond Hettinger committed
December 10, 2016
M
Issue #28820: Fix spelling of “practice” as a noun
Martin Panter committed
July 26, 2016
M
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
Martin Panter committed
May 10, 2016
S
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka committed
January 17, 2016
S
Issue26135 - In the tutorial section on modules, reference importlib.reload instead of imp.reload.
Senthil Kumaran committed
April 13, 2015
B
Issue #23731: Implement PEP 488.
Brett Cannon committed
February 6, 2014
B
Issue #6386: When executing a script that's a symlink, the directory
Brett Cannon committed
October 27, 2013
G
merge with 3.3
Georg Brandl committed
G
Fix markup errors in the docs and amend suspicious ignores.
Georg Brandl committed
October 12, 2013
G
merge with 3.3
Georg Brandl committed
G
Closes #13915: update tutorial with respect to .pyc files (__pycache__ / PEP 3147).
Georg Brandl committed
October 6, 2013
G
merge with 3.3
Georg Brandl committed
G
Fix typo in example file name. Found by John Bokma on docs@.
Georg Brandl committed
G
merge with 3.3
Georg Brandl committed
G
Fix wrong Python highlighting in directory hierarchy code block.
Georg Brandl committed
April 21, 2013
R
#15575: Clarify tutorial description of when modules are executed.
R David Murray committed
R
#15575: Clarify tutorial description of when modules are executed.
R David Murray committed
April 14, 2013
G
merge with 3.3
Georg Brandl committed
November 17, 2012
E
Merge updates about dir() with 3.3.
Ezio Melotti committed
E
Merge updates about dir() with 3.2.
Ezio Melotti committed
E
Update section about dir() in the tutorial.
Ezio Melotti committed
August 4, 2012
S
add missing period; thanks to Gaston Fiore from docs@
Sandro Tosi committed
January 19, 2012
S
Issue #11948: clarify modules search path
Sandro Tosi committed
June 20, 2011
S
Fix closes Issue12359 - Removing a confusing sentence from the previous change.
Senthil Kumaran committed
S
minor space nit.
Senthil Kumaran committed
S
Fix closes Issue12359 - Minor update to module import description.
Senthil Kumaran committed