COMMITS
/ Include/symtable.h February 13, 2020
D
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
Dong-hee Na committed
August 25, 2019
N
bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131)
Nick Coghlan committed
January 24, 2019
E
bpo-35224: PEP 572 Implementation (#10497)
Emily Morehouse committed
November 11, 2018
V
bpo-35177: Add dependencies between header files (GH-10361)
Victor Stinner committed
February 26, 2018
N
bpo-32836: Remove obsolete code from symtable pass (GH-5680)
Nitish Chandra committed
September 9, 2016
Y
Issue #28003: Implement PEP 525 -- Asynchronous Generators.
Yury Selivanov committed
Y
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
Yury Selivanov committed
April 28, 2015
B
remove the concept of an unoptimized function scope from the compiler, since it can't happen anymore
Benjamin Peterson committed
August 26, 2013
V
Close #11619: The parser and the import machinery do not encode Unicode
Victor Stinner committed
May 15, 2013
B
hide the __class__ closure from the class body (#12370)
Benjamin Peterson committed
November 4, 2012
N
Issue #5765: Merge from 3.3
Nick Coghlan committed
N
Issue #5765: Apply a hard recursion limit in the compiler
Nick Coghlan committed
November 1, 2012
B
point errors related to nonlocals and globals to the statement declaring them (closes #10189)
Benjamin Peterson committed
April 10, 2011
E
Issue #9904: fix and clarify some comments + fix indentation in symtable code
Eli Bendersky committed
December 27, 2010
V
Issue #9738: Document encodings of AST, compiler, parser and PyRun functions
Victor Stinner committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
September 20, 2010
B
add column offset to all syntax errors
Benjamin Peterson committed
July 20, 2010
B
revert unintended changes
Benjamin Peterson committed
B
move test_trace.py so as not to conflict with future tests for the trace module
Benjamin Peterson committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
June 28, 2009
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