| Commit message (Expand) | Author | Age | Files | Lines |
* | Close #11619: The parser and the import machinery do not encode Unicode | Victor Stinner | 2013-08-26 | 1 | -1/+5 |
* | hide the __class__ closure from the class body (#12370) | Benjamin Peterson | 2013-05-15 | 1 | -0/+3 |
* | Issue #5765: Merge from 3.3 | Nick Coghlan | 2012-11-04 | 1 | -0/+2 |
|\ |
|
| * | Issue #5765: Apply a hard recursion limit in the compiler | Nick Coghlan | 2012-11-04 | 1 | -0/+2 |
* | | point errors related to nonlocals and globals to the statement declaring them... | Benjamin Peterson | 2012-10-31 | 1 | -0/+1 |
|/ |
|
* | Issue #9904: fix and clarify some comments + fix indentation in symtable code | Eli Bendersky | 2011-04-10 | 1 | -4/+7 |
* | Issue #9738: Document encodings of AST, compiler, parser and PyRun functions | Victor Stinner | 2010-12-27 | 1 | -3/+6 |
* | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -0/+2 |
* | add column offset to all syntax errors | Benjamin Peterson | 2010-09-20 | 1 | -0/+2 |
* | revert unintended changes | Benjamin Peterson | 2010-07-20 | 1 | -1/+0 |
* | move test_trace.py so as not to conflict with future tests for the trace module | Benjamin Peterson | 2010-07-20 | 1 | -0/+1 |
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -34/+34 |
* | Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,... | Benjamin Peterson | 2009-06-28 | 1 | -7/+3 |
* | Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge from | Benjamin Peterson | 2008-08-17 | 1 | -1/+1 |
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -1/+1 |
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -1/+1 |
* | Hide list comp variables and support set comprehensions | Nick Coghlan | 2007-04-15 | 1 | -14/+18 |
* | Provisional implementation of PEP 3104. | Jeremy Hylton | 2007-02-27 | 1 | -10/+11 |
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 1 | -4/+2 |
* | Merge the rest of the trunk. | Thomas Wouters | 2006-06-08 | 1 | -0/+2 |
* | No need to export PySTEntry_New, it is only used in symtable.c | Neal Norwitz | 2006-02-28 | 1 | -2/+1 |
* | Fix icc warnings: single bit fields should be unsigned | Neal Norwitz | 2006-01-07 | 1 | -7/+7 |
* | Do not pollute name block_ty, prefix with _Py_ | Neal Norwitz | 2005-10-24 | 1 | -3/+3 |
* | Fix private name mangling. The symtable also must do mangles so that | Neil Schemenauer | 2005-10-23 | 1 | -1/+1 |
* | Remove dup declarations after AST merge | Neal Norwitz | 2005-10-21 | 1 | -3/+0 |
* | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 | 1 | -37/+40 |
* | SF patch #872326: Generator expression implementation | Raymond Hettinger | 2004-05-19 | 1 | -1/+4 |
* | Fix for SF [ 734869 ] Lambda functions in list comprehensions | Jeremy Hylton | 2003-05-21 | 1 | -1/+1 |
* | Constify filenames and scripts. Fixes #651362. | Martin v. Löwis | 2002-12-11 | 1 | -2/+2 |
* | Excise DL_EXPORT from Include. | Mark Hammond | 2002-08-12 | 1 | -4/+4 |
* | Remove st_nested_scopes from struct symtable, | Jeremy Hylton | 2001-08-11 | 1 | -1/+0 |
* | Merging the gen-branch into the main line, at Guido's direction. Yay! | Tim Peters | 2001-06-18 | 1 | -0/+1 |
* | Set the line number correctly for a nested function with an exec or | Jeremy Hylton | 2001-03-22 | 1 | -0/+1 |
* | add DEF_BOUND | Jeremy Hylton | 2001-02-28 | 1 | -1/+3 |
* | Improved __future__ parser; still more to do | Jeremy Hylton | 2001-02-27 | 1 | -0/+1 |
* | Preliminary support for future nested scopes | Jeremy Hylton | 2001-02-27 | 1 | -1/+6 |
* | Relax the rules for using 'from ... import *' and exec in the presence | Jeremy Hylton | 2001-02-09 | 1 | -37/+27 |
* | Fix symbol table pass to generation SyntaxError exceptions that | Jeremy Hylton | 2001-02-02 | 1 | -0/+1 |
* | Move a bunch of definitions that were internal to compile.c to | Jeremy Hylton | 2001-02-02 | 1 | -0/+99 |