summaryrefslogtreecommitdiff
path: root/Parser/pgen.c
Commit message (Expand)AuthorAgeFilesLines
* properly free memory in pgenBenjamin Peterson2016-09-181-2/+16
* Issue #25923: Added more const qualifiers to signatures of static and private...Serhiy Storchaka2015-12-251-2/+2
* Issue #25923: Added the const qualifier to static constant arrays.Serhiy Storchaka2015-12-251-1/+1
* Got rid of warnings "suggest braces around empty body in an ‘else’ statem...Serhiy Storchaka2015-04-031-2/+3
* Silence warning about set but unused variable inside compile_atom() in non-de...Christian Heimes2013-07-311-0/+1
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-482/+482
* Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge fromChristian Heimes2008-01-181-0/+1
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-011-1/+2
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-10/+17
* Revert previous checkin, the check is for <, not ==. i is unsed in non-debug...Neal Norwitz2006-01-081-2/+5
* Fix icc warnings. This couldn't have been correct since i is checkedNeal Norwitz2006-01-081-5/+2
* Remove a "temporary" piece of code that was probably unneeded sinceGuido van Rossum2003-12-151-7/+0
* Changes from Jonathan Riehl to allow his pgen extension (PEP 269) toGuido van Rossum2003-04-171-0/+5
* compile_atom(): Neal's last checkin removing the setting of i brokeBarry Warsaw2003-02-281-0/+3
* Remove setting i since it isn't used. Found in unrelated bug 690012.Neal Norwitz2003-02-281-3/+0
* Py_IgnoreEnvironmentFlag should be extern, since it is declared in pythonrun.cNeal Norwitz2002-05-311-1/+1
* Py_GETENV is used by obmalloc and needs Py_IgnoreEnvironmentFlag. Provide it.Neil Schemenauer2002-04-221-0/+1
* The parser doesn't need its own implementation of assert, and having itsTim Peters2001-12-041-1/+1
* Silence parser generator output.Guido van Rossum2001-09-111-3/+4
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Mass ANSIfication.Thomas Wouters2000-07-221-74/+23
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-091-13/+13
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Make new gcc -Wall happyGuido van Rossum1998-04-101-1/+1
* Another directory quickly renamed.Guido van Rossum1997-04-291-33/+36
* Rename DEBUG macro to Py_DEBUGGuido van Rossum1996-12-301-1/+1
* Make gcc -Wall happyGuido van Rossum1996-12-021-18/+22
* 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/+3
* Merge back to main trunkGuido van Rossum1994-08-301-1/+1
* * 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 forward declarations.Guido van Rossum1991-04-031-0/+15
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* "Compiling" versionGuido van Rossum1990-12-201-4/+2
* Initial revisionGuido van Rossum1990-10-141-0/+729