COMMITS
/ Python/symtable.c 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
June 28, 2009
May 12, 2009
B
fix error handling of PyNumber_InPlaceOr #6000
Benjamin Peterson committed
April 2, 2009
B
remove unused variable
Benjamin Peterson committed
B
rewrite error handling to make sense
Benjamin Peterson committed
B
fix ref leaks
Benjamin Peterson committed
March 31, 2009
J
Merged revisions 70801,70809 via svnmerge from
Jeremy Hylton committed
March 3, 2009
B
instead of hacking __locals__ in during bytecode generation, put it in the symtable
Benjamin Peterson committed
February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
August 17, 2008
B
Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge from
Benjamin Peterson committed
August 7, 2008
M
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg committed
March 31, 2008
N
Merged revisions 62047 via svnmerge from
Neal Norwitz committed
March 16, 2008
C
Merged revisions 61404-61407 via svnmerge from
Christian Heimes committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
October 29, 2007
M
Bug #1356: Avoid using the C99 keyword 'restrict'.
Martin v. Löwis committed
August 31, 2007
C
Issue #1066: implement PEP 3109, 2/3 of PEP 3134.
Collin Winter committed
August 24, 2007
N
Use unicode for error messages of duplicate args
Neal Norwitz committed
August 5, 2007
G
Merged revisions 56492-56752 via svnmerge from
Guido van Rossum committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
July 11, 2007
G
Merged revisions 56154-56264 via svnmerge from
Guido van Rossum committed
June 13, 2007
G
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum committed
June 11, 2007
W
Fix PyErr_Format() call (missing exception class).
Walter Dörwald committed
W
Use PyErr_Format() directly instead of
Walter Dörwald committed
W
Simplify error formatting. Fix error message in
Walter Dörwald committed
W
Simplify ste_repr().
Walter Dörwald committed
June 10, 2007
M
Make identifiers str (not str8) objects throughout.
Martin v. Löwis committed
May 22, 2007
G
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum committed
May 18, 2007
W
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald committed