COMMITS
/ Python/compile.c March 1, 2016
V
Update assertion in compiler_addop_i()
Victor Stinner committed
February 27, 2016
V
compile.c: inline compiler_use_new_block()
Victor Stinner committed
February 8, 2016
V
compiler: don't emit SyntaxWarning on const stmt
Victor Stinner committed
V
compiler now ignores constant statements
Victor Stinner committed
January 25, 2016
V
Add ast.Constant
Victor Stinner committed
January 22, 2016
V
code_richcompare() now uses the constants types
Victor Stinner committed
January 20, 2016
V
co_lnotab supports negative line number delta
Victor Stinner committed
December 24, 2015
S
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka committed
S
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka committed
November 3, 2015
E
Issue 25483: Add an opcode to make f-string formatting more robust.
Eric V. Smith committed
November 2, 2015
M
Issue #25523: Merge a-to-an corrections from 3.5
Martin Panter committed
M
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter committed
M
Issue #25523: Correct "a" article to "an" article
Martin Panter committed
September 19, 2015
September 11, 2015
B
merge 3.5 (#25060)
Benjamin Peterson committed
B
compute stack effect of BUILD_MAP correctly (closes #25060)
Benjamin Peterson committed
July 27, 2015
S
Fix refleak.
Stefan Krah committed
S
Fix refleak.
Stefan Krah committed
July 23, 2015
Y
Merge 3.5 (Issue #24687)
Yury Selivanov committed
Y
Issue #24687: Plug refleak on SyntaxError in function parameters annotations.
Yury Selivanov committed
July 22, 2015
Y
Merge 3.5 (Issue #24619)
Yury Selivanov committed
Y
Issue #24619: More tests; fix nits in compiler.c
Yury Selivanov committed
June 30, 2015
Y
Merge 3.5 (Issue #24528)
Yury Selivanov committed
Y
Issue #24528: Improve error message for awaits in comprehensions
Yury Selivanov committed
June 22, 2015
Y
Issue #24400: Merge 3.5
Yury Selivanov committed
Y
Issue #24400: Introduce a distinct type for 'async def' coroutines.
Yury Selivanov committed
June 10, 2015
S
Fixed indentation of Python examples in C comments.
Serhiy Storchaka committed
S
Fixed indentation of Python examples in C comments.
Serhiy Storchaka committed
S
Fixed indentation of Python examples in C comments.
Serhiy Storchaka committed
May 28, 2015
B
remove STORE_MAP, since it's unused
Benjamin Peterson committed
B
in dict displays, evaluate the key before the value (closes #11205)
Benjamin Peterson committed
May 12, 2015
Y
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov committed
May 7, 2015
B
shorten capsule name macro; it doesn't need to be so long
Benjamin Peterson committed
May 6, 2015
B
PEP 448: additional unpacking generalizations (closes #2292)
Benjamin Peterson committed
April 28, 2015
B
remove the concept of an unoptimized function scope from the compiler, since it can't happen anymore
Benjamin Peterson committed
March 11, 2015
S
Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet.
Serhiy Storchaka committed
S
Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet.
Serhiy Storchaka committed
December 13, 2014
B
merge 3.4 (#23048)
Benjamin Peterson committed
B
pop the loop block even for infinite while loops (closes #23048)
Benjamin Peterson committed
November 20, 2014
N
Issue #22869: Split pythonrun into two modules
Nick Coghlan committed
November 18, 2014
S
Issue #22453: Removed non-documented macro PyObject_REPR().
Serhiy Storchaka committed
S
Issue #22453: Warn against the use of leaking macro PyObject_REPR().
Serhiy Storchaka committed
September 18, 2014
May 23, 2014
A
Issue #21523: Fix over-pessimistic computation of the stack effect of some opcodes in the compiler.
Antoine Pitrou committed
A
Issue #21523: Fix over-pessimistic computation of the stack effect of some opcodes in the compiler.
Antoine Pitrou committed
April 10, 2014
B
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
Benjamin Peterson committed
February 18, 2014
V
Issue #20625: Fix compilation issue
Victor Stinner committed
Y
Mangle __parameters in __annotations__ dict properly. Issue #20625.
Yury Selivanov committed
V
Issue #20625: Fix compilation issue
Victor Stinner committed