| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 68523 via svnmerge from | Martin v. Löwis | 2009-01-11 | 1 | -0/+1 |
|
|
* | Merged revisions 68133-68134,68141-68142,68145-68146,68148-68149,68159-68162,... | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
|
|
* | Merged revisions 66801,66803-66804,66813,66854-66856,66866,66870-66872,66874,... | Georg Brandl | 2008-11-07 | 1 | -0/+18 |
|
|
* | Merged revisions 67030-67031 via svnmerge from | Benjamin Peterson | 2008-10-26 | 1 | -3/+0 |
|
|
* | update asdl_c.py from r66377 | Benjamin Peterson | 2008-09-10 | 1 | -1/+1 |
|
|
* | #3367: revert rev. 65539: this change causes test_parser to fail | Andrew M. Kuchling | 2008-08-05 | 1 | -1/+1 |
|
|
* | #3367 from Kristjan Valur Jonsson: | Andrew M. Kuchling | 2008-08-05 | 1 | -1/+1 |
|
|
* | #1683 prevent forking from interfering in threading storage | Benjamin Peterson | 2008-06-13 | 1 | -0/+2 |
|
|
* | Merge in release25-maint r60793: | Gregory P. Smith | 2008-06-11 | 1 | -0/+3 |
|
|
* | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 | 2 | -21/+21 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 2 | -21/+21 |
|
|
* | Issue2681: the literal 0o8 was wrongly accepted, and evaluated as float(0.0). | Amaury Forgeot d'Arc | 2008-04-24 | 1 | -1/+1 |
|
|
* | #2627 Let it be known what pgen generates | Benjamin Peterson | 2008-04-13 | 1 | -0/+3 |
|
|
* | Use file.write instead of print to make it easier to merge with 3k. | Neal Norwitz | 2008-03-31 | 1 | -12/+13 |
|
|
* | Make AST nodes pickleable. | Georg Brandl | 2008-03-30 | 1 | -2/+27 |
|
|
* | Fix error message -- "expects either 0 or 0 arguments" | Georg Brandl | 2008-03-30 | 1 | -2/+4 |
|
|
* | Make _fields attr for no fields consistent with _attributes attr. | Georg Brandl | 2008-03-30 | 1 | -8/+3 |
|
|
* | #2505: allow easier creation of AST nodes. | Georg Brandl | 2008-03-30 | 1 | -8/+100 |
|
|
* | Patch #2511: Give the "excepthandler" AST item proper attributes by making it... | Georg Brandl | 2008-03-30 | 1 | -5/+2 |
|
|
* | Properly check for consistency with the third argument of | Georg Brandl | 2008-03-29 | 1 | -5/+12 |
|
|
* | Silence compiler warning at the source. | Georg Brandl | 2008-03-28 | 1 | -1/+1 |
|
|
* | Patch #1810 by Thomas Lee, reviewed by myself: | Georg Brandl | 2008-03-28 | 1 | -2/+268 |
|
|
* | Revert r61969 which added casts to Py_CHARMASK to avoid compiler warnings. | Neal Norwitz | 2008-03-28 | 1 | -8/+0 |
|
|
* | Surround p_flags access with #ifdef PY_PARSER_REQUIRES_FUTURE_KEYWORD | Christian Heimes | 2008-03-26 | 1 | -0/+2 |
|
|
* | Patch #2477: Added from __future__ import unicode_literals | Christian Heimes | 2008-03-26 | 2 | -13/+40 |
|
|
* | Make Py3k warnings consistent w.r.t. punctuation; also respect the | Georg Brandl | 2008-03-25 | 1 | -1/+1 |
|
|
* | Backport of the print function, using a __future__ import. | Eric Smith | 2008-03-18 | 2 | -28/+10 |
|
|
* | Finished backporting PEP 3127, Integer Literal Support and Syntax. | Eric Smith | 2008-03-17 | 1 | -1/+25 |
|
|
* | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 2 | -2/+1 |
|
|
* | Patch #1759: Backport of PEP 3129 class decorators | Christian Heimes | 2008-02-23 | 1 | -2/+2 |
|
|
* | Issue 1881. Increased the stack limit from 500 to 1500. Also added | Facundo Batista | 2008-02-23 | 1 | -1/+1 |
|
|
* | Add assertion that we do not blow out newl | Neal Norwitz | 2008-01-27 | 1 | -0/+1 |
|
|
* | Fixed bug #1915: Python compiles with --enable-unicode=no again. However seve... | Christian Heimes | 2008-01-23 | 1 | -2/+1 |
|
|
* | Add a "const" to make gcc happy. | Georg Brandl | 2008-01-21 | 1 | -1/+1 |
|
|
* | Issue #1882: when compiling code from a string, encoding cookies in the | Georg Brandl | 2008-01-21 | 1 | -2/+13 |
|
|
* | Fix #1679: "0x" was taken as a valid integer literal. | Georg Brandl | 2008-01-19 | 1 | -0/+7 |
|
|
* | Added bytes and b'' as aliases for str and '' | Christian Heimes | 2008-01-18 | 1 | -0/+8 |
|
|
* | Coverity issue CID #167 | Christian Heimes | 2008-01-18 | 1 | -0/+1 |
|
|
* | Fix #define ordering. | Georg Brandl | 2008-01-07 | 2 | -4/+3 |
|
|
* | Make Python compile with --disable-unicode. | Georg Brandl | 2008-01-07 | 2 | -0/+4 |
|
|
* | Warning "<> not supported in 3.x" should be enabled only when the -3 option i... | Amaury Forgeot d'Arc | 2007-11-24 | 1 | -1/+1 |
|
|
* | Fixed problems in the last commit. Filenames and line numbers weren't reporte... | Christian Heimes | 2007-11-23 | 1 | -9/+11 |
|
|
* | Applied patch #1754273 and #1754271 from Thomas Glee | Christian Heimes | 2007-11-23 | 1 | -1/+10 |
|
|
* | Change a PyErr_Print() into a PyErr_Clear(), | Guido van Rossum | 2007-10-15 | 1 | -1/+1 |
|
|
* | Fix Coverity 180: Don't overallocate. We don't need structs, but pointers. | Neal Norwitz | 2007-10-12 | 1 | -1/+2 |
|
|
* | Patch #1031213: Decode source line in SyntaxErrors back to its original | Martin v. Löwis | 2007-09-04 | 3 | -5/+77 |
|
|
* | Fix a couple of problems in generating the AST code: | Neal Norwitz | 2007-02-26 | 1 | -5/+3 |
|
|
* | Modify Parser/asdl_c.py so that the __version__ number for Python/Python-ast.c | Brett Cannon | 2007-02-12 | 1 | -2/+19 |
|
|
* | Change a very minor inconsistency (that is purely cosmetic) in the AST | Brett Cannon | 2007-02-11 | 1 | -1/+1 |
|
|
* | Prefix AST symbols with _Py_. Fixes #1637022. | Martin v. Löwis | 2007-01-19 | 1 | -1/+6 |
|
|