COMMITS
/ Objects/codeobject.c April 15, 2020
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
April 14, 2020
V
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
Victor Stinner committed
V
bpo-40268: Include explicitly pycore_interp.h (GH-19505)
Victor Stinner committed
April 7, 2020
V
bpo-40170: PyObject_NEW() becomes an alias to PyObject_New() (GH-19379)
Victor Stinner committed
February 7, 2020
V
bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392)
Victor Stinner committed
January 27, 2020
V
bpo-38631: Avoid Py_FatalError() in PyCode_New() (GH-18215)
Victor Stinner committed
January 1, 2020
A
Document CodeType.replace (GH-17776)
Anthony Sottile committed
November 27, 2019
S
July 1, 2019
June 12, 2019
V
bpo-26219: Fix compiler warning in _PyCode_InitOpcache() (GH-13997)
Victor Stinner committed
June 4, 2019
V
bpo-26219: Fix compiler warning in _PyCode_InitOpcache() (GH-13809)
Victor Stinner committed
June 3, 2019
I
bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884)
Inada Naoki committed
June 1, 2019
P
bpo-36842: Pass positional only parameters to code_new audit hook (GH-13707)
Pablo Galindo committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
May 24, 2019
V
bpo-37032: Add CodeType.replace() method (GH-13542)
Victor Stinner committed
May 23, 2019
S
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower committed
April 29, 2019
P
bpo-36540: PEP 570 -- Implementation (GH-12701)
Pablo Galindo committed
November 25, 2018
V
bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705)
Victor Stinner committed
November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed
November 9, 2018
V
bpo-35199: Add an internal _PyTuple_ITEMS() macro (GH-10434)
Victor Stinner committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
August 3, 2018
V
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Victor Stinner committed
July 16, 2018
S
bpo-24618: Add a check in the code constructor. (GH-8283)
Serhiy Storchaka committed
April 19, 2018
S
bpo-33299: Return an object itself for some types in _PyCode_ConstantKey(). (GH-6513)
Serhiy Storchaka committed
December 3, 2017
N
bpo-32176: Set CO_NOFREE in the code object constructor (GH-4675)
Nick Coghlan committed
September 8, 2017
B
replace custom table with pyctype (#3456)
Benjamin Peterson committed
S
bpo-31393: Fix the use of PyUnicode_READY(). (#3451)
Serhiy Storchaka committed
B
update all_name_chars comment after 9020ac7cce97dddad51b285fffc31fe4ddf60898 (#3452)
Benjamin Peterson committed
B
optimize all_name_chars (#3442)
Benjamin Peterson committed
July 4, 2017
S
bpo-30789: Use a single memory block for co_extra. (#2555)
Serhiy Storchaka committed
June 28, 2017
V
bpo-30704, bpo-30604: Fix memleak in code_dealloc() (#2455)
Victor Stinner committed
June 21, 2017
D
bpo-30604: clean up co_extra support (#2144)
Dino Viehland committed
April 20, 2017
D
bpo-12414: Update code_sizeof() to take in account co_extra memory. (#1168)
Dong-hee Na committed
March 2, 2017
B
bpo-29683 - Fixes to _PyCode_SetExtra when co_extra->ce->extras is (#376)
Brian Coleman committed
January 24, 2017
S
Issue #29337: Fixed possible BytesWarning when compare the code objects.
Serhiy Storchaka committed
S
Issue #29337: Fixed possible BytesWarning when compare the code objects.
Serhiy Storchaka committed
S
Issue #29337: Fixed possible BytesWarning when compare the code objects.
Serhiy Storchaka committed
December 16, 2016
S
Issue #18896: Python function can now have more than 255 parameters.
Serhiy Storchaka committed
November 20, 2016
S
Issue #19569: Compiler warnings are now emitted if use most of deprecated
Serhiy Storchaka committed
November 9, 2016
Y
Merge 3.5 (issue #27942)
Yury Selivanov committed
Y
ssue #27942: Fix memory leak in codeobject.c
Yury Selivanov committed
October 4, 2016
S
Issue #28350: String constants with null character no longer interned.
Serhiy Storchaka committed
S
Issue #28350: String constants with null character no longer interned.
Serhiy Storchaka committed
September 30, 2016
S
Issue #27942: String constants now interned recursively in tuples and frozensets.
Serhiy Storchaka committed
S
Issue #27942: String constants now interned recursively in tuples and frozensets.
Serhiy Storchaka committed
September 7, 2016
M
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Martin Panter committed
B
Make PyCodeObject.co_extra even more private to force users through the proper API.
Brett Cannon committed
B
Change error return value to be more consistent with the rest of Python
Brett Cannon committed
B
use a the bool type for a boolean variable
Benjamin Peterson committed