index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
exceptions.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Docs: mark up NotImplemented using the :data: role throughout the docs (#116135)
Erlend E. Aasland
2024-02-29
1
-2/+2
*
gh-114570: Add PythonFinalizationError exception (#115352)
Victor Stinner
2024-02-14
1
-0/+18
*
gh-114967: Fix "Built-in Exceptions" documentation ambiguous wording (#114968)
HarryLHW
2024-02-05
1
-1/+1
*
gh-101100: Fix various Sphinx warnings for dunder references in the `library/...
Alex Waygood
2023-12-15
1
-2/+2
*
gh-101100: Fix Sphinx nitpicks in `library/traceback.rst` (#113106)
Alex Waygood
2023-12-14
1
-1/+1
*
gh-101100: Improve docs on exception attributes (GH-113057)
Alex Waygood
2023-12-13
1
-35/+59
*
gh-101100: Fix many easily solvable Sphinx nitpicks in the datamodel docs (#1...
Alex Waygood
2023-12-05
1
-3/+5
*
gh-101100: Fix sphinx warnings in `library/site.rst` (#110144)
Nikita Sobolev
2023-10-01
1
-4/+10
*
gh-106909: Use role :const: for referencing module constants (GH-106910)
Serhiy Storchaka
2023-07-21
1
-17/+17
*
Doc: Add missing ref labels to exception groups/notes sections (#106465)
C.A.M. Gerlach
2023-07-06
1
-0/+2
*
gh-101100: Fix reference to asynchronous methods (#106172)
F3eQnxN3RriK
2023-06-28
1
-1/+1
*
gh-105730: support more callables in ExceptionGroup.split() and subgroup() (#...
Irit Katriel
2023-06-23
1
-4/+8
*
GH-97950: Use new-style index directive ('statement') (#104162)
Adam Turner
2023-05-04
1
-4/+4
*
GH-97950: Use new-style index directive ('module') (#103996)
Adam Turner
2023-05-04
1
-1/+1
*
gh-102921: [doc] Clarify `exc` argument name in `BaseExceptionGroup` is plura...
Kevin Kirsche
2023-03-22
1
-2/+2
*
gh-102011: use sys.exception() instead of sys.exc_info() in docs where possib...
Irit Katriel
2023-02-20
1
-1/+1
*
gh-99619: fix error in documentation of ExceptionGroup.derive() (GH-99621)
Irit Katriel
2022-11-23
1
-6/+27
*
gh-99553: fix bug where an ExceptionGroup subclass can wrap a BaseException (...
Irit Katriel
2022-11-18
1
-0/+4
*
gh-96005: Handle WASI ENOTCAPABLE in getpath (GH-96006)
Christian Heimes
2022-08-16
1
-1/+6
*
gh-89770: Implement PEP-678 - Exception notes (GH-31317)
Irit Katriel
2022-04-16
1
-7/+14
*
bpo-41233: Add links to errnos referenced in exceptions docs (GH-21380)
yyyyyyyan
2022-04-05
1
-14/+14
*
bpo-42340: Document issues around KeyboardInterrupt (GH-23255)
benfogle
2022-03-29
1
-0/+9
*
bpo-23556: [doc] Fix inaccuracy in documentation for raise without args. Impr...
Kinshuk Dua
2022-01-27
1
-9/+8
*
bpo-46431: Add example of subclassing ExceptionGroup. Document the message an...
Irit Katriel
2022-01-24
1
-31/+55
*
bpo-45292: [PEP-654] exception groups and except* documentation (GH-30158)
Irit Katriel
2022-01-06
1
-0/+72
*
bpo-45607: Make it possible to enrich exception displays via setting their __...
Irit Katriel
2021-12-03
1
-0/+8
*
bpo-45464: [doc] Explain that subclassing multiple exceptions is fragile (GH-...
Łukasz Langa
2021-10-20
1
-0/+23
*
[doc] Link to deprecation policy PEP from the DeprecationWarning documentatio...
Łukasz Langa
2021-09-02
1
-0/+4
*
bpo-41737: expand doc for NotADirectoryError (GH-27471)
andrei kulakov
2021-08-03
1
-2/+4
*
Doc: Prettier exception hierarchy. (GH-26533)
Julien Palard
2021-06-11
1
-0/+1
*
bpo-44322: Document more SyntaxError details. (GH-26562)
Terry Jan Reedy
2021-06-07
1
-2/+9
*
bpo-44030: Fix formatting error in exceptions docs (GH-25929)
Miguel Brito
2021-05-13
1
-1/+1
*
bpo-42589: Change URL for 'from' link when used in a raised exception (GH-23872)
sblondon
2021-04-29
1
-2/+2
*
bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525)
Pablo Galindo
2021-04-23
1
-0/+12
*
bpo-38530: Offer suggestions on NameError (GH-25397)
Pablo Galindo
2021-04-14
1
-0/+7
*
bpo-38530: Offer suggestions on AttributeError (#16856)
Pablo Galindo
2021-04-14
1
-0/+7
*
bpo-43705: Document that SyntaxError's offsets are 1-indexed (GH-25153)
Ammar Askar
2021-04-02
1
-3/+19
*
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Inada Naoki
2021-03-29
1
-0/+9
*
bpo-23915: update and elucidate documentation of with_traceback (GH-23680)
Irit Katriel
2020-12-16
1
-2/+7
*
bpo-42236: Enhance init and encoding documentation (GH-23109)
Victor Stinner
2020-11-02
1
-2/+2
*
bpo-39429: Add a new "Python Development Mode" doc page (GH-18132)
Victor Stinner
2020-01-24
1
-2/+14
*
Doc: update PendingDeprecationWarning explanation (GH-12837)
Inada Naoki
2019-04-15
1
-9/+6
*
bpo-36404: recommend DeprecationWarning over PendingDeprecationWarning (GH-12...
Inada Naoki
2019-04-05
1
-0/+8
*
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
[next]