summaryrefslogtreecommitdiff
path: root/Include/parsetok.h
Commit message (Expand)AuthorAgeFilesLines
* Patch #2477: Added from __future__ import unicode_literalsChristian Heimes2008-03-261-0/+8
* Backport of the print function, using a __future__ import.Eric Smith2008-03-181-0/+4
* with and as are now keywords. There are some generated files I can't recreate.Neal Norwitz2006-09-061-0/+2
* from __future__ import with_statement addon for 'with', mostly written byThomas Wouters2006-02-281-0/+2
* Changes from Jonathan Riehl to allow his pgen extension (PEP 269) toGuido van Rossum2003-04-171-0/+4
* - Finally fixed the bug in compile() and exec where a string endingGuido van Rossum2003-02-131-0/+2
* Constify filenames and scripts. Fixes #651362.Martin v. Löwis2002-12-111-7/+7
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-5/+5
* Fix SF Bug 564931: compile() traceback must include filename.Thomas Heller2002-07-091-0/+4
* Disable the parser hacks that enabled the "yield" keyword using a futureNeil Schemenauer2002-03-221-0/+2
* Ugly. A pile of new xxxFlags() functions, to communicate to the parserTim Peters2001-07-161-0/+8
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Create two new exceptions: IndentationError and TabError. These areFred Drake2000-07-111-0/+2
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-081-14/+15
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-041-2/+2
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* The great renaming, phase two: all header files have been updated toGuido van Rossum1995-01-121-2/+2
* Added 1995 copyright.Guido van Rossum1995-01-041-2/+2
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-4/+12
* * Grammar: corrected old typo (class instead of 'class')Guido van Rossum1993-12-201-3/+3
* * Added support for X11 modules.Guido van Rossum1993-07-281-0/+11
* * 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
* "Compiling" versionGuido van Rossum1990-12-201-5/+1
* Initial revisionGuido van Rossum1990-10-141-0/+9