| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #19526: Exclude all new API from the stable ABI. | Martin v. Löwis | 2014-01-03 | 1 | -0/+2 |
|
|
* | Issue #6477: Merge with 3.3. | Alexandre Vassalotti | 2013-12-01 | 1 | -2/+2 |
|\ |
|
| * | Issue #6477: Keep PyNotImplemented_Type and PyNone_Type private. | Alexandre Vassalotti | 2013-12-01 | 1 | -2/+2 |
|
|
* | | Issue #6477: Merge with 3.3. | Alexandre Vassalotti | 2013-12-01 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #6477: Added support for pickling the types of built-in singletons. | Alexandre Vassalotti | 2013-12-01 | 1 | -0/+3 |
|
|
* | | ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. | Christian Heimes | 2013-11-20 | 1 | -17/+0 |
|
|
* | | Issue #19512, #19515: remove shared identifiers, move identifiers where they | Victor Stinner | 2013-11-07 | 1 | -8/+0 |
|
|
* | | Issue #19512: add _PyUnicode_CompareWithId() function | Victor Stinner | 2013-11-06 | 1 | -2/+3 |
|
|
* | | Issue #19512: add some common identifiers to only create common strings once, | Victor Stinner | 2013-11-06 | 1 | -2/+10 |
|
|
* | | merge | Raymond Hettinger | 2013-10-01 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Issue #18594: Fix the fast path for collections.Counter(). | Raymond Hettinger | 2013-10-01 | 1 | -0/+1 |
|
|
* | | Issue #18772: fix the gdb plugin after the set implementation changes | Antoine Pitrou | 2013-08-24 | 1 | -1/+0 |
|
|
* | | Issue #18112: PEP 442 implementation (safe object finalization). | Antoine Pitrou | 2013-07-30 | 1 | -0/+10 |
|
|
* | | don't expand the operand to Py_XINCREF/XDECREF/CLEAR/DECREF multiple times (c... | Benjamin Peterson | 2013-05-27 | 1 | -14/+20 |
|
|
* | | remove unused flag (closes #16505) | Benjamin Peterson | 2012-11-19 | 1 | -1/+0 |
|
|
* | | Issue #16086: PyTypeObject.tp_flags and PyType_Spec.flags are now unsigned | Victor Stinner | 2012-10-30 | 1 | -21/+21 |
|/ |
|
* | Issue #13992: The trashcan mechanism is now thread-safe. This eliminates | Antoine Pitrou | 2012-09-05 | 1 | -9/+18 |
|\ |
|
| * | Issue #13992: The trashcan mechanism is now thread-safe. This eliminates | Antoine Pitrou | 2012-09-05 | 1 | -9/+18 |
|
|
* | | Issue #15146: Add PyType_FromSpecWithBases. Patch by Robin Schreiber. | Martin v. Löwis | 2012-06-23 | 1 | -0/+3 |
|
|
* | | Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allo... | David Malcolm | 2012-06-22 | 1 | -0/+8 |
|
|
* | | Implement PEP 412: Key-sharing dictionaries (closes #13903) | Benjamin Peterson | 2012-04-23 | 1 | -1/+1 |
|
|
* | | Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in t... | Antoine Pitrou | 2012-04-04 | 1 | -0/+5 |
|
|
* | | - Issue #10181: New memoryview implementation fixes multiple ownership | Stefan Krah | 2012-02-25 | 1 | -3/+4 |
|
|
* | | merge 3.2 | Benjamin Peterson | 2012-02-21 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | merge 3.2 | Benjamin Peterson | 2012-02-21 | 1 | -0/+4 |
| |\ |
|
| | * | ensure no one tries to hash things before the random seed is found | Benjamin Peterson | 2012-02-21 | 1 | -0/+4 |
|
|
* | | | Merge 3.2: Issue #13703 plus some related test suite fixes. | Georg Brandl | 2012-02-20 | 1 | -0/+6 |
|\ \ \
| |/ / |
|
| * | | Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic... | Georg Brandl | 2012-02-20 | 1 | -0/+6 |
| |\ \
| | |/ |
|
| | * | Issue #13703: add a way to randomize the hash values of basic types (str, byt... | Georg Brandl | 2012-02-20 | 1 | -0/+6 |
|
|
| | * | Merged revisions 84344 via svnmerge from | Antoine Pitrou | 2010-08-28 | 1 | -0/+8 |
|
|
| | * | Recorded merge of revisions 81032 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -253/+253 |
|
|
* | | | add generic implementation of a __dict__ descriptor for C types | Benjamin Peterson | 2012-02-20 | 1 | -0/+2 |
|
|
* | | | use the static identifier api for looking up special methods | Benjamin Peterson | 2012-01-22 | 1 | -1/+30 |
|
|
* | | | improve abstract property support (closes #11610) | Benjamin Peterson | 2011-12-15 | 1 | -0/+1 |
|
|
* | | | PEP 3155 / issue #13448: Qualified name for classes and functions. | Antoine Pitrou | 2011-11-25 | 1 | -1/+1 |
|
|
* | | | Issue #13411: memoryview objects are now hashable when the underlying object ... | Antoine Pitrou | 2011-11-21 | 1 | -0/+1 |
|
|
* | | | Merge issue 1294232 patch from 3.2 | Nick Coghlan | 2011-10-23 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | Issue 1294232: Fix errors in metaclass calculation affecting some cases of me... | Nick Coghlan | 2011-10-23 | 1 | -0/+1 |
|
|
* | | | Add API for static strings, primarily good for identifiers. | Martin v. Löwis | 2011-10-09 | 1 | -0/+4 |
|
|
* | | | Add Py_RETURN_NOTIMPLEMENTED macro. Fixes #12724. | Brian Curtin | 2011-08-11 | 1 | -0/+4 |
|/ / |
|
* | | Issue #11135: Remove redundant doc field from PyType_Spec. | Martin v. Löwis | 2011-02-11 | 1 | -1/+0 |
|
|
* | | Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check | Martin v. Löwis | 2011-02-05 | 1 | -0/+6 |
|
|
* | | Remove buffer API from stable ABI for now, see #10181. | Martin v. Löwis | 2011-01-06 | 1 | -1/+2 |
|
|
* | | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -1/+47 |
|
|
* | | Issue #10293: Remove obsolete field in the PyMemoryView structure, | Antoine Pitrou | 2010-11-04 | 1 | -1/+0 |
|
|
* | | make hashes always the size of pointers; introduce Py_hash_t #9778 | Benjamin Peterson | 2010-10-17 | 1 | -5/+5 |
|
|
* | | Issue #1868: Eliminate subtle timing issues in thread-local objects by | Antoine Pitrou | 2010-08-28 | 1 | -0/+8 |
|
|
* | | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -253/+253 |
|/ |
|
* | Merged revisions 72461 via svnmerge from | Benjamin Peterson | 2009-05-08 | 1 | -0/+1 |
|
|
* | Merged revisions 71229,71271 via svnmerge from | Matthias Klose | 2009-04-07 | 1 | -7/+9 |
|
|