| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError | Serhiy Storchaka | 2013-02-10 | 1 | -7/+11 |
|
|
* | Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in... | Antoine Pitrou | 2013-02-09 | 1 | -1/+1 |
|
|
* | Fixed memory leak in error branch of parsestrplus. CID 715374 Variable s goin... | Christian Heimes | 2012-09-10 | 1 | -0/+1 |
|
|
* | put * in the normal place | Benjamin Peterson | 2012-09-02 | 1 | -2/+2 |
|
|
* | move variable decl to the top of the function | Benjamin Peterson | 2012-09-02 | 1 | -2/+2 |
|
|
* | prevert ast errors from being normalized before ast_error_finish is called (c... | Benjamin Peterson | 2012-09-02 | 1 | -0/+8 |
|
|
* | kill this disabled code | Benjamin Peterson | 2012-03-12 | 1 | -6/+0 |
|
|
* | use correct naming convention | Benjamin Peterson | 2012-03-12 | 1 | -2/+2 |
|
|
* | fix indentation | Benjamin Peterson | 2011-06-21 | 1 | -1/+1 |
|
|
* | merge 3.1 | Benjamin Peterson | 2011-04-12 | 1 | -0/+1 |
|\ |
|
| * | make assigning to a bytes literal a syntax error (closes #11506) | Benjamin Peterson | 2011-04-12 | 1 | -0/+1 |
|
|
| * | Recorded merge of revisions 85569-85570 via svnmerge from | Victor Stinner | 2010-10-19 | 1 | -1/+11 |
|
|
| * | Merged revisions 84214 via svnmerge from | Amaury Forgeot d'Arc | 2010-08-19 | 1 | -3/+3 |
|
|
| * | Merged revisions 84209 via svnmerge from | Amaury Forgeot d'Arc | 2010-08-19 | 1 | -25/+26 |
|
|
| * | Revert r82044, since it changed the semantics of negated imaginary literals. | Mark Dickinson | 2010-06-30 | 1 | -0/+26 |
|
|
| * | Merged revisions 82043 via svnmerge from | Mark Dickinson | 2010-06-17 | 1 | -26/+0 |
|
|
| * | Recorded merge of revisions 81032 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -94/+94 |
|
|
| * | Merged revisions 75928 via svnmerge from | Benjamin Peterson | 2009-10-29 | 1 | -9/+14 |
|
|
| * | Merged revisions 75224 via svnmerge from | Benjamin Peterson | 2009-10-03 | 1 | -0/+13 |
|
|
* | | Remove redundant includes of headers that are already included by Python.h. | Georg Brandl | 2010-11-30 | 1 | -1/+0 |
|
|
* | | Fix ast_error_finish() and err_input(): filename can be NULL | Victor Stinner | 2010-10-16 | 1 | -1/+6 |
|
|
* | | Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) expects | Victor Stinner | 2010-10-16 | 1 | -1/+6 |
|
|
* | | add column offset to all syntax errors | Benjamin Peterson | 2010-09-20 | 1 | -3/+8 |
|
|
* | | Add tests for r84209 (crashes in the Ast builder) | Amaury Forgeot d'Arc | 2010-08-19 | 1 | -3/+3 |
|
|
* | | Check the return values for all functions returning an ast node. | Amaury Forgeot d'Arc | 2010-08-19 | 1 | -26/+27 |
|
|
* | | Issue #9011: Remove buggy and unnecessary ST->AST compilation code | Mark Dickinson | 2010-06-17 | 1 | -26/+0 |
|
|
* | | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -95/+95 |
|
|
* | | in wide builds, avoid storing high unicode characters from source code with s... | Benjamin Peterson | 2009-10-28 | 1 | -9/+14 |
|
|
* | | Issue 7147 - remove ability to attempt to build Python without complex number... | Skip Montanaro | 2009-10-18 | 1 | -6/+0 |
|
|
* | | Merged revisions 75223 via svnmerge from | Benjamin Peterson | 2009-10-03 | 1 | -0/+13 |
|
|
* | | star_expr now always has two nodes | Benjamin Peterson | 2009-09-27 | 1 | -3/+1 |
|
|
* | | fix an ambiguity in the grammar from the implementation of extended unpacking | Benjamin Peterson | 2009-09-27 | 1 | -13/+14 |
|
|
* | | Merged revisions 74464 via svnmerge from | Benjamin Peterson | 2009-09-11 | 1 | -11/+10 |
|
|
* | | In most cases, the parser will protect True, False, and None from being assi... | Benjamin Peterson | 2009-06-28 | 1 | -13/+38 |
|
|
* | | Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,... | Benjamin Peterson | 2009-06-28 | 1 | -35/+47 |
|/ |
|
* | Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,... | Benjamin Peterson | 2009-06-11 | 1 | -24/+0 |
|
|
* | Merged revisions 72924 via svnmerge from | Georg Brandl | 2009-05-25 | 1 | -20/+41 |
|
|
* | Issue #5914: Add new C-API function PyOS_string_to_double, to complement | Mark Dickinson | 2009-05-03 | 1 | -8/+8 |
|
|
* | Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 ... | Benjamin Peterson | 2009-01-18 | 1 | -1/+1 |
|
|
* | Merged revisions 67590 via svnmerge from | Mark Dickinson | 2008-12-05 | 1 | -0/+1 |
|
|
* | check the return value of NEW_IDENTIFIER in some more places | Benjamin Peterson | 2008-11-25 | 1 | -9/+18 |
|
|
* | Make ast.c compile on Windows again. | Thomas Heller | 2008-11-25 | 1 | -1/+2 |
|
|
* | Merged revisions 67373 via svnmerge from | Benjamin Peterson | 2008-11-25 | 1 | -15/+47 |
|
|
* | Merged revisions 67320 via svnmerge from | Benjamin Peterson | 2008-11-21 | 1 | -1/+2 |
|
|
* | Merged revisions 67171 via svnmerge from | Benjamin Peterson | 2008-11-08 | 1 | -0/+1 |
|
|
* | Latin-1 source code was not being properly decoded when passed through | Brett Cannon | 2008-10-17 | 1 | -5/+1 |
|
|
* | allow keyword args after *args in a function call | Benjamin Peterson | 2008-08-19 | 1 | -0/+5 |
|
|
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -1/+1 |
|
|
* | Fix uninitialized memory read for cases like def(f, *): pass | Jeremy Hylton | 2008-07-17 | 1 | -5/+11 |
|
|
* | Merged revisions 64622 via svnmerge from | Benjamin Peterson | 2008-07-01 | 1 | -1/+9 |
|
|