aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_pydoc.py
Commit message (Expand)AuthorAge
* bpo-38786: Add parsing of https links to pydoc (GH-17143)Kirill2019-11-13
* Remove unused imports in tests (GH-14518)Victor Stinner2019-07-01
* bpo-36045: builtins.help() now prefixes `async` for async functions (GH-12010)Dan Rose2019-05-24
* bpo-36729: Delete unused text variable on tests. (GH-12959)Emmanuel Arias2019-04-29
* bpo-35619: Improve support of custom data descriptors in help() and pydoc. (G...Serhiy Storchaka2019-01-15
* bpo-32492: Tweak _collections._tuplegetter. (GH-11367)Serhiy Storchaka2018-12-31
* bpo-35614: Fix pydoc help() on metaclasses (#11357)Sanyam Khurana2018-12-31
* bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182)Victor Stinner2018-12-17
* bpo-34966: Improve support of method aliases in pydoc. (GH-9823)Serhiy Storchaka2018-11-08
* bpo-8525: help() on a type now shows builtin subclasses (GH-5066)Sanyam Khurana2018-10-21
* bpo-34182: Fix test_pydoc running as a script. (GH-8389)Bo Bayles2018-07-29
* bpo-33185: Improve wording and markup (GH-6477)Nick Coghlan2018-04-15
* bpo-33185: Fix regression in pydoc CLI sys.path handling (GH-6419)Nick Coghlan2018-04-15
* bpo-32226: PEP 560: improve typing module (#4906)Ivan Levkivskyi2018-01-20
* bpo-32031: Fix pydoc `test_mixed_case_module_names_are_lower_cased` (GH-4441)xdegaye2017-11-18
* bpo-32018: Fix inspect.signature repr to follow PEP 8 (#4408)Dong-hee Na2017-11-15
* bpo-31128: Allow pydoc to bind to arbitrary hostnames (#3011)Feanil Patel2017-09-14
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-07
* bpo-31028: Fix test_pydoc when run directly (#2864)Victor Stinner2017-07-27
* bpo-29919: Remove unused imports found by pyflakes (#137)Victor Stinner2017-03-27
* Issue #27989: Tweak inspect.formatannotation() to improve pydoc rendering of ...Guido van Rossum2016-10-22
|\
| * Issue #27989: Tweak inspect.formatannotation() to improve pydoc rendering of ...Guido van Rossum2016-10-22
* | Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.Yury Selivanov2016-09-08
* | Issue #24254: Drop cls.__definition_order__.Eric Snow2016-09-08
* | Issue #15767: Use ModuleNotFoundError.Eric Snow2016-09-07
* | Issue #24254: Preserve class attribute definition order.Eric Snow2016-09-05
* | Issue #27366: Implement PEP 487Nick Coghlan2016-07-30
* | Issue #16484: Merge pydoc Windows fixes from 3.5Martin Panter2016-06-12
|\|
| * Issue #16484: Fix pydoc link and test on Windows, by Kaushik NadikuditiMartin Panter2016-06-12
* | Merge: #16484: Fix pydoc doc links to modules whose names are mixed case.R David Murray2016-06-03
|\|
| * #16484: Fix pydoc doc links to modules whose names are mixed case.R David Murray2016-06-03
* | Issue #27076: Merge spelling from 3.5Martin Panter2016-05-26
|\|
| * Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-26
* | Issue #18010: Merge pydoc web search fix from 3.5Martin Panter2015-11-06
|\|
| * Issue #18010: Merge pydoc web search fix from 3.4 into 3.5Martin Panter2015-11-06
| |\
| | * Issue #18010: Fix pydoc web server search to handle package exceptionsMartin Panter2015-11-06
* | | Issue #24879: Teach pydoc to display named tuple fields in the order they we...Raymond Hettinger2015-08-18
|/ /
* | Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-06
* | Issue #23008: Fixed resolving attributes with boolean value is False in pydoc.Serhiy Storchaka2015-04-21
|\|
| * Issue #23008: Fixed resolving attributes with boolean value is False in pydoc.Serhiy Storchaka2015-04-21
* | Fixed pydoc tests when run with -OO.Serhiy Storchaka2015-03-01
|\|
| * Fixed pydoc tests when run with -OO.Serhiy Storchaka2015-03-01
* | Issue #19980: Improved help() for non-recognized strings. help('') nowSerhiy Storchaka2015-03-01
* | Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encodingSerhiy Storchaka2015-02-20
|\|
| * Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encodingSerhiy Storchaka2015-02-20
* | merge 3.4 (#21548)Benjamin Peterson2015-02-16
|\|
| * fix pydoc.apropos and pydoc.synopsis on modules with empty docstrings (#21548)Benjamin Peterson2015-02-16
* | Merge from 3.4Senthil Kumaran2014-09-17
|\|
| * Merge from 3.3Senthil Kumaran2014-09-17
| |\
| | * Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all i...Senthil Kumaran2014-09-17