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-39320: Handle unpacking of **values in compiler (GH-18141)
Mark Shannon
2020-01-27
*
bpo-39320: Handle unpacking of *values in compiler (GH-17984)
Mark Shannon
2020-01-23
*
Fix compiler warning on Windows (GH-18012)
Ammar Askar
2020-01-15
*
bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754)
Mark Shannon
2020-01-14
*
Fix handling of line numbers around finally-blocks. (#17737)
Mark Shannon
2019-12-30
*
bpo-38328: Speed up the creation time of constant list and set display. (GH-1...
Brandt Bucher
2019-11-26
*
Produce cleaner bytecode for 'with' and 'async with' by generating separate c...
Mark Shannon
2019-11-21
*
bpo-38640: Allow break and continue in always false while loops (GH-16992)
Pablo Galindo
2019-10-30
*
Typo fix: "empy" should be "empty". (GH-16666)
Hansraj Das
2019-10-08
*
Revert "Fix depth-first-search computation in compile.c (GH-16042)" (GH-16050)
T. Wouters
2019-09-12
*
Fix depth-first-search computation in compile.c (GH-16042)
Mark Shannon
2019-09-12
*
bpo-34880: Add the LOAD_ASSERTION_ERROR opcode. (GH-15073)
Zackery Spytz
2019-08-25
*
bpo-37830: Fix compilation of break and continue in finally. (GH-15320)
Serhiy Storchaka
2019-08-24
*
Fix typos in comments, docs and test names (#15018)
Min ho Kim
2019-07-30
*
bpo-37500: Make sure dead code does not generate bytecode but also detect syn...
Pablo Galindo
2019-07-15
*
bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode...
Pablo Galindo
2019-07-01
*
bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-...
Jörn Heissler
2019-06-22
*
bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018)
Victor Stinner
2019-06-13
*
bpo-37122: Make co->co_argcount represent the total number of positonal argum...
Pablo Galindo
2019-06-01
*
bpo-37115: Support annotations in positional-only arguments (GH-13698)
Pablo Galindo
2019-05-31
*
bpo-37050: Remove expr_text from FormattedValue ast node, use Constant node i...
Eric V. Smith
2019-05-27
*
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner
2019-05-27
*
bpo-34616: Add PyCF_ALLOW_TOP_LEVEL_AWAIT to allow top-level await (GH-13148)
Matthias Bussonnier
2019-05-21
*
Annotate the unexplained assignment in exception unbinding (GH-11448)
Chris Angelico
2019-05-21
*
Fix couple of dead code paths (GH-7418)
David Carlier
2019-05-17
*
bpo-1875: Raise SyntaxError in invalid blocks that will be optimised away (GH...
Pablo Galindo
2019-05-17
*
bpo-36900: Replace global conf vars with config (GH-13299)
Victor Stinner
2019-05-14
*
bpo-36817: Add f-string debugging using '='. (GH-13123)
Eric V. Smith
2019-05-08
*
bpo-36540: PEP 570 -- Implementation (GH-12701)
Pablo Galindo
2019-04-29
*
Fix typos in compile.c comments (GH-12752)
Simeon
2019-04-09
*
bpo-35284: Fix the error handling in the compiler's compiler_call(). (GH-10625)
Zackery Spytz
2019-03-22
*
bpo-36374: Fix a possible null pointer dereference (GH-12449)
Zackery Spytz
2019-03-20
*
bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)
Guido van Rossum
2019-03-07
*
bpo-36187: Remove NamedStore. (GH-12167)
Serhiy Storchaka
2019-03-05
*
bpo-35798: Fix duplicate SyntaxWarning: "is" with a literal. (GH-11639)
Serhiy Storchaka
2019-02-16
*
bpo-15248: Emit a compiler warning when missed a comma before tuple or list. ...
Serhiy Storchaka
2019-02-16
*
bpo-35224: PEP 572 Implementation (#10497)
Emily Morehouse
2019-01-24
*
bpo-33416: Add end positions to Python AST (GH-11605)
Ivan Levkivskyi
2019-01-22
*
bpo-34850: Emit a warning for "is" and "is not" with a literal. (GH-9642)
Serhiy Storchaka
2019-01-18
*
bpo-34100: compile: Re-enable frozenset merging (GH-10760)
INADA Naoki
2018-11-28
*
bpo-34100: Partially revert merge_consts_recursive() (GH-10743)
Victor Stinner
2018-11-27
*
bpo-34100: Merge constants recursively (GH-8341)
INADA Naoki
2018-11-26
*
bpo-35177: Add dependencies between header files (GH-10361)
Victor Stinner
2018-11-12
*
bpo-34876: Change the lineno of the AST for decorated function and class. (GH...
Serhiy Storchaka
2018-10-30
*
bpo-35029: Replace the SyntaxWarning exception with a SyntaxError. (GH-9999)
Serhiy Storchaka
2018-10-21
*
Fix an incorrect check in compiler_try_except(). (GH-9810)
Zackery Spytz
2018-10-12
*
bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445)
Serhiy Storchaka
2018-09-27
*
bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338)
Ammar Askar
2018-09-24
*
bpo-32455: Add jump parameter to dis.stack_effect(). (GH-6610)
Serhiy Storchaka
2018-09-18
*
bpo-12458: Fix line numbers for multiline expressions. (GH-8774)
Serhiy Storchaka
2018-09-17
[next]