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
*
bpo-41832: Restore note about NULL in PyType_Slot.pfunc (GH-23243)
Hai Shi
2020-11-14
1
-0/+2
*
bpo-42294: Grammar fixes in doc glossary strong/weak refs (GH-23227)
kj
2020-11-10
1
-1/+1
*
bpo-41073: PyType_GetSlot() can now accept static types. (GH-21931)
Hai Shi
2020-11-10
1
-2/+4
*
bpo-42260: Fix _PyConfig_Read() if compute_path_config=0 (GH-23220)
Victor Stinner
2020-11-10
2
-17/+57
*
bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values (#2...
Vladimir Matveev
2020-11-10
1
-0/+16
*
bpo-42171: Add PEP573-related items to the limited API (GH-23009)
Petr Viktorin
2020-11-10
1
-2/+4
*
bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206)
Victor Stinner
2020-11-09
8
-20/+39
*
bpo-41832: PyType_FromModuleAndSpec() now accepts NULL tp_doc (GH-23123)
Hai Shi
2020-11-06
1
-2/+4
*
bpo-42260: PyConfig_Read() only parses argv once (GH-23168)
Victor Stinner
2020-11-05
1
-92/+104
*
bpo-42262: Add Py_NewRef() and Py_XNewRef() (GH-23152)
Victor Stinner
2020-11-05
1
-0/+31
*
bpo-42260: Add _PyInterpreterState_SetConfig() (GH-23158)
Victor Stinner
2020-11-04
1
-0/+2
*
bpo-1635741: Add PyModule_AddObjectRef() function (GH-23122)
Victor Stinner
2020-11-04
1
-14/+90
*
bpo-42236: Enhance init and encoding documentation (GH-23109)
Victor Stinner
2020-11-02
6
-183/+521
*
bpo-42236: Use UTF-8 encoding if nl_langinfo(CODESET) fails (GH-23086)
Victor Stinner
2020-11-01
1
-5/+47
*
bpo-41192: Add documentation of undocumented audit events (GH-21308)
Saiyang Gou
2020-10-20
1
-0/+2
*
bpo-41784: make PyUnicode_AsUTF8AndSize part of the limited API (GH-22252)
Alex Gaynor
2020-10-19
1
-0/+3
*
bpo-41756: Export PyGen_Send and wrap it in if-defs (#22677)
Vladimir Matveev
2020-10-13
1
-0/+4
*
Delete PyGen_Send (#22663)
Vladimir Matveev
2020-10-12
1
-10/+0
*
Fix .. code-block :: directives in decimal.rst (GH-22571)
Anthony Sottile
2020-10-11
1
-3/+3
*
bpo-41756: Add PyIter_Send function (#22443)
Vladimir Matveev
2020-10-10
2
-5/+14
*
bpo-41802: Document 'PyDict_DelItem' can raise a 'KeyError' (GH-22291)
Campbell Barton
2020-10-02
1
-4/+6
*
bpo-41842: Add codecs.unregister() function (GH-22360)
Hai Shi
2020-09-28
1
-0/+8
*
bpo-30155: Add macros to get tzinfo from datetime instances (GH-21633)
Zackery Spytz
2020-09-23
1
-0/+11
*
bpo-41756: Introduce PyGen_Send C API (GH-22196)
Vladimir Matveev
2020-09-19
1
-0/+15
*
Note the buffer slots can be set with PyType_Spec with the unlimited API. (GH...
Benjamin Peterson
2020-09-02
1
-1/+10
*
bpo-38787: Clarify docs for PyType_GetModule and warn against common mistake ...
Petr Viktorin
2020-08-27
1
-1/+11
*
bpo-40204, doc: Fix syntax of C variables (GH-21846)
Victor Stinner
2020-08-13
18
-103/+103
*
bpo-40204: Fix duplicates in the documentation (GH-21857)
Victor Stinner
2020-08-13
2
-26/+13
*
bpo-41324 Add a minimal decimal capsule API (#21519)
Stefan Krah
2020-08-10
2
-0/+232
*
bpo-41098: Doc: Add missing deprecated directives (GH-21162)
Inada Naoki
2020-08-07
1
-0/+10
*
bpo-36346: Doc: Update removal schedule of legacy Unicode (GH-21479)
Inada Naoki
2020-08-05
1
-9/+30
*
bpo-41211: Doc: Fix PyLong_FromUnicodeObject (GH-21325)
Inada Naoki
2020-07-05
1
-3/+1
*
Doc: Minor fix to init config C API documentation (GH-21198)
tomerv
2020-07-01
1
-2/+2
*
bpo-41123: Remove PyUnicode_AsUnicodeCopy (GH-21209)
Inada Naoki
2020-06-30
1
-14/+0
*
bpo-23427: Add sys.orig_argv attribute (GH-20729)
Victor Stinner
2020-06-29
1
-0/+21
*
bpo-41123: Remove PyLong_FromUnicode() (GH-21204)
Inada Naoki
2020-06-29
1
-11/+0
*
bpo-41103: Remove old buffer protocol support (#21117)
Inada Naoki
2020-06-25
2
-56/+0
*
bpo-40943: PY_SSIZE_T_CLEAN required for '#' formats (GH-20784)
Victor Stinner
2020-06-19
1
-19/+17
*
bpo-36020: Require vsnprintf() to build Python (GH-20899)
Victor Stinner
2020-06-15
1
-7/+3
*
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo
2020-06-11
1
-10/+0
*
bpo-40854: PYTHONPLATLIBDIR env var added to 3.9 (GH-20735)
Victor Stinner
2020-06-08
1
-1/+1
*
bpo-40910: Export Py_GetArgcArgv() function (GH-20721)
Victor Stinner
2020-06-08
1
-0/+9
*
bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-2...
Sandro Mani
2020-06-08
1
-0/+9
*
bpo-40839: PyDict_GetItem() requires the GIL (GH-20580)
Victor Stinner
2020-06-02
1
-0/+4
*
bpo-40792: Make the result of PyNumber_Index() always having exact type int. ...
Serhiy Storchaka
2020-05-28
1
-0/+4
*
bpo-39573: Convert Py_REFCNT and Py_SIZE to functions (GH-20429)
Victor Stinner
2020-05-27
1
-9/+10
*
bpo-37999: Fix outdated __int__ and nb_int references in comments (GH-20449)
Mark Dickinson
2020-05-27
1
-30/+25
*
bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSp...
Pablo Galindo
2020-05-27
1
-1/+15
*
bpo-39573: Convert Py_TYPE() to a static inline function (GH-20290)
Dong-hee Na
2020-05-25
1
-4/+7
*
bpo-39245: Fix docs links to the stable ABI (GH-20388)
Miro HronĨok
2020-05-25
1
-9/+9
[next]