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
/
Modules
/
parsermodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make new gcc -Wall happy
Guido van Rossum
1998-04-10
1
-2/+4
*
Support raise with no parameters.
Fred Drake
1998-04-10
1
-3/+4
*
Remove requirement for strdup() since it causes so many troubles for too many
Fred Drake
1997-10-09
1
-4/+4
*
Put back the extern declaration for strdup(), between #ifndef MS_WINDOWS.
Guido van Rossum
1997-10-08
1
-0/+3
*
initparser(): Use PyErr_NewException() to create the exception.
Fred Drake
1997-10-07
1
-1/+1
*
Removed extern declaration of strdup(). Doesn't appear to be important and
Fred Drake
1997-09-30
1
-10/+0
*
Add doc string to type object.
Fred Drake
1997-05-23
1
-1/+12
*
Support assert stmt.
Guido van Rossum
1997-04-02
1
-1/+32
*
Initialize the ob_type field of PyAST_Type dynamically (in
Guido van Rossum
1997-01-23
1
-3/+7
*
Keep gcc -Wall happy.
Guido van Rossum
1996-12-05
1
-2/+2
*
New permission notice, includes CNRI.
Guido van Rossum
1996-10-25
1
-10/+17
*
(parsermodule.c): Fixed sloppy typo: '==' -> '='
Fred Drake
1996-09-11
1
-2/+2
*
Patches to make it compile with K&R C
Guido van Rossum
1996-08-21
1
-25/+25
*
Support for old CPP
Guido van Rossum
1996-08-21
1
-0/+4
*
New batch from Fred
Guido van Rossum
1996-08-21
1
-316/+428
*
New submission by Fred Drake.
Guido van Rossum
1996-07-21
1
-775/+1102
*
fix argcount bug for build_node_children
Guido van Rossum
1996-01-12
1
-1/+1
*
Fred Drake's new parser module
Guido van Rossum
1995-10-11
1
-51/+2120
*
Made some more things static, and other cleanup for new naming scheme
Guido van Rossum
1995-01-17
1
-1/+1
*
Added 1995 to copyright message.
Guido van Rossum
1995-01-04
1
-2/+2
*
Another bulky set of minor changes.
Guido van Rossum
1995-01-02
1
-1/+0
*
Merge alpha100 branch back to main trunk
Guido van Rossum
1994-08-01
1
-5/+5
*
* parsermodule.c, Makefile, config.c: rudimentary interface to the Python
Guido van Rossum
1993-11-10
1
-0/+108