| Commit message (Expand) | Author | Age |
* | gh-122560: add test that comprehension loop var appears only in one scope of ... | Irit Katriel | 2024-08-02 |
* | gh-119698: deprecate ``symtable.Class.get_methods`` (#121902) | Bénédikt Tran | 2024-07-22 |
* | gh-119698: fix a special case in `symtable.Class.get_methods` (#121802) | Bénédikt Tran | 2024-07-17 |
* | gh-119698: fix `symtable.Class.get_methods` and document its behaviour correc... | Bénédikt Tran | 2024-06-19 |
* | gh-119933: Improve ``SyntaxError`` message for invalid type parameters expres... | Bénédikt Tran | 2024-06-17 |
* | gh-120029: make `symtable.Symbol.__repr__` correctly reflect the compiler's f... | Bénédikt Tran | 2024-06-12 |
* | gh-119180: PEP 649 compiler changes (#119361) | Jelle Zijlstra | 2024-06-11 |
* | gh-120029: export `DEF_TYPE_PARAM` compiler flag (#120028) | Bénédikt Tran | 2024-06-04 |
* | gh-113325: Remove a debugging print accidentally left in test_symtable (GH-11... | Serhiy Storchaka | 2023-12-21 |
* | gh-85098: Implement functional CLI of symtable (#109112) | Serhiy Storchaka | 2023-11-07 |
* | gh-110045: Update symtable module for PEP 695 (#110066) | Jelle Zijlstra | 2023-09-29 |
* | gh-109207: Fix SystemError when printing symtable entry object. (GH-109225) | 云line | 2023-09-10 |
* | gh-98393: os module reject bytes-like, only accept bytes (#98394) | Victor Stinner | 2022-10-18 |
* | bpo-42355: symtable.get_namespace() now checks whether there are multiple or ... | Batuhan Taskaya | 2021-07-18 |
* | bpo-41840: Report module-level globals as both local and global in the symtab... | Pablo Galindo | 2020-10-03 |
* | Add a test for get_id() (GH-21370) | Joannah Nanjekye | 2020-07-07 |
* | bpo-40208: Remove deprecated has_exec method of SymbolTable (GH-19396) | Batuhan Taşkaya | 2020-04-14 |
* | bpo-40196: Fix a bug in the symtable when reporting inspecting global variabl... | Pablo Galindo | 2020-04-06 |
* | bpo-37001: Makes symtable.symtable have parity with compile for input (#13483) | Dino Viehland | 2019-05-28 |
* | bpo-34983: Expose symtable.Symbol.is_nonlocal() in the symtable module (GH-9872) | Pablo Galindo | 2018-10-20 |
* | bpo-34939: Allow annotated global names in module namespace (GH-9844) | Pablo Galindo | 2018-10-14 |
* | bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338) | Ammar Askar | 2018-09-24 |
* | Issue #28512: Fixed setting the offset attribute of SyntaxError by | Serhiy Storchaka | 2016-12-11 |
|\ |
|
| * | Issue #28512: Fixed setting the offset attribute of SyntaxError by | Serhiy Storchaka | 2016-12-11 |
* | | Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. | Yury Selivanov | 2016-09-08 |
* | | Issue #26754: Undocumented support of general bytes-like objects | Serhiy Storchaka | 2016-08-06 |
|/ |
|
* | Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as | Serhiy Storchaka | 2016-06-18 |
* | Issue #21741: Update 147 test modules to use test discovery. | Zachary Ware | 2015-04-13 |
* | merge 3.1 | Benjamin Peterson | 2012-01-03 |
|\ |
|
| * | fix this to not depend on dictionary order | Benjamin Peterson | 2012-01-03 |
| * | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 |
* | | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 |
* | | Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,... | Benjamin Peterson | 2009-06-28 |
|/ |
|
* | Merged revisions 70801,70809 via svnmerge from | Jeremy Hylton | 2009-03-31 |
* | revert 65897 | Benjamin Peterson | 2008-08-20 |
* | return sets instead of tuples from some symtable methods | Benjamin Peterson | 2008-08-20 |
* | Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge from | Benjamin Peterson | 2008-08-17 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 |
* | Use unittest and make sure a few other cases don't crash | Neal Norwitz | 2006-01-23 |
* | Test is still disabled, but access through public module | Neal Norwitz | 2005-11-25 |
* | Disable some tests in anticipation of merging ast-branch to the head | Jeremy Hylton | 2005-10-20 |
* | SF patch 763201: handling of SyntaxErrors in symbol table build | Jeremy Hylton | 2003-07-15 |
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 |
* | Whitespace normalization. | Tim Peters | 2001-02-15 |
* | update to use new symtable interface | Jeremy Hylton | 2001-02-09 |
* | Add minimal interface to symtable: _symtable module. | Jeremy Hylton | 2001-02-02 |