summaryrefslogtreecommitdiffstats
path: root/Doc/library/exceptions.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-101100: Fix sphinx warnings in `library/site.rst` (#110144)Nikita Sobolev2023-10-011-4/+10
* gh-106909: Use role :const: for referencing module constants (GH-106910)Serhiy Storchaka2023-07-211-17/+17
* Doc: Add missing ref labels to exception groups/notes sections (#106465)C.A.M. Gerlach2023-07-061-0/+2
* gh-101100: Fix reference to asynchronous methods (#106172)F3eQnxN3RriK2023-06-281-1/+1
* gh-105730: support more callables in ExceptionGroup.split() and subgroup() (#...Irit Katriel2023-06-231-4/+8
* GH-97950: Use new-style index directive ('statement') (#104162)Adam Turner2023-05-041-4/+4
* GH-97950: Use new-style index directive ('module') (#103996)Adam Turner2023-05-041-1/+1
* gh-102921: [doc] Clarify `exc` argument name in `BaseExceptionGroup` is plura...Kevin Kirsche2023-03-221-2/+2
* gh-102011: use sys.exception() instead of sys.exc_info() in docs where possib...Irit Katriel2023-02-201-1/+1
* gh-99619: fix error in documentation of ExceptionGroup.derive() (GH-99621)Irit Katriel2022-11-231-6/+27
* gh-99553: fix bug where an ExceptionGroup subclass can wrap a BaseException (...Irit Katriel2022-11-181-0/+4
* gh-96005: Handle WASI ENOTCAPABLE in getpath (GH-96006)Christian Heimes2022-08-161-1/+6
* gh-89770: Implement PEP-678 - Exception notes (GH-31317)Irit Katriel2022-04-161-7/+14
* bpo-41233: Add links to errnos referenced in exceptions docs (GH-21380)yyyyyyyan2022-04-051-14/+14
* bpo-42340: Document issues around KeyboardInterrupt (GH-23255)benfogle2022-03-291-0/+9
* bpo-23556: [doc] Fix inaccuracy in documentation for raise without args. Impr...Kinshuk Dua2022-01-271-9/+8
* bpo-46431: Add example of subclassing ExceptionGroup. Document the message an...Irit Katriel2022-01-241-31/+55
* bpo-45292: [PEP-654] exception groups and except* documentation (GH-30158)Irit Katriel2022-01-061-0/+72
* bpo-45607: Make it possible to enrich exception displays via setting their __...Irit Katriel2021-12-031-0/+8
* bpo-45464: [doc] Explain that subclassing multiple exceptions is fragile (GH-...Łukasz Langa2021-10-201-0/+23
* [doc] Link to deprecation policy PEP from the DeprecationWarning documentatio...Łukasz Langa2021-09-021-0/+4
* bpo-41737: expand doc for NotADirectoryError (GH-27471)andrei kulakov2021-08-031-2/+4
* Doc: Prettier exception hierarchy. (GH-26533)Julien Palard2021-06-111-0/+1
* bpo-44322: Document more SyntaxError details. (GH-26562)Terry Jan Reedy2021-06-071-2/+9
* bpo-44030: Fix formatting error in exceptions docs (GH-25929)Miguel Brito2021-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