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
*
bpo-41233: Add links to errnos referenced in exceptions docs (GH-21380)
Miss Islington (bot)
2022-04-05
1
-14/+14
*
bpo-42340: Document issues around KeyboardInterrupt (GH-23255)
Miss Islington (bot)
2022-03-29
1
-0/+9
*
[3.10] bpo-23556: [doc] Fix inaccuracy in documentation for raise without arg...
Miss Islington (bot)
2022-01-27
1
-9/+8
*
bpo-45464: [doc] Explain that subclassing multiple exceptions is fragile (GH-...
Miss Islington (bot)
2021-10-20
1
-0/+23
*
[3.10] [doc] Link to deprecation policy PEP from the DeprecationWarning docum...
Ćukasz Langa
2021-09-02
1
-0/+4
*
bpo-41737: expand doc for NotADirectoryError (GH-27471)
Miss Islington (bot)
2021-08-03
1
-2/+4
*
bpo-44322: Document more SyntaxError details. (GH-26562)
Miss Islington (bot)
2021-06-07
1
-2/+9
*
bpo-44030: Fix formatting error in exceptions docs (GH-25929) (GH-26086)
Miss Islington (bot)
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
*
Clarify NotImplemented vs NotImplementedError. Initial patch by Emmanuel Bar...
Ethan Furman
2016-08-05
1
-2/+23
*
Fix typos in mock and exceptions docs
Berker Peksag
2016-04-11
1
-1/+1
*
Issue #23391: Merge OSError doc from 3.4 into 3.5
Martin Panter
2015-10-26
1
-21/+48
|
\
|
*
Issue #23391: Restore OSError constructor argument documentation
Martin Panter
2015-10-26
1
-21/+48
*
|
Issue #25161: Merge full stops from 3.4 into 3.5
Martin Panter
2015-10-10
1
-1/+1
|
\
\
|
|
/
|
*
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
Martin Panter
2015-10-10
1
-1/+1
*
|
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
Yury Selivanov
2015-07-03
1
-0/+10
*
|
Issue #24439: Improve PEP 492 related docs.
Yury Selivanov
2015-06-24
1
-2/+4
*
|
Issue 24180: Fixes by Berker Peksag.
Yury Selivanov
2015-05-21
1
-1/+0
*
|
Issue 24180: Documentation for PEP 492 changes.
Yury Selivanov
2015-05-21
1
-0/+8
*
|
PEP 479: Change StopIteration handling inside generators.
Yury Selivanov
2015-05-09
1
-0/+8
*
|
Issue #23485: select.select() is now retried automatically with the recomputed
Victor Stinner
2015-03-30
1
-1/+6
|
/
*
Issue #23432: Remove duplicate content from SystemExit docs.
Berker Peksag
2015-03-10
1
-13/+13
*
#22613: fix several factual errors in builtin docs (thanks Jacques Ducasse)
Georg Brandl
2014-10-31
1
-1/+2
*
Issue #21559: Add alternative (historical) reason for OverflowError.
Terry Jan Reedy
2014-06-16
1
-3/+4
*
Issue #16136: VMSError is done, bye bye VMS
Victor Stinner
2014-06-13
1
-4/+0
*
Issue #20624: Exception docs wording tweak - clarify that it's okay to inheri...
Mark Dickinson
2014-04-14
1
-4/+4
*
fix verb (closes #21174)
Benjamin Peterson
2014-04-07
1
-1/+1
*
IOError -> OSError
Andrew Svetlov
2014-03-31
1
-1/+1
*
Merge in all documentation changes since branching 3.4.0rc1.
Larry Hastings
2014-03-16
1
-1/+0
*
Issue #20517: Functions in the os module that accept two filenames
Larry Hastings
2014-02-10
1
-1/+6
*
Issue #19691: remove outdated mention about RuntimeError
Antoine Pitrou
2013-11-25
1
-2/+1
|
\
|
*
Issue #19691: remove outdated mention about RuntimeError
Antoine Pitrou
2013-11-25
1
-2/+1
*
|
Issue #18758: Fixed and improved cross-references.
Serhiy Storchaka
2013-10-13
1
-6/+5
|
\
\
|
|
/
[next]