Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-31128: Allow pydoc to bind to arbitrary hostnames (#3011) | Feanil Patel | 2017-09-14 | 1 | -2/+2 |
| | | | | New -n flag allow overriding localhost with custom value, for example to run from containers. | ||||
* | bpo-31370: Remove support for threads-less builds (#3385) | Antoine Pitrou | 2017-09-07 | 1 | -5/+1 |
| | | | | | | * Remove Setup.config * Always define WITH_THREAD for compatibility. | ||||
* | bpo-31028: Fix test_pydoc when run directly (#2864) | Victor Stinner | 2017-07-27 | 1 | -1/+1 |
| | | | | | | | | | | * bpo-31028: Fix test_pydoc when run directly Fix get_pydoc_link() of test_pydoc to fix "./python Lib/test/test_pydoc.py": get the absolute path to __file__ to prevent relative directories. * Use realpath() instead of abspath() | ||||
* | bpo-29919: Remove unused imports found by pyflakes (#137) | Victor Stinner | 2017-03-27 | 1 | -1/+0 |
| | | | Make also minor PEP8 coding style fixes on modified imports. | ||||
* | Issue #27989: Tweak inspect.formatannotation() to improve pydoc rendering of ↵ | Guido van Rossum | 2016-10-22 | 1 | -0/+13 |
|\ | | | | | | | function annotations. Ivan L. (3.5->3.6) | ||||
| * | Issue #27989: Tweak inspect.formatannotation() to improve pydoc rendering of ↵ | Guido van Rossum | 2016-10-22 | 1 | -0/+13 |
| | | | | | | | | function annotations. Ivan L. | ||||
* | | Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. | Yury Selivanov | 2016-09-09 | 1 | -0/+4 |
| | | | | | | | | Patch by Ivan Levkivskyi. | ||||
* | | Issue #24254: Drop cls.__definition_order__. | Eric Snow | 2016-09-08 | 1 | -7/+1 |
| | | |||||
* | | Issue #15767: Use ModuleNotFoundError. | Eric Snow | 2016-09-07 | 1 | -1/+1 |
| | | |||||
* | | Issue #24254: Preserve class attribute definition order. | Eric Snow | 2016-09-05 | 1 | -1/+7 |
| | | |||||
* | | Issue #27366: Implement PEP 487 | Nick Coghlan | 2016-07-30 | 1 | -1/+2 |
| | | | | | | | | | | | | - __init_subclass__ called when new subclasses defined - __set_name__ called when descriptors are part of a class definition | ||||
* | | Issue #16484: Merge pydoc Windows fixes from 3.5 | Martin Panter | 2016-06-12 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #16484: Fix pydoc link and test on Windows, by Kaushik Nadikuditi | Martin Panter | 2016-06-12 | 1 | -1/+1 |
| | | |||||
* | | Merge: #16484: Fix pydoc doc links to modules whose names are mixed case. | R David Murray | 2016-06-03 | 1 | -0/+14 |
|\ \ | |/ | |||||
| * | #16484: Fix pydoc doc links to modules whose names are mixed case. | R David Murray | 2016-06-03 | 1 | -0/+14 |
| | | | | | | | | Patch by Sean Rodman, test by Kaushik N. | ||||
* | | Issue #27076: Merge spelling from 3.5 | Martin Panter | 2016-05-26 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Issue #27076: Doc, comment and tests spelling fixes | Martin Panter | 2016-05-26 | 1 | -2/+2 |
| | | | | | | | | Most fixes to Doc/ and Lib/ directories by Ville Skyttä. | ||||
* | | Issue #18010: Merge pydoc web search fix from 3.5 | Martin Panter | 2015-11-06 | 1 | -6/+32 |
|\ \ | |/ | |||||
| * | Issue #18010: Merge pydoc web search fix from 3.4 into 3.5 | Martin Panter | 2015-11-06 | 1 | -6/+32 |
| |\ | |||||
| | * | Issue #18010: Fix pydoc web server search to handle package exceptions | Martin Panter | 2015-11-06 | 1 | -6/+32 |
| | | | | | | | | | | | | Implementation by Antoine Pitrou. | ||||
* | | | Issue #24879: Teach pydoc to display named tuple fields in the order they ↵ | Raymond Hettinger | 2015-08-19 | 1 | -0/+16 |
|/ / | | | | | | | were defined. | ||||
* | | Issue #9517: Move script_helper to the support package. | Berker Peksag | 2015-05-06 | 1 | -1/+1 |
| | | | | | | | | Patch by Christie Wilson. | ||||
* | | Issue #23008: Fixed resolving attributes with boolean value is False in pydoc. | Serhiy Storchaka | 2015-04-21 | 1 | -0/+8 |
|\ \ | |/ | |||||
| * | Issue #23008: Fixed resolving attributes with boolean value is False in pydoc. | Serhiy Storchaka | 2015-04-21 | 1 | -0/+8 |
| | | |||||
* | | Fixed pydoc tests when run with -OO. | Serhiy Storchaka | 2015-03-01 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Fixed pydoc tests when run with -OO. | Serhiy Storchaka | 2015-03-01 | 1 | -0/+4 |
| | | |||||
* | | Issue #19980: Improved help() for non-recognized strings. help('') now | Serhiy Storchaka | 2015-02-28 | 1 | -1/+4 |
| | | | | | | | | | | shows the help on str. help('help') now shows the help on help(). Original patch by Mark Lawrence. | ||||
* | | Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding | Serhiy Storchaka | 2015-02-20 | 1 | -0/+9 |
|\ \ | |/ | | | | | differs from file system encoding (e.g. on Mac OS). | ||||
| * | Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding | Serhiy Storchaka | 2015-02-20 | 1 | -0/+9 |
| | | | | | | | | differs from file system encoding (e.g. on Mac OS). | ||||
* | | merge 3.4 (#21548) | Benjamin Peterson | 2015-02-17 | 1 | -0/+32 |
|\ \ | |/ | |||||
| * | fix pydoc.apropos and pydoc.synopsis on modules with empty docstrings (#21548) | Benjamin Peterson | 2015-02-17 | 1 | -0/+32 |
| | | | | | | | | Patch by Yuyang Guo and Berker Peksag. | ||||
* | | Merge from 3.4 | Senthil Kumaran | 2014-09-17 | 1 | -0/+2 |
|\ \ | |/ | | | | | Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all interfaces. | ||||
| * | Merge from 3.3 | Senthil Kumaran | 2014-09-17 | 1 | -0/+2 |
| |\ | | | | | | | | | | Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all interfaces. | ||||
| | * | Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all ↵ | Senthil Kumaran | 2014-09-17 | 1 | -0/+2 |
| | | | | | | | | | | | | interfaces. | ||||
* | | | Issue #21942: Fixed source file viewing in pydoc's server mode on Windows. | Zachary Ware | 2014-07-10 | 1 | -5/+2 |
|\ \ \ | |/ / | |||||
| * | | Issue #21942: Fixed source file viewing in pydoc's server mode on Windows. | Zachary Ware | 2014-07-10 | 1 | -5/+2 |
| | | | |||||
* | | | Issue 21786: Clean-up test_pydoc taking taking advantage of diffing in ↵ | Raymond Hettinger | 2014-06-21 | 1 | -33/+7 |
|/ / | | | | | | | unittest. | ||||
* | | Fix test_pydoc failure introduced by 7aa72075d440. Patch by Berker Peksag. | Charles-François Natali | 2014-06-20 | 1 | -0/+3 |
| | | |||||
* | | Issue #21768: fix type in test_pydoc, patch by Claudiu Popa. | Terry Jan Reedy | 2014-06-20 | 1 | -1/+1 |
| | | |||||
* | | make sure the builtin help function doesn't fail when sys.stdin is not a ↵ | Benjamin Peterson | 2014-06-08 | 1 | -0/+8 |
| | | | | | | | | | | | | valid file (closes #11709) Original patch by Amaury Forgeot d'Arc with a test by bdettmer. | ||||
* | | don't remove self from example code in the HTML output (closes #13223) | Benjamin Peterson | 2014-06-07 | 1 | -0/+44 |
| | | | | | | | | Patch by Víctor Terrón. | ||||
* | | Issue #20484: Disable the 2 remaining "modules" tests in test_pydoc. | Eric Snow | 2014-02-22 | 1 | -1/+3 |
| | | | | | | | | I'll look into re-enabling them in issue #20128. | ||||
* | | Issue #20710: The pydoc summary line no longer displays the "self" parameter | Larry Hastings | 2014-02-21 | 1 | -5/+35 |
| | | | | | | | | | | | | for bound methods. Previous to this change, it displayed "self" for methods implemented in Python but not methods implemented in C; it is now both internally consistent and consistent with inspect.Signature. | ||||
* | | Issue #20654: Fixed pydoc for enums with zero value. Patch by Vajrasky Kok. | Serhiy Storchaka | 2014-02-19 | 1 | -0/+10 |
| | | |||||
* | | Fix test failures (--without-doc-strings). | Stefan Krah | 2014-01-18 | 1 | -1/+3 |
| | | |||||
* | | Issue #20226: Added tests for new features and regressions. | Larry Hastings | 2014-01-16 | 1 | -0/+5 |
| | | |||||
* | | Issue #19703: Update pydoc to use the new importer APIs. | Eric Snow | 2014-01-07 | 1 | -0/+2 |
| | | |||||
* | | Issue 20123: Disable a problematic test. | Eric Snow | 2014-01-05 | 1 | -2/+3 |
| | | |||||
* | | Issue 20123: try using a different builtin module in a pydoc test. | Eric Snow | 2014-01-05 | 1 | -2/+2 |
| | | | | | | | | | | | | The test is failing on one of the stable FreeBSD buildbots. It seems unlikely that the gc module would not be available, so switching to _imp may not fix the problem. | ||||
* | | Issue 20123: Fix pydoc.synopsis() for "binary" modules. | Eric Snow | 2014-01-05 | 1 | -0/+52 |
| | | | | | | | | Also add missing tests to test_pydoc. |