COMMITS
/ Parser/node.c January 22, 2019
I
bpo-33416: Add end positions to Python AST (GH-11605)
Ivan Levkivskyi committed
September 7, 2016
B
replace PY_SIZE_MAX with SIZE_MAX
Benjamin Peterson committed
September 5, 2014
S
Silenced some warnings about comparison between signed and unsigned integer
Serhiy Storchaka committed
December 4, 2013
C
upcast int to size_t to silence two autological-constant-out-of-range-compare warnings with clang.
Christian Heimes committed
August 13, 2013
A
Issue #18722: Remove uses of the "register" keyword in C code.
Antoine Pitrou committed
September 20, 2012
August 3, 2012
J
Closes #15512: Correct __sizeof__ support for parser
Jesus Cea committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
June 18, 2008
A
Merged revisions 64114 via svnmerge from
Amaury Forgeot d'Arc committed
June 8, 2006
T
Merge the rest of the trunk.
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
March 1, 2006
M
Patch #1440601: Add col_offset attribute to AST nodes.
Martin v. Löwis committed
August 4, 2002
A
SF patch #578297:
Andrew MacIntyre committed
July 15, 2002
T
XXXROUNDUP(): Turns out this fixed Andrew MacIntyre's memory-mgmt
Tim Peters committed
July 8, 2002
T
PyNode_AddChild() and fancy_roundup(): Be paranoid about int overflow.
Tim Peters committed
T
PyNode_AddChild(): Do aggressive over-allocation when the number of
Tim Peters committed
September 26, 2000
T
More limits.h stuff in node.c.
Tim Peters committed
September 3, 2000
V
Move down the INT_MAX logic, because HAVE_LIMITS_H was always undefined
Vladimir Marangozov committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
August 24, 2000
F
Charles G. Waldman <cgw@fnal.gov>:
Fred Drake committed
July 22, 2000
T
Mass ANSIfication.
Thomas Wouters committed
July 9, 2000
T
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
Tim Peters committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
June 20, 2000
J
Add new parser error code, E_OVERFLOW. This error is returned when
Jeremy Hylton committed
April 29, 1997
G
Another directory quickly renamed.
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
January 4, 1995
G
Added 1995 to copyright message.
Guido van Rossum committed
August 30, 1994
G
Merge back to main trunk
Guido van Rossum committed
March 29, 1993
G
* Changed all copyright messages to include 1993.
Guido van Rossum committed
April 5, 1992
G
Copyright for 1992 added
Guido van Rossum committed
February 19, 1991
G
Added copyright notice.
Guido van Rossum committed
December 20, 1990
G
"Compiling" version
Guido van Rossum committed
November 18, 1990
G
Add function to free an entire parse tree.
Guido van Rossum committed
October 14, 1990
G
Initial revision
Guido van Rossum committed