cpython/Lib/lib2to3/fixes
Serhiy Storchaka d65c9496da Issue #25523: Further a-to-an corrections. 2015-11-02 14:10:23 +02:00
..
__init__.py
fix_apply.py
fix_asserts.py #10712: 2to3 has a new "asserts" fixer that replaces deprecated names of unittest methods. 2013-11-23 21:14:42 +02:00
fix_basestring.py
fix_buffer.py
fix_callable.py
fix_dict.py Issue #22823: Use set literals in lib2to3. 2014-12-13 21:50:49 +02:00
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 #19943: fix typo noticed by Jakub Wilk. 2013-12-10 14:05:46 +02:00
fix_imports.py
fix_imports2.py
fix_input.py Issue #25523: Correct "a" article to "an" article 2015-11-02 03:37:02 +00:00
fix_intern.py add fixer for reload() -> imp.reload() (closes #11797)\n\nPatch by Laurie Clark-Michalek and Berker Peksag 2012-12-07 22:44:10 -05:00
fix_isinstance.py
fix_itertools.py #18741: fix more typos. Patch by Févry Thibault. 2013-08-17 16:11:40 +03:00
fix_itertools_imports.py transform izip_longest #11424 2011-03-07 22:50:37 -06:00
fix_long.py
fix_map.py
fix_metaclass.py Issue #25523: Further a-to-an corrections. 2015-11-02 14:10:23 +02:00
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 add fixer for reload() -> imp.reload() (closes #11797)\n\nPatch by Laurie Clark-Michalek and Berker Peksag 2012-12-07 22:44:10 -05: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 Issue #18037: Do not escape '\u' and '\U' in raw strings. 2013-10-08 21:07:46 +03:00
fix_urllib.py Merged revisions 87002 via svnmerge from 2010-12-04 02:24:43 +00:00
fix_ws_comma.py
fix_xrange.py
fix_xreadlines.py
fix_zip.py