COMMITS
/ Objects/object.c July 10, 2018
I
bpo-33597: Reduce PyGC_Head size (GH-7043)
INADA Naoki committed
May 17, 2018
I
Replace _PyGC_REFS macros with higher level macros (GH-6852)
INADA Naoki committed
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed
February 22, 2018
E
closes bpo-32898: Fix debug build crash with COUNT_ALLOCS (GH-5800)
Eddie Elizondo committed
January 26, 2018
I
bpo-32571: Fix reading uninitialized memory (GH-5332)
INADA Naoki committed
January 25, 2018
S
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222)
Serhiy Storchaka committed
January 23, 2018
Y
bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov committed
January 16, 2018
I
bpo-32544: Speed up hasattr() and getattr() (GH-5173)
INADA Naoki committed
December 3, 2017
S
bpo-32137: The repr of deeply nested dict now raises a RecursionError (#4570)
Serhiy Storchaka committed
November 21, 2017
V
bpo-32030: Add more options to _PyCoreConfig (#4485)
Victor Stinner committed
September 14, 2017
E
bpo-30860: Fix a refleak. (#3567)
Eric Snow committed
E
bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)
Eric Snow committed
September 12, 2017
E
bpo-30860: Fix a refleak. (#3506)
Eric Snow committed
September 8, 2017
E
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
September 6, 2017
E
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Eric Snow committed
E
bpo-30860: Consolidate stateful runtime globals. (#2594)
Eric Snow committed
May 13, 2017
X
bpo-30341: Improve _PyTrash_thread_destroy_chain() a little bit (#1545)
Xiang Zhang committed
April 16, 2017
S
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka committed
February 21, 2017
I
bpo-29509: skip redundant intern (GH-197)
INADA Naoki committed
February 2, 2017
I
Issue #29263: LOAD_METHOD support for C methods
INADA Naoki committed
January 22, 2017
S
Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8()
Serhiy Storchaka committed
January 18, 2017
V
Rephrase !PyErr_Occurred() comment: may=>can
Victor Stinner committed
December 16, 2016
S
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict.
Serhiy Storchaka committed
December 14, 2016
Y
Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes.
Yury Selivanov committed
December 6, 2016
V
Use _PyObject_CallNoArg()
Victor Stinner committed
December 4, 2016
V
Backed out changeset b9c9691c72c5
Victor Stinner committed
December 1, 2016
V
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner committed
November 20, 2016
S
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka committed
November 6, 2016
B
make sure dict view types are initialized
Benjamin Peterson committed
September 8, 2016
V
Implement compact dict
Victor Stinner committed
July 3, 2016
S
Issue #23034: The output of a special Python build with defined COUNT_ALLOCS,
Serhiy Storchaka committed
May 29, 2016
M
Issue #27125: Merge typo fixes from 3.5
Martin Panter committed
M
Issue #27125: Fix various errors like “will [be] inherited”
Martin Panter committed
April 17, 2016
S
Issue #26745: Removed redundant code in _PyObject_GenericSetAttrWithDict.
Serhiy Storchaka committed
April 6, 2016
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
January 5, 2016
S
Issue #20440: Cleaning up the code by using Py_SETREF.
Serhiy Storchaka committed
December 25, 2015
S
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka committed
October 14, 2015
V
Issue #25210: Change error message of do_richcompare()
Victor Stinner committed
October 7, 2015
M
Merge typo fixes from 3.4 into 3.5
Martin Panter committed
M
Various minor typos in documentation and comments
Martin Panter committed
June 22, 2015
Y
Issue #24400: Introduce a distinct type for 'async def' coroutines.
Yury Selivanov committed
May 30, 2015
E
Issue #16991: Add a C implementation of collections.OrderedDict.
Eric Snow committed
March 2, 2015
L
Issue #21293: Remove unnecessary "capsule hack".
Larry Hastings committed
November 20, 2014
N
Issue #22869: Split pythonrun into two modules
Nick Coghlan committed
June 2, 2014
V
Initialize base types before child types
Victor Stinner committed
March 31, 2014
A
Issue #21073: explain why Py_ReprEnter() allows for a missing thread state.
Antoine Pitrou committed
February 9, 2014
N
Close #20500: Don't trigger PyObject_Str assertion at shutdown
Nick Coghlan committed
December 1, 2013
A
Issue #6477: Merge with 3.3.
Alexandre Vassalotti committed