COMMITS
/ Include/symtable.h August 17, 2008
B
Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge from
Benjamin Peterson committed
December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
April 15, 2007
N
Hide list comp variables and support set comprehensions
Nick Coghlan committed
February 27, 2007
J
Provisional implementation of PEP 3104.
Jeremy Hylton committed
September 6, 2006
G
Patch #1550800: make exec a function.
Georg Brandl committed
June 8, 2006
T
Merge the rest of the trunk.
Thomas Wouters committed
February 28, 2006
N
No need to export PySTEntry_New, it is only used in symtable.c
Neal Norwitz committed
January 7, 2006
N
Fix icc warnings: single bit fields should be unsigned
Neal Norwitz committed
October 24, 2005
N
Do not pollute name block_ty, prefix with _Py_
Neal Norwitz committed
October 23, 2005
N
Fix private name mangling. The symtable also must do mangles so that
Neil Schemenauer committed
October 21, 2005
N
Remove dup declarations after AST merge
Neal Norwitz 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 11, 2002
M
Constify filenames and scripts. Fixes #651362.
Martin v. Löwis committed
August 12, 2002
M
Excise DL_EXPORT from Include.
Mark Hammond committed
August 11, 2001
J
Remove st_nested_scopes from struct symtable,
Jeremy Hylton committed
June 18, 2001
T
Merging the gen-branch into the main line, at Guido's direction. Yay!
Tim Peters committed
March 22, 2001
J
Set the line number correctly for a nested function with an exec or
Jeremy Hylton committed
February 28, 2001
J
add DEF_BOUND
Jeremy Hylton 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 9, 2001
J
Relax the rules for using 'from ... import *' and exec in the presence
Jeremy Hylton committed
February 2, 2001
J
Fix symbol table pass to generation SyntaxError exceptions that
Jeremy Hylton committed
J
Move a bunch of definitions that were internal to compile.c to
Jeremy Hylton committed