This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-08 13:40:46 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
35bcf9f3c19dfbb368c08e3aa75fda72a23c030d
cpython
/
Lib
/
lib2to3
T
History
Nikita Sobolev
0cbdd21311
bpo-46565:
del
loop vars that are leaking into module namespaces (GH-30993)
2022-02-03 11:20:08 +02:00
..
fixes
Fix typos in the Lib directory (GH-28775)
2021-10-06 16:13:48 -07:00
pgen2
bpo-46565:
del
loop vars that are leaking into module namespaces (GH-30993)
2022-02-03 11:20:08 +02:00
tests
bpo-46542: test_lib2to3 uses support.infinite_recursion() (GH-31035)
2022-01-31 18:46:09 +01:00
__init__.py
bpo-40360: Deprecate the lib2to3 package (GH-28116)
2021-09-02 11:46:47 +02:00
__main__.py
…
btm_matcher.py
…
btm_utils.py
Remove unnecessary pass statements (GH-27103)
2021-07-13 15:02:30 +02:00
fixer_base.py
…
fixer_util.py
…
Grammar.txt
bpo-36541: Add lib2to3 grammar PEP-570 pos-only arg parsing (GH-23759)
2020-12-14 09:10:10 -08:00
main.py
…
patcomp.py
…
PatternGrammar.txt
…
pygram.py
…
pytree.py
bpo-46542: test_lib2to3 uses support.infinite_recursion() (GH-31035)
2022-01-31 18:46:09 +01:00
refactor.py
…