This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-08-01 07:33:08 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4
adfefa527a
cpython
/
Lib
/
lib2to3
/
fixes
History
Download ZIP
Download TAR.GZ
Robert Collins
d4f4a6dddb
Issue
#13938
: 2to3 converts StringTypes to a tuple. Patch from Mark Hammond.
2015-07-23 06:19:18 +12:00
..
__init__.py
fix_apply.py
fix_asserts.py
fix_basestring.py
fix_buffer.py
fix_callable.py
fix_dict.py
fix_except.py
fix_exec.py
fix_execfile.py
fix_exitfunc.py
fix instances of consecutive articles (
closes
#23221
)
2015-01-13 09:17:24 -05:00
fix_filter.py
fix_funcattrs.py
fix_future.py
fix_getcwdu.py
fix_has_key.py
fix_idioms.py
fix_import.py
fix_imports.py
fix_imports2.py
fix_input.py
fix_intern.py
fix_isinstance.py
fix_itertools.py
fix_itertools_imports.py
fix_long.py
fix_map.py
fix_metaclass.py
fix_methodattrs.py
fix_ne.py
fix_next.py
fix_nonzero.py
fix_numliterals.py
fix_operator.py
fix_paren.py
fix_print.py
fix_raise.py
fix_raw_input.py
fix_reduce.py
fix_reload.py
fix_renames.py
fix_repr.py
fix_set_literal.py
fix_standarderror.py
fix_sys_exc.py
fix_throw.py
fix_tuple_params.py
fix_types.py
Issue
#13938
: 2to3 converts StringTypes to a tuple. Patch from Mark Hammond.
2015-07-23 06:19:18 +12:00
fix_unicode.py
fix_urllib.py
fix_ws_comma.py
fix_xrange.py
fix_xreadlines.py
fix_zip.py