COMMITS
/ Include/object.h 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
April 23, 2012
B
Implement PEP 412: Key-sharing dictionaries (closes #13903)
Benjamin Peterson committed
April 4, 2012
A
Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI.
Antoine Pitrou committed
February 25, 2012
S
- Issue #10181: New memoryview implementation fixes multiple ownership
Stefan Krah committed
February 21, 2012
February 20, 2012
G
Merge 3.2: Issue #13703 plus some related test suite fixes.
Georg Brandl committed
G
G
Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime)
Georg Brandl committed
B
add generic implementation of a __dict__ descriptor for C types
Benjamin Peterson committed
January 22, 2012
B
use the static identifier api for looking up special methods
Benjamin Peterson committed
December 15, 2011
B
improve abstract property support (closes #11610)
Benjamin Peterson committed
November 25, 2011
A
PEP 3155 / issue #13448: Qualified name for classes and functions.
Antoine Pitrou committed
November 21, 2011
A
Issue #13411: memoryview objects are now hashable when the underlying object is hashable.
Antoine Pitrou committed
October 23, 2011
N
Merge issue 1294232 patch from 3.2
Nick Coghlan committed
October 9, 2011
M
Add API for static strings, primarily good for identifiers.
Martin v. Löwis committed
August 11, 2011
B
Add Py_RETURN_NOTIMPLEMENTED macro. Fixes #12724.
Brian Curtin committed
February 11, 2011
M
Issue #11135: Remove redundant doc field from PyType_Spec.
Martin v. Löwis committed
February 5, 2011
M
Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check
Martin v. Löwis committed
January 6, 2011
M
Remove buffer API from stable ABI for now, see #10181.
Martin v. Löwis committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
November 4, 2010
A
Issue #10293: Remove obsolete field in the PyMemoryView structure,
Antoine Pitrou committed
October 17, 2010
B
make hashes always the size of pointers; introduce Py_hash_t #9778
Benjamin Peterson committed
August 28, 2010
A
Merged revisions 84344 via svnmerge from
Antoine Pitrou committed
A
Issue #1868: Eliminate subtle timing issues in thread-local objects by
Antoine Pitrou committed
May 9, 2010
A
Recorded merge of revisions 81032 via svnmerge from
Antoine Pitrou committed
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
May 8, 2009
B
Merged revisions 72461 via svnmerge from
Benjamin Peterson committed
April 7, 2009
M
Merged revisions 71229,71271 via svnmerge from
Matthias Klose committed
April 4, 2009
B
Merged revisions 71163 via svnmerge from
Benjamin Peterson committed
M
Merged revisions 71159 via svnmerge from
Matthias Klose committed
February 2, 2009
M
Change type of tp_reserved from cmpfunc to (void *); remove definition
Mark Dickinson committed
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
February 1, 2009
M
Issue #1717, continued: remove PyObject_Compare and Py_CmpToRich declarations
Mark Dickinson committed
January 17, 2009
M
Issue #4910, patch 3/3: rename nb_long to nb_reserved
Mark Dickinson committed