index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
pydoc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-45975: Simplify some while-loops with walrus operator (GH-29347)
Nick Drozd
2022-11-26
1
-3/+1
*
gh-98374: Suppress ImportError for invalid query for help() command. (gh-98450)
Dong-hee Na
2022-10-20
1
-1/+4
*
gh-94318: Strip trailing spaces in pydoc text output (GH-94319)
Serhiy Storchaka
2022-06-27
1
-2/+1
*
gh-89828: Do not relay the __class__ attribute in GenericAlias (#93754)
Serhiy Storchaka
2022-06-18
1
-13/+9
*
bpo-44712: Replace "type(literal)" with corresponding builtin types (GH-27294)
Serhiy Storchaka
2022-05-08
1
-6/+6
*
bpo-46547: remove leaking vars into `pydoc.Helper` namespace (#30957)
Nikita Sobolev
2022-05-02
1
-0/+1
*
bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)
Hugo van Kemenade
2022-03-30
1
-2/+2
*
bpo-26120: do not exclude __future__ import in pydoc of the __future__ module...
Irit Katriel
2022-03-29
1
-1/+1
*
bpo-26120: make pydoc exclude __future__ imports from the data block of the m...
Irit Katriel
2022-03-28
1
-0/+7
*
bpo-40296: Fix supporting generic aliases in pydoc (GH-30253)
Serhiy Storchaka
2022-03-18
1
-9/+13
*
bpo-40280: Emscripten has no support for subprocesses (GH-29872)
Christian Heimes
2021-12-02
1
-0/+2
*
bpo-10716: Migrating pydoc to html5. (GH-28651)
Julien Palard
2021-10-09
1
-85/+79
*
bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pyd...
E-Paine
2021-08-29
1
-6/+7
*
bpo-44967: pydoc: return non-zero exit code when query is not found (GH-27868)
Gregory Anders
2021-08-26
1
-17/+12
*
Update URLs in comments and metadata to use HTTPS (GH-27458)
Noah Kantrowitz
2021-07-30
1
-1/+1
*
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Mariusz Felisiak
2021-07-26
1
-6/+6
*
bpo-43651: Fix EncodingWarning in `pydoc`. (GH-25644)
Inada Naoki
2021-04-27
1
-2/+3
*
bpo-42988: Remove the pydoc getfile feature (GH-25015)
Victor Stinner
2021-03-29
1
-18/+0
*
bpo-42869: Avoid an HTTP redirection. (GH-24174)
Julien Palard
2021-01-25
1
-1/+1
*
bpo-40939: Remove PEG parser easter egg (__new_parser__) (#20802)
Lysandros Nikolaou
2020-06-11
1
-1/+0
*
bpo-40939: Generate keyword.py using the new parser (GH-20800)
Lysandros Nikolaou
2020-06-11
1
-0/+1
*
bpo-40257: Revert changes to inspect.getdoc() (GH-20073)
Serhiy Storchaka
2020-05-18
1
-2/+94
*
bpo-40257: Improve help for the typing module (GH-19546)
Serhiy Storchaka
2020-04-18
1
-3/+6
*
bpo-40257: Output object's own docstring in pydoc (GH-19479)
Serhiy Storchaka
2020-04-15
1
-11/+8
*
bpo-21016: pydoc and trace use sysconfig (GH-18476)
Victor Stinner
2020-02-12
1
-3/+2
*
bpo-38786: Add parsing of https links to pydoc (GH-17143)
Kirill
2019-11-13
1
-1/+1
*
Mark files as executable that are meant as scripts. (GH-15354)
Greg Price
2019-09-09
1
-0/+0
*
bpo-36045: builtins.help() now prefixes `async` for async functions (GH-12010)
Dan Rose
2019-05-24
1
-3/+15
*
bpo-20285: Improve help docs for object (GH-4759)
Cheryl Sabella
2019-05-24
1
-2/+2
*
Add missing docstrings for TarInfo objects (#12555)
Raymond Hettinger
2019-03-27
1
-2/+2
*
Fix line ending (GH-12531)
Raymond Hettinger
2019-03-25
1
-1/+1
*
bpo-36401: Have help() show readonly properties separately (GH-12517)
Raymond Hettinger
2019-03-25
1
-0/+6
*
bpo-35619: Improve support of custom data descriptors in help() and pydoc. (G...
Serhiy Storchaka
2019-01-15
1
-36/+16
*
bpo-35614: Fix pydoc help() on metaclasses (#11357)
Sanyam Khurana
2018-12-31
1
-1/+1
*
bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182)
Victor Stinner
2018-12-17
1
-2/+2
*
bpo-34966: Improve support of method aliases in pydoc. (GH-9823)
Serhiy Storchaka
2018-11-08
1
-4/+2
*
bpo-8525: help() on a type now shows builtin subclasses (GH-5066)
Sanyam Khurana
2018-10-21
1
-0/+18
*
bpo-940286: Fix pydoc to show cross refs correctly (GH-8390)
Berker Peksag
2018-07-23
1
-2/+3
*
bpo-33422: Fix quotation marks getting deleted when looking up byte/string li...
Andrés Delfino
2018-05-05
1
-2/+9
*
bpo-33185: Improve wording and markup (GH-6477)
Nick Coghlan
2018-04-15
1
-1/+1
*
bpo-33185: Fix regression in pydoc CLI sys.path handling (GH-6419)
Nick Coghlan
2018-04-15
1
-7/+39
*
bpo-32440: Update the docs URL to https in help() (GH-5030)
oldk
2017-12-28
1
-1/+1
*
bpo-30406: Make async and await proper keywords (#1669)
Jelle Zijlstra
2017-10-06
1
-1/+3
*
bpo-31128: Allow pydoc to bind to arbitrary hostnames (#3011)
Feanil Patel
2017-09-14
1
-17/+26
*
bpo-31238: pydoc ServerThread.stop() now joins itself (#3151)
Victor Stinner
2017-08-21
1
-0/+4
*
bpo-29776: Use decorator syntax for properties. (#585)
Serhiy Storchaka
2017-03-19
1
-2/+7
*
Issue #29338: Don't output an empty signature for class constructor.
Serhiy Storchaka
2017-01-23
1
-2/+2
*
Issue #29338: The help of a builtin or extension class now includes the
Serhiy Storchaka
2017-01-23
1
-3/+29
*
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@ubuntu.com
2016-06-14
1
-3/+3
[next]