index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
/
codeobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-42246: Partial implementation of PEP 626. (GH-23113)
Mark Shannon
2020-11-12
1
-77/+311
*
bpo-42093: Add opcode cache for LOAD_ATTR (GH-22803)
Pablo Galindo
2020-10-20
1
-2/+2
*
bpo-41263: Convert code.__new__ to Argument Clinic (GH-21426)
Serhiy Storchaka
2020-07-10
1
-37/+36
*
bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056)
Victor Stinner
2020-06-22
1
-2/+2
*
Restrict co_code to be under INT_MAX in codeobject (GH-20628)
Ammar Askar
2020-06-10
1
-0/+8
*
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner
2020-04-15
1
-1/+1
*
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
Victor Stinner
2020-04-14
1
-3/+3
*
bpo-40268: Include explicitly pycore_interp.h (GH-19505)
Victor Stinner
2020-04-14
1
-1/+2
*
bpo-40170: PyObject_NEW() becomes an alias to PyObject_New() (GH-19379)
Victor Stinner
2020-04-07
1
-1/+1
*
bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392)
Victor Stinner
2020-02-07
1
-1/+1
*
bpo-38631: Avoid Py_FatalError() in PyCode_New() (GH-18215)
Victor Stinner
2020-01-27
1
-26/+46
*
Document CodeType.replace (GH-17776)
Anthony Sottile
2020-01-01
1
-2/+2
*
bpo-38922: Raise code.__new__ audit event when code object replace() is calle...
Steve Dower
2019-11-27
1
-0/+7
*
bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode...
Pablo Galindo
2019-07-01
1
-15/+31
*
bpo-26219: Fix compiler warning in _PyCode_InitOpcache() (GH-13997)
Victor Stinner
2019-06-12
1
-1/+1
*
bpo-26219: Fix compiler warning in _PyCode_InitOpcache() (GH-13809)
Victor Stinner
2019-06-04
1
-1/+2
*
bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884)
Inada Naoki
2019-06-03
1
-0/+65
*
bpo-36842: Pass positional only parameters to code_new audit hook (GH-13707)
Pablo Galindo
2019-06-01
1
-3/+3
*
bpo-37122: Make co->co_argcount represent the total number of positonal argum...
Pablo Galindo
2019-06-01
1
-6/+5
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-31
1
-2/+2
*
bpo-37032: Add CodeType.replace() method (GH-13542)
Victor Stinner
2019-05-24
1
-4/+75
*
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower
2019-05-23
1
-0/+6
*
bpo-36540: PEP 570 -- Implementation (GH-12701)
Pablo Galindo
2019-04-29
1
-29/+44
*
bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705)
Victor Stinner
2018-11-25
1
-0/+1
*
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner
2018-11-12
1
-1/+1
*
bpo-35199: Add an internal _PyTuple_ITEMS() macro (GH-10434)
Victor Stinner
2018-11-09
1
-1/+1
*
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner
2018-10-31
1
-1/+1
*
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Victor Stinner
2018-08-03
1
-2/+3
*
bpo-24618: Add a check in the code constructor. (GH-8283)
Serhiy Storchaka
2018-07-16
1
-3/+15
*
bpo-33299: Return an object itself for some types in _PyCode_ConstantKey(). (...
Serhiy Storchaka
2018-04-19
1
-4/+11
*
bpo-32176: Set CO_NOFREE in the code object constructor (GH-4675)
Nick Coghlan
2017-12-03
1
-1/+9
*
replace custom table with pyctype (#3456)
Benjamin Peterson
2017-09-08
1
-12/+1
*
bpo-31393: Fix the use of PyUnicode_READY(). (#3451)
Serhiy Storchaka
2017-09-08
1
-1/+5
*
update all_name_chars comment after 9020ac7cce97dddad51b285fffc31fe4ddf60898 ...
Benjamin Peterson
2017-09-08
1
-2/+1
*
optimize all_name_chars (#3442)
Benjamin Peterson
2017-09-08
1
-14/+14
*
bpo-30789: Use a single memory block for co_extra. (#2555)
Serhiy Storchaka
2017-07-04
1
-39/+15
*
bpo-30704, bpo-30604: Fix memleak in code_dealloc() (#2455)
Victor Stinner
2017-06-28
1
-1/+2
*
bpo-30604: clean up co_extra support (#2144)
Dino Viehland
2017-06-21
1
-12/+18
*
bpo-12414: Update code_sizeof() to take in account co_extra memory. (#1168)
Dong-hee Na
2017-04-20
1
-2/+6
*
bpo-29683 - Fixes to _PyCode_SetExtra when co_extra->ce->extras is (#376)
Brian Coleman
2017-03-02
1
-10/+14
*
Issue #29337: Fixed possible BytesWarning when compare the code objects.
Serhiy Storchaka
2017-01-24
1
-3/+3
|
\
|
*
Issue #29337: Fixed possible BytesWarning when compare the code objects.
Serhiy Storchaka
2017-01-24
1
-3/+3
|
|
\
|
|
*
Issue #29337: Fixed possible BytesWarning when compare the code objects.
Serhiy Storchaka
2017-01-24
1
-3/+3
*
|
|
Issue #18896: Python function can now have more than 255 parameters.
Serhiy Storchaka
2016-12-16
1
-7/+13
*
|
|
Issue #19569: Compiler warnings are now emitted if use most of deprecated
Serhiy Storchaka
2016-11-20
1
-3/+2
|
/
/
*
|
Merge 3.5 (issue #27942)
Yury Selivanov
2016-11-09
1
-0/+2
|
\
\
|
|
/
|
*
ssue #27942: Fix memory leak in codeobject.c
Yury Selivanov
2016-11-09
1
-0/+2
*
|
Issue #28350: String constants with null character no longer interned.
Serhiy Storchaka
2016-10-04
1
-8/+8
|
\
\
|
|
/
|
*
Issue #28350: String constants with null character no longer interned.
Serhiy Storchaka
2016-10-04
1
-8/+8
*
|
Issue #27942: String constants now interned recursively in tuples and frozens...
Serhiy Storchaka
2016-09-30
1
-7/+45
|
\
\
|
|
/
[next]