summaryrefslogtreecommitdiff
path: root/Parser/node.c
Commit message (Expand)AuthorAgeFilesLines
* replace PY_SIZE_MAX with SIZE_MAXBenjamin Peterson2016-09-071-1/+1
* Silenced some warnings about comparison between signed and unsigned integerSerhiy Storchaka2014-09-051-2/+2
* upcast int to size_t to silence two autological-constant-out-of-range-compare...Christian Heimes2013-12-041-1/+1
* Issue #18722: Remove uses of the "register" keyword in C code.Antoine Pitrou2013-08-131-1/+1
* Issue #15144: Fix possible integer overflow when handling pointers as integer...Antoine Pitrou2012-09-201-1/+1
* Closes #15512: Correct __sizeof__ support for parserJesus Cea2012-08-031-0/+26
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-61/+61
* Merged revisions 64114 via svnmerge fromAmaury Forgeot d'Arc2008-06-181-0/+3
* Merge the rest of the trunk.Thomas Wouters2006-06-081-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-1/+1
* Patch #1440601: Add col_offset attribute to AST nodes.Martin v. Löwis2006-03-011-1/+2
* SF patch #578297:Andrew MacIntyre2002-08-041-5/+6
* XXXROUNDUP(): Turns out this fixed Andrew MacIntyre's memory-mgmtTim Peters2002-07-151-10/+33
* PyNode_AddChild() and fancy_roundup(): Be paranoid about int overflow.Tim Peters2002-07-081-2/+7
* PyNode_AddChild(): Do aggressive over-allocation when the number ofTim Peters2002-07-081-8/+41
* More limits.h stuff in node.c.Tim Peters2000-09-261-9/+1
* Move down the INT_MAX logic, because HAVE_LIMITS_H was always undefinedVladimir Marangozov2000-09-031-6/+6
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Charles G. Waldman <cgw@fnal.gov>:Fred Drake2000-08-241-1/+6
* Mass ANSIfication.Thomas Wouters2000-07-221-11/+4
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-091-1/+1
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-21/+6
* Add new parser error code, E_OVERFLOW. This error is returned whenJeremy Hylton2000-06-201-3/+8
* Another directory quickly renamed.Guido van Rossum1997-04-291-9/+9
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-12/+19
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Merge back to main trunkGuido van Rossum1994-08-301-1/+1
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+2
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* "Compiling" versionGuido van Rossum1990-12-201-14/+20
* Add function to free an entire parse tree.Guido van Rossum1990-11-181-0/+23
* Initial revisionGuido van Rossum1990-10-141-0/+47