index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
pydoc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #15767: Use ModuleNotFoundError.
Eric Snow
2016-09-07
1
-1
/
+1
*
- Issue #8637: Honor a pager set by the env var MANPAGER (in preference to
doko
2016-06-14
1
-3
/
+3
*
- Issue #8637: Honor a pager set by the env var MANPAGER (in preference to
doko
2016-06-14
1
-1
/
+2
*
Issue #16484: Merge pydoc Windows fixes from 3.5
Martin Panter
2016-06-12
1
-7
/
+18
|
\
|
*
Merge: #16484: Fix pydoc doc links to modules whose names are mixed case.
R David Murray
2016-06-03
1
-6
/
+6
|
|
\
|
*
|
Issue #25985: sys.version_info is now used instead of sys.version
Serhiy Storchaka
2016-02-11
1
-3
/
+3
|
*
|
Issue #18010: Merge pydoc web search fix from 3.5
Martin Panter
2015-11-06
1
-4
/
+15
|
|
\
\
|
|
*
\
Merge with 3.5.
Serhiy Storchaka
2015-10-06
1
-4
/
+15
|
|
|
\
\
|
|
|
*
|
Issue #24879: Teach pydoc to display named tuple fields in the order they we...
Raymond Hettinger
2015-08-18
1
-4
/
+15
|
|
|
/
/
*
|
|
|
Issue #16484: Fix pydoc link and test on Windows, by Kaushik Nadikuditi
Martin Panter
2016-06-12
1
-2
/
+3
|
|
_
|
/
|
/
|
|
*
|
|
#16484: Fix pydoc doc links to modules whose names are mixed case.
R David Murray
2016-06-03
1
-6
/
+6
|
/
/
*
|
Issue #18010: Merge pydoc web search fix from 3.4 into 3.5
Martin Panter
2015-11-06
1
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
Issue #18010: Fix pydoc web server search to handle package exceptions
Martin Panter
2015-11-06
1
-1
/
+3
*
|
Issue #23911: Move path-based bootstrap code to a separate frozen module.
Eric Snow
2015-05-02
1
-2
/
+3
*
|
Issue #23008: Fixed resolving attributes with boolean value is False in pydoc.
Serhiy Storchaka
2015-04-21
1
-15
/
+18
|
\
\
|
|
/
|
/
|
|
*
Issue #23731: Implement PEP 488.
Brett Cannon
2015-04-13
1
-1
/
+1
|
*
Issue #22831: Use "with" to avoid possible fd leaks.
Serhiy Storchaka
2015-04-04
1
-3
/
+2
|
*
Merge: #23792: also catch interrupt around pipe.write.
R David Murray
2015-03-30
1
-11
/
+15
|
|
\
|
|
*
Merge: #23792: Ignore KeyboardInterrupt when the pydoc pager is active.
R David Murray
2015-03-29
1
-3
/
+10
|
|
|
\
|
|
*
|
Issue #19980: Improved help() for non-recognized strings. help('') now
Serhiy Storchaka
2015-03-01
1
-4
/
+10
|
|
*
|
Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding
Serhiy Storchaka
2015-02-20
1
-7
/
+5
|
|
|
\
\
|
|
|
*
\
merge 3.4 (#21548)
Benjamin Peterson
2015-02-16
1
-2
/
+2
|
|
|
|
\
\
|
|
|
*
\
\
Issue #22314: pydoc now works when the LINES environment variable is set.
Serhiy Storchaka
2014-11-28
1
-2
/
+8
|
|
|
|
\
\
\
|
|
|
*
\
\
\
Issue #20662: Argspec now is escaped in html output of pydoc.
Serhiy Storchaka
2014-11-17
1
-1
/
+1
|
|
|
|
\
\
\
\
|
|
|
*
|
|
|
|
Move Doc/tools/sphinxext content to Doc/tools, there is no need for the neste...
Georg Brandl
2014-09-30
1
-1
/
+1
|
|
|
*
|
|
|
|
Merge from 3.4
Senthil Kumaran
2014-09-17
1
-2
/
+2
|
|
|
|
\
\
\
\
\
|
|
|
*
|
|
|
|
|
Issue #22033: Reprs of most Python implemened classes now contain actual
Serhiy Storchaka
2014-07-25
1
-1
/
+2
|
|
|
*
|
|
|
|
|
Issue #21942: Fixed source file viewing in pydoc's server mode on Windows.
Zachary Ware
2014-07-10
1
-5
/
+3
|
|
|
|
\
\
\
\
\
\
|
|
|
*
\
\
\
\
\
\
merge 3.4 (#11709)
Benjamin Peterson
2014-06-07
1
-6
/
+3
|
|
|
|
\
\
\
\
\
\
\
|
|
|
|
*
\
\
\
\
\
\
merge 3.4 (#13223)
Benjamin Peterson
2014-06-07
1
-6
/
+3
|
|
|
|
|
\
\
\
\
\
\
\
|
|
|
|
|
*
|
|
|
|
|
|
Issue #20383: Introduce importlib.util.module_from_spec().
Brett Cannon
2014-05-30
1
-6
/
+3
*
|
|
|
|
|
|
|
|
|
|
|
Issue #23008: Fixed resolving attributes with boolean value is False in pydoc.
Serhiy Storchaka
2015-04-21
1
-1
/
+1
|
/
/
/
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
|
|
|
#23792: also catch interrupt around pipe.write.
R David Murray
2015-03-30
1
-1
/
+6
|
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
#23792: Ignore KeyboardInterrupt when the pydoc pager is active.
R David Murray
2015-03-29
1
-3
/
+10
|
/
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
|
Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding
Serhiy Storchaka
2015-02-20
1
-9
/
+13
|
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
fix pydoc.apropos and pydoc.synopsis on modules with empty docstrings (#21548)
Benjamin Peterson
2015-02-16
1
-2
/
+2
|
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
Issue #22314: pydoc now works when the LINES environment variable is set.
Serhiy Storchaka
2014-11-28
1
-2
/
+8
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Issue #20662: Argspec now is escaped in html output of pydoc.
Serhiy Storchaka
2014-11-17
1
-1
/
+1
*
|
|
|
|
|
Move Doc/tools/sphinxext content to Doc/tools, there is no need for the neste...
Georg Brandl
2014-09-30
1
-1
/
+1
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Merge from 3.3
Senthil Kumaran
2014-09-17
1
-132
/
+142
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
Issue #21942: Fixed source file viewing in pydoc's server mode on Windows.
Zachary Ware
2014-07-10
1
-5
/
+3
|
|
/
/
/
|
*
|
|
make sure the builtin help function doesn't fail when sys.stdin is not a vali...
Benjamin Peterson
2014-06-07
1
-0
/
+2
|
|
/
/
|
*
|
don't remove self from example code in the HTML output (closes #13223)
Benjamin Peterson
2014-06-07
1
-2
/
+7
|
|
/
|
*
Issue #18918: Removed non-existing topic from a list of available topics.
Serhiy Storchaka
2014-05-25
1
-1
/
+0
|
*
Issue #21398: Fix an unicode error in the pydoc pager when the documentation
Victor Stinner
2014-05-13
1
-0
/
+3
|
*
#9364: Improve the text printed by help(pydoc) and help(help).
R David Murray
2014-04-19
1
-3
/
+4
|
*
Issue #20976: pyflakes: Remove unused imports
Victor Stinner
2014-03-20
1
-1
/
+1
|
*
Issue #20710: The pydoc summary line no longer displays the "self" parameter
Larry Hastings
2014-02-20
1
-5
/
+16
|
*
Issue #20654: Fixed pydoc for enums with zero value. Patch by Vajrasky Kok.
Serhiy Storchaka
2014-02-19
1
-3
/
+6
|
*
Issue #20189: Four additional builtin types (PyTypeObject,
Larry Hastings
2014-01-24
1
-3
/
+10
[next]