COMMITS
/ Include/object.h September 6, 2017
E
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Eric Snow committed
E
bpo-30860: Consolidate stateful runtime globals. (#2594)
Eric Snow committed
May 13, 2017
X
bpo-30341: Improve _PyTrash_thread_destroy_chain() a little bit (#1545)
Xiang Zhang committed
December 27, 2016
S
Issue #29058: All stable API extensions added after Python 3.2 are now
Serhiy Storchaka committed
September 11, 2016
S
Issue #26900: Excluded underscored names and other private API from limited API.
Serhiy Storchaka committed
September 8, 2016
E
Issue #24254: Drop cls.__definition_order__.
Eric Snow committed
V
Implement compact dict
Victor Stinner committed
September 7, 2016
B
make _Py_static_string_init use a designated initializer
Benjamin Peterson committed
September 5, 2016
E
Issue #24254: Preserve class attribute definition order.
Eric Snow committed
April 10, 2016
S
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka committed
S
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka committed
April 6, 2016
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
March 19, 2016
V
fix indentation in Py_DECREF()
Victor Stinner committed
February 10, 2016
M
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
Martin Panter committed
December 24, 2015
S
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka committed
August 26, 2015
Y
docs: Better comment for tp_as_async slot
Yury Selivanov committed
May 28, 2015
Y
Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc.
Yury Selivanov committed
May 12, 2015
Y
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov committed
April 14, 2015
B
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
Berker Peksag committed
B
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
Berker Peksag committed
November 20, 2014
N
Issue #22869: Split pythonrun into two modules
Nick Coghlan committed
November 18, 2014
S
Issue #22453: Removed non-documented macro PyObject_REPR().
Serhiy Storchaka committed
S
Issue #22453: Warn against the use of leaking macro PyObject_REPR().
Serhiy Storchaka committed
April 10, 2014
B
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
Benjamin Peterson committed
February 9, 2014
L
Issue #20530: Argument Clinic's signature format has been revised again.
Larry Hastings committed
February 4, 2014
M
Issue #17162: Add PyType_GetSlot.
Martin v. Löwis committed
January 28, 2014
L
Issue #20326: Argument Clinic now uses a simple, unique signature to
Larry Hastings committed
January 26, 2014
L
Issue #20390: Small fixes and improvements for Argument Clinic.
Larry Hastings committed
January 24, 2014
L
Issue #20189: Four additional builtin types (PyTypeObject,
Larry Hastings committed
January 3, 2014
M
Issue #19526: Exclude all new API from the stable ABI.
Martin v. Löwis committed
December 1, 2013
A
Issue #6477: Merge with 3.3.
Alexandre Vassalotti committed
A
Issue #6477: Keep PyNotImplemented_Type and PyNone_Type private.
Alexandre Vassalotti committed
A
Issue #6477: Merge with 3.3.
Alexandre Vassalotti committed
A
Issue #6477: Added support for pickling the types of built-in singletons.
Alexandre Vassalotti committed
November 20, 2013
C
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Christian Heimes committed
November 7, 2013
V
Issue #19512, #19515: remove shared identifiers, move identifiers where they
Victor Stinner committed
November 6, 2013
V
Issue #19512: add _PyUnicode_CompareWithId() function
Victor Stinner committed
V
Issue #19512: add some common identifiers to only create common strings once,
Victor Stinner committed
October 1, 2013
R
Issue #18594: Fix the fast path for collections.Counter().
Raymond Hettinger committed
August 24, 2013
A
Issue #18772: fix the gdb plugin after the set implementation changes
Antoine Pitrou committed
July 30, 2013
A
Issue #18112: PEP 442 implementation (safe object finalization).
Antoine Pitrou committed
May 27, 2013
B
don't expand the operand to Py_XINCREF/XDECREF/CLEAR/DECREF multiple times (closes #17206)
Benjamin Peterson committed
November 19, 2012
B
remove unused flag (closes #16505)
Benjamin Peterson committed
October 30, 2012
V
Issue #16086: PyTypeObject.tp_flags and PyType_Spec.flags are now unsigned
Victor Stinner committed
September 5, 2012
A
Issue #13992: The trashcan mechanism is now thread-safe. This eliminates
Antoine Pitrou committed
A
Issue #13992: The trashcan mechanism is now thread-safe. This eliminates
Antoine Pitrou committed
June 23, 2012
M
Issue #15146: Add PyType_FromSpecWithBases. Patch by Robin Schreiber.
Martin v. Löwis committed
June 22, 2012
D
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues
David Malcolm committed