summaryrefslogtreecommitdiffstats
path: root/Python/compile.c
Commit message (Expand)AuthorAgeFilesLines
* PEP 3155 / issue #13448: Qualified name for classes and functions.Antoine Pitrou2011-11-251-19/+120
* Check for PyUnicode_CopyCharacters() failureVictor Stinner2011-09-281-2/+8
* Implement PEP 393.Martin v. Löwis2011-09-281-40/+49
* use a invalid name for the __class__ closure for super() (closes #12370)Benjamin Peterson2011-06-201-1/+1
* unify TryExcept and TryFinally (closes #12199)Benjamin Peterson2011-05-291-10/+24
* merge 3.2Benjamin Peterson2011-05-271-2/+2
|\
| * merge 3.1Benjamin Peterson2011-05-271-2/+2
| |\
| | * fix spacingBenjamin Peterson2011-05-271-2/+2
* | | merge 3.2Benjamin Peterson2011-05-271-51/+51
|\ \ \ | |/ /
| * | merge 3.1Benjamin Peterson2011-05-271-51/+51
| |\ \ | | |/
| | * fix indentationBenjamin Peterson2011-05-271-50/+50
| | * Recorded merge of revisions 85569-85570 via svnmerge fromVictor Stinner2010-10-191-1/+1
| | * Merged revisions 82171 via svnmerge fromAntoine Pitrou2010-06-221-38/+38
| | * Merged revisions 82059,82061 via svnmerge fromVictor Stinner2010-06-171-1/+1
| | * Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-091-3248/+3248
| | * Merged revisions 76577 via svnmerge fromMark Dickinson2009-11-281-26/+15
| | * Merged revisions 75441 via svnmerge fromMark Dickinson2009-10-271-3/+6
| | * unfortunately we can't kill compiler_new_tmpname hereBenjamin Peterson2009-06-281-0/+10
| | * Merged revisions 73623-73624 via svnmerge fromBenjamin Peterson2009-06-281-12/+0
* | | reflect with statements with multiple items in the AST (closes #12106)Benjamin Peterson2011-05-271-8/+13
* | | Revert my commit 7ba176c2f558: "Avoid useless "++" at the end of functionsVictor Stinner2011-05-271-3/+3
* | | try to use the same str object for all code filenames when compiling or unmar...Benjamin Peterson2011-05-271-18/+9
* | | Avoid useless "++" at the end of functionsVictor Stinner2011-05-261-3/+3
* | | Remove useless argument of _PyUnicode_AsDefaultEncodedString()Victor Stinner2011-03-021-1/+1
|/ /
* | Add an "optimize" parameter to compile() to control the optimization level, a...Georg Brandl2010-12-041-10/+22
* | Remove redundant includes of headers that are already included by Python.h.Georg Brandl2010-11-301-2/+0
* | compiler_error(): use PyUnicode_DecodeFSDefault() to decode the filename,Victor Stinner2010-10-171-2/+11
* | Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) expectsVictor Stinner2010-10-161-1/+1
* | add column offset to all syntax errorsBenjamin Peterson2010-09-201-2/+8
* | #4617: Previously it was illegal to delete a name from the localAmaury Forgeot d'Arc2010-09-101-7/+3
* | Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replacedAntoine Pitrou2010-09-041-5/+3
* | revert unintended changesBenjamin Peterson2010-07-201-3/+1
* | move test_trace.py so as not to conflict with future tests for the trace moduleBenjamin Peterson2010-07-201-1/+3
* | Merged revisions 82169 via svnmerge fromAntoine Pitrou2010-06-221-11/+11
* | Issue #6543: Write the traceback in the terminal encoding instead of utf-8.Victor Stinner2010-06-171-1/+1
* | Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-3208/+3208
* | Merged revisions 79034 via svnmerge fromBenjamin Peterson2010-03-171-0/+5
* | Merged revisions 76575 via svnmerge fromMark Dickinson2009-11-281-28/+17
* | Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,...Benjamin Peterson2009-11-251-36/+31
* | Remove the uses of WITHOUT_COMPLEX introduced in r75471Mark Dickinson2009-10-181-2/+0
* | Merged revisions 75440 via svnmerge fromMark Dickinson2009-10-151-3/+6
* | Issue #1754094: Improve the stack depth calculation in the compiler.Neil Schemenauer2009-10-141-4/+13
* | Merged revisions 72487-72488,72879 via svnmerge fromAlexandre Vassalotti2009-07-211-51/+3
* | Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,...Benjamin Peterson2009-06-281-16/+18
* | Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,...Benjamin Peterson2009-06-281-12/+0
* | Merged revisions 72912,72920,72940 via svnmerge fromBenjamin Peterson2009-06-281-64/+9
|/
* add a replacement API for PyCObject, PyCapsule #5630Benjamin Peterson2009-05-051-7/+9
* instead of hacking __locals__ in during bytecode generation, put it in the sy...Benjamin Peterson2009-03-031-20/+1
* http://bugs.python.org/issue4715Jeffrey Yasskin2009-02-251-46/+32
* Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,...Benjamin Peterson2009-02-061-6/+6