COMMITS
/ Objects/codeobject.c 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
B
Add the co_extra field and accompanying APIs to code objects.
Brett Cannon committed
August 30, 2016
R
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger committed
April 15, 2016
M
Issue #15984: Merge PyUnicode doc from 3.5
Martin Panter committed
M
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Martin Panter committed
January 22, 2016
V
code_richcompare() now uses the constants types
Victor Stinner committed
V
code_richcompare() now uses the constants types
Victor Stinner committed
January 20, 2016
V
co_lnotab supports negative line number delta
Victor Stinner committed
December 19, 2015
S
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
Serhiy Storchaka committed
October 10, 2013
V
Issue #18874: PyCode_New() now ensures that the filename is a ready Unicode
Victor Stinner committed
July 26, 2012
M
Issue #15456: Fix code __sizeof__ after #12399 change.
Martin v. Löwis committed
December 12, 2011
V
Make PyUnicode_Copy() private => _PyUnicode_Copy()
Victor Stinner committed
October 11, 2011
V
Reuse PyUnicode_Copy() in validate_and_copy_tuple()
Victor Stinner committed
September 28, 2011
M
Implement PEP 393.
Martin v. Löwis committed
August 11, 2011
B
Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED.
Brian Curtin committed
June 26, 2011
B
map cells to arg slots at code creation time (closes #12399)
Benjamin Peterson committed
January 5, 2011
V
Remove arbitrary string length limits
Victor Stinner committed
January 4, 2011
V
Issue #9566: use Py_ssize_t instead of int
Victor Stinner committed
October 17, 2010
B
make hashes always the size of pointers; introduce Py_hash_t #9778
Benjamin Peterson committed