cpython/Lib/test/test_tools
Pablo Galindo 27fc3b6f3f
bpo-38870: Expose a function to unparse an ast object in the ast module (GH-17302)
Add ast.unparse() as a function in the ast module that can be used to unparse an
ast.AST object and produce a string with code that would produce an equivalent ast.AST
object when parsed.
2019-11-24 23:02:40 +00:00
..
test_c_analyzer bpo-36876: Re-organize the c-analyzer tool code. (gh-16841) 2019-10-18 19:00:04 -07:00
__init__.py bpo-36876: Add a tool that identifies unsupported global C variables. (#15877) 2019-09-11 19:49:45 +01:00
__main__.py
test_fixcid.py
test_gprof2html.py
test_i18n.py bpo-36766: Typos in docs and code comments (GH-13116) 2019-05-06 14:57:17 -04:00
test_lll.py bpo-37834: Normalise handling of reparse points on Windows (GH-15231) 2019-08-21 15:27:33 -07:00
test_md5sum.py
test_pathfix.py bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536) 2019-10-11 15:36:50 +02:00
test_pdeps.py
test_pindent.py
test_reindent.py
test_sundry.py bpo-37704: Remove Tools/scripts/h2py.py (GH-15000) 2019-07-30 17:45:09 +02:00