summaryrefslogtreecommitdiff
path: root/Include/object.h
Commit message (Expand)AuthorAgeFilesLines
...
* PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-111-1/+10
* Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Berker Peksag2015-04-141-1/+1
|\
| * Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Berker Peksag2015-04-141-1/+1
| * Issue #22453: Warn against the use of leaking macro PyObject_REPR().Serhiy Storchaka2014-11-191-2/+6
* | Issue #22869: Split pythonrun into two modulesNick Coghlan2014-11-201-0/+7
* | Issue #22453: Removed non-documented macro PyObject_REPR().Serhiy Storchaka2014-11-181-3/+0
* | PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)Benjamin Peterson2014-04-091-0/+3
|/
* Issue #20530: Argument Clinic's signature format has been revised again.Larry Hastings2014-02-081-2/+2
* Issue #17162: Add PyType_GetSlot.Martin v. Löwis2014-02-041-0/+3
* Issue #20326: Argument Clinic now uses a simple, unique signature toLarry Hastings2014-01-281-4/+2
* Issue #20390: Small fixes and improvements for Argument Clinic.Larry Hastings2014-01-251-2/+6
* Issue #20189: Four additional builtin types (PyTypeObject,Larry Hastings2014-01-241-0/+3
* Issue #19526: Exclude all new API from the stable ABI.Martin v. Löwis2014-01-031-0/+2
* Issue #6477: Merge with 3.3.Alexandre Vassalotti2013-11-301-2/+2
|\
| * Issue #6477: Keep PyNotImplemented_Type and PyNone_Type private.Alexandre Vassalotti2013-11-301-2/+2
* | Issue #6477: Merge with 3.3.Alexandre Vassalotti2013-11-301-0/+3
|\ \ | |/
| * Issue #6477: Added support for pickling the types of built-in singletons.Alexandre Vassalotti2013-11-301-0/+3
* | ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.Christian Heimes2013-11-201-17/+0
* | Issue #19512, #19515: remove shared identifiers, move identifiers where theyVictor Stinner2013-11-071-8/+0
* | Issue #19512: add _PyUnicode_CompareWithId() functionVictor Stinner2013-11-071-2/+3
* | Issue #19512: add some common identifiers to only create common strings once,Victor Stinner2013-11-061-2/+10
* | mergeRaymond Hettinger2013-10-011-0/+1
|\ \ | |/
| * Issue #18594: Fix the fast path for collections.Counter().Raymond Hettinger2013-10-011-0/+1
* | Issue #18772: fix the gdb plugin after the set implementation changesAntoine Pitrou2013-08-241-1/+0
* | Issue #18112: PEP 442 implementation (safe object finalization).Antoine Pitrou2013-07-301-0/+10
* | don't expand the operand to Py_XINCREF/XDECREF/CLEAR/DECREF multiple times (c...Benjamin Peterson2013-05-271-14/+20
* | remove unused flag (closes #16505)Benjamin Peterson2012-11-181-1/+0
* | Issue #16086: PyTypeObject.tp_flags and PyType_Spec.flags are now unsignedVictor Stinner2012-10-301-21/+21
|/
* Issue #13992: The trashcan mechanism is now thread-safe. This eliminatesAntoine Pitrou2012-09-061-9/+18
|\
| * Issue #13992: The trashcan mechanism is now thread-safe. This eliminatesAntoine Pitrou2012-09-061-9/+18
* | Issue #15146: Add PyType_FromSpecWithBases. Patch by Robin Schreiber.Martin v. Löwis2012-06-231-0/+3
* | Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allo...David Malcolm2012-06-221-0/+8
* | Implement PEP 412: Key-sharing dictionaries (closes #13903)Benjamin Peterson2012-04-231-1/+1
* | Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in t...Antoine Pitrou2012-04-051-0/+5
* | - Issue #10181: New memoryview implementation fixes multiple ownershipStefan Krah2012-02-251-3/+4
* | merge 3.2Benjamin Peterson2012-02-211-0/+4
|\ \ | |/
| * merge 3.2Benjamin Peterson2012-02-211-0/+4
| |\
| | * ensure no one tries to hash things before the random seed is foundBenjamin Peterson2012-02-211-0/+4
* | | Merge 3.2: Issue #13703 plus some related test suite fixes.Georg Brandl2012-02-211-0/+6
|\ \ \ | |/ /
| * | Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...Georg Brandl2012-02-201-0/+6
| |\ \ | | |/
| | * Issue #13703: add a way to randomize the hash values of basic types (str, byt...Georg Brandl2012-02-201-0/+6
| | * Merged revisions 84344 via svnmerge fromAntoine Pitrou2010-08-281-0/+8
| | * Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-091-253/+253
* | | add generic implementation of a __dict__ descriptor for C typesBenjamin Peterson2012-02-191-0/+2
* | | use the static identifier api for looking up special methodsBenjamin Peterson2012-01-221-1/+30
* | | improve abstract property support (closes #11610)Benjamin Peterson2011-12-151-0/+1
* | | PEP 3155 / issue #13448: Qualified name for classes and functions.Antoine Pitrou2011-11-251-1/+1
* | | Issue #13411: memoryview objects are now hashable when the underlying object ...Antoine Pitrou2011-11-211-0/+1
* | | Merge issue 1294232 patch from 3.2Nick Coghlan2011-10-231-0/+1
|\ \ \ | |/ /
| * | Issue 1294232: Fix errors in metaclass calculation affecting some cases of me...Nick Coghlan2011-10-231-0/+1