summaryrefslogtreecommitdiff
path: root/Parser/pgenmain.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-32096: Remove obj and mem from _PyRuntime (#4532)Victor Stinner2017-11-241-2/+0
* bpo-32030: Split Py_Main() into subfunctions (#4399)Victor Stinner2017-11-151-3/+1
* bpo-30860: Consolidate stateful runtime globals. (#3397)Eric Snow2017-09-071-0/+5
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-2/+0
* Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)Eric Snow2017-09-051-4/+0
* bpo-30860: Consolidate stateful runtime globals. (#2594)Eric Snow2017-09-051-0/+4
* properly free memory in pgenBenjamin Peterson2016-09-181-0/+1
* Issue #27336: Fix compilation failures --without-threadsBerker Peksag2016-06-171-2/+3
* On memory error, dump the memory block tracebackVictor Stinner2016-03-151-4/+4
* Add more checks on the GILVictor Stinner2016-03-141-0/+8
* Issue #25923: Added more const qualifiers to signatures of static and private...Serhiy Storchaka2015-12-251-2/+2
* Silenced some warnings about comparison between signed and unsigned integerSerhiy Storchaka2014-09-051-3/+4
* Issue #1772673: The type of `char*` arguments now changed to `const char*`.Serhiy Storchaka2013-10-191-1/+1
* Fix resource leak in parser, free node ptrChristian Heimes2013-06-291-0/+1
* Issue #8914: fix various warnings from the Clang static analyzer v254.Brett Cannon2011-02-221-0/+2
* Compile pgenmain.c and printgrammar.c with PGEN definedVictor Stinner2010-12-281-0/+2
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-97/+97
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-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