COMMITS
/ Python/symtable.c 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
January 13, 2012
N
Implement PEP 380 - 'yield from' (closes #11682)
Nick Coghlan committed
November 4, 2011
A
Issue #13343: Fix a SystemError when a lambda expression uses a global
Amaury Forgeot d'Arc committed
A
Issue #13343: Fix a SystemError when a lambda expression uses a global
Amaury Forgeot d'Arc committed
September 28, 2011
M
Implement PEP 393.
Martin v. Löwis committed
July 2, 2011
B
fix possibily uninitialized memory usage (closes #12474)
Benjamin Peterson committed
June 30, 2011
B
store the current scope on the stack right away
Benjamin Peterson committed
June 29, 2011
B
remove VISIT_*_IN_BLOCK macros
Benjamin Peterson committed
June 21, 2011
B
fix indentation
Benjamin Peterson committed
June 20, 2011
B
use a invalid name for the __class__ closure for super() (closes #12370)
Benjamin Peterson committed
May 29, 2011
B
unify TryExcept and TryFinally (closes #12199)
Benjamin Peterson committed
May 27, 2011
B
reflect with statements with multiple items in the AST (closes #12106)
Benjamin Peterson committed
April 10, 2011
E
Issue #9904: fix and clarify some comments + fix indentation in symtable code
Eli Bendersky committed
October 20, 2010
B
fix uninitialized struct member #10152
Benjamin Peterson committed
October 16, 2010
B
don't identify the toplevel namespace by name #9997
Benjamin Peterson committed
September 20, 2010
B
add column offset to all syntax errors
Benjamin Peterson committed
July 20, 2010
B
revert unintended changes
Benjamin Peterson committed
B
move test_trace.py so as not to conflict with future tests for the trace module
Benjamin Peterson committed
June 11, 2010
B
Merged revisions 81906 via svnmerge from
Benjamin Peterson committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
November 20, 2009
B
Merged revisions 76423-76424 via svnmerge from
Benjamin Peterson committed