This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
cpython
mirror of
https://github.com/python/cpython
Watch
4
Star
1
Fork
You've already forked cpython
0
Code
Issues
Releases
Wiki
Activity
1ae6445391
cpython
/
Lib
/
lib2to3
/
fixes
History
José Roberto Meza Cabrera
276a84a0a6
bpo-38080: Added "getproxies" to urllib fixes in the 2to3 tool (GH-16167)
2020-03-11 23:51:20 +00:00
..
__init__.py
…
fix_apply.py
bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586)
2019-10-23 23:19:07 -07:00
fix_asserts.py
…
fix_basestring.py
…
fix_buffer.py
…
fix_dict.py
Revert "closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expression (GH-3771)" (
#8241
)
2018-07-31 09:34:30 +03:00
fix_except.py
…
fix_exec.py
…
fix_execfile.py
bpo-16965: 2to3 now rewrites execfile() to open with 'rb'. (GH-8569)
2018-10-13 12:27:30 +03:00
fix_exitfunc.py
…
fix_filter.py
bpo-38871: Fix lib2to3 for filter-based statements that contain lambda (GH-17780)
2020-01-07 18:30:54 +01:00
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
bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586)
2019-10-23 23:19:07 -07:00
fix_isinstance.py
…
fix_itertools.py
…
fix_itertools_imports.py
…
fix_long.py
…
fix_map.py
…
fix_metaclass.py
Fix typos in docs and docstrings (GH-13745)
2019-06-03 01:12:33 +02:00
fix_methodattrs.py
…
fix_ne.py
…
fix_next.py
…
fix_nonzero.py
…
fix_numliterals.py
…
fix_operator.py
bpo-32046: Update 2to3 when converts operator.isCallable(obj). (
#4417
)
2017-11-28 11:26:56 -05:00
fix_paren.py
Revert "closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expression (GH-3771)" (
#8241
)
2018-07-31 09:34:30 +03:00
fix_print.py
…
fix_raise.py
…
fix_raw_input.py
…
fix_reduce.py
…
fix_reload.py
bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586)
2019-10-23 23:19:07 -07:00
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
…
fix_unicode.py
…
fix_urllib.py
bpo-38080: Added "getproxies" to urllib fixes in the 2to3 tool (GH-16167)
2020-03-11 23:51:20 +00:00
fix_ws_comma.py
…
fix_xrange.py
Revert "closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expression (GH-3771)" (
#8241
)
2018-07-31 09:34:30 +03:00
fix_xreadlines.py
…
fix_zip.py
…