summaryrefslogtreecommitdiff
path: root/Doc/library/exceptions.rst
Commit message (Expand)AuthorAgeFilesLines
* Doc: update PendingDeprecationWarning explanation (GH-12837)Inada Naoki2019-04-151-9/+6
* bpo-36404: recommend DeprecationWarning over PendingDeprecationWarning (GH-12...Inada Naoki2019-04-051-0/+8
* Correct a couple of unbalanced parenthesis. (GH-10779)Andre Delfino2018-12-051-1/+1
* Clarify ValueError's broad applicability (GH-8313)Raymond Hettinger2018-07-171-1/+1
* bpo-32670: Enforce PEP 479. (#5327)Yury Selivanov2018-01-261-5/+9
* bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458)Nick Coghlan2018-01-081-7/+12
* bpo-29137: Remove fpectl module (#4789)Nathaniel J. Smith2018-01-051-4/+1
* Fix typos in multiple `.rst` files (#1668)delirious-lettuce2017-05-191-1/+1
* 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-21/+48
|\
| * Issue #23391: Restore OSError constructor argument documentationMartin Panter2015-10-261-21/+48
* | Issue #25161: Merge full stops from 3.4 into 3.5Martin Panter2015-10-101-1/+1
|\ \ | |/
| * Issue #25161: Add full stops in documentation; patch by Takase ArihiroMartin Panter2015-10-101-1/+1
* | 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 #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-2/+1
|\
| * 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
|\ \ | |/
| * Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-6/+5
* | merge with 3.3Georg Brandl2013-10-081-1/+1
|\ \ | |/
| * Fix wrong link.Georg Brandl2013-10-081-1/+1
* | 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
|\ \ | |/
| * Issue #15209: Fix typo and some additional wording tweaksNick Coghlan2012-12-091-8/+16
* | Merge from 3.3 (Issue #15209)Nick Coghlan2012-12-081-11/+17
|\ \ | |/
| * Issue #15209: Clarify exception chaining descriptionNick Coghlan2012-12-081-11/+17
* | Merge 3.3Andrew Svetlov2012-12-051-1/+1
|\ \ | |/
| * Fix typo.Andrew Svetlov2012-12-051-1/+1
* | merge 3.3Benjamin Peterson2012-12-021-0/+24
|\ \ | |/
| * document UnicodeError attributesBenjamin Peterson2012-12-021-0/+24
* | Issue #15478: Raising an OSError doesn't decode or encode the filename anymoreVictor Stinner2012-10-301-0/+6
|/
* Fix indentation (or Sphinx will think these are attributes of ConnectionError).Ezio Melotti2012-10-211-19/+20