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
/
Modules
/
xxlimited.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-99300: Use Py_NewRef() in Modules/ directory (#99473)
Victor Stinner
2022-11-14
1
-8/+4
*
gh-95324: Emit a warning if an object doesn't call PyObject_GC_UnTrack during...
Pablo Galindo Salgado
2022-07-27
1
-0/+1
*
gh-91320: Use _PyCFunction_CAST() (#92251)
Victor Stinner
2022-05-03
1
-1/+1
*
gh-89653: PEP 670: Functions don't cast pointers (#91697)
Victor Stinner
2022-04-25
1
-4/+6
*
bpo-45459: Add Py_buffer to limited API (GH-29991)
Christian Heimes
2022-02-02
1
-1/+51
*
bpo-45434: Only exclude <stdlib.h> in Python 3.11 limited C API (GH-29027)
Victor Stinner
2021-10-19
1
-2/+1
*
bpo-42972: Fully implement GC protocol for xxlimited (GH-26451)
Hai Shi
2021-05-31
1
-0/+8
*
bpo-41111: xxlimited.c defines Py_LIMITED_API (GH-25151)
Victor Stinner
2021-04-02
1
-0/+2
*
bpo-42111: Make the xxlimited module an example of best extension module prac...
Petr Viktorin
2020-12-08
1
-155/+224
*
bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSp...
Pablo Galindo
2020-05-27
1
-0/+1
*
bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521)
Dong-hee Na
2020-02-17
1
-1/+1
*
bpo-32388: Remove cross-version binary compatibility requirement in tp_flags ...
Antoine Pitrou
2019-05-29
1
-1/+1
*
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
Serhiy Storchaka
2019-02-25
1
-2/+5
*
bpo-33644: Fix signatures of tp_finalize handlers in testing code. (GH-7111)
Serhiy Storchaka
2018-05-26
1
-2/+1
*
merge 3.5 (#29398)
Benjamin Peterson
2017-02-01
1
-1/+1
|
\
|
*
gc types needs to be allocated as such (closes #29398)
Benjamin Peterson
2017-02-01
1
-1/+1
*
|
Issue #25923: Added more const qualifiers to signatures of static and private...
Serhiy Storchaka
2015-12-25
1
-1/+1
|
/
*
Issue #24373: Eliminate PEP 489 test refleaks
Nick Coghlan
2015-06-04
1
-6/+20
*
PEP 489: Multi-phase extension module initialization
Nick Coghlan
2015-05-23
1
-25/+30
*
Removed unintentional trailing spaces in non-external and non-generated C files.
Serhiy Storchaka
2015-03-18
1
-1/+1
*
Issue #17162: Add PyType_GetSlot.
Martin v. Löwis
2014-02-04
1
-1/+1
*
Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED.
Brian Curtin
2011-08-11
1
-2/+1
*
Issue #11135: Remove redundant doc field from PyType_Spec.
Martin v. Löwis
2011-02-11
1
-6/+4
*
Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check
Martin v. Löwis
2011-02-05
1
-1/+7
*
Merge branches/pep-0384.
Martin v. Löwis
2010-12-03
1
-0/+283