summaryrefslogtreecommitdiffstats
path: root/Doc/library/exceptions.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-41233: Add links to errnos referenced in exceptions docs (GH-21380)Miss Islington (bot)2022-04-051-14/+14
* bpo-42340: Document issues around KeyboardInterrupt (GH-23255)Miss Islington (bot)2022-03-291-0/+9
* [3.10] bpo-23556: [doc] Fix inaccuracy in documentation for raise without arg...Miss Islington (bot)2022-01-271-9/+8
* bpo-45464: [doc] Explain that subclassing multiple exceptions is fragile (GH-...Miss Islington (bot)2021-10-201-0/+23
* [3.10] [doc] Link to deprecation policy PEP from the DeprecationWarning docum...Ɓukasz Langa2021-09-021-0/+4
* bpo-41737: expand doc for NotADirectoryError (GH-27471)Miss Islington (bot)2021-08-031-2/+4
* bpo-44322: Document more SyntaxError details. (GH-26562)Miss Islington (bot)2021-06-071-2/+9
* bpo-44030: Fix formatting error in exceptions docs (GH-25929) (GH-26086)Miss Islington (bot)2021-05-131-1/+1
* bpo-42589: Change URL for 'from' link when used in a raised exception (GH-23872)sblondon2021-04-291-2/+2
* bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525)Pablo Galindo2021-04-231-0/+12
* bpo-38530: Offer suggestions on NameError (GH-25397)Pablo Galindo2021-04-141-0/+7
* bpo-38530: Offer suggestions on AttributeError (#16856)Pablo Galindo2021-04-141-0/+7
* bpo-43705: Document that SyntaxError's offsets are 1-indexed (GH-25153)Ammar Askar2021-04-021-3/+19
* bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)Inada Naoki2021-03-291-0/+9
* bpo-23915: update and elucidate documentation of with_traceback (GH-23680)Irit Katriel2020-12-161-2/+7
* bpo-42236: Enhance init and encoding documentation (GH-23109)Victor Stinner2020-11-021-2/+2
* bpo-39429: Add a new "Python Development Mode" doc page (GH-18132)Victor Stinner2020-01-241-2/+14
* 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-061-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-03-311-1/+1
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-161-1/+0
* Issue #20517: Functions in the os module that accept two filenamesLarry Hastings2014-02-101-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
|\ \ | |/