This website requires JavaScript.
Explore
Help
Sign In
mirror
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-01-30 14:46:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Lib
/
lib2to3
History
Barry Warsaw
146177503c
- Re-enable lib2to3's test_parser.py tests, though with an expected failure
...
(see issue 13125).
2011-10-07 15:26:54 -04:00
..
fixes
#11565
: Fix several typos. Patch by Piotr Kasprzyk.
2011-03-16 11:05:33 +02:00
pgen2
- Issue
#11250
: Back port fix from 3.3 branch, so that 2to3 can handle files
2011-10-07 14:44:49 -04:00
tests
- Re-enable lib2to3's test_parser.py tests, though with an expected failure
2011-10-07 15:14:53 -04:00
__init__.py
…
__main__.py
…
btm_matcher.py
…
btm_utils.py
…
fixer_base.py
Closes
#12536
: Unused logger removed from lib2to3.
2011-07-13 23:15:07 +01:00
fixer_util.py
…
Grammar.txt
…
main.py
…
patcomp.py
- Issue
#11250
: Back port fix from 3.3 branch, so that 2to3 can handle files
2011-10-07 14:44:49 -04:00
PatternGrammar.txt
…
pygram.py
…
pytree.py
#11565
: Fix several typos. Patch by Piotr Kasprzyk.
2011-03-16 11:05:33 +02:00
refactor.py
#13012
: use splitlines(keepends=True/False) instead of splitlines(0/1).
2011-09-28 17:37:55 +03:00