| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Coverity #158: Check the correct variable. | Neal Norwitz | 2007-10-05 | 1 | -1/+1 |
|
|
* | Place #ifdef Py_USING_UNICODE around decode_unicode(). | Georg Brandl | 2007-08-06 | 1 | -0/+2 |
|
|
* | SF patch# 1755885 by Kurt Kaiser: show location of Unicode escape errors. | Guido van Rossum | 2007-07-18 | 1 | -2/+19 |
|
|
* | Disallow function calls like foo(None=1). | Georg Brandl | 2007-06-07 | 1 | -0/+4 |
|
|
* | Backport PEP 3110's new 'except' syntax to 2.6. | Collin Winter | 2007-05-18 | 1 | -1/+1 |
|
|
* | Handle a couple of uncaught errors. This should be backported | Neal Norwitz | 2007-05-03 | 1 | -0/+4 |
|
|
* | Actually raise an exception before calling ast_error_finish. | Georg Brandl | 2007-05-02 | 1 | -0/+2 |
|
|
* | Clean up formatting of this file. | Jeremy Hylton | 2007-03-16 | 1 | -2029/+2048 |
|
|
* | Patch #1642547: Fix an error/crash when encountering syntax errors in complex... | Collin Winter | 2007-03-16 | 1 | -14/+26 |
|
|
* | tabify | Jeremy Hylton | 2007-02-27 | 1 | -2005/+2005 |
|
|
* | Bug #1588287: fix invalid assertion for `1,2` in debug builds. | Neal Norwitz | 2006-11-04 | 1 | -0/+1 |
|
|
* | Bug #1557232: fix seg fault with def f((((x)))) and def f(((x),)). | Neal Norwitz | 2006-09-22 | 1 | -2/+24 |
|
|
* | with and as are now keywords. There are some generated files I can't recreate. | Neal Norwitz | 2006-09-06 | 1 | -12/+0 |
|
|
* | M-x untabify | Neal Norwitz | 2006-09-05 | 1 | -821/+821 |
|
|
* | Add a comment about some refactoring. (There's probably more that should be ... | Neal Norwitz | 2006-09-05 | 1 | -6/+5 |
|
|
* | Bug #1520864 (again): unpacking singleton tuples in list comprehensions and | Neal Norwitz | 2006-09-05 | 1 | -4/+12 |
|
|
* | Klocwork made another run and found a bunch more problems. | Neal Norwitz | 2006-08-12 | 1 | -0/+2 |
|
|
* | Add some asserts and update comments | Neal Norwitz | 2006-07-30 | 1 | -2/+3 |
|
|
* | Patch #1531113: Fix augmented assignment with yield expressions. | Neal Norwitz | 2006-07-30 | 1 | -7/+9 |
|
|
* | Handle more memory allocation failures without crashing. | Neal Norwitz | 2006-07-21 | 1 | -2/+4 |
|
|
* | Bug #1520864: unpacking singleton tuples in for loop (for x, in) work again. | Neal Norwitz | 2006-07-12 | 1 | -2/+6 |
|
|
* | Fix SF bug 1441486: bad unary minus folding in compiler. | Neil Schemenauer | 2006-07-09 | 1 | -20/+53 |
|
|
* | Fix AST compiler bug #1501934: incorrect LOAD/STORE_GLOBAL generation. | Neil Schemenauer | 2006-07-09 | 1 | -2/+3 |
|
|
* | Fix SF bug #1519018: 'as' is now validated properly in import statements | Neal Norwitz | 2006-07-08 | 1 | -1/+12 |
|
|
* | Replace Py_BuildValue("OO") by PyTuple_Pack. | Georg Brandl | 2006-05-26 | 1 | -1/+1 |
|
|
* | Fix #1474677, non-keyword argument following keyword. | Neal Norwitz | 2006-05-19 | 1 | -0/+5 |
|
|
* | - Bug #1487966: Fix SystemError with conditional expression in assignment | Neal Norwitz | 2006-05-15 | 1 | -0/+3 |
|
|
* | Fix more ssize_t issues. | Martin v. Löwis | 2006-04-22 | 1 | -1/+1 |
|
|
* | Introduce asdl_int_seq, to hold cmpop_ty. | Martin v. Löwis | 2006-04-13 | 1 | -4/+4 |
|
|
* | Convert 0 to their respective enum types. Convert | Martin v. Löwis | 2006-04-11 | 1 | -11/+11 |
|
|
* | low-hanging fruit in Python/ - g++ still hates all the enum_kind declarations | Anthony Baxter | 2006-04-11 | 1 | -19/+19 |
|
|
* | Add lineno, col_offset to excephandler to enable future fix for | Jeremy Hylton | 2006-04-04 | 1 | -28/+48 |
|
|
* | Fix SF bug #1458903 with AST compiler. | Neal Norwitz | 2006-03-27 | 1 | -4/+11 |
|
|
* | Forward port MvL's fix in 43227: | Neal Norwitz | 2006-03-23 | 1 | -0/+4 |
|
|
* | Fix bug 1441408 where a double colon didn't trigger extended slice semantics ... | Nick Coghlan | 2006-03-17 | 1 | -8/+12 |
|
|
* | SF #1444030: Fix several potential defects found by Coverity. | Hye-Shik Chang | 2006-03-07 | 1 | -0/+2 |
|
|
* | Patch #1440601: Add col_offset attribute to AST nodes. | Martin v. Löwis | 2006-03-01 | 1 | -81/+91 |
|
|
* | Fix uninitialized value. (Why are we using bools instead of ints, like we do | Thomas Wouters | 2006-03-01 | 1 | -1/+1 |
|
|
* | Make 'as' an actual keyword when with's future statement is used. Not | Thomas Wouters | 2006-02-28 | 1 | -2/+2 |
|
|
* | Remove asdl_seq_APPEND() and simplify asdl seq implementation. | Jeremy Hylton | 2006-02-28 | 1 | -62/+56 |
|
|
* | SF patch #1438387, PEP 328: relative and absolute imports. | Thomas Wouters | 2006-02-28 | 1 | -12/+33 |
|
|
* | PEP 343 -- the with-statement. | Guido van Rossum | 2006-02-27 | 1 | -2/+44 |
|
|
* | Fix parsing of subscriptlist. | Jeremy Hylton | 2006-02-27 | 1 | -4/+30 |
|
|
* | And some more cleanup. | Thomas Wouters | 2006-02-27 | 1 | -2/+2 |
|
|
* | Clean up from-import handling. | Thomas Wouters | 2006-02-27 | 1 | -22/+21 |
|
|
* | Simplify ast_for_trailer() in anticipation of more changes. | Jeremy Hylton | 2006-02-27 | 1 | -17/+11 |
|
|
* | Fix old not-reading-pep-308-right artifact. | Thomas Wouters | 2006-02-27 | 1 | -1/+1 |
|
|
* | Fix assertion errors in debug build, brought on by PEP 308 patch. | Thomas Wouters | 2006-02-27 | 1 | -1/+1 |
|
|
* | PEP 308 implementation, including minor refdocs and some testcases. It | Thomas Wouters | 2006-02-27 | 1 | -3/+37 |
|
|
* | Use C-style comment | Neal Norwitz | 2006-02-05 | 1 | -1/+1 |
|
|