GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Parser
/
pgen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-482
/
+482
*
Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from
Christian Heimes
2008-01-18
1
-0
/
+1
*
Merged revisions 58221-58741 via svnmerge from
Guido van Rossum
2007-11-01
1
-1
/
+2
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-10
/
+17
*
Revert previous checkin, the check is for <, not ==. i is unsed in non-debug...
Neal Norwitz
2006-01-08
1
-2
/
+5
*
Fix icc warnings. This couldn't have been correct since i is checked
Neal Norwitz
2006-01-08
1
-5
/
+2
*
Remove a "temporary" piece of code that was probably unneeded since
Guido van Rossum
2003-12-15
1
-7
/
+0
*
Changes from Jonathan Riehl to allow his pgen extension (PEP 269) to
Guido van Rossum
2003-04-17
1
-0
/
+5
*
compile_atom(): Neal's last checkin removing the setting of i broke
Barry Warsaw
2003-02-28
1
-0
/
+3
*
Remove setting i since it isn't used. Found in unrelated bug 690012.
Neal Norwitz
2003-02-28
1
-3
/
+0
*
Py_IgnoreEnvironmentFlag should be extern, since it is declared in pythonrun.c
Neal Norwitz
2002-05-31
1
-1
/
+1
*
Py_GETENV is used by obmalloc and needs Py_IgnoreEnvironmentFlag. Provide it.
Neil Schemenauer
2002-04-22
1
-0
/
+1
*
The parser doesn't need its own implementation of assert, and having its
Tim Peters
2001-12-04
1
-1
/
+1
*
Silence parser generator output.
Guido van Rossum
2001-09-11
1
-3
/
+4
*
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
-74
/
+23
*
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters
2000-07-16
1
-1
/
+1
*
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
Tim Peters
2000-07-09
1
-13
/
+13
*
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
*
Make new gcc -Wall happy
Guido van Rossum
1998-04-10
1
-1
/
+1
*
Another directory quickly renamed.
Guido van Rossum
1997-04-29
1
-33
/
+36
*
Rename DEBUG macro to Py_DEBUG
Guido van Rossum
1996-12-30
1
-1
/
+1
*
Make gcc -Wall happy
Guido van Rossum
1996-12-02
1
-18
/
+22
*
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
-3
/
+3
*
Merge back to main trunk
Guido van Rossum
1994-08-30
1
-1
/
+1
*
* 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 forward declarations.
Guido van Rossum
1991-04-03
1
-0
/
+15
*
Added copyright notice.
Guido van Rossum
1991-02-19
1
-0
/
+24
*
"Compiling" version
Guido van Rossum
1990-12-20
1
-4
/
+2
*
Initial revision
Guido van Rossum
1990-10-14
1
-0
/
+729