index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Parser
/
node.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
replace PY_SIZE_MAX with SIZE_MAX
Benjamin Peterson
2016-09-07
1
-1
/
+1
*
Silenced some warnings about comparison between signed and unsigned integer
Serhiy Storchaka
2014-09-05
1
-2
/
+2
*
upcast int to size_t to silence two autological-constant-out-of-range-compare...
Christian Heimes
2013-12-04
1
-1
/
+1
*
Issue #18722: Remove uses of the "register" keyword in C code.
Antoine Pitrou
2013-08-13
1
-1
/
+1
*
Issue #15144: Fix possible integer overflow when handling pointers as integer...
Antoine Pitrou
2012-09-20
1
-1
/
+1
*
Closes #15512: Correct __sizeof__ support for parser
Jesus Cea
2012-08-03
1
-0
/
+26
*
Recorded merge of revisions 81032 via svnmerge from
Antoine Pitrou
2010-05-09
1
-61
/
+61
*
Merged revisions 64114 via svnmerge from
Amaury Forgeot d'Arc
2008-06-18
1
-0
/
+3
*
Merge the rest of the trunk.
Thomas Wouters
2006-06-08
1
-1
/
+1
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-1
/
+1
*
Patch #1440601: Add col_offset attribute to AST nodes.
Martin v. Löwis
2006-03-01
1
-1
/
+2
*
SF patch #578297:
Andrew MacIntyre
2002-08-04
1
-5
/
+6
*
XXXROUNDUP(): Turns out this fixed Andrew MacIntyre's memory-mgmt
Tim Peters
2002-07-15
1
-10
/
+33
*
PyNode_AddChild() and fancy_roundup(): Be paranoid about int overflow.
Tim Peters
2002-07-08
1
-2
/
+7
*
PyNode_AddChild(): Do aggressive over-allocation when the number of
Tim Peters
2002-07-08
1
-8
/
+41
*
More limits.h stuff in node.c.
Tim Peters
2000-09-26
1
-9
/
+1
*
Move down the INT_MAX logic, because HAVE_LIMITS_H was always undefined
Vladimir Marangozov
2000-09-03
1
-6
/
+6
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
1
-9
/
+0
*
Charles G. Waldman <cgw@fnal.gov>:
Fred Drake
2000-08-24
1
-1
/
+6
*
Mass ANSIfication.
Thomas Wouters
2000-07-22
1
-11
/
+4
*
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
Tim Peters
2000-07-09
1
-1
/
+1
*
Change copyright notice - 2nd try.
Guido van Rossum
2000-06-30
1
-6
/
+0
*
Change copyright notice.
Guido van Rossum
2000-06-30
1
-21
/
+6
*
Add new parser error code, E_OVERFLOW. This error is returned when
Jeremy Hylton
2000-06-20
1
-3
/
+8
*
Another directory quickly renamed.
Guido van Rossum
1997-04-29
1
-9
/
+9
*
New permission notice, includes CNRI.
Guido van Rossum
1996-10-25
1
-12
/
+19
*
Added 1995 to copyright message.
Guido van Rossum
1995-01-04
1
-2
/
+2
*
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 copyright notice.
Guido van Rossum
1991-02-19
1
-0
/
+24
*
"Compiling" version
Guido van Rossum
1990-12-20
1
-14
/
+20
*
Add function to free an entire parse tree.
Guido van Rossum
1990-11-18
1
-0
/
+23
*
Initial revision
Guido van Rossum
1990-10-14
1
-0
/
+47