index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Parser
/
pgenmain.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-34170: Add _PyCoreConfig.bytes_warning (GH-8447)
Victor Stinner
2018-07-24
1
-3/+3
*
bpo-32096: Remove obj and mem from _PyRuntime (#4532)
Victor Stinner
2017-11-24
1
-2/+0
*
bpo-32030: Split Py_Main() into subfunctions (#4399)
Victor Stinner
2017-11-15
1
-3/+1
*
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow
2017-09-08
1
-0/+5
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-2/+0
*
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Eric Snow
2017-09-06
1
-4/+0
*
bpo-30860: Consolidate stateful runtime globals. (#2594)
Eric Snow
2017-09-06
1
-0/+4
*
properly free memory in pgen
Benjamin Peterson
2016-09-19
1
-0/+1
*
Issue #27336: Fix compilation failures --without-threads
Berker Peksag
2016-06-17
1
-2/+3
*
On memory error, dump the memory block traceback
Victor Stinner
2016-03-15
1
-4/+4
*
Add more checks on the GIL
Victor Stinner
2016-03-14
1
-0/+8
*
Issue #25923: Added more const qualifiers to signatures of static and private...
Serhiy Storchaka
2015-12-25
1
-2/+2
*
Silenced some warnings about comparison between signed and unsigned integer
Serhiy Storchaka
2014-09-05
1
-3/+4
*
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka
2013-10-19
1
-1/+1
*
Fix resource leak in parser, free node ptr
Christian Heimes
2013-06-29
1
-0/+1
*
Issue #8914: fix various warnings from the Clang static analyzer v254.
Brett Cannon
2011-02-22
1
-0/+2
*
Compile pgenmain.c and printgrammar.c with PGEN defined
Victor Stinner
2010-12-28
1
-0/+2
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-97/+97
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-3/+3
*
- Fix segfault with invalid coding.
Neal Norwitz
2005-10-02
1
-0/+7
*
Remove support for --without-universal-newlines (see PEP 11).
Skip Montanaro
2004-02-07
1
-2/+0
*
Talk about old code: removed a reference to THINK_C.
Jack Jansen
2003-11-20
1
-30/+0
*
Getting rid of all the code inside #ifdef macintosh too.
Jack Jansen
2003-11-20
1
-9/+0
*
Change PyOS_Readline declaration to match the recent change to myreadline.c
Skip Montanaro
2002-10-27
1
-2/+2
*
The Py_REF_DEBUG/COUNT_ALLOCS/Py_TRACE_REFS macro minefield: added
Tim Peters
2002-07-09
1
-1/+1
*
Add definition of Py_IgnoreEnvironmentFlag (needed at least in debug
Guido van Rossum
2002-05-31
1
-0/+1
*
Mass checkin of universal newline support.
Jack Jansen
2002-04-14
1
-0/+11
*
Silence parser generator output.
Guido van Rossum
2001-09-11
1
-2/+4
*
Take output filenames as arguments instead of hard-coding them.
Neil Schemenauer
2001-02-16
1
-9/+14
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
1
-9/+0
*
Mass ANSIfication.
Thomas Wouters
2000-07-22
1
-29/+7
*
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
Tim Peters
2000-07-09
1
-3/+3
*
Change copyright notice - 2nd try.
Guido van Rossum
2000-06-30
1
-6/+0
*
Change copyright notice.
Guido van Rossum
2000-06-30
1
-22/+7
*
Trent Mick: familiar simple Win64 patches
Guido van Rossum
2000-06-28
1
-2/+2
*
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum
2000-05-03
1
-3/+3
*
Add a version of PySys_WriteStderr() that writes to stderr, so we can
Guido van Rossum
1998-08-25
1
-0/+27
*
Add dummy Py_VerboseFlag now that it's referenced in parsetok.c.
Guido van Rossum
1998-04-10
1
-0/+1
*
Another directory quickly renamed.
Guido van Rossum
1997-04-29
1
-18/+18
*
Make gcc -Wall happy
Guido van Rossum
1996-12-02
1
-0/+1
*
New permission notice, includes CNRI.
Guido van Rossum
1996-10-25
1
-13/+20
*
Added 1995 to copyright message.
Guido van Rossum
1995-01-04
1
-2/+2
*
Parser/tokenizer.c (tok_nextc): zap tok->buf after freeing;
Guido van Rossum
1994-12-30
1
-1/+0
*
Merge back to main trunk
Guido van Rossum
1994-08-30
1
-10/+50
*
* Makefile: added all: and default: targets.
Guido van Rossum
1993-07-05
1
-10/+17
*
* Changed all copyright messages to include 1993.
Guido van Rossum
1993-03-29
1
-2/+2
*
Copyright for 1992 added
Guido van Rossum
1992-04-05
1
-1/+1
*
Added guesstabsize() for the mac
Guido van Rossum
1992-03-27
1
-0/+10
*
Generalize to macintosh.
Guido van Rossum
1991-06-24
1
-3/+3
*
Added copyright notice.
Guido van Rossum
1991-02-19
1
-0/+24
[next]