summaryrefslogtreecommitdiff
path: root/Parser/grammar.c
Commit message (Expand)AuthorAgeFilesLines
* properly free memory in pgenBenjamin Peterson2016-09-181-0/+17
* replace Py_(u)intptr_t with the c99 standard typesBenjamin Peterson2016-09-061-2/+2
* Fix a clang warning in grammar.cVictor Stinner2016-08-191-0/+6
* Fix compiler warnings on Windows 64-bit in grammar.cVictor Stinner2013-11-181-2/+2
* Issue #1772673: The type of `char*` arguments now changed to `const char*`.Serhiy Storchaka2013-10-191-3/+3
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-190/+190
* Remove RISCOS supportSkip Montanaro2007-08-161-4/+0
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-0/+4
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-6/+9
* Fix SF bug #1072182, problems with signed characters.Neal Norwitz2005-12-191-1/+2
* Fix for SF 780407.Guido van Rossum2004-03-201-1/+1
* Patch #734231: Update RiscOS support. In particular, correctMartin v. Löwis2003-05-101-0/+4
* Changes from Jonathan Riehl to allow his pgen extension (PEP 269) toGuido van Rossum2003-04-171-5/+23
* The parser doesn't need its own implementation of assert, and having itsTim Peters2001-12-041-1/+1
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Support for three-token characters (**=, >>=, <<=) which was written byThomas Wouters2000-08-241-0/+12
* Mass ANSIfication.Thomas Wouters2000-07-221-24/+8
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-091-1/+1
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-21/+6
* Make new gcc -Wall happyGuido van Rossum1998-04-101-1/+1
* Another directory quickly renamed.Guido van Rossum1997-04-291-25/+27
* Allow leading underscore in keywords.Guido van Rossum1997-04-021-1/+1
* Rename DEBUG macro to Py_DEBUGGuido van Rossum1996-12-301-1/+1
* Make gcc -Wall happyGuido van Rossum1996-12-021-1/+1
* 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-3/+10
* Merge back to main trunkGuido van Rossum1994-08-301-2/+2
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+2
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Implemented 2-character operators.Guido van Rossum1991-10-201-11/+20
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* "Compiling" versionGuido van Rossum1990-12-201-15/+17
* Initial revisionGuido van Rossum1990-10-141-0/+207