summaryrefslogtreecommitdiffstats
path: root/Parser/parsetok.c
Commit message (Expand)AuthorAgeFilesLines
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-8/+0
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-041-0/+8
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-8/+0
* Merged revisions 61954,61956-61957 via svnmerge fromChristian Heimes2008-03-261-0/+1
* Merged revisions 61952-61953 via svnmerge fromChristian Heimes2008-03-261-6/+28
* Bug #2301: Don't try decoding the source code into the originalMartin v. Löwis2008-03-171-10/+5
* Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in config...Georg Brandl2008-01-071-3/+0
* Merged revisions 57778-58052 via svnmerge fromThomas Wouters2007-09-081-5/+13
* Cast away const qualifier to silence a compiler warning about it.Brett Cannon2007-09-051-1/+1
* Convert code from sys.stdin.encoding to UTF-8 inMartin v. Löwis2007-09-041-4/+5
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-3/+3
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-0/+6
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-1/+3
* Make 'python -tt' the default, meaning Python won't allow mixing tabs andThomas Wouters2006-04-141-11/+4
* Get rid of compiler warningNeal Norwitz2006-03-171-1/+1
* Get rid of compiler warning about with_msg and as_msg being unusedNeal Norwitz2006-03-161-0/+2
* Checkpoint. 218 tests are okay; 53 are failing. Done so far:Guido van Rossum2006-03-151-1/+2
* Patch #1440601: Add col_offset attribute to AST nodes.Martin v. Löwis2006-03-011-2/+7
* Make 'as' an actual keyword when with's future statement is used. NotThomas Wouters2006-02-281-2/+2
* from __future__ import with_statement addon for 'with', mostly written byThomas Wouters2006-02-281-16/+39
* Remove C99ism.Martin v. Löwis2006-02-151-1/+2
* Merge ssize_t branch.Martin v. Löwis2006-02-151-1/+2
* Prevent unlikely memory leak, tok should always be freed when parsetok() returnsNeal Norwitz2005-11-151-0/+1
* Merge ast-branch to headJeremy Hylton2005-10-201-3/+2
* - Fix segfault with invalid coding.Neal Norwitz2005-10-021-1/+1
* Pass the flags along, rather than ignoring them. Backport candidateNeal Norwitz2004-07-081-1/+1
* - Finally fixed the bug in compile() and exec where a string endingGuido van Rossum2003-02-131-0/+9
* Constify filenames and scripts. Fixes #651362.Martin v. Löwis2002-12-111-7/+7
* Patch #534304: Implement phase 1 of PEP 263.Martin v. Löwis2002-08-041-2/+10
* SF patch #578297:Andrew MacIntyre2002-08-041-3/+3
* Fix SF Bug 564931: compile() traceback must include filename.Thomas Heller2002-07-091-2/+11
* Disable the parser hacks that enabled the "yield" keyword using a futureNeil Schemenauer2002-03-221-0/+6
* Initialize err_ret with filename if available. Fixes #498828.Martin v. Löwis2002-01-051-5/+5
* Patch from SF bug #472956: UMR when there is a syntax error (Neal Norwitz)Guido van Rossum2001-10-201-12/+15
* Add a really stupid warning about 'yield' used as an identifier.Guido van Rossum2001-07-171-0/+12
* Ugly. A pile of new xxxFlags() functions, to communicate to the parserTim Peters2001-07-161-5/+22
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* PyParser_ParseString(): When the err_ret structure is initialized, theBarry Warsaw2000-08-181-0/+2
* Mass ANSIfication.Thomas Wouters2000-07-221-17/+4
* Create two new exceptions: IndentationError and TabError. These areFred Drake2000-07-111-2/+2
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-091-2/+1
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Trent Mick: familiar simple Win64 patchesGuido van Rossum2000-06-281-2/+2
* Jack Jansen: Removed Macintosh tab-guessing codeGuido van Rossum2000-06-281-7/+0
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-1/+1
* Make sure that -t and -tt also work on strings passed to compile().Guido van Rossum1998-12-211-0/+7
* Declare and use Py_TabcheckFlag here.Guido van Rossum1998-04-101-0/+8
* Finally plug the memory leak caused by syntax error (includingGuido van Rossum1997-07-271-1/+4
* Another directory quickly renamed.Guido van Rossum1997-04-291-11/+12