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
/
c-api
/
exceptions.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.10] gh-98154: Clarify Usage of "Reference Count" In the Docs (#107754)
Eric Snow
2023-08-11
1
-1/+2
*
[3.10] gh-93738: Documentation C syntax (Function glob patterns -> literal ma...
Miss Islington (bot)
2022-10-05
1
-2/+2
*
[3.10] gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObj...
Miss Islington (bot)
2022-10-05
1
-2/+2
*
gh-93738: Documentation C syntax (:c:data:`0` -> ``0``) (GH-97771)
Miss Islington (bot)
2022-10-04
1
-1/+1
*
[3.10] GH-92431: Fix footnotes in Doc/c-api/exceptions.rst (GH-92432) (GH-92...
Miss Islington (bot)
2022-05-08
1
-11/+11
*
More minor fixes to C API docs (GH-31714)
Miss Islington (bot)
2022-04-02
1
-3/+3
*
Minor fixes to C API docs (GH-31501)
Miss Islington (bot)
2022-02-23
1
-7/+8
*
[doc] Fix typo c-api/exceptions.rst (GH-27847)
Miss Islington (bot)
2021-08-23
1
-1/+1
*
Fix typo in exceptions.rst (GH-25434)
Ikko Ashimine
2021-04-17
1
-1/+1
*
bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755)
Antoine Pitrou
2021-03-11
1
-13/+57
*
bpo-42236: Enhance init and encoding documentation (GH-23109)
Victor Stinner
2020-11-02
1
-4/+4
*
bpo-40204, doc: Fix syntax of C variables (GH-21846)
Victor Stinner
2020-08-13
1
-2/+2
*
bpo-41098: Doc: Add missing deprecated directives (GH-21162)
Inada Naoki
2020-08-07
1
-0/+10
*
Doc: Fix grammar in PyErr_ResourceWarning (GH-18879)
Daniel Hahler
2020-03-12
1
-1/+1
*
bpo-38374: Remove weakref.ReferenceError from docs (GH-18452)
Roger Hurwitz
2020-02-11
1
-3/+0
*
bpo-36974: expand call protocol documentation (GH-13844)
Jeroen Demeyer
2019-11-12
1
-0/+4
*
bpo-38733: PyErr_Occurred() caller must hold the GIL (GH-17080)
Victor Stinner
2019-11-07
1
-0/+2
*
bpo-38644: Add Py_EnterRecursiveCall() to the limited API (GH-17046)
Victor Stinner
2019-11-04
1
-3/+9
*
bpo-38600: NULL -> ``NULL``. (GH-17001)
Serhiy Storchaka
2019-10-30
1
-4/+4
*
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka
2019-10-30
1
-23/+23
*
bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131)
Nick Coghlan
2019-08-25
1
-3/+0
*
bpo-37441: Fix wrong PyErr_SetImportErrorSubclass signature in doc (GH-14453)
Hai Shi
2019-07-03
1
-1/+1
*
bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not hand...
Matěj Cepl
2019-05-23
1
-6/+6
*
bpo-36829: Add sys.unraisablehook() (GH-13187)
Victor Stinner
2019-05-22
1
-0/+5
*
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel
2019-05-17
1
-1/+1
*
Doc/c-api/exceptions.rst: fix grammar (#12091)
Daniel Hahler
2019-05-06
1
-2/+2
*
Document the surprising sideeffect PyErr_Print(). (#12081)
Gregory P. Smith
2019-02-27
1
-2/+6
*
bpo-35224: PEP 572 Implementation (#10497)
Emily Morehouse
2019-01-24
1
-0/+3
*
bpo-11233: Create availability directive for documentation (GH-9692)
Cheryl Sabella
2018-10-12
1
-6/+16
*
Fix typos in multiple `.rst` files (#1668)
delirious-lettuce
2017-05-19
1
-4/+4
*
bpo-19225: Remove duplicated description for standard warning categories (GH-...
cocoatomo
2017-04-15
1
-12/+9
*
bpo-19225: Add a table of warning names and missed exception names in C API d...
cocoatomo
2017-04-02
1
-56/+149
*
Merge from 3.5.
Serhiy Storchaka
2016-12-25
1
-1/+1
|
\
|
*
Issue #29068: Fixed a typo in PyErr_Fetch example.
Serhiy Storchaka
2016-12-25
1
-1/+1
*
|
Issue #28635: Fix a couple of missing/incorrect versionchanged tags
Yury Selivanov
2016-11-10
1
-1/+1
*
|
Issue #15767: Use ModuleNotFoundError.
Eric Snow
2016-09-07
1
-0/+7
*
|
Issue #15767: Add ModuleNotFoundError.
Eric Snow
2016-09-07
1
-0/+2
*
|
Issue #15984: Merge PyUnicode doc from 3.5
Martin Panter
2016-04-15
1
-2/+2
|
\
\
|
|
/
|
*
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Martin Panter
2016-04-15
1
-2/+2
*
|
On ResourceWarning, log traceback where the object was allocated
Victor Stinner
2016-03-19
1
-0/+8
|
/
*
Issue #22836: Keep exception reports sensible despite errors
Martin Panter
2016-02-28
1
-2/+2
*
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
Yury Selivanov
2015-07-03
1
-3/+9
*
Fixed documentation of functions with const char* arguments.
Serhiy Storchaka
2015-06-21
1
-4/+4
|
\
|
*
Fixed documentation of functions with const char* arguments.
Serhiy Storchaka
2015-06-21
1
-4/+4
*
|
Added the const qualifier for char* argument of Py_EnterRecursiveCall().
Serhiy Storchaka
2015-06-21
1
-1/+1
|
\
\
|
|
/
|
*
Added the const qualifier for char* argument of Py_EnterRecursiveCall().
Serhiy Storchaka
2015-06-21
1
-1/+1
*
|
merge 3.4 (#23221)
Benjamin Peterson
2015-01-13
1
-1/+1
|
\
\
|
|
/
|
*
fix instances of consecutive articles (closes #23221)
Benjamin Peterson
2015-01-13
1
-1/+1
*
|
Doc: fix default role usage (except in unittest mock docs)
Georg Brandl
2014-10-30
1
-1/+1
*
|
merge with 3.4
Georg Brandl
2014-10-06
1
-1/+1
|
\
\
|
|
/
[next]