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-35224: Reverse evaluation order of key: value in dict comprehensions (GH-...
Miss Islington (bot)
2019-06-22
1
-4/+4
*
bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018)
Miss Islington (bot)
2019-06-13
1
-3/+1
*
bpo-37122: Make co->co_argcount represent the total number of positonal argum...
Pablo Galindo
2019-06-01
1
-4/+4
*
bpo-37115: Support annotations in positional-only arguments (GH-13698)
Pablo Galindo
2019-05-31
1
-0/+2
*
bpo-37050: Remove expr_text from FormattedValue ast node, use Constant node i...
Eric V. Smith
2019-05-27
1
-11/+0
*
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner
2019-05-27
1
-2/+2
*
bpo-34616: Add PyCF_ALLOW_TOP_LEVEL_AWAIT to allow top-level await (GH-13148)
Matthias Bussonnier
2019-05-21
1
-7/+21
*
Annotate the unexplained assignment in exception unbinding (GH-11448)
Chris Angelico
2019-05-21
1
-1/+1
*
Fix couple of dead code paths (GH-7418)
David Carlier
2019-05-17
1
-1/+0
*
bpo-1875: Raise SyntaxError in invalid blocks that will be optimised away (GH...
Pablo Galindo
2019-05-17
1
-5/+4
*
bpo-36900: Replace global conf vars with config (GH-13299)
Victor Stinner
2019-05-14
1
-1/+3
*
bpo-36817: Add f-string debugging using '='. (GH-13123)
Eric V. Smith
2019-05-08
1
-6/+19
*
bpo-36540: PEP 570 -- Implementation (GH-12701)
Pablo Galindo
2019-04-29
1
-2/+7
*
Fix typos in compile.c comments (GH-12752)
Simeon
2019-04-09
1
-2/+2
*
bpo-35284: Fix the error handling in the compiler's compiler_call(). (GH-10625)
Zackery Spytz
2019-03-22
1
-2/+5
*
bpo-36374: Fix a possible null pointer dereference (GH-12449)
Zackery Spytz
2019-03-20
1
-1/+1
*
bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)
Guido van Rossum
2019-03-07
1
-0/+1
*
bpo-36187: Remove NamedStore. (GH-12167)
Serhiy Storchaka
2019-03-05
1
-7/+2
*
bpo-35798: Fix duplicate SyntaxWarning: "is" with a literal. (GH-11639)
Serhiy Storchaka
2019-02-16
1
-3/+3
*
bpo-15248: Emit a compiler warning when missed a comma before tuple or list. ...
Serhiy Storchaka
2019-02-16
1
-6/+140
*
bpo-35224: PEP 572 Implementation (#10497)
Emily Morehouse
2019-01-24
1
-6/+24
*
bpo-33416: Add end positions to Python AST (GH-11605)
Ivan Levkivskyi
2019-01-22
1
-2/+4
*
bpo-34850: Emit a warning for "is" and "is not" with a literal. (GH-9642)
Serhiy Storchaka
2019-01-18
1
-0/+47
*
bpo-34100: compile: Re-enable frozenset merging (GH-10760)
INADA Naoki
2018-11-28
1
-2/+57
*
bpo-34100: Partially revert merge_consts_recursive() (GH-10743)
Victor Stinner
2018-11-27
1
-50/+0
*
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
[next]