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
/
Python
/
compile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-34100: Merge constants recursively (GH-8341)
INADA Naoki
2018-11-26
1
-8/+161
*
bpo-35177: Add dependencies between header files (GH-10361)
Victor Stinner
2018-11-11
1
-1/+0
*
bpo-34876: Change the lineno of the AST for decorated function and class. (GH...
Serhiy Storchaka
2018-10-30
1
-3/+14
*
bpo-35029: Replace the SyntaxWarning exception with a SyntaxError. (GH-9999)
Serhiy Storchaka
2018-10-21
1
-11/+31
*
Fix an incorrect check in compiler_try_except(). (GH-9810)
Zackery Spytz
2018-10-12
1
-1/+2
*
bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445)
Serhiy Storchaka
2018-09-27
1
-58/+6
*
bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338)
Ammar Askar
2018-09-24
1
-1/+1
*
bpo-32455: Add jump parameter to dis.stack_effect(). (GH-6610)
Serhiy Storchaka
2018-09-18
1
-0/+6
*
bpo-12458: Fix line numbers for multiline expressions. (GH-8774)
Serhiy Storchaka
2018-09-17
1
-14/+26
*
closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218)
Benjamin Peterson
2018-09-12
1
-1/+1
*
bpo-33691: Add _PyAST_GetDocString(). (GH-7236)
Serhiy Storchaka
2018-05-30
1
-30/+15
*
bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197)
Serhiy Storchaka
2018-05-29
1
-13/+42
*
bpo-33475: Fix and improve converting annotations to strings. (GH-6774)
Serhiy Storchaka
2018-05-17
1
-1/+1
*
bpo-33363: raise SyntaxError for async for/with outside async functions (#6616)
Zsolt Dollenstein
2018-04-27
1
-0/+7
*
bpo-33334: Support NOP and EXTENDED_ARG in dis.stack_effect(). (#6566)
Serhiy Storchaka
2018-04-25
1
-0/+4
*
bpo-33298: Wrap only constants with _PyCode_ConstantKey() in the compiler. (G...
Serhiy Storchaka
2018-04-20
1
-104/+117
*
bpo-33299: Return an object itself for some types in _PyCode_ConstantKey(). (...
Serhiy Storchaka
2018-04-19
1
-4/+6
*
bpo-33270: Intern names for all anonymous code objects (#6472)
Zackery Spytz
2018-04-15
1
-4/+4
*
bpo-33132: Fix more reference counting issues in the compiler. (GH-6323)
Serhiy Storchaka
2018-03-31
1
-4/+2
*
bpo-33132: Fix reference counting issues in the compiler. (GH-6209)
Serhiy Storchaka
2018-03-24
1
-19/+12
*
bpo-33041: Rework compiling an "async for" loop. (#6142)
Serhiy Storchaka
2018-03-23
1
-96/+22
*
bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822)
Serhiy Storchaka
2018-03-18
1
-4/+0
*
bpo-33041: Add missed error checks when compile "async for" (#6053)
Serhiy Storchaka
2018-03-10
1
-14/+7
*
bpo-33041: Fixed bytecode generation for "async for" with a complex target. (...
Serhiy Storchaka
2018-03-10
1
-2/+2
*
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter t...
Serhiy Storchaka
2018-02-22
1
-165/+244
*
bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
Mark Shannon
2018-01-30
1
-6/+10
*
String annotations [PEP 563] (#4390)
Guido van Rossum
2018-01-26
1
-2/+24
*
bpo-31113: Get rid of recursion in the compiler for normal control flow. (#3015)
Serhiy Storchaka
2018-01-11
1
-78/+104
*
bpo-24340: Fix estimation of the code stack size. (#5076)
Serhiy Storchaka
2018-01-09
1
-37/+90
*
bpo-32439: Clean up the code for compiling comparison expressions. (#5029)
Serhiy Storchaka
2017-12-30
1
-23/+20
*
bpo-32372: Move __debug__ optimization to the AST level. (#4925)
Serhiy Storchaka
2017-12-25
1
-18/+8
*
bpo-32365: Fix a reference leak when compile __debug__. (#4916)
Serhiy Storchaka
2017-12-18
1
-4/+4
*
bpo-27169: The __debug__ constant is now optimized out at compile time. (#4880)
Serhiy Storchaka
2017-12-15
1
-30/+15
*
bpo-29469: Move constant folding to AST optimizer (GH-2858)
INADA Naoki
2017-12-14
1
-0/+4
*
bpo-32176: Set CO_NOFREE in the code object constructor (GH-4675)
Nick Coghlan
2017-12-03
1
-5/+0
*
Add the const qualifier to "char *" variables that refer to literal strings. ...
Serhiy Storchaka
2017-11-11
1
-1/+1
*
bpo-31708: Allow async generator expressions in synchronous functions (#3905)
Yury Selivanov
2017-10-06
1
-1/+1
*
bpo-31709: Drop support for asynchronous __aiter__. (#3903)
Yury Selivanov
2017-10-06
1
-6/+0
*
bpo-31338 (#3374)
Barry Warsaw
2017-09-15
1
-2/+1
*
bpo-31286, bpo-30024: Fixed stack usage in absolute imports with (#3217)
Serhiy Storchaka
2017-08-29
1
-10/+16
*
bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (...
Stefan Krah
2017-08-21
1
-2/+3
*
bpo-30501: Make the compiler producing optimized code for condition expressio...
Serhiy Storchaka
2017-06-11
1
-41/+137
*
bpo-30024: Circular imports involving absolute imports with binding (#1264)
Serhiy Storchaka
2017-05-09
1
-2/+2
*
bpo-29878: Add global instances of int for 0 and 1. (#852)
Serhiy Storchaka
2017-03-30
1
-16/+3
*
bpo-29463: Add docstring field to some AST nodes. (#46)
INADA Naoki
2017-02-22
1
-48/+16
*
bpo-29607: Fix stack_effect computation for CALL_FUNCTION_EX (#202)
Matthieu Dartiailh
2017-02-21
1
-1/+1
*
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of ...
Serhiy Storchaka
2016-12-16
1
-17/+9
*
Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes.
Yury Selivanov
2016-12-14
1
-0/+37
*
Issue #28739: f-string expressions no longer accepted as docstrings and
Serhiy Storchaka
2016-12-11
1
-1/+2
|
\
|
*
Issue #28739: f-string expressions no longer accepted as docstrings and
Serhiy Storchaka
2016-12-11
1
-1/+2
[next]