summaryrefslogtreecommitdiff
path: root/Include/parsetok.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-32150: Expand tabs to spaces in C files. (#4583)Serhiy Storchaka2017-11-281-3/+3
* Issue #1772673: The type of `char*` arguments now changed to `const char*`.Serhiy Storchaka2013-10-191-7/+8
* Close #11619: The parser and the import machinery do not encode UnicodeVictor Stinner2013-08-261-8/+34
* Issue #10785: Store the filename as Unicode in the Python parser.Victor Stinner2011-04-051-2/+7
* Issue #9738: Document encodings of AST, compiler, parser and PyRun functionsVictor Stinner2010-12-271-11/+20
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-1/+2
* The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)!Brett Cannon2009-04-011-0/+1
* ignore the coding cookie in compile(), exec(), and eval() if the source is a ...Benjamin Peterson2009-03-021-0/+2
* Merged revisions 61952-61953 via svnmerge fromChristian Heimes2008-03-261-0/+10
* Convert code from sys.stdin.encoding to UTF-8 inMartin v. Löwis2007-09-041-1/+2
* Checkpoint. 218 tests are okay; 53 are failing. Done so far:Guido van Rossum2006-03-151-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