| Commit message (Expand) | Author | Age | Files | Lines |
* | use a invalid name for the __class__ closure for super() (closes #12370) | Benjamin Peterson | 2011-06-20 | 1 | -1/+1 |
|
|
* | unify TryExcept and TryFinally (closes #12199) | Benjamin Peterson | 2011-05-29 | 1 | -10/+24 |
|
|
* | merge 3.2 | Benjamin Peterson | 2011-05-27 | 1 | -2/+2 |
|\ |
|
| * | merge 3.1 | Benjamin Peterson | 2011-05-27 | 1 | -2/+2 |
| |\ |
|
| | * | fix spacing | Benjamin Peterson | 2011-05-27 | 1 | -2/+2 |
|
|
* | | | merge 3.2 | Benjamin Peterson | 2011-05-27 | 1 | -51/+51 |
|\ \ \
| |/ / |
|
| * | | merge 3.1 | Benjamin Peterson | 2011-05-27 | 1 | -51/+51 |
| |\ \
| | |/ |
|
| | * | fix indentation | Benjamin Peterson | 2011-05-27 | 1 | -50/+50 |
|
|
| | * | Recorded merge of revisions 85569-85570 via svnmerge from | Victor Stinner | 2010-10-19 | 1 | -1/+1 |
|
|
| | * | Merged revisions 82171 via svnmerge from | Antoine Pitrou | 2010-06-22 | 1 | -38/+38 |
|
|
| | * | Merged revisions 82059,82061 via svnmerge from | Victor Stinner | 2010-06-17 | 1 | -1/+1 |
|
|
| | * | Recorded merge of revisions 81032 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -3248/+3248 |
|
|
| | * | Merged revisions 76577 via svnmerge from | Mark Dickinson | 2009-11-28 | 1 | -26/+15 |
|
|
| | * | Merged revisions 75441 via svnmerge from | Mark Dickinson | 2009-10-27 | 1 | -3/+6 |
|
|
| | * | unfortunately we can't kill compiler_new_tmpname here | Benjamin Peterson | 2009-06-28 | 1 | -0/+10 |
|
|
| | * | Merged revisions 73623-73624 via svnmerge from | Benjamin Peterson | 2009-06-28 | 1 | -12/+0 |
|
|
* | | | reflect with statements with multiple items in the AST (closes #12106) | Benjamin Peterson | 2011-05-27 | 1 | -8/+13 |
|
|
* | | | Revert my commit 7ba176c2f558: "Avoid useless "++" at the end of functions | Victor Stinner | 2011-05-27 | 1 | -3/+3 |
|
|
* | | | try to use the same str object for all code filenames when compiling or unmar... | Benjamin Peterson | 2011-05-27 | 1 | -18/+9 |
|
|
* | | | Avoid useless "++" at the end of functions | Victor Stinner | 2011-05-26 | 1 | -3/+3 |
|
|
* | | | Remove useless argument of _PyUnicode_AsDefaultEncodedString() | Victor Stinner | 2011-03-02 | 1 | -1/+1 |
|/ / |
|
* | | Add an "optimize" parameter to compile() to control the optimization level, a... | Georg Brandl | 2010-12-04 | 1 | -10/+22 |
|
|
* | | Remove redundant includes of headers that are already included by Python.h. | Georg Brandl | 2010-11-30 | 1 | -2/+0 |
|
|
* | | compiler_error(): use PyUnicode_DecodeFSDefault() to decode the filename, | Victor Stinner | 2010-10-17 | 1 | -2/+11 |
|
|
* | | Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) expects | Victor Stinner | 2010-10-16 | 1 | -1/+1 |
|
|
* | | add column offset to all syntax errors | Benjamin Peterson | 2010-09-20 | 1 | -2/+8 |
|
|
* | | #4617: Previously it was illegal to delete a name from the local | Amaury Forgeot d'Arc | 2010-09-10 | 1 | -7/+3 |
|
|
* | | Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced | Antoine Pitrou | 2010-09-04 | 1 | -5/+3 |
|
|
* | | revert unintended changes | Benjamin Peterson | 2010-07-20 | 1 | -3/+1 |
|
|
* | | move test_trace.py so as not to conflict with future tests for the trace module | Benjamin Peterson | 2010-07-20 | 1 | -1/+3 |
|
|
* | | Merged revisions 82169 via svnmerge from | Antoine Pitrou | 2010-06-22 | 1 | -11/+11 |
|
|
* | | Issue #6543: Write the traceback in the terminal encoding instead of utf-8. | Victor Stinner | 2010-06-17 | 1 | -1/+1 |
|
|
* | | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -3208/+3208 |
|
|
* | | Merged revisions 79034 via svnmerge from | Benjamin Peterson | 2010-03-17 | 1 | -0/+5 |
|
|
* | | Merged revisions 76575 via svnmerge from | Mark Dickinson | 2009-11-28 | 1 | -28/+17 |
|
|
* | | Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,... | Benjamin Peterson | 2009-11-25 | 1 | -36/+31 |
|
|
* | | Remove the uses of WITHOUT_COMPLEX introduced in r75471 | Mark Dickinson | 2009-10-18 | 1 | -2/+0 |
|
|
* | | Merged revisions 75440 via svnmerge from | Mark Dickinson | 2009-10-15 | 1 | -3/+6 |
|
|
* | | Issue #1754094: Improve the stack depth calculation in the compiler. | Neil Schemenauer | 2009-10-14 | 1 | -4/+13 |
|
|
* | | Merged revisions 72487-72488,72879 via svnmerge from | Alexandre Vassalotti | 2009-07-21 | 1 | -51/+3 |
|
|
* | | Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,... | Benjamin Peterson | 2009-06-28 | 1 | -16/+18 |
|
|
* | | Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,... | Benjamin Peterson | 2009-06-28 | 1 | -12/+0 |
|
|
* | | Merged revisions 72912,72920,72940 via svnmerge from | Benjamin Peterson | 2009-06-28 | 1 | -64/+9 |
|/ |
|
* | add a replacement API for PyCObject, PyCapsule #5630 | Benjamin Peterson | 2009-05-05 | 1 | -7/+9 |
|
|
* | instead of hacking __locals__ in during bytecode generation, put it in the sy... | Benjamin Peterson | 2009-03-03 | 1 | -20/+1 |
|
|
* | http://bugs.python.org/issue4715 | Jeffrey Yasskin | 2009-02-25 | 1 | -46/+32 |
|
|
* | Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,... | Benjamin Peterson | 2009-02-06 | 1 | -6/+6 |
|
|
* | Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 ... | Benjamin Peterson | 2009-01-18 | 1 | -1/+1 |
|
|
* | Merged revisions 67954 via svnmerge from | Benjamin Peterson | 2008-12-27 | 1 | -1/+6 |
|
|
* | Merged revisions 67818 via svnmerge from | Antoine Pitrou | 2008-12-18 | 1 | -24/+9 |
|
|