summaryrefslogtreecommitdiff
path: root/Parser/pgenmain.c
Commit message (Expand)AuthorAgeFilesLines
* [2.7] properly free memory in pgen. (GH-7869) (closes bpo-27780Benjamin Peterson2018-06-221-0/+1
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-97/+97
* more low-hanging fruit to make code compile under a C++ compiler. NotAnthony Baxter2006-04-111-2/+2
* As discussed on python-dev, really fix the PyMem_*/PyObject_* memory APINeal Norwitz2006-04-111-2/+2
* SF patch #1467512, fix double free with triple quoted string in standard build.Neal Norwitz2006-04-101-3/+3
* - Fix segfault with invalid coding.Neal Norwitz2005-10-021-0/+7
* Remove support for --without-universal-newlines (see PEP 11).Skip Montanaro2004-02-071-2/+0
* Talk about old code: removed a reference to THINK_C.Jack Jansen2003-11-201-30/+0
* Getting rid of all the code inside #ifdef macintosh too.Jack Jansen2003-11-201-9/+0
* Change PyOS_Readline declaration to match the recent change to myreadline.cSkip Montanaro2002-10-271-2/+2
* The Py_REF_DEBUG/COUNT_ALLOCS/Py_TRACE_REFS macro minefield: addedTim Peters2002-07-091-1/+1
* Add definition of Py_IgnoreEnvironmentFlag (needed at least in debugGuido van Rossum2002-05-311-0/+1
* Mass checkin of universal newline support.Jack Jansen2002-04-141-0/+11
* Silence parser generator output.Guido van Rossum2001-09-111-2/+4
* Take output filenames as arguments instead of hard-coding them.Neil Schemenauer2001-02-161-9/+14
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Mass ANSIfication.Thomas Wouters2000-07-221-29/+7
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-091-3/+3
* 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
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-3/+3
* Add a version of PySys_WriteStderr() that writes to stderr, so we canGuido van Rossum1998-08-251-0/+27
* Add dummy Py_VerboseFlag now that it's referenced in parsetok.c.Guido van Rossum1998-04-101-0/+1
* Another directory quickly renamed.Guido van Rossum1997-04-291-18/+18
* Make gcc -Wall happyGuido van Rossum1996-12-021-0/+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-1/+0
* Merge back to main trunkGuido van Rossum1994-08-301-10/+50
* * Makefile: added all: and default: targets.Guido van Rossum1993-07-051-10/+17
* * 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 guesstabsize() for the macGuido van Rossum1992-03-271-0/+10
* Generalize to macintosh.Guido van Rossum1991-06-241-3/+3
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* Changess for THINK C 4.0.Guido van Rossum1990-12-201-2/+2
* "Compiling" versionGuido van Rossum1990-12-201-49/+62
* Initial revisionGuido van Rossum1990-10-141-0/+111