summaryrefslogtreecommitdiff
path: root/Include/symtable.h
Commit message (Expand)AuthorAgeFilesLines
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-33/+33
* Issue #2333: Backport set and dict comprehensions syntax.Alexandre Vassalotti2010-01-111-0/+1
* remove some unused symtable constantsBenjamin Peterson2009-06-231-7/+3
* remove tmpname support since it's no longer usedBenjamin Peterson2009-06-211-2/+0
* fix compile errorsBenjamin Peterson2008-08-171-1/+1
* expose PySTEntry.nested so the symtable module will workBenjamin Peterson2008-08-171-1/+1
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...Christian Heimes2007-12-191-1/+1
* PEP 3123: Provide forward compatibility with Python 3.0, while keepingMartin v. Löwis2007-07-211-1/+1
* Patch #1346214: correctly optimize away "if 0"-style stmtsGeorg Brandl2006-06-041-0/+2
* No need to export PySTEntry_New, it is only used in symtable.cNeal Norwitz2006-02-281-2/+1
* Fix icc warnings: single bit fields should be unsignedNeal Norwitz2006-01-071-7/+7
* Do not pollute name block_ty, prefix with _Py_Neal Norwitz2005-10-241-3/+3
* Fix private name mangling. The symtable also must do mangles so thatNeil Schemenauer2005-10-231-1/+1
* Remove dup declarations after AST mergeNeal Norwitz2005-10-211-3/+0
* Merge ast-branch to headJeremy Hylton2005-10-201-37/+40
* SF patch #872326: Generator expression implementationRaymond Hettinger2004-05-191-1/+4
* Fix for SF [ 734869 ] Lambda functions in list comprehensionsJeremy Hylton2003-05-211-1/+1
* Constify filenames and scripts. Fixes #651362.Martin v. Löwis2002-12-111-2/+2
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-4/+4
* Remove st_nested_scopes from struct symtable,Jeremy Hylton2001-08-111-1/+0
* Merging the gen-branch into the main line, at Guido's direction. Yay!Tim Peters2001-06-181-0/+1
* Set the line number correctly for a nested function with an exec orJeremy Hylton2001-03-221-0/+1
* add DEF_BOUNDJeremy Hylton2001-02-281-1/+3
* Improved __future__ parser; still more to doJeremy Hylton2001-02-271-0/+1
* Preliminary support for future nested scopesJeremy Hylton2001-02-271-1/+6
* Relax the rules for using 'from ... import *' and exec in the presenceJeremy Hylton2001-02-091-37/+27
* Fix symbol table pass to generation SyntaxError exceptions thatJeremy Hylton2001-02-021-0/+1
* Move a bunch of definitions that were internal to compile.c toJeremy Hylton2001-02-021-0/+99