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
/
_testmultiphase.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make two PyModuleDef_Slot symbols static in _testmultiphase. (GH-8147)
Benjamin Peterson
2018-07-07
1
-2/+2
*
bpo-33644: Fix signatures of tp_finalize handlers in testing code. (GH-7111)
Serhiy Storchaka
2018-05-26
1
-2/+1
*
bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)
Marcel Plch
2018-03-17
1
-3/+49
*
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka
2017-01-23
1
-2/+1
*
Merge #27782 fix from 3.5
Nick Coghlan
2016-08-21
1
-1/+32
|
\
|
*
Issue #27782: Fix m_methods handling in multiphase init
Nick Coghlan
2016-08-21
1
-1/+32
*
|
Issue #25923: Added more const qualifiers to signatures of static and private...
Serhiy Storchaka
2015-12-25
1
-1/+1
|
/
*
Close #24748: Restore imp.load_dynamic compatibility
Nick Coghlan
2015-09-05
1
-0/+10
*
Issue #24373: Eliminate PEP 489 test refleaks
Nick Coghlan
2015-06-04
1
-6/+14
*
fix importing one char extension modules (closes #24328)
Benjamin Peterson
2015-05-29
1
-0/+8
*
Issue #24268: Address some PEP 489 refleaks
Nick Coghlan
2015-05-23
1
-0/+1
*
PEP 489: Multi-phase extension module initialization
Nick Coghlan
2015-05-23
1
-0/+567