summaryrefslogtreecommitdiff
path: root/Include/node.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-32150: Expand tabs to spaces in C files. (#4583)Serhiy Storchaka2017-11-281-11/+11
* Removed trailing tabs.Serhiy Storchaka2015-03-211-1/+1
* Issue #18637: Fixed an error in _PyNode_SizeOf declaration.Serhiy Storchaka2014-11-181-1/+1
* MERGE: Closes #15512: Correct __sizeof__ support for parserJesus Cea2012-08-031-0/+3
|\
| * Closes #15512: Correct __sizeof__ support for parserJesus Cea2012-08-031-0/+3
* | move LINENO define to where it actually belongsBenjamin Peterson2012-01-161-0/+1
|/
* Patch #1440601: Add col_offset attribute to AST nodes.Martin v. Löwis2006-03-011-1/+2
* PEP-0318, @decorator-style. In Guido's words:Anthony Baxter2004-08-021-0/+2
* Back out the previous change. It doesn't save any space on 64-bitGuido van Rossum2002-09-171-2/+2
* Rearrange the members of struct _node to put shorter fields towardsGuido van Rossum2002-09-171-2/+2
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-4/+4
* Use an assert() for the REQ() macro instead of making up our ownGuido van Rossum2001-10-151-10/+1
* 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-2/+2
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-081-18/+19
* 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-1/+1
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-041-4/+4
* Rename DEBUG macro to Py_DEBUGGuido van Rossum1996-12-301-1/+1
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-12/+19
* The great renaming, phase two: all header files have been updated toGuido van Rossum1995-01-121-4/+4
* Added 1995 copyright.Guido van Rossum1995-01-041-2/+2
* Include/node.h: make some fields short to save space duringGuido van Rossum1994-08-231-3/+3
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-1/+1
* * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c,Guido van Rossum1993-11-011-1/+0
* * Added support for X11 modules.Guido van Rossum1993-07-281-0/+11
* * 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-3/+7
* Added prototype for new function freenode().Guido van Rossum1990-11-181-0/+1
* Initial revisionGuido van Rossum1990-10-141-0/+29