COMMITS
/ Lib/pydoc.py March 10, 2026
January 7, 2026
Ł
gh-138568: Make `help` mode in PyREPL not exit on empty line input (#143512)
Łukasz Langa committed
December 23, 2025
S
gh-84232: Fix `pydoc` docs.python.org link generation (#139995)
Stan Ulbrych committed
December 14, 2025
December 11, 2025
B
GH-65961: Stop setting `__cached__` on modules (GH-142165)
Brett Cannon committed
November 11, 2025
S
gh-132686: Add parameters inherit_class_doc and fallback_to_class_doc for inspect.getdoc() (GH-132691)
Serhiy Storchaka committed
September 19, 2025
S
gh-139076: Fix regression in pydoc not showing extension functions (GH-139077)
Serhiy Storchaka committed
June 26, 2025
S
gh-125142: remove duplicated import in `Lib/pydoc.py` (gh-135215)
Stan Ulbrych committed
May 19, 2025
É
gh-125225: Fix column misalignment in help('topics') output (gh-125226)
Étienne Pelletier committed
April 28, 2025
N
gh-125142: add REPL help text for keyboard shortcuts (gh-125143)
Neil Schemenauer committed
April 11, 2025
J
gh-132261: Store annotations at hidden internal keys in the class dict (#132345)
Jelle Zijlstra committed
February 4, 2025
S
gh-128772: Fix pydoc for methods with __module__ is None (GH-129177)
Serhiy Storchaka committed
January 17, 2025
T
gh-128923: fix test_pydoc for object subclasses without `__module__` (#128951)
T. Wouters committed
January 8, 2025
S
gh-41872: Fix quick extraction of module docstrings from a file in pydoc (GH-127520)
Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) committed
October 9, 2024
J
gh-101552: Allow pydoc to display signatures in source format (#124669)
Jelle Zijlstra committed
September 27, 2024
E
gh-81263: Add assignment expressions to `help` (#124641)
Emily Morehouse committed
July 23, 2024
S
gh-122129: Improve support of method descriptors and wrappers in the help title (GH-122157)
Serhiy Storchaka committed
June 15, 2024
S
gh-120541: Improve the "less" prompt in pydoc (GH-120543)
Serhiy Storchaka committed
June 13, 2024
V
gh-120417: Add #noqa to used imports in the stdlib (#120421)
Victor Stinner committed
June 12, 2024
V
gh-120417: Remove unused imports in the stdlib (#120420)
Victor Stinner committed
June 8, 2024
E
bpo-37755: Use configured output in pydoc instead of pager (GH-15105)
Enrico Tröger committed
June 3, 2024
V
gh-119856: Support exiting help() with just "exit" (#119858)
Victor Stinner committed
May 29, 2024
J
gh-118673: Remove shebang and executable bits from stdlib modules. (#119658)
Jason R. Coombs committed
May 6, 2024
S
gh-118465: Add __firstlineno__ attribute to class (GH-118475)
Serhiy Storchaka committed
May 5, 2024
P
gh-111201: A new Python REPL (GH-111567)
Pablo Galindo Salgado committed
April 17, 2024
S
gh-65824: Add "Help on ..." to the "less" prompt in pydoc (GH-116183)
Serhiy Storchaka committed
March 26, 2024
I
gh-115775: Compiler adds __static_attributes__ field to classes (#115913)
Irit Katriel committed
March 6, 2024
I
gh-116143: Fix race condition in pydoc _start_server (#116144)
Itamar Oren committed
March 1, 2024
S
gh-65824: Improve the "less" prompt in pydoc (GH-116050)
Serhiy Storchaka committed
February 26, 2024
S
gh-113942: Show functions implemented as builtin methods (GH-115306)
Serhiy Storchaka committed
February 20, 2024
E
gh-101860: Expose __name__ on property (GH-101876)
Eugene Toder committed
February 17, 2024
K
gh-107155: Fix help() for lambda function with return annotation (GH-107401)
Kirill Podoprigora committed
February 13, 2024
N
gh-108303: Move all `pydoc` related test files to new `test.test_pydoc` package (#114506)
Nikita Sobolev committed
February 11, 2024
S
gh-97959: Fix rendering of routines in pydoc (GH-113941)
Serhiy Storchaka committed
December 27, 2023
Z
gh-64020: Deprecate pydoc.ispackage() (GH-20908)
Zackery Spytz committed
December 2, 2023
N
gh-112139: Add `inspect.Signature.format` and use it in `pydoc` (#112143)
Nikita Sobolev committed
November 13, 2023
T
gh-112007: Re-organize help utility intro message (#112017)
Terry Jan Reedy committed
August 11, 2023
S
gh-107782: Pydoc: fall back to __text_signature__ if inspect.signature() fails (GH-107786)
Serhiy Storchaka committed
July 1, 2023
K
gh-102541: Fix Helper.help("mod") for non-existent mod (#105934)
Kirill Podoprigora committed
June 14, 2023
K
gh-102541: Hide traceback in help prompt (gh-102614)
Kirill Podoprigora committed
May 3, 2023
Y
B
gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)
Barry Warsaw committed
April 28, 2023
B
gh-98040: Remove just the `imp` module (#98573)
Barry Warsaw committed
March 21, 2023
I
gh-102799: Let pydoc use the exception instead of sys.exc_info (#102830)
Irit Katriel committed
November 26, 2022
N
bpo-45975: Simplify some while-loops with walrus operator (GH-29347)
Nick Drozd committed
October 20, 2022
D
gh-98374: Suppress ImportError for invalid query for help() command. (gh-98450)
Dong-hee Na committed
June 27, 2022
S
gh-94318: Strip trailing spaces in pydoc text output (GH-94319)
Serhiy Storchaka committed
June 18, 2022
S
gh-89828: Do not relay the __class__ attribute in GenericAlias (#93754)
Serhiy Storchaka committed
May 8, 2022
S
bpo-44712: Replace "type(literal)" with corresponding builtin types (GH-27294)
Serhiy Storchaka committed
May 2, 2022
N
bpo-46547: remove leaking vars into `pydoc.Helper` namespace (#30957)
Nikita Sobolev committed