COMMITS
/ Objects/object.c September 8, 2016
V
Implement compact dict
Victor Stinner committed
July 3, 2016
S
Issue #23034: The output of a special Python build with defined COUNT_ALLOCS,
Serhiy Storchaka committed
May 29, 2016
M
Issue #27125: Merge typo fixes from 3.5
Martin Panter committed
M
Issue #27125: Fix various errors like “will [be] inherited”
Martin Panter committed
April 17, 2016
S
Issue #26745: Removed redundant code in _PyObject_GenericSetAttrWithDict.
Serhiy Storchaka committed
April 6, 2016
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
January 5, 2016
S
Issue #20440: Cleaning up the code by using Py_SETREF.
Serhiy Storchaka committed
December 25, 2015
S
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka committed
October 14, 2015
V
Issue #25210: Change error message of do_richcompare()
Victor Stinner committed
October 7, 2015
M
Merge typo fixes from 3.4 into 3.5
Martin Panter committed
M
Various minor typos in documentation and comments
Martin Panter committed
June 22, 2015
Y
Issue #24400: Introduce a distinct type for 'async def' coroutines.
Yury Selivanov committed
May 30, 2015
E
Issue #16991: Add a C implementation of collections.OrderedDict.
Eric Snow committed
March 2, 2015
L
Issue #21293: Remove unnecessary "capsule hack".
Larry Hastings committed
November 20, 2014
N
Issue #22869: Split pythonrun into two modules
Nick Coghlan committed
June 2, 2014
V
Initialize base types before child types
Victor Stinner committed
March 31, 2014
A
Issue #21073: explain why Py_ReprEnter() allows for a missing thread state.
Antoine Pitrou committed
February 9, 2014
N
Close #20500: Don't trigger PyObject_Str assertion at shutdown
Nick Coghlan 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 24, 2013
A
Make Ellipsis and NotImplemented picklable through the reduce protocol.
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: Use the new _PyId_builtins identifier
Victor Stinner committed
V
Issue #19512: Py_ReprEnter() and Py_ReprLeave() now use an identifier for the
Victor Stinner committed
October 29, 2013
V
Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle
Victor Stinner committed
September 8, 2013
R
Remove the freelist scheme for setobjects.
Raymond Hettinger committed
August 26, 2013
V
Restore changeset 5bd9db528aed (issue #18408)
Victor Stinner committed
V
Issue #18408: _PyObject_Dump() now saves/restores the current exception
Victor Stinner committed
August 24, 2013
A
Issue #18772: fix the gdb plugin after the set implementation changes
Antoine Pitrou committed
August 23, 2013
A
Back out 5bd9db528aed (issue #18408). It caused unsolved buildbot failures.
Antoine Pitrou committed
August 13, 2013
A
Issue #18722: Remove uses of the "register" keyword in C code.
Antoine Pitrou committed
July 30, 2013
A
Issue #18112: PEP 442 implementation (safe object finalization).
Antoine Pitrou committed
July 17, 2013
V
Issue #18408: PyObject_Str(), PyObject_Repr() and type_call() now fail with an
Victor Stinner committed
V
Issue #18408: Fix Py_ReprEnter(), handle PyList_Append() failure
Victor Stinner committed
July 16, 2013
V
Issue #18408: Py_ReprLeave() now saves/restores the current exception,
Victor Stinner committed
July 7, 2013
V
Issue #3329: Implement the PEP 445
Victor Stinner committed
June 15, 2013
V
Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory allocators
Victor Stinner committed
June 14, 2013
V
Issue #3329: Add new APIs to customize memory allocators
Victor Stinner committed
April 14, 2013
V
Optimize ascii(str): don't encode/decode repr if repr is already ASCII
Victor Stinner committed
October 31, 2012
B
initialize map/filter/zip in _PyBuiltin_Init rather than the catch-all function
Benjamin Peterson committed
B
merge 3.3 (#16369)
Benjamin Peterson committed
B
merge 3.2 (#16369)
Benjamin Peterson committed
B
initialize more global type objects (closes #16369)
Benjamin Peterson committed
October 6, 2012
A
Added notimplemented_dealloc for better error reporting
Armin Ronacher 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 22, 2012
D
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues
David Malcolm committed