COMMITS
/ Python/compile.c July 18, 2012
B
remove unused variable
Benjamin Peterson committed
M
Issue #15368: fixing variable typo.
Meador Inge committed
M
Issue #15368: fixing variable typo.
Meador Inge committed
M
Issue #15368: make bytecode generation deterministic.
Meador Inge committed
M
Issue #15368: make bytecode generation deterministic.
Meador Inge committed
May 27, 2012
April 27, 2012
V
Check newly created consistency using _PyUnicode_CheckConsistency(str, 1)
Victor Stinner committed
April 17, 2012
B
merge 3.2 (#14607)
Benjamin Peterson committed
B
mangle keyword-only argname when loading defaults (closes #14607)
Benjamin Peterson committed
March 15, 2012
B
perform yield from delegation by repeating YIELD_FROM opcode (closes #14230)
Benjamin Peterson committed
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 25, 2011
A
PEP 3155 / issue #13448: Qualified name for classes and functions.
Antoine Pitrou committed
September 28, 2011
V
Check for PyUnicode_CopyCharacters() failure
Victor Stinner committed
M
Implement PEP 393.
Martin v. Löwis 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
fix spacing
Benjamin Peterson committed
B
fix indentation
Benjamin Peterson committed
B
reflect with statements with multiple items in the AST (closes #12106)
Benjamin Peterson committed
V
Revert my commit 7ba176c2f558: "Avoid useless "++" at the end of functions
Victor Stinner committed
B
try to use the same str object for all code filenames when compiling or unmarshalling (#12190)
Benjamin Peterson committed
May 26, 2011
V
Avoid useless "++" at the end of functions
Victor Stinner committed
March 2, 2011
V
Remove useless argument of _PyUnicode_AsDefaultEncodedString()
Victor Stinner committed
December 4, 2010
November 30, 2010
G
Remove redundant includes of headers that are already included by Python.h.
Georg Brandl committed
October 19, 2010
V
Recorded merge of revisions 85569-85570 via svnmerge from
Victor Stinner committed
October 17, 2010
V
compiler_error(): use PyUnicode_DecodeFSDefault() to decode the filename,
Victor Stinner committed
October 16, 2010
V
Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) expects
Victor Stinner committed
September 20, 2010
B
add column offset to all syntax errors
Benjamin Peterson committed
September 10, 2010
A
#4617: Previously it was illegal to delete a name from the local
Amaury Forgeot d'Arc committed
September 4, 2010
A
Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced
Antoine Pitrou 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 22, 2010
A
Merged revisions 82171 via svnmerge from
Antoine Pitrou committed
A
Merged revisions 82169 via svnmerge from
Antoine Pitrou committed
June 17, 2010
V
Merged revisions 82059,82061 via svnmerge from
Victor Stinner committed
V
Issue #6543: Write the traceback in the terminal encoding instead of utf-8.
Victor Stinner committed
May 9, 2010
A
Recorded merge of revisions 81032 via svnmerge from
Antoine Pitrou committed
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
March 17, 2010
B
Merged revisions 79034 via svnmerge from
Benjamin Peterson committed
November 28, 2009
M
Merged revisions 76577 via svnmerge from
Mark Dickinson committed
M
Merged revisions 76575 via svnmerge from
Mark Dickinson committed
November 25, 2009
October 27, 2009
M
Merged revisions 75441 via svnmerge from
Mark Dickinson committed
October 18, 2009
M
Remove the uses of WITHOUT_COMPLEX introduced in r75471
Mark Dickinson committed