summaryrefslogtreecommitdiff
path: root/Doc/library/exceptions.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #15767: Add ModuleNotFoundError.Eric Snow2016-09-071-2/+11
* Clarify NotImplemented vs NotImplementedError. Initial patch by Emmanuel Bar...Ethan Furman2016-08-051-2/+23
* Fix typos in mock and exceptions docsBerker Peksag2016-04-111-1/+1
* Issue #23391: Merge OSError doc from 3.4 into 3.5Martin Panter2015-10-261-3/+35
|\
| * Issue #25161: Merge full stops from 3.4 into 3.5Martin Panter2015-10-101-3/+35
| |\
| | * Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.Yury Selivanov2015-07-031-0/+10
| | * Issue #24439: Improve PEP 492 related docs.Yury Selivanov2015-06-241-2/+4
| | * Issue 24180: Fixes by Berker Peksag.Yury Selivanov2015-05-211-1/+0
| | * Issue 24180: Documentation for PEP 492 changes.Yury Selivanov2015-05-211-0/+8
| | * PEP 479: Change StopIteration handling inside generators.Yury Selivanov2015-05-091-0/+8
| | * Issue #23485: select.select() is now retried automatically with the recomputedVictor Stinner2015-03-301-1/+6
* | | Issue #23391: Restore OSError constructor argument documentationMartin Panter2015-10-261-21/+48
|/ /
* | Issue #25161: Add full stops in documentation; patch by Takase ArihiroMartin Panter2015-10-101-1/+1
|/
* Issue #23432: Remove duplicate content from SystemExit docs.Berker Peksag2015-03-101-13/+13
* #22613: fix several factual errors in builtin docs (thanks Jacques Ducasse)Georg Brandl2014-10-311-1/+2
* Issue #21559: Add alternative (historical) reason for OverflowError.Terry Jan Reedy2014-06-161-3/+4
* Issue #16136: VMSError is done, bye bye VMSVictor Stinner2014-06-131-4/+0
* Issue #20624: Exception docs wording tweak - clarify that it's okay to inheri...Mark Dickinson2014-04-141-4/+4
* fix verb (closes #21174)Benjamin Peterson2014-04-071-1/+1
* IOError -> OSErrorAndrew Svetlov2014-04-011-1/+1
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-151-1/+0
* Issue #20517: Functions in the os module that accept two filenamesLarry Hastings2014-02-091-1/+6
* Issue #19691: remove outdated mention about RuntimeErrorAntoine Pitrou2013-11-251-0/+6
|\
| * Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-6/+5
| |\
| * \ merge with 3.3Georg Brandl2013-10-081-0/+6
| |\ \
| | * | Issue #15767: back out 8a0ed9f63c6e, finishing the removal ofBrett Cannon2013-07-041-11/+2
| | * | Issue #15767: Revert 3a50025f1900 for ModuleNotFoundErrorBrett Cannon2013-07-041-2/+1
| | * | Issue #15767: Touch up ModuleNotFoundError usage by import.Brett Cannon2013-06-121-1/+2
| | * | Issue #15767: Introduce ModuleNotFoundError, a subclass ofBrett Cannon2013-06-121-2/+11
| | * | Merge from 3.3 (issue #15209)Nick Coghlan2012-12-091-8/+16
| | |\ \
| | * \ \ Merge from 3.3 (Issue #15209)Nick Coghlan2012-12-081-11/+17
| | |\ \ \
| | * \ \ \ Merge 3.3Andrew Svetlov2012-12-051-1/+1
| | |\ \ \ \
| | * \ \ \ \ merge 3.3Benjamin Peterson2012-12-021-0/+6
| | |\ \ \ \ \
| | | * | | | | Issue #15478: Raising an OSError doesn't decode or encode the filename anymoreVictor Stinner2012-10-301-0/+6
* | | | | | | | Issue #19691: remove outdated mention about RuntimeErrorAntoine Pitrou2013-11-251-2/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-6/+5
|/ / / / / /
* | | | | | Fix wrong link.Georg Brandl2013-10-081-1/+1
| |_|_|_|/ |/| | | |
* | | | | Issue #15209: Fix typo and some additional wording tweaksNick Coghlan2012-12-091-8/+16
| |_|_|/ |/| | |
* | | | Issue #15209: Clarify exception chaining descriptionNick Coghlan2012-12-081-11/+17
| |_|/ |/| |
* | | Fix typo.Andrew Svetlov2012-12-051-1/+1
|/ /
* | document UnicodeError attributesBenjamin Peterson2012-12-021-0/+24
|/
* Fix indentation (or Sphinx will think these are attributes of ConnectionError).Ezio Melotti2012-10-211-19/+20
* Merge __next__ method link fixes with 3.2.Ezio Melotti2012-10-121-54/+193
|\
| * Remove attribution; this is for the whatsnew.Georg Brandl2012-06-241-1/+0
| * PEP 415: Implement suppression of __context__ display with an exception attri...Benjamin Peterson2012-05-141-12/+11
| * Issue #1559549: Add 'name' and 'path' attributes to ImportError.Brett Cannon2012-04-121-0/+8
| * typoBenjamin Peterson2012-02-271-1/+1
| * Close issue #6210: Implement PEP 409Nick Coghlan2012-02-261-0/+18
| * Add versionchanged notes for PEP 380Nick Coghlan2012-01-141-0/+3
| * Implement PEP 380 - 'yield from' (closes #11682)Nick Coghlan2012-01-131-1/+10