summaryrefslogtreecommitdiff
path: root/Lib/test/test_symtable.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #28512: Fixed setting the offset attribute of SyntaxError bySerhiy Storchaka2016-12-111-2/+15
|\
| * Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.Yury Selivanov2016-09-081-0/+11
| * Issue #26754: Undocumented support of general bytes-like objectsSerhiy Storchaka2016-08-061-2/+4
* | Issue #28512: Fixed setting the offset attribute of SyntaxError bySerhiy Storchaka2016-12-111-3/+5
|/
* Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded asSerhiy Storchaka2016-06-181-0/+6
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-5/+1
* merge 3.1Benjamin Peterson2012-01-031-1/+1
|\
| * convert old fail* assertions to assert*Benjamin Peterson2009-06-301-1/+1
| * Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,...Benjamin Peterson2009-06-281-1/+1
* | fix this to not depend on dictionary orderBenjamin Peterson2012-01-031-4/+4
* | Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-1/+1
|/
* Merged revisions 70801,70809 via svnmerge fromJeremy Hylton2009-03-311-0/+2
* revert 65897Benjamin Peterson2008-08-201-5/+5
* return sets instead of tuples from some symtable methodsBenjamin Peterson2008-08-201-5/+5
* Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge fromBenjamin Peterson2008-08-171-20/+150
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Use unittest and make sure a few other cases don't crashNeal Norwitz2006-01-231-2/+23
* Test is still disabled, but access through public moduleNeal Norwitz2005-11-251-2/+2
* Disable some tests in anticipation of merging ast-branch to the headJeremy Hylton2005-10-201-13/+16
* SF patch 763201: handling of SyntaxErrors in symbol table buildJeremy Hylton2003-07-151-3/+15
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Whitespace normalization.Tim Peters2001-02-151-1/+0
* update to use new symtable interfaceJeremy Hylton2001-02-091-3/+4
* Add minimal interface to symtable: _symtable module.Jeremy Hylton2001-02-021-0/+8