COMMITS
/ Python/symtable.c February 26, 2018
N
bpo-32836: Remove obsolete code from symtable pass (GH-5680)
Nitish Chandra committed
February 4, 2018
S
bpo-10544: Disallow "yield" in comprehensions and generator expressions. (GH-4564)
Serhiy Storchaka committed
December 1, 2017
S
bpo-10544: Deprecate "yield" in comprehensions and generator expressions. (GH-4579)
Serhiy Storchaka committed
October 26, 2017
I
bpo-28936: Detect lexically first syntax error first (#4097)
Ivan Levkivskyi committed
September 8, 2017
E
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow committed
November 16, 2016
S
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Serhiy Storchaka committed
S
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Serhiy Storchaka committed
September 23, 2016
C
Issue #28100: Refactor error messages, patch by Ivan Levkivskyi
Christian Heimes committed
September 9, 2016
Y
Issue #28008: Implement PEP 530 -- asynchronous comprehensions.
Yury Selivanov committed
G
Issue #27999: Make "global after use" a SyntaxError, and ditto for nonlocal.
Guido van Rossum committed
Y
Issue #28003: Implement PEP 525 -- Asynchronous Generators.
Yury Selivanov committed
Y
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
Yury Selivanov committed
September 8, 2016
C
Fix potential NULL pointer dereference in update_symbols()
Christian Heimes committed
June 4, 2016
M
Merge typo fixes from 3.5
Martin Panter committed
M
Fix typos in code comment and documentation
Martin Panter committed
January 25, 2016
V
Add ast.Constant
Victor Stinner committed
December 29, 2015
B
merge 3.5 (#25973)
Benjamin Peterson committed
B
make recording and reporting errors and nonlocal and global directives more robust (closes #25973)
Benjamin Peterson committed
December 25, 2015
S
Issue #25923: Added more const qualifiers to signatures of static and private functions.
Serhiy Storchaka committed
September 19, 2015
July 22, 2015
Y
Issue #24619: More tests; fix nits in compiler.c
Yury Selivanov committed
July 3, 2015
Y
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
Yury Selivanov committed
May 12, 2015
Y
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov 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
April 24, 2015
B
remove dead *-import checking code (closes #24049)
Benjamin Peterson committed
September 27, 2013
B
merge 3.3 (#19098)
Benjamin Peterson committed
B
don't scale compiler stack frames if the recursion limit is huge (closes #19098)
Benjamin Peterson committed
August 26, 2013
V
Close #11619: The parser and the import machinery do not encode Unicode
Victor Stinner committed
July 11, 2013
V
Issue #18408: ste_new() initialize all attributes before handling error
Victor Stinner committed
May 17, 2013
B
move definition to top of block
Benjamin Peterson committed
May 16, 2013
B
rather than passing locals to the class body, just execute the class body in the proper environment
Benjamin Peterson committed
May 15, 2013
B
complain about "global __class__" in a class body (closes #17983)
Benjamin Peterson committed
B
hide the __class__ closure from the class body (#12370)
Benjamin Peterson committed
March 18, 2013
B
unify some ast.argument's attrs; change Attribute column offset (closes #16795)
Benjamin Peterson committed
December 6, 2012
B
create NameConstant AST class for None, True, and False literals (closes #16619)
Benjamin Peterson committed
November 25, 2012
M
Issue #16546: merge fix from 3.3
Mark Dickinson committed
M
Issue #16546: make ast.YieldFrom argument mandatory.
Mark Dickinson committed
November 4, 2012
N
Issue #5765: Merge from 3.3
Nick Coghlan committed
N
Issue #5765: Apply a hard recursion limit in the compiler
Nick Coghlan committed
November 1, 2012
B
point errors related to nonlocals and globals to the statement declaring them (closes #10189)
Benjamin Peterson committed
October 31, 2012
B
check return value of _PyUnicode_AsString
Benjamin Peterson committed
September 12, 2012
C
C
C
Partly revert ad3824a90261 and add comment about reference ownership
Christian Heimes committed
C
Partly revert ad3824a90261 and add comment about reference ownership
Christian Heimes committed
September 10, 2012
C
Closed reference leak of variable 'k' in function ste_new which wasn't decrefed in error cases
Christian Heimes committed
C
Closed reference leak of variable 'k' in function ste_new which wasn't decrefed in error cases
Christian Heimes committed
May 27, 2012
January 14, 2012
B
make YieldFrom its own distinct from Yield (closes #13780)
Benjamin Peterson committed