index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Python
/
compile.c
Commit message (
Expand
)
Author
Age
*
bpo-32176: Set CO_NOFREE in the code object constructor (GH-4675)
Nick Coghlan
2017-12-03
*
Add the const qualifier to "char *" variables that refer to literal strings. ...
Serhiy Storchaka
2017-11-11
*
bpo-31708: Allow async generator expressions in synchronous functions (#3905)
Yury Selivanov
2017-10-06
*
bpo-31709: Drop support for asynchronous __aiter__. (#3903)
Yury Selivanov
2017-10-06
*
bpo-31338 (#3374)
Barry Warsaw
2017-09-14
*
bpo-31286, bpo-30024: Fixed stack usage in absolute imports with (#3217)
Serhiy Storchaka
2017-08-29
*
bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (...
Stefan Krah
2017-08-21
*
bpo-30501: Make the compiler producing optimized code for condition expressio...
Serhiy Storchaka
2017-06-11
*
bpo-30024: Circular imports involving absolute imports with binding (#1264)
Serhiy Storchaka
2017-05-09
*
bpo-29878: Add global instances of int for 0 and 1. (#852)
Serhiy Storchaka
2017-03-30
*
bpo-29463: Add docstring field to some AST nodes. (#46)
INADA Naoki
2017-02-22
*
bpo-29607: Fix stack_effect computation for CALL_FUNCTION_EX (#202)
Matthieu Dartiailh
2017-02-21
*
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of ...
Serhiy Storchaka
2016-12-16
*
Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes.
Yury Selivanov
2016-12-13
*
Issue #28739: f-string expressions no longer accepted as docstrings and
Serhiy Storchaka
2016-12-11
|
\
|
*
Issue #28739: f-string expressions no longer accepted as docstrings and
Serhiy Storchaka
2016-12-11
*
|
Merge #23722 from 3.6
Nick Coghlan
2016-12-05
|
\
|
|
*
Issue #23722: improve __classcell__ compatibility
Nick Coghlan
2016-12-05
*
|
Issue #28823: Simplified compiling with opcode BUILD_MAP_UNPACK.
Serhiy Storchaka
2016-11-28
*
|
Added the const qualifier to char* variables that refer to readonly internal
Serhiy Storchaka
2016-11-20
|
/
*
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...
Serhiy Storchaka
2016-11-16
|
\
|
*
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...
Serhiy Storchaka
2016-11-16
*
|
Issue #28257: Improved error message when pass a non-iterable as
Serhiy Storchaka
2016-10-02
*
|
Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes.
Serhiy Storchaka
2016-09-12
*
|
Issue #28076: Variable annotations should be mangled for private names.
Guido van Rossum
2016-09-11
*
|
Issue #27129: Replaced wordcode related magic constants with macros.
Serhiy Storchaka
2016-09-11
*
|
Issue #23722: Initialize __class__ from type.__new__()
Nick Coghlan
2016-09-11
*
|
Rework CALL_FUNCTION* opcodes
Victor Stinner
2016-09-09
*
|
Issue #28008: Implement PEP 530 -- asynchronous comprehensions.
Yury Selivanov
2016-09-09
*
|
Issue #28003: Implement PEP 525 -- Asynchronous Generators.
Yury Selivanov
2016-09-08
*
|
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
Yury Selivanov
2016-09-08
*
|
replace PY_SIZE_MAX with SIZE_MAX
Benjamin Peterson
2016-09-07
*
|
replace Py_(u)intptr_t with the c99 standard types
Benjamin Peterson
2016-09-06
*
|
Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation.
Serhiy Storchaka
2016-09-06
*
|
Issue #27594: Prevent assertion error when running test_ast with coverage
Ned Deily
2016-08-17
*
|
merge 3.5 (#27514)
Benjamin Peterson
2016-07-14
|
\
|
|
*
make too many nested blocks be a SyntaxError instead of a SystemError (closes...
Benjamin Peterson
2016-07-14
*
|
Issue #27301: Fixed incorrect return codes for errors in compile.c.
Serhiy Storchaka
2016-06-15
|
\
|
|
*
Issue #27301: Fixed incorrect return codes for errors in compile.c.
Serhiy Storchaka
2016-06-15
*
|
Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes.
Serhiy Storchaka
2016-06-12
*
|
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
Serhiy Storchaka
2016-06-12
|
\
|
|
*
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
Serhiy Storchaka
2016-06-12
*
|
Issue #27140: Added BUILD_CONST_KEY_MAP opcode.
Serhiy Storchaka
2016-06-12
*
|
Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.
Serhiy Storchaka
2016-05-24
*
|
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
|
\
|
|
*
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
|
*
code_richcompare() now uses the constants types
Victor Stinner
2016-01-22
*
|
compiler.c: fix compiler warnings on Windows
Victor Stinner
2016-03-23
*
|
Update assertion in compiler_addop_i()
Victor Stinner
2016-03-01
*
|
compile.c: inline compiler_use_new_block()
Victor Stinner
2016-02-27
[next]