summaryrefslogtreecommitdiff
path: root/Objects/object.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #29263: LOAD_METHOD support for C methodsINADA Naoki2017-02-031-2/+2
* Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8()Serhiy Storchaka2017-01-221-4/+4
* Rephrase !PyErr_Occurred() comment: may=>canVictor Stinner2017-01-181-2/+2
* Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of ...Serhiy Storchaka2016-12-161-2/+2
* Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes.Yury Selivanov2016-12-131-1/+89
* Use _PyObject_CallNoArg()Victor Stinner2016-12-061-2/+2
* Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSizeSerhiy Storchaka2016-11-201-2/+2
* merge 3.5Benjamin Peterson2016-11-061-45/+36
|\
| * Implement compact dictVictor Stinner2016-09-071-6/+0
| * Issue #23034: The output of a special Python build with defined COUNT_ALLOCS,Serhiy Storchaka2016-07-031-0/+9
| * Issue #27125: Merge typo fixes from 3.5Martin Panter2016-05-291-39/+27
| |\
| | * Issue #26745: Removed redundant code in _PyObject_GenericSetAttrWithDict.Serhiy Storchaka2016-04-171-30/+21
| | * Issue #22570: Renamed Py_SETREF to Py_XSETREF.Serhiy Storchaka2016-04-061-9/+6
| | |\
| | | * Issue #20440: Cleaning up the code by using Py_SETREF.Serhiy Storchaka2016-01-051-5/+3
| | | * Issue #25923: Added the const qualifier to static constant arrays.Serhiy Storchaka2015-12-251-1/+1
| | | * Issue #25210: Change error message of do_richcompare()Victor Stinner2015-10-141-3/+2
| | |/
* | | make sure dict view types are initializedBenjamin Peterson2016-11-061-0/+9
|/ /
* | Issue #27125: Fix various errors like ?will [be] inherited?Martin Panter2016-05-291-1/+1
|/
* Merge typo fixes from 3.4 into 3.5Martin Panter2015-10-071-1/+1
|\
| * Various minor typos in documentation and commentsMartin Panter2015-10-071-1/+1
* | Issue #24400: Introduce a distinct type for 'async def' coroutines.Yury Selivanov2015-06-221-0/+6
* | Issue #16991: Add a C implementation of collections.OrderedDict.Eric Snow2015-05-291-0/+15
* | Issue #21293: Remove unnecessary "capsule hack".Larry Hastings2015-03-021-3/+0
* | Issue #22869: Split pythonrun into two modulesNick Coghlan2014-11-201-0/+16
* | Initialize base types before child typesVictor Stinner2014-06-021-6/+6
|/
* Issue #21073: explain why Py_ReprEnter() allows for a missing thread state.Antoine Pitrou2014-03-311-0/+2
* Close #20500: Don't trigger PyObject_Str assertion at shutdownNick Coghlan2014-02-091-1/+1
* Issue #6477: Merge with 3.3.Alexandre Vassalotti2013-11-301-6/+6
|\
| * Issue #6477: Keep PyNotImplemented_Type and PyNone_Type private.Alexandre Vassalotti2013-11-301-6/+6
* | Issue #6477: Merge with 3.3.Alexandre Vassalotti2013-11-301-2/+2
|\ \ | |/
| * Issue #6477: Added support for pickling the types of built-in singletons.Alexandre Vassalotti2013-11-301-2/+2
* | Make Ellipsis and NotImplemented picklable through the reduce protocol.Alexandre Vassalotti2013-11-241-1/+12
* | ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.Christian Heimes2013-11-201-146/+0
* | Issue #19512, #19515: remove shared identifiers, move identifiers where theyVictor Stinner2013-11-071-6/+7
* | Issue #19512: Use the new _PyId_builtins identifierVictor Stinner2013-11-071-2/+6
* | Issue #19512: Py_ReprEnter() and Py_ReprLeave() now use an identifier for theVictor Stinner2013-11-061-4/+4
* | Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handleVictor Stinner2013-10-291-4/+3
* | Remove the freelist scheme for setobjects.Raymond Hettinger2013-09-071-1/+0
* | Restore changeset 5bd9db528aed (issue #18408)Victor Stinner2013-08-261-0/+15
* | Issue #18408: _PyObject_Dump() now saves/restores the current exceptionVictor Stinner2013-08-261-0/+6
* | Issue #18772: fix the gdb plugin after the set implementation changesAntoine Pitrou2013-08-241-1/+1
* | Back out 5bd9db528aed (issue #18408). It caused unsolved buildbot failures.Antoine Pitrou2013-08-231-16/+0
* | Issue #18722: Remove uses of the "register" keyword in C code.Antoine Pitrou2013-08-131-2/+2
* | Issue #18112: PEP 442 implementation (safe object finalization).Antoine Pitrou2013-07-301-2/+68
* | Issue #18408: PyObject_Str(), PyObject_Repr() and type_call() now fail with anVictor Stinner2013-07-181-0/+16
* | Issue #18408: Fix Py_ReprEnter(), handle PyList_Append() failureVictor Stinner2013-07-171-1/+2
* | Issue #18408: Py_ReprLeave() now saves/restores the current exception,Victor Stinner2013-07-161-2/+11
* | Issue #3329: Implement the PEP 445Victor Stinner2013-07-071-20/+0
* | Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory ...Victor Stinner2013-06-151-0/+20
* | Issue #3329: Add new APIs to customize memory allocatorsVictor Stinner2013-06-151-20/+0