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-03 08:34:29 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
6
af810b35b4
cpython
/
Lib
/
lib2to3
/
fixes
History
Download ZIP
Download TAR.GZ
Jakub Stasiak
af810b35b4
closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expression (
#3771
)
2017-10-05 00:10:09 -07:00
..
__init__.py
fix_apply.py
Issue
#25969
: Update the lib2to3 grammar to handle the unpacking
2016-09-09 18:18:52 -07:00
fix_asserts.py
fix_basestring.py
fix_buffer.py
fix_dict.py
closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expression (
#3771
)
2017-10-05 00:10:09 -07:00
fix_except.py
fix_exec.py
fix_execfile.py
fix_exitfunc.py
fix_filter.py
bpo-28837: Fix lib2to3 handling of map/zip/filter calls when followed with a 'trailer', e.g. zip()[x] (
#24
)
2017-04-05 22:19:40 -07: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
Issue
#25969
: Update the lib2to3 grammar to handle the unpacking
2016-09-09 18:18:52 -07:00
fix_isinstance.py
fix_itertools.py
fix_itertools_imports.py
fix_long.py
fix_map.py
bpo-28837: Fix lib2to3 handling of map/zip/filter calls when followed with a 'trailer', e.g. zip()[x] (
#24
)
2017-04-05 22:19:40 -07:00
fix_metaclass.py
fix_methodattrs.py
fix_ne.py
fix_next.py
fix_nonzero.py
fix_numliterals.py
fix_operator.py
bpo-30144: Import collections ABC from collections.abc rather than collections. (
#1263
)
2017-04-24 09:05:00 +03:00
fix_paren.py
closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expression (
#3771
)
2017-10-05 00:10:09 -07:00
fix_print.py
fix_raise.py
fix_raw_input.py
fix_reduce.py
fix_reload.py
Remove the debug print that i accidentally left in.
2016-09-10 20:39:36 -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
fix_ws_comma.py
fix_xrange.py
closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expression (
#3771
)
2017-10-05 00:10:09 -07:00
fix_xreadlines.py
fix_zip.py
bpo-28837: Fix lib2to3 handling of map/zip/filter calls when followed with a 'trailer', e.g. zip()[x] (
#24
)
2017-04-05 22:19:40 -07:00