aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_symtable.py
Commit message (Expand)AuthorAge
* bpo-37001: Makes symtable.symtable have parity with compile for input (#13483)Dino Viehland2019-05-28
* bpo-34983: Expose symtable.Symbol.is_nonlocal() in the symtable module (GH-9872)Pablo Galindo2018-10-20
* bpo-34939: Allow annotated global names in module namespace (GH-9844)Pablo Galindo2018-10-14
* bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338)Ammar Askar2018-09-24
* Issue #28512: Fixed setting the offset attribute of SyntaxError bySerhiy Storchaka2016-12-11
|\
| * Issue #28512: Fixed setting the offset attribute of SyntaxError bySerhiy Storchaka2016-12-11
* | Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.Yury Selivanov2016-09-08
* | Issue #26754: Undocumented support of general bytes-like objectsSerhiy Storchaka2016-08-06
|/
* Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded asSerhiy Storchaka2016-06-18
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-13
* merge 3.1Benjamin Peterson2012-01-03
|\
| * fix this to not depend on dictionary orderBenjamin Peterson2012-01-03
| * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-13
* | convert old fail* assertions to assert*Benjamin Peterson2009-06-30
* | Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,...Benjamin Peterson2009-06-28
|/
* Merged revisions 70801,70809 via svnmerge fromJeremy Hylton2009-03-31
* revert 65897Benjamin Peterson2008-08-20
* return sets instead of tuples from some symtable methodsBenjamin Peterson2008-08-20
* Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge fromBenjamin Peterson2008-08-17
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Use unittest and make sure a few other cases don't crashNeal Norwitz2006-01-23
* Test is still disabled, but access through public moduleNeal Norwitz2005-11-25
* Disable some tests in anticipation of merging ast-branch to the headJeremy Hylton2005-10-20
* SF patch 763201: handling of SyntaxErrors in symbol table buildJeremy Hylton2003-07-15
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-23
* Whitespace normalization.Tim Peters2001-02-15
* update to use new symtable interfaceJeremy Hylton2001-02-09
* Add minimal interface to symtable: _symtable module.Jeremy Hylton2001-02-02