summaryrefslogtreecommitdiff
path: root/Parser/parser.c
Commit message (Expand)AuthorAgeFilesLines
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-267/+267
* fix __future__ imports when multiple features are givenBenjamin Peterson2008-10-261-3/+0
* Patch #2477: Added from __future__ import unicode_literalsChristian Heimes2008-03-261-8/+12
* Backport of the print function, using a __future__ import.Eric Smith2008-03-181-6/+8
* Fix a bug in the parser's future statement handling that led to "with"Georg Brandl2006-09-241-10/+12
* Fix the code in Parser/ to also compile with C++. This was mostly casts forAnthony Baxter2006-04-111-1/+1
* SF patch #1467512, fix double free with triple quoted string in standard build.Neal Norwitz2006-04-101-3/+3
* Patch #1440601: Add col_offset attribute to AST nodes.Martin v. Löwis2006-03-011-7/+7
* Make 'as' an actual keyword when with's future statement is used. NotThomas Wouters2006-02-281-10/+12
* from __future__ import with_statement addon for 'with', mostly written byThomas Wouters2006-02-281-13/+24
* Disable the parser hacks that allowed the "yield" keyword to be enabledNeil Schemenauer2002-03-221-0/+10
* The parser doesn't need its own implementation of assert, and having itsTim Peters2001-12-041-1/+1
* Fis SF bug #442647: not all forms of legal future statements wereGuido van Rossum2001-07-191-3/+9
* Preliminary support for "from __future__ import generators" to enableGuido van Rossum2001-07-151-3/+35
* Fix a bug in stack overflow error handling. This fixes half of BugGuido van Rossum2000-10-021-1/+1
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Mass ANSIfication.Thomas Wouters2000-07-221-53/+13
* Create two new exceptions: IndentationError and TabError. These areFred Drake2000-07-111-1/+11
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-091-6/+6
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Add new parser error code, E_OVERFLOW. This error is returned whenJeremy Hylton2000-06-201-14/+15
* Another directory quickly renamed.Guido van Rossum1997-04-291-28/+29
* Rename DEBUG macro to Py_DEBUGGuido van Rossum1996-12-301-5/+5
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Parser/tokenizer.c (tok_nextc): zap tok->buf after freeing;Guido van Rossum1994-12-301-4/+2
* Merge back to main trunkGuido van Rossum1994-08-301-1/+1
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+2
* Correct debug printing codeGuido van Rossum1992-09-031-1/+1
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* "Compiling" versionGuido van Rossum1990-12-201-16/+18
* Free parse tree when deleting parser.Guido van Rossum1990-11-181-2/+3
* Initial revisionGuido van Rossum1990-10-141-0/+396