summaryrefslogtreecommitdiff
path: root/Include/object.h
Commit message (Expand)AuthorAgeFilesLines
* [3.7] bpo-9263: _PyObject_Dump() detects freed memory (GH-10061) (GH-10662)Victor Stinner2018-11-221-0/+1
* bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code ...Serhiy Storchaka2018-01-251-2/+11
* bpo-32544: Speed up hasattr() and getattr() (GH-5173)INADA Naoki2018-01-161-1/+3
* bpo-32030: Add more options to _PyCoreConfig (#4485)Victor Stinner2017-11-201-1/+0
* Fix miscellaneous typos (#4275)luzpaz2017-11-051-1/+1
* bpo-23699: Use a macro to reduce boilerplate code in rich comparison function...stratakis2017-11-021-0/+19
* bpo-31497: Add private helper _PyType_Name(). (#3630)Serhiy Storchaka2017-09-171-0/+1
* bpo-30860: Fix a refleak. (#3567)Eric Snow2017-09-141-2/+1
* bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)Eric Snow2017-09-131-1/+2
* bpo-30860: Fix a refleak. (#3506)Eric Snow2017-09-111-2/+1
* bpo-30860: Consolidate stateful runtime globals. (#3397)Eric Snow2017-09-071-2/+0
* Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)Eric Snow2017-09-051-0/+2
* bpo-30860: Consolidate stateful runtime globals. (#2594)Eric Snow2017-09-051-2/+0
* bpo-30341: Improve _PyTrash_thread_destroy_chain() a little bit (#1545)Xiang Zhang2017-05-131-1/+1
* Issue #29058: All stable API extensions added after Python 3.2 are nowSerhiy Storchaka2016-12-271-0/+2
* Issue #26900: Excluded underscored names and other private API from limited API.Serhiy Storchaka2016-09-111-2/+13
* Issue #24254: Drop cls.__definition_order__.Eric Snow2016-09-081-2/+0
* Implement compact dictVictor Stinner2016-09-071-1/+0
* make _Py_static_string_init use a designated initializerBenjamin Peterson2016-09-071-1/+1
* Issue #24254: Preserve class attribute definition order.Eric Snow2016-09-051-0/+2
* Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREFSerhiy Storchaka2016-04-101-2/+12
|\
| * Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREFSerhiy Storchaka2016-04-101-2/+12
* | Issue #22570: Renamed Py_SETREF to Py_XSETREF.Serhiy Storchaka2016-04-061-2/+2
|\ \ | |/
| * Issue #22570: Renamed Py_SETREF to Py_XSETREF.Serhiy Storchaka2016-04-061-2/+2
* | fix indentation in Py_DECREF()Victor Stinner2016-03-191-1/+1
|/
* Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-101-1/+1
* Issue #20440: Massive replacing unsafe attribute setting code with specialSerhiy Storchaka2015-12-241-0/+26
* docs: Better comment for tp_as_async slotYury Selivanov2015-08-261-1/+2
* Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc.Yury Selivanov2015-05-281-6/+3
* 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