| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #1440601: Add col_offset attribute to AST nodes. | Martin v. Löwis | 2006-03-01 | 3 | -134/+211 |
|
|
* | Fix incompatible assignment warning from previous checkin. | Thomas Wouters | 2006-03-01 | 1 | -1/+2 |
|
|
* | Fix gcc (4.0.x) warning about use of uninitialized variables. | Thomas Wouters | 2006-03-01 | 1 | -1/+2 |
|
|
* | Document PEP 352 changes. Also added GeneratorExit. | Brett Cannon | 2006-03-01 | 1 | -7/+2 |
|
|
* | Fix uninitialized value. (Why are we using bools instead of ints, like we do | Thomas Wouters | 2006-03-01 | 1 | -1/+1 |
|
|
* | Fix more memory leaks. Will backport to 2.4. | Martin v. Löwis | 2006-03-01 | 1 | -1/+5 |
|
|
* | Fix C99-ism, and add XXX to comment | Thomas Wouters | 2006-03-01 | 1 | -1/+1 |
|
|
* | Reconst parameters that lost their const in the AST merge. | Martin v. Löwis | 2006-03-01 | 1 | -1/+1 |
|
|
* | Tabify and reflow some long lines. | Jeremy Hylton | 2006-03-01 | 1 | -696/+702 |
|
|
* | Add missing DECREF. | Jeremy Hylton | 2006-03-01 | 1 | -1/+5 |
|
|
* | Use %zd format characters for Py_ssize_t types. | Thomas Wouters | 2006-03-01 | 1 | -6/+6 |
|
|
* | Put back the essence of Jeremy's original XXX comment. | Thomas Wouters | 2006-03-01 | 1 | -1/+3 |
|
|
* | PEP 352 implementation. Creates a new base class, BaseException, which has an | Brett Cannon | 2006-03-01 | 5 | -191/+300 |
|
|
* | Use Py_ssize_t for PyArg_UnpackTuple arguments. | Martin v. Löwis | 2006-03-01 | 1 | -2/+2 |
|
|
* | Don't pollute namespace as bad as before. All the types are static now. | Neal Norwitz | 2006-02-28 | 1 | -152/+152 |
|
|
* | Make 'as' an actual keyword when with's future statement is used. Not | Thomas Wouters | 2006-02-28 | 2 | -191/+195 |
|
|
* | No need to export PySTEntry_New, it is only used in symtable.c | Neal Norwitz | 2006-02-28 | 1 | -1/+2 |
|
|
* | Updates to the with-statement: | Guido van Rossum | 2006-02-28 | 2 | -6/+21 |
|
|
* | Generally inehrit codeflags that are in PyCF_MASK, instead of writing it out | Thomas Wouters | 2006-02-28 | 1 | -4/+4 |
|
|
* | Add some stats collection in debugging mode. | Jeremy Hylton | 2006-02-28 | 1 | -3/+41 |
|
|
* | from __future__ import with_statement addon for 'with', mostly written by | Thomas Wouters | 2006-02-28 | 4 | -4/+10 |
|
|
* | Use simple PyList to implement list of PyObject pointers | Jeremy Hylton | 2006-02-28 | 1 | -44/+20 |
|
|
* | Tabify | Jeremy Hylton | 2006-02-28 | 1 | -84/+87 |
|
|
* | Remove asdl_seq_APPEND() and simplify asdl seq implementation. | Jeremy Hylton | 2006-02-28 | 2 | -69/+57 |
|
|
* | Real arena implementation | Jeremy Hylton | 2006-02-28 | 1 | -62/+80 |
|
|
* | SF patch #1438387, PEP 328: relative and absolute imports. | Thomas Wouters | 2006-02-28 | 9 | -55/+180 |
|
|
* | Regenerate. | Martin v. Löwis | 2006-02-28 | 1 | -0/+2 |
|
|
* | Check the return code for PyErr_Warn() when warning about raising string | Brett Cannon | 2006-02-27 | 1 | -4/+5 |
|
|
* | PyErr_ProgramText(): Grrrrrr. | Tim Peters | 2006-02-27 | 1 | -1/+1 |
|
|
* | Clarify C-style exception handling with proper label name. | Thomas Wouters | 2006-02-27 | 1 | -3/+3 |
|
|
* | Fix assertions. | Thomas Wouters | 2006-02-27 | 1 | -3/+3 |
|
|
* | PEP 343 -- the with-statement. | Guido van Rossum | 2006-02-27 | 7 | -628/+981 |
|
|
* | Fix parsing of subscriptlist. | Jeremy Hylton | 2006-02-27 | 1 | -4/+30 |
|
|
* | Patch 1413181, by Gabriel Becedillas. | Tim Peters | 2006-02-27 | 1 | -0/+4 |
|
|
* | 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 |
|
|
* | Revert backwards-incompatible const changes. | Martin v. Löwis | 2006-02-27 | 2 | -11/+12 |
|
|
* | Fix assertion errors in debug build, brought on by PEP 308 patch. | Thomas Wouters | 2006-02-27 | 1 | -1/+1 |
|
|
* | Create _ast module. | Martin v. Löwis | 2006-02-27 | 1 | -29/+345 |
|
|
* | PEP 308 implementation, including minor refdocs and some testcases. It | Thomas Wouters | 2006-02-27 | 5 | -520/+705 |
|
|
* | Avoid reinitializing the types twice. | Martin v. Löwis | 2006-02-27 | 1 | -0/+1 |
|
|
* | Stop generating empty arrays. | Martin v. Löwis | 2006-02-26 | 1 | -117/+38 |
|
|
* | Oops, I forgot to check this in with the change to Grammar/Grammar. | Neal Norwitz | 2006-02-26 | 1 | -16/+3 |
|
|
* | Check whether there are flags. | Martin v. Löwis | 2006-02-26 | 1 | -1/+1 |
|
|
* | Fix iterating over cmpop_ty lists. | Martin v. Löwis | 2006-02-26 | 1 | -2/+7 |
|
|
* | Generate code to recursively copy an AST into | Martin v. Löwis | 2006-02-26 | 3 | -725/+1556 |
|
|
* | Based on discussion with Martin and Thomas on python-checkins | Neal Norwitz | 2006-02-20 | 1 | -1/+1 |
|
|
* | Fix compiler warning on amd64. We can't use zd here since this is | Neal Norwitz | 2006-02-19 | 1 | -2/+2 |
|
|