COMMITS
/ Python/symtable.c October 24, 2005
N
Do not pollute name block_ty, prefix with _Py_
Neal Norwitz committed
October 23, 2005
N
Fix check_unoptimized() function. The only optimized namespaces are
Neil Schemenauer committed
N
Fix private name mangling. The symtable also must do mangles so that
Neil Schemenauer committed
October 21, 2005
J
Fix a bunch of imports to use code.h instead of compile.h.
Jeremy Hylton committed
A
ANSI-C-ify the placement of local var declarations.
Armin Rigo committed
October 20, 2005
J
Merge ast-branch to head
Jeremy Hylton committed
May 19, 2004
R
SF patch #872326: Generator expression implementation
Raymond Hettinger committed
May 21, 2003
J
Fix for SF [ 734869 ] Lambda functions in list comprehensions
Jeremy Hylton committed
December 10, 2001
J
Add a comment explaining the st_symbols cache.
Jeremy Hylton committed
December 8, 2001
T
PySymtableEntry_New(): I'm not sure what this routine is doing, but it
Tim Peters committed
December 4, 2001
J
SF bug #488687 reported by Neal Norwitz
Jeremy Hylton committed
November 28, 2001
B
ste_repr(): Conversion of sprintf() to PyOS_snprintf() for buffer
Barry Warsaw committed
September 20, 2001
G
Add optional docstrings to member descriptors. For backwards
Guido van Rossum committed
June 18, 2001
T
Merging the gen-branch into the main line, at Guido's direction. Yay!
Tim Peters committed
February 27, 2001
J
Improved __future__ parser; still more to do
Jeremy Hylton committed
J
Preliminary support for future nested scopes
Jeremy Hylton committed
February 23, 2001
J
Fix for bug 133489: compiler leaks memory
Jeremy Hylton committed
February 9, 2001
J
Relax the rules for using 'from ... import *' and exec in the presence
Jeremy Hylton committed