summaryrefslogtreecommitdiff
path: root/Parser/tokenizer.h
Commit message (Expand)AuthorAgeFilesLines
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-41/+41
* fix several compile() issues by translating newlines in the tokenizerBenjamin Peterson2009-11-121-1/+2
* Fix #define ordering.Georg Brandl2008-01-071-1/+1
* Make Python compile with --disable-unicode.Georg Brandl2008-01-071-0/+2
* Patch #1031213: Decode source line in SyntaxErrors back to its originalMartin v. Löwis2007-09-041-0/+2
* Patch #1440601: Add col_offset attribute to AST nodes.Martin v. Löwis2006-03-011-0/+1
* Remove unused field.Martin v. Löwis2006-03-011-1/+0
* Constify filenames and scripts. Fixes #651362.Martin v. Löwis2002-12-111-2/+2
* Ignore encoding declarations inside strings. Fixes #603509.Martin v. Löwis2002-09-031-0/+1
* Make pgen compile with pydebug. Duplicate normalized names, as it mayMartin v. Löwis2002-08-041-0/+2
* Patch #534304: Implement phase 1 of PEP 263.Martin v. Löwis2002-08-041-0/+11
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-091-5/+4
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-21/+6
* Add checking for inconsistent tab usageGuido van Rossum1998-04-091-0/+6
* Another directory quickly renamed.Guido van Rossum1997-04-291-4/+5
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-12/+19
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Merge back to main trunkGuido van Rossum1994-08-301-1/+2
* * Grammar: corrected old typo (class instead of 'class')Guido van Rossum1993-12-201-1/+1
* * Added support for X11 modules.Guido van Rossum1993-07-281-0/+11
* * selectmodule.c: fix (another!) two memory leaks -- this time in list2setGuido van Rossum1993-05-121-0/+2
* * pythonrun.c: Print exception type+arg *after* stack trace instead ofGuido van Rossum1993-05-121-4/+5
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+2
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* Initial revisionGuido van Rossum1990-10-141-0/+29