summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_symtable.py
Commit message (Expand)AuthorAgeFilesLines
* gh-85098: Implement functional CLI of symtable (#109112)Serhiy Storchaka2023-11-071-0/+54
* gh-110045: Update symtable module for PEP 695 (#110066)Jelle Zijlstra2023-09-291-0/+31
* gh-109207: Fix SystemError when printing symtable entry object. (GH-109225)云line2023-09-101-0/+4
* gh-98393: os module reject bytes-like, only accept bytes (#98394)Victor Stinner2022-10-181-3/+2
* bpo-42355: symtable.get_namespace() now checks whether there are multiple or ...Batuhan Taskaya2021-07-181-0/+4
* bpo-41840: Report module-level globals as both local and global in the symtab...Pablo Galindo2020-10-031-2/+16
* Add a test for get_id() (GH-21370)Joannah Nanjekye2020-07-081-0/+7
* bpo-40208: Remove deprecated has_exec method of SymbolTable (GH-19396)Batuhan Taşkaya2020-04-131-1/+0
* bpo-40196: Fix a bug in the symtable when reporting inspecting global variabl...Pablo Galindo2020-04-061-1/+5
* bpo-37001: Makes symtable.symtable have parity with compile for input (#13483)Dino Viehland2019-05-281-0/+9
* bpo-34983: Expose symtable.Symbol.is_nonlocal() in the symtable module (GH-9872)Pablo Galindo2018-10-201-2/+15
* bpo-34939: Allow annotated global names in module namespace (GH-9844)Pablo Galindo2018-10-141-0/+14
* bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338)Ammar Askar2018-09-241-1/+1
* Issue #28512: Fixed setting the offset attribute of SyntaxError bySerhiy Storchaka2016-12-111-3/+5
|\
| * Issue #28512: Fixed setting the offset attribute of SyntaxError bySerhiy Storchaka2016-12-111-3/+5
* | Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.Yury Selivanov2016-09-091-0/+11
* | Issue #26754: Undocumented support of general bytes-like objectsSerhiy Storchaka2016-08-061-2/+4
|/
* 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-4/+4
|\
| * fix this to not depend on dictionary orderBenjamin Peterson2012-01-031-4/+4
| * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-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
|/
* 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