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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[2.7] Minor C API documentation improvements. (GH-17699)
Benjamin Peterson
2019-12-25
1
-1/+1
*
bpo-38557: Improve documentation for list and tuple C API. (GH-16925)
Miss Skeleton (bot)
2019-10-26
2
-12/+18
*
bpo-37487: Fix PyList_GetItem index description. (GH-14623) (GH-14626)
Miss Islington (bot)
2019-07-06
1
-3/+3
*
[2.7] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH...
Zackery Spytz
2019-06-07
1
-0/+6
*
Document the surprising sideeffect PyErr_Print(). (GH-12081)
Miss Islington (bot)
2019-02-27
1
-2/+6
*
[2.7] Correct a couple of unbalanced parenthesis. (GH-10779). (GH-10963)
Andre Delfino
2018-12-06
1
-1/+1
*
bpo-33892: Doc: Use gender neutral words (GH-7770)
Andrés Delfino
2018-06-18
1
-1/+1
*
bpo-33583: Add note in PyObject_GC_Resize() doc (GH-7021)
Miss Islington (bot)
2018-05-21
1
-1/+1
*
[2.7] Fix C API docs: PyCapsule_Import always set an exception on failure. (G...
Miss Islington (bot)
2018-05-18
1
-2/+9
*
bpo-32500: Correct the documentation for PySequence_Size() and PySequence_Len...
Miss Islington (bot)
2018-02-25
1
-3/+2
*
Fix PyTrace_RETURN documentation (GH-5384) (GH-5387)
Miss Islington (bot)
2018-01-28
1
-1/+1
*
bpo-32687: Fix wrong meaning of args for PyTrace_LINE/CALL in documentation (...
Miss Islington (bot)
2018-01-28
1
-2/+2
*
bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (GH-4056...
Xiang Zhang
2018-01-24
1
-3/+7
*
bpo-20064: Document PyObject_Malloc() (#4204)
Victor Stinner
2017-10-31
1
-0/+82
*
[2.7] bpo-31692: Add PYTHONSHOWALLOCCOUNT env var (GH-3927)
Victor Stinner
2017-10-17
1
-1/+1
*
[2.7] bpo-31754: Fix type of 'itemsize' in PyBuffer_FillContiguousStrides (GH...
vyas45
2017-10-16
1
-1/+1
*
bpo-29916: Include PyGetSetDef in C API extension documentation. (#831) (#3609)
Michael Seifert
2017-09-16
2
-15/+40
*
[2.7] Fix typos in multiple `.rst` files (GH-1668) (#1707)
delirious-lettuce
2017-05-22
1
-4/+4
*
bpo-19225: Remove duplicated description for standard warning categories (GH-...
cocoatomo
2017-04-20
1
-12/+9
*
[2.7] bpo-30059: Include Py_Ellipsis in C API documentation (GH-1018) (GH-1147)
Michael Seifert
2017-04-15
1
-0/+11
*
[2.7] bpo-19225: Lack of c api exceptions doc (#964)
cocoatomo
2017-04-08
1
-66/+150
*
Fix references within buffer protocol docs (#1016)
Eric Wieser
2017-04-06
1
-4/+4
*
bpo-29917: DOC: Remove link from PyMethodDef (#890) (#896)
Senthil Kumaran
2017-03-30
1
-2/+2
*
Issue #28771: Correct documentation of signatures using const
Martin Panter
2016-12-01
1
-6/+8
*
Issue #25701: Document that some C APIs can both set and delete items
Martin Panter
2016-11-30
3
-20/+45
*
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
Serhiy Storchaka
2016-10-27
13
-52/+52
*
Issue #19795: Improved more markups of True/False.
Serhiy Storchaka
2016-10-19
1
-2/+2
*
Issue #19795: Mark up None as literal text.
Serhiy Storchaka
2016-10-19
2
-6/+6
*
Issue #18287: PyType_Ready() now checks that tp_name is not NULL.
Serhiy Storchaka
2016-10-07
1
-1/+2
*
Issue #24314: Add links for general attributes like __name__, __dict__
Martin Panter
2016-06-18
3
-5/+5
*
Issue #15657: Delete incorrect statement from PyMethodDef documentation
Berker Peksag
2016-06-12
1
-3/+2
*
[Issue 15476] Make "code object" its own entry in the index
Tommy Beadle
2016-06-02
1
-4/+2
*
note that Py_VISIT handles NULL (closes #27183)
Benjamin Peterson
2016-06-02
1
-3/+4
*
Issue #27125: Fix various errors like “will [be] inherited”
Martin Panter
2016-05-29
1
-1/+1
*
Corrections for a/an in code comments and documentation
Martin Panter
2016-05-08
1
-1/+1
*
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka
2016-05-07
1
-1/+1
*
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
3
-5/+5
*
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Martin Panter
2016-04-15
1
-3/+3
*
Issue #22836: Keep exception reports sensible despite errors
Martin Panter
2016-02-28
1
-2/+2
*
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
Martin Panter
2016-02-10
1
-1/+1
*
Issue #26198: Fixed error messages for some argument parsing errors.
Serhiy Storchaka
2016-02-07
1
-1/+2
*
Per issue21949 and issue1629: Document the Py_SIZE, Py_TYPE, Py_REFCNT macros.
Gregory P. Smith
2016-01-22
1
-0/+31
*
Issue26142 - Fix a formatting bug in c-api intro doc.
Senthil Kumaran
2016-01-18
1
-1/+1
*
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
Martin Panter
2015-10-10
3
-3/+3
*
Added the const qualifier for char* argument of Py_EnterRecursiveCall().
Serhiy Storchaka
2015-06-21
1
-1/+1
*
Issue #24161: Document that PyIter_Check() returns false positives for old-s...
Raymond Hettinger
2015-05-11
1
-0/+4
*
Fix PyGILState_GetThisThreadState() prototype in the API documentation.
Charles-François Natali
2015-04-15
1
-1/+1
*
Preserve critical whitespace in Doc/*.
Stefan Krah
2015-02-01
1
-1/+1
*
Issue #23352: Document that Py_buffer.suboffsets must be NULL if no suboffsets
Stefan Krah
2015-02-01
1
-1/+4
*
Closes #23181: codepoint -> code point
Georg Brandl
2015-01-14
1
-2/+2
[next]