COMMITS
/ Objects/object.c 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
A
Issue #6477: Keep PyNotImplemented_Type and PyNone_Type private.
Alexandre Vassalotti committed
A
Issue #6477: Merge with 3.3.
Alexandre Vassalotti committed
A
Issue #6477: Added support for pickling the types of built-in singletons.
Alexandre Vassalotti committed
November 24, 2013
A
Make Ellipsis and NotImplemented picklable through the reduce protocol.
Alexandre Vassalotti committed
November 20, 2013
C
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Christian Heimes committed
November 7, 2013
V
Issue #19512, #19515: remove shared identifiers, move identifiers where they
Victor Stinner committed
November 6, 2013
V
Issue #19512: Use the new _PyId_builtins identifier
Victor Stinner committed
V
Issue #19512: Py_ReprEnter() and Py_ReprLeave() now use an identifier for the
Victor Stinner committed
October 29, 2013
V
Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle
Victor Stinner committed
September 8, 2013
R
Remove the freelist scheme for setobjects.
Raymond Hettinger committed
August 26, 2013
V
Restore changeset 5bd9db528aed (issue #18408)
Victor Stinner committed
V
Issue #18408: _PyObject_Dump() now saves/restores the current exception
Victor Stinner committed
August 24, 2013
A
Issue #18772: fix the gdb plugin after the set implementation changes
Antoine Pitrou committed
August 23, 2013
A
Back out 5bd9db528aed (issue #18408). It caused unsolved buildbot failures.
Antoine Pitrou committed
August 13, 2013
A
Issue #18722: Remove uses of the "register" keyword in C code.
Antoine Pitrou committed
July 30, 2013
A
Issue #18112: PEP 442 implementation (safe object finalization).
Antoine Pitrou committed
July 17, 2013
V
Issue #18408: PyObject_Str(), PyObject_Repr() and type_call() now fail with an
Victor Stinner committed