summaryrefslogtreecommitdiff
path: root/Include/symtable.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-32836: Remove obsolete code from symtable pass (GH-5680)Miss Islington (bot)2018-03-101-1/+0
* Issue #28003: Implement PEP 525 -- Asynchronous Generators.Yury Selivanov2016-09-081-0/+1
* Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.Yury Selivanov2016-09-081-0/+1
* remove the concept of an unoptimized function scope from the compiler, since ...Benjamin Peterson2015-04-271-5/+0
* Close #11619: The parser and the import machinery do not encode UnicodeVictor Stinner2013-08-261-1/+5
* hide the __class__ closure from the class body (#12370)Benjamin Peterson2013-05-151-0/+3
* Issue #5765: Merge from 3.3Nick Coghlan2012-11-041-0/+2
|\
| * Issue #5765: Apply a hard recursion limit in the compilerNick Coghlan2012-11-041-0/+2
* | point errors related to nonlocals and globals to the statement declaring them...Benjamin Peterson2012-10-311-0/+1
|/
* Issue #9904: fix and clarify some comments + fix indentation in symtable codeEli Bendersky2011-04-101-4/+7
* Issue #9738: Document encodings of AST, compiler, parser and PyRun functionsVictor Stinner2010-12-271-3/+6
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+2
* add column offset to all syntax errorsBenjamin Peterson2010-09-201-0/+2
* revert unintended changesBenjamin Peterson2010-07-201-1/+0
* move test_trace.py so as not to conflict with future tests for the trace moduleBenjamin Peterson2010-07-201-0/+1
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-34/+34
* Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,...Benjamin Peterson2009-06-281-7/+3
* Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge fromBenjamin Peterson2008-08-171-1/+1
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-1/+1
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-1/+1
* Hide list comp variables and support set comprehensionsNick Coghlan2007-04-151-14/+18
* Provisional implementation of PEP 3104.Jeremy Hylton2007-02-271-10/+11
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-4/+2
* Merge the rest of the trunk.Thomas Wouters2006-06-081-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