summaryrefslogtreecommitdiff
path: root/Python/symtable.c
Commit message (Expand)AuthorAgeFilesLines
* SF patch #872326: Generator expression implementationRaymond Hettinger2004-05-191-0/+2
* Fix for SF [ 734869 ] Lambda functions in list comprehensionsJeremy Hylton2003-05-211-0/+1
* Add a comment explaining the st_symbols cache.Jeremy Hylton2001-12-101-1/+15
* PySymtableEntry_New(): I'm not sure what this routine is doing, but itTim Peters2001-12-081-0/+1
* SF bug #488687 reported by Neal NorwitzJeremy Hylton2001-12-041-0/+1
* ste_repr(): Conversion of sprintf() to PyOS_snprintf() for bufferBarry Warsaw2001-11-281-4/+5
* Add optional docstrings to member descriptors. For backwardsGuido van Rossum2001-09-201-9/+20
* Merging the gen-branch into the main line, at Guido's direction. Yay!Tim Peters2001-06-181-0/+1
* Improved __future__ parser; still more to doJeremy Hylton2001-02-271-0/+1
* Preliminary support for future nested scopesJeremy Hylton2001-02-271-1/+1
* Fix for bug 133489: compiler leaks memoryJeremy Hylton2001-02-231-3/+5
* Relax the rules for using 'from ... import *' and exec in the presenceJeremy Hylton2001-02-091-0/+147