| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct a couple of unbalanced parenthesis. (GH-10779) | Andre Delfino | 2018-12-05 | 1 | -1/+1 |
|
|
* | Clarify ValueError's broad applicability (GH-8313) | Raymond Hettinger | 2018-07-17 | 1 | -1/+1 |
|
|
* | bpo-32670: Enforce PEP 479. (#5327) | Yury Selivanov | 2018-01-26 | 1 | -5/+9 |
|
|
* | bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458) | Nick Coghlan | 2018-01-08 | 1 | -7/+12 |
|
|
* | bpo-29137: Remove fpectl module (#4789) | Nathaniel J. Smith | 2018-01-06 | 1 | -4/+1 |
|
|
* | Fix typos in multiple `.rst` files (#1668) | delirious-lettuce | 2017-05-19 | 1 | -1/+1 |
|
|
* | Issue #15767: Add ModuleNotFoundError. | Eric Snow | 2016-09-07 | 1 | -2/+11 |
|
|
* | Clarify NotImplemented vs NotImplementedError. Initial patch by Emmanuel Bar... | Ethan Furman | 2016-08-05 | 1 | -2/+23 |
|
|
* | Fix typos in mock and exceptions docs | Berker Peksag | 2016-04-11 | 1 | -1/+1 |
|
|
* | Issue #23391: Merge OSError doc from 3.4 into 3.5 | Martin Panter | 2015-10-26 | 1 | -21/+48 |
|\ |
|
| * | Issue #23391: Restore OSError constructor argument documentation | Martin Panter | 2015-10-26 | 1 | -21/+48 |
|
|
* | | Issue #25161: Merge full stops from 3.4 into 3.5 | Martin Panter | 2015-10-10 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #25161: Add full stops in documentation; patch by Takase Arihiro | Martin Panter | 2015-10-10 | 1 | -1/+1 |
|
|
* | | Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. | Yury Selivanov | 2015-07-03 | 1 | -0/+10 |
|
|
* | | Issue #24439: Improve PEP 492 related docs. | Yury Selivanov | 2015-06-24 | 1 | -2/+4 |
|
|
* | | Issue 24180: Fixes by Berker Peksag. | Yury Selivanov | 2015-05-21 | 1 | -1/+0 |
|
|
* | | Issue 24180: Documentation for PEP 492 changes. | Yury Selivanov | 2015-05-21 | 1 | -0/+8 |
|
|
* | | PEP 479: Change StopIteration handling inside generators. | Yury Selivanov | 2015-05-09 | 1 | -0/+8 |
|
|
* | | Issue #23485: select.select() is now retried automatically with the recomputed | Victor Stinner | 2015-03-30 | 1 | -1/+6 |
|/ |
|
* | Issue #23432: Remove duplicate content from SystemExit docs. | Berker Peksag | 2015-03-10 | 1 | -13/+13 |
|
|
* | #22613: fix several factual errors in builtin docs (thanks Jacques Ducasse) | Georg Brandl | 2014-10-31 | 1 | -1/+2 |
|
|
* | Issue #21559: Add alternative (historical) reason for OverflowError. | Terry Jan Reedy | 2014-06-16 | 1 | -3/+4 |
|
|
* | Issue #16136: VMSError is done, bye bye VMS | Victor Stinner | 2014-06-13 | 1 | -4/+0 |
|
|
* | Issue #20624: Exception docs wording tweak - clarify that it's okay to inheri... | Mark Dickinson | 2014-04-14 | 1 | -4/+4 |
|
|
* | fix verb (closes #21174) | Benjamin Peterson | 2014-04-07 | 1 | -1/+1 |
|
|
* | IOError -> OSError | Andrew Svetlov | 2014-03-31 | 1 | -1/+1 |
|
|
* | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-16 | 1 | -1/+0 |
|
|
* | Issue #20517: Functions in the os module that accept two filenames | Larry Hastings | 2014-02-10 | 1 | -1/+6 |
|
|
* | Issue #19691: remove outdated mention about RuntimeError | Antoine Pitrou | 2013-11-25 | 1 | -2/+1 |
|\ |
|
| * | Issue #19691: remove outdated mention about RuntimeError | Antoine Pitrou | 2013-11-25 | 1 | -2/+1 |
|
|
* | | Issue #18758: Fixed and improved cross-references. | Serhiy Storchaka | 2013-10-13 | 1 | -6/+5 |
|\ \
| |/ |
|
| * | Issue #18758: Fixed and improved cross-references. | Serhiy Storchaka | 2013-10-13 | 1 | -6/+5 |
|
|
* | | merge with 3.3 | Georg Brandl | 2013-10-08 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix wrong link. | Georg Brandl | 2013-10-08 | 1 | -1/+1 |
|
|
* | | Issue #15767: back out 8a0ed9f63c6e, finishing the removal of | Brett Cannon | 2013-07-04 | 1 | -11/+2 |
|
|
* | | Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError | Brett Cannon | 2013-07-04 | 1 | -2/+1 |
|
|
* | | Issue #15767: Touch up ModuleNotFoundError usage by import. | Brett Cannon | 2013-06-13 | 1 | -1/+2 |
|
|
* | | Issue #15767: Introduce ModuleNotFoundError, a subclass of | Brett Cannon | 2013-06-12 | 1 | -2/+11 |
|
|
* | | Merge from 3.3 (issue #15209) | Nick Coghlan | 2012-12-09 | 1 | -8/+16 |
|\ \
| |/ |
|
| * | Issue #15209: Fix typo and some additional wording tweaks | Nick Coghlan | 2012-12-09 | 1 | -8/+16 |
|
|
* | | Merge from 3.3 (Issue #15209) | Nick Coghlan | 2012-12-08 | 1 | -11/+17 |
|\ \
| |/ |
|
| * | Issue #15209: Clarify exception chaining description | Nick Coghlan | 2012-12-08 | 1 | -11/+17 |
|
|
* | | Merge 3.3 | Andrew Svetlov | 2012-12-05 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix typo. | Andrew Svetlov | 2012-12-05 | 1 | -1/+1 |
|
|
* | | merge 3.3 | Benjamin Peterson | 2012-12-02 | 1 | -0/+24 |
|\ \
| |/ |
|
| * | document UnicodeError attributes | Benjamin Peterson | 2012-12-02 | 1 | -0/+24 |
|
|
* | | Issue #15478: Raising an OSError doesn't decode or encode the filename anymore | Victor Stinner | 2012-10-30 | 1 | -0/+6 |
|/ |
|
* | Fix indentation (or Sphinx will think these are attributes of ConnectionError). | Ezio Melotti | 2012-10-21 | 1 | -19/+20 |
|
|
* | Merge __next__ method link fixes with 3.2. | Ezio Melotti | 2012-10-12 | 1 | -2/+2 |
|\ |
|
| * | Fix links to the __next__ method. | Ezio Melotti | 2012-10-12 | 1 | -1/+1 |
|
|