COMMITS
/ Lib/pydoc.py August 21, 2017
V
bpo-31238: pydoc ServerThread.stop() now joins itself (#3151)
Victor Stinner committed
March 19, 2017
S
bpo-29776: Use decorator syntax for properties. (#585)
Serhiy Storchaka committed
January 23, 2017
S
Issue #29338: Don't output an empty signature for class constructor.
Serhiy Storchaka committed
S
Issue #29338: The help of a builtin or extension class now includes the
Serhiy Storchaka committed
September 7, 2016
E
Issue #15767: Use ModuleNotFoundError.
Eric Snow committed
June 14, 2016
D
- Issue #8637: Honor a pager set by the env var MANPAGER (in preference to
doko@ubuntu.com committed
D
- Issue #8637: Honor a pager set by the env var MANPAGER (in preference to
doko@ubuntu.com committed
June 12, 2016
M
Issue #16484: Merge pydoc Windows fixes from 3.5
Martin Panter committed
M
Issue #16484: Fix pydoc link and test on Windows, by Kaushik Nadikuditi
Martin Panter committed
June 3, 2016
R
Merge: #16484: Fix pydoc doc links to modules whose names are mixed case.
R David Murray committed
R
#16484: Fix pydoc doc links to modules whose names are mixed case.
R David Murray committed
February 11, 2016
S
Issue #25985: sys.version_info is now used instead of sys.version
Serhiy Storchaka committed
November 6, 2015
M
Issue #18010: Merge pydoc web search fix from 3.5
Martin Panter committed
M
Issue #18010: Merge pydoc web search fix from 3.4 into 3.5
Martin Panter committed
M
Issue #18010: Fix pydoc web server search to handle package exceptions
Martin Panter committed
October 6, 2015
S
Merge with 3.5.
Serhiy Storchaka committed
August 19, 2015
R
Issue #24879: Teach pydoc to display named tuple fields in the order they were defined.
Raymond Hettinger committed
May 3, 2015
E
Issue #23911: Move path-based bootstrap code to a separate frozen module.
Eric Snow committed
April 21, 2015
S
Issue #23008: Fixed resolving attributes with boolean value is False in pydoc.
Serhiy Storchaka committed
S
Issue #23008: Fixed resolving attributes with boolean value is False in pydoc.
Serhiy Storchaka committed
April 13, 2015
B
Issue #23731: Implement PEP 488.
Brett Cannon committed
April 4, 2015
S
Issue #22831: Use "with" to avoid possible fd leaks.
Serhiy Storchaka committed
March 30, 2015
R
Merge: #23792: also catch interrupt around pipe.write.
R David Murray committed
R
#23792: also catch interrupt around pipe.write.
R David Murray committed
March 29, 2015
R
Merge: #23792: Ignore KeyboardInterrupt when the pydoc pager is active.
R David Murray committed
R
#23792: Ignore KeyboardInterrupt when the pydoc pager is active.
R David Murray committed
February 28, 2015
S
Issue #19980: Improved help() for non-recognized strings. help('') now
Serhiy Storchaka committed
February 20, 2015
S
Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding
Serhiy Storchaka committed
S
Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding
Serhiy Storchaka committed
February 17, 2015
B
merge 3.4 (#21548)
Benjamin Peterson committed
B
fix pydoc.apropos and pydoc.synopsis on modules with empty docstrings (#21548)
Benjamin Peterson committed
November 27, 2014
S
Issue #22314: pydoc now works when the LINES environment variable is set.
Serhiy Storchaka committed
S
Issue #22314: pydoc now works when the LINES environment variable is set.
Serhiy Storchaka committed
November 17, 2014
S
Issue #20662: Argspec now is escaped in html output of pydoc.
Serhiy Storchaka committed
S
Issue #20662: Argspec now is escaped in html output of pydoc.
Serhiy Storchaka committed
September 30, 2014
September 17, 2014
S
Merge from 3.4
Senthil Kumaran committed
S
Merge from 3.3
Senthil Kumaran committed
S
Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all interfaces.
Senthil Kumaran committed
July 25, 2014
S
Issue #22033: Reprs of most Python implemened classes now contain actual
Serhiy Storchaka committed
July 10, 2014
Z
Issue #21942: Fixed source file viewing in pydoc's server mode on Windows.
Zachary Ware committed
Z
Issue #21942: Fixed source file viewing in pydoc's server mode on Windows.
Zachary Ware committed
June 8, 2014
B
merge 3.4 (#11709)
Benjamin Peterson committed
B
make sure the builtin help function doesn't fail when sys.stdin is not a valid file (closes #11709)
Benjamin Peterson committed
June 7, 2014
B
merge 3.4 (#13223)
Benjamin Peterson committed
B
don't remove self from example code in the HTML output (closes #13223)
Benjamin Peterson committed
May 30, 2014
B
Issue #20383: Introduce importlib.util.module_from_spec().
Brett Cannon committed
May 25, 2014
S
Issue #18918: Removed non-existing topic from a list of available topics.
Serhiy Storchaka committed
May 13, 2014
V
Issue #21398: Fix an unicode error in the pydoc pager when the documentation
Victor Stinner committed