| Commit message (Expand) | Author | Age | Files | Lines |
* | Change list to view object (#93661) | Pamela Fox | 2022-06-11 | 1 | -1/+1 |
|
|
* | bpo-42355: symtable.get_namespace() now checks whether there are multiple or ... | Batuhan Taskaya | 2021-07-18 | 1 | -3/+7 |
|
|
* | Fix typos in multiple files (GH-26689) | Binbin | 2021-06-13 | 1 | -2/+2 |
|
|
* | bpo-41840: Report module-level globals as both local and global in the symtab... | Pablo Galindo | 2020-10-03 | 1 | -7/+12 |
|
|
* | bpo-41224: Document is_annotated() in symtable module and update doc strings ... | Joannah Nanjekye | 2020-07-07 | 1 | -2/+76 |
|
|
* | bpo-40208: Remove deprecated has_exec method of SymbolTable (GH-19396) | Batuhan Taşkaya | 2020-04-13 | 1 | -4/+0 |
|
|
* | bpo-40196: Fix a bug in the symtable when reporting inspecting global variabl... | Pablo Galindo | 2020-04-06 | 1 | -1/+1 |
|
|
* | bpo-34983: Expose symtable.Symbol.is_nonlocal() in the symtable module (GH-9872) | Pablo Galindo | 2018-10-20 | 1 | -1/+10 |
|
|
* | bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489) | Jon Dufresne | 2017-05-18 | 1 | -2/+2 |
|
|
* | Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. | Yury Selivanov | 2016-09-09 | 1 | -1/+4 |
|
|
* | remove the concept of an unoptimized function scope from the compiler, since ... | Benjamin Peterson | 2015-04-28 | 1 | -7/+2 |
|
|
* | merge 3.3 (#19393) | Benjamin Peterson | 2013-10-26 | 1 | -4/+1 |
|\ |
|
| * | just return toplevel symbol table rather than all blocks (closes #19393) | Benjamin Peterson | 2013-10-26 | 1 | -4/+1 |
|
|
* | | modernize some modules' code by using with statement around open() | Giampaolo Rodola' | 2013-02-12 | 1 | -1/+2 |
|/ |
|
* | simplify this expression | Benjamin Peterson | 2009-06-28 | 1 | -3/+3 |
|
|
* | Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,... | Benjamin Peterson | 2009-06-28 | 1 | -4/+5 |
|
|
* | Merged revisions 70801,70809 via svnmerge from | Jeremy Hylton | 2009-03-31 | 1 | -0/+3 |
|
|
* | revert 65897 | Benjamin Peterson | 2008-08-20 | 1 | -3/+3 |
|
|
* | Merged revisions 65885,65892,65894,65898 via svnmerge from | Benjamin Peterson | 2008-08-20 | 1 | -6/+5 |
|
|
* | return sets instead of tuples from some symtable methods | Benjamin Peterson | 2008-08-20 | 1 | -3/+3 |
|
|
* | kill the obsolete symtable.Symbol methods | Benjamin Peterson | 2008-08-20 | 1 | -10/+0 |
|
|
* | Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge from | Benjamin Peterson | 2008-08-17 | 1 | -28/+25 |
|
|
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 | 1 | -1/+1 |
|
|
* | - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; | Guido van Rossum | 2007-02-11 | 1 | -1/+1 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
|
|
* | This module was still referencing some dead EXEC related constants. | Guido van Rossum | 2006-09-06 | 1 | -3/+3 |
|
|
* | Get symtable to limp along, can run compiler/symbols.py. Not saying much, ne... | Neal Norwitz | 2005-11-25 | 1 | -1/+4 |
|
|
* | Replaced .keys() with dictionary iterators | Raymond Hettinger | 2002-06-02 | 1 | -1/+1 |
|
|
* | Convert a pile of obvious "yes/no" functions to return bool. | Tim Peters | 2002-04-04 | 1 | -12/+6 |
|
|
* | Remove now-unnecessary "from __future__ import nested_scopes" stmts. | Tim Peters | 2001-07-12 | 1 | -1/+0 |
|
|
* | Fix three PyChecker-detected gotchas. | Jeremy Hylton | 2001-04-16 | 1 | -4/+10 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-03-29 | 1 | -4/+4 |
|
|
* | flesh out __all__ | Jeremy Hylton | 2001-03-23 | 1 | -14/+6 |
|
|
* | First cut at a high-level symbol table interface | Jeremy Hylton | 2001-03-22 | 1 | -0/+258 |
|
|