Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/3.6
/
Doc
/
c-api
tag
29731c007987cef7fa1aac6d6bdd8ab6e27af679
tagger
Ned Deily <nad@python.org>
Sat Jan 01 00:57:13 2022
object
8d999cbf4adea053be6dbb612b9844635c4dfb8e
Final head of the former 3.6 branch
fb35241
Document the surprising sideeffect PyErr_Print(). (GH-12081) (GH-12084)
by Miss Islington (bot)
· 6 years ago
3a26b59
Fix documented signatures for C API functions. (GH-11236) (GH-11240)
by Miss Islington (bot)
· 7 years ago
ff740db
bpo-35461: Document C API functions which suppress exceptions. (GH-11119) (GH-11210)
by Miss Islington (bot)
· 7 years ago
62af9e6
[3.6] Correct a couple of unbalanced parenthesis. (GH-10779). (GH-10945)
by Andre Delfino
· 7 years ago
2a852a2
bpo-16086: Fix PyType_GetFlags() documentation (GH-10758) (GH-10790)
by Miss Islington (bot)
· 7 years ago
8945017
[3.6] bpo-25438: document what codec PyMemberDef T_STRING decodes the char * as (GH-10580) (GH-10587)
by Miss Islington (bot)
· 7 years ago
60a6bae
bpo-35229: Deprecate _PyObject_GC_TRACK() (GH-10511)
by Miss Islington (bot)
· 7 years ago
1e8c185
[3.6] bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231). (GH-10254)
by Serhiy Storchaka
· 7 years ago
146ba43
bpo-12743: Delete comment from marshal.rst (GH-8457)
by Miss Islington (bot)
· 7 years ago
f14e8ea
bpo-33892: Doc: Use gender neutral words (GH-7770)
by Miss Islington (bot)
· 7 years ago
93e9fb5
[3.6] bpo-5945: Improve mappings and sequences C API docs. (GH-7029). (GH-7049)
by Serhiy Storchaka
· 7 years ago
0c1e7d8
bpo-33583: Add note in PyObject_GC_Resize() doc (GH-7021)
by Miss Islington (bot)
· 7 years ago
e6e440a
Fix C API docs: PyCapsule_Import always set an exception on failure. (GH-6967)
by Miss Islington (bot)
· 7 years ago
29bc6f6
bpo-33195: Doc: Deprecate Py_UNICODE in c-api/arg (GH-6329)
by INADA Naoki
· 7 years ago
18fdc87
bpo-33126: Document PyBuffer_ToContiguous() (GH-6292) (GH-6293)
by Miss Islington (bot)
· 7 years ago
1da0479
bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)
by Miss Islington (bot)
· 7 years ago
6ae87ca
bpo-32500: Correct the documentation for PySequence_Size() and PySequence_Length() (GH-5767)
by Miss Islington (bot)
· 7 years ago
3d4a174
[3.6] Make formatting of some return codes conforming to the general style. (GH-5587). (GH-5598)
by Serhiy Storchaka
· 8 years ago
5869861
Document the error return of PyLong_As* APIs. (GH-5396) (#5404)
by Miss Islington (bot)
· 8 years ago
33febfb
Fix PyTrace_RETURN documentation (GH-5384) (GH-5386)
by Miss Islington (bot)
· 8 years ago
854f042
bpo-32687: Fix wrong meaning of args for PyTrace_LINE/CALL in documentation (GH-5361) (GH-5377)
by Miss Islington (bot)
· 8 years ago
fd844ef
bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (GH-4056) (#5298)
by Xiang Zhang
· 8 years ago
b92c159
[3.6] bpo-32555: Fix locale encodings (#5193)
by Victor Stinner
· 8 years ago
ea5b545
[3.6] bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160). (#4379)
by xdegaye
· 8 years ago
f938746
bpo-31678: Fix typo in PyDateTime_DELTA_GET_MICROSECONDS (GH-3869)
by Miss Islington (bot)
· 8 years ago
8543ce8
bpo-20064: Document PyObject_Malloc() (GH-4199) (#4203)
by Miss Islington (bot)
· 8 years ago
e881302
[3.6] bpo-31754: Fix type of 'itemsize' in PyBuffer_FillContiguousStrides (GH-3993)
by Miss Islington (bot)
· 8 years ago
51ea806
bpo-29916: Include PyGetSetDef in C API extension documentation. (#831) (#3607)
by Michael Seifert
· 8 years ago
6a90a12
bpo-30656: Fix Python C API Module Objects documentation (GH-2170) (GH-2230)
by Mariatta
· 8 years ago
0702cc0
[3.6] Fix typos in multiple `.rst` files (GH-1668) (#1702)
by delirious-lettuce
· 8 years ago
ea0efa3
[3.6] bpo-29751: Improve PyLong_FromString documentation (GH-915) (#1266)
by Mariatta
· 8 years ago
5fb4bf9
bpo-19225: Remove duplicated description for standard warning categories (GH-1068)
by cocoatomo
· 8 years ago
05bfbcd
[3.6] bpo-30059: Include Py_Ellipsis in C API documentation (GH-1018) (GH-1149)
by Michael Seifert
· 8 years ago
d184c20
Keep the c-api exception doc up-to-date (#966)
by cocoatomo
· 8 years ago
da6ad2f
bpo-29917: DOC: Remove link from PyMethodDef (#890) (#894)
by Senthil Kumaran
· 8 years ago
69eab31
bpo-28749: Fixed the documentation of the mapping codec APIs. (#487) (#714)
by Serhiy Storchaka
· 8 years ago
4652d82
bpo-29746: Update marshal docs to Python 3. (#547) (#631)
by Serhiy Storchaka
· 8 years ago
e9effe6
fix minor bug in pymalloc. (GH-335) (GH-476)
by Mariatta
· 8 years ago
346454c
Issue #29292: Merge 3.5.
by Xiang Zhang
· 9 years ago
6ad85bf
Issue #29292: Update outdated doc of PyEval_EvalCodeEx.
by Xiang Zhang
· 9 years ago
a27b3b3
Issue #15657: Merge other doc fix from 3.5
by Martin Panter
· 9 years ago
5b66723
Issue #15657: Delete incorrect statement from PyMethodDef documentation
by Martin Panter
· 9 years ago
9da31f7
Issue #15657: METH_KEYWORDS cannot be used alone in Python 3
by Martin Panter
· 9 years ago
44223e9
Issue #29087: Removed the documentation of non-existing UCS4 support functions.
by Serhiy Storchaka
· 9 years ago
af9181a
Issue #29087: Removed the documentation of non-existing UCS4 support functions.
by Serhiy Storchaka
· 9 years ago
a8803d2
Merge from 3.5.
by Serhiy Storchaka
· 9 years ago
4398c12
Issue #29068: Fixed a typo in PyErr_Fetch example. Patch by Chi Hsuan Yen.
by Serhiy Storchaka
· 9 years ago
47888da
Issue #29009: Merge 3.5.
by Xiang Zhang
· 9 years ago
bfbc29c
Issue #29009: Remove outdated doc of PyUnicode_RichCompare.
by Xiang Zhang
· 9 years ago
2179961
Issue #28771: Merge C API doc fix from 3.5
by Martin Panter
· 9 years ago
7a44783
Issue #28771: Update tp_get/setattr signature documentation
by Martin Panter
· 9 years ago
419967b
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
by Serhiy Storchaka
· 9 years ago
9a953db
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
by Serhiy Storchaka
· 9 years ago
01452af
Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API.
by Serhiy Storchaka
· 9 years ago
cf36835
Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API.
by Serhiy Storchaka
· 9 years ago
92b9a1f
Issue #19569: Suggested more appropriate replacements for deprecated Unicode
by Serhiy Storchaka
· 9 years ago
f675a37
Issue #19569: Suggested more appropriate replacements for deprecated Unicode
by Serhiy Storchaka
· 9 years ago
3b73ea1
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
by Serhiy Storchaka
· 9 years ago
f4934ea
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
by Serhiy Storchaka
· 9 years ago
3479b5f
Issue #28635: Fix a couple of missing/incorrect versionchanged tags
by Yury Selivanov
· 9 years ago
159f97b
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
by Serhiy Storchaka
· 9 years ago
1ecf7d2
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
by Serhiy Storchaka
· 9 years ago
7d6dda4
Issue #19795: Improved more markups of True/False.
by Serhiy Storchaka
· 9 years ago
4adf01c
Issue #19795: Improved more markups of True/False.
by Serhiy Storchaka
· 9 years ago
989db5c
Issue #19795: Mark up None as literal text.
by Serhiy Storchaka
· 9 years ago
ecf41da
Issue #19795: Mark up None as literal text.
by Serhiy Storchaka
· 9 years ago
b8bddec
Issue #28432: Merge from 3.5
by Berker Peksag
· 9 years ago
90e0289
Issue #28432: Fix first parameter name in PyUnicode_EncodeLocale documentation
by Berker Peksag
· 9 years ago
21d9f10
Merge from 3.5.
by Serhiy Storchaka
· 9 years ago
9c0e1f8
Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters().
by Serhiy Storchaka
· 9 years ago
e45b7c0
Issue #18287: PyType_Ready() now checks that tp_name is not NULL.
by Serhiy Storchaka
· 9 years ago
de0574b
Issue #18287: PyType_Ready() now checks that tp_name is not NULL.
by Serhiy Storchaka
· 9 years ago
b364857
Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().
by Serhiy Storchaka
· 9 years ago
cc16423
Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().
by Serhiy Storchaka
· 9 years ago
db83f72
Issue #27740: Merge from 3.5
by Berker Peksag
· 9 years ago
ab39b09
Issue #27740: Fix typo in Py_CompileStringExFlags
by Berker Peksag
· 9 years ago
4781b59
Issues #25909, #28211: Restored correct documentation of PyMapping_Items,
by Serhiy Storchaka
· 9 years ago
1d480be
Issues #25909, #28211: Restored correct documentation of PyMapping_Items,
by Serhiy Storchaka
· 9 years ago
7b4bcd2
Issue #25270: Merge from 3.5
by Berker Peksag
· 9 years ago
4a72a7b
Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an empty bytestring is passed
by Berker Peksag
· 9 years ago
de02b08
Closes #22731: Documents change of console mode.
by Steve Dower
· 9 years ago
8b26702
Closes #22731: Documents change of console mode.
by Steve Dower
· 9 years ago
32d3742
[backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder".
by Senthil Kumaran
· 9 years ago
cc16be8
Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)
by Steve Dower
· 9 years ago
47ff073
more PY_LONG_LONG to long long
by Benjamin Peterson
· 9 years ago
46f97b8
Issue #15767: Use ModuleNotFoundError.
by Eric Snow
· 9 years ago
c943265
Issue #15767: Add ModuleNotFoundError.
by Eric Snow
· 9 years ago
a571120
Issue #27182: Add support for path-like objects to PyUnicode_FSDecoder().
by Brett Cannon
· 9 years ago
ec6ce87
Issue #26027: Support path-like objects in PyUnicode-FSConverter().
by Brett Cannon
· 9 years ago
ed4aa83
require a long long data type (closes #27961)
by Benjamin Peterson
· 9 years ago
cbcd221
Merge #27782 fix from 3.5
by Nick Coghlan
· 9 years ago
8682f57
Issue #27782: Fix m_methods handling in multiphase init
by Nick Coghlan
· 9 years ago
7a01508
Issue #12946: Merge from 3.5
by Berker Peksag
· 9 years ago
c01e766
Issue #12946: Document that PyModule_GetDict can fail in some cases
by Berker Peksag
· 9 years ago
0b9e641
Issue #24637: Merge from 3.5
by Berker Peksag
· 9 years ago
bd66435
Issue #24637: Document that locals can be any mapping object
by Berker Peksag
· 9 years ago
0de01c4
Issue #24278: Merge argument parsing docs from 3.5
by Martin Panter
· 9 years ago
6c7d5a2
Issue #24278: Explain how argument parsing output buffers are managed
by Martin Panter
· 9 years ago
b133bb4
Issue #27481: Docummented that ValueError is now raised instead of TypeError
by Serhiy Storchaka
· 9 years ago
6f379f4
Issue #27481: Docummented that ValueError is now raised instead of TypeError
by Serhiy Storchaka
· 9 years ago
Next »