summaryrefslogtreecommitdiff
path: root/Lib/lib2to3/fixes
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in docs and docstrings (GH-13745)Xtreak2019-06-031-1/+1
* bpo-16965: 2to3 now rewrites execfile() to open with 'rb'. (GH-8569)Zackery Spytz2018-10-131-1/+2
* Revert "closes bpo-27494: Fix 2to3 handling of trailing comma after a genera...Serhiy Storchaka2018-07-313-4/+4
* bpo-21446: Update reload fixer to use importlib (GH-8391)Berker Peksag2018-07-231-3/+3
* bpo-32046: Update 2to3 when converts operator.isCallable(obj). (#4417)Dong-hee Na2017-11-281-4/+3
* bpo-30143: 2to3 now generates a code that uses abstract collection classes (#...Serhiy Storchaka2017-11-161-6/+6
* closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expre...Jakub Stasiak2017-10-053-4/+4
* bpo-30144: Import collections ABC from collections.abc rather than collection...Serhiy Storchaka2017-04-241-2/+2
* bpo-28837: Fix lib2to3 handling of map/zip/filter calls when followed with a ...Stuart Berg2017-04-053-17/+62
* Remove the debug print that i accidentally left in.Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-101-1/+0
|\
| * Remove the debug print that i accidentally left in.Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-101-1/+0
* | Issue #25969: Update the lib2to3 grammar to handle the unpackingGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-093-0/+32
|\ \ | |/
| * Issue #25969: Update the lib2to3 grammar to handle the unpackingGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-093-0/+32
| * remove fix_callable - callable() was readded many releases ago.Gregory P. Smith2016-09-091-37/+0
* | Remove 2to3's fix_callable... We reintroduced the callable built-inGregory P. Smith2016-09-091-37/+0
* | Issue #27076: Merge spelling from 3.5Martin Panter2016-05-261-1/+1
|\ \ | |/
| * Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-261-1/+1
* | Removed unused imports.Serhiy Storchaka2016-04-259-10/+4
* | Issue #25523: Merge a-to-an corrections from 3.5.Serhiy Storchaka2015-11-021-1/+1
|\ \ | |/
| * Issue #25523: Further a-to-an corrections.Serhiy Storchaka2015-11-021-1/+1
* | Issue #25523: Merge a-to-an corrections from 3.5Martin Panter2015-11-021-1/+1
|\ \ | |/
| * Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-1/+1
* | Issue #13938: 2to3 converts StringTypes to a tuple. Patch from Mark Hammond.Robert Collins2015-07-231-1/+1
|/
* fix instances of consecutive articles (closes #23221)Benjamin Peterson2015-01-131-1/+1
* Issue #22823: Use set literals in lib2to3.Serhiy Storchaka2014-12-131-1/+1
* #19943: merge with 3.3.Ezio Melotti2013-12-101-1/+1
|\
| * #19943: fix typo noticed by Jakub Wilk.Ezio Melotti2013-12-101-1/+1
* | #10712: 2to3 has a new "asserts" fixer that replaces deprecated names of unit...Ezio Melotti2013-11-231-0/+34
* | Issue #18037: Do not escape '\u' and '\U' in raw strings.Serhiy Storchaka2013-10-081-2/+1
|\ \ | |/
| * Issue #18037: Do not escape '\u' and '\U' in raw strings.Serhiy Storchaka2013-10-081-2/+1
* | Issue #18037: 2to3 now escapes '\u' and '\U' in native strings.Serhiy Storchaka2013-10-031-7/+25
|\ \ | |/
| * Issue #18037: 2to3 now escapes '\u' and '\U' in native strings.Serhiy Storchaka2013-10-031-7/+25
* | #18741: merge with 3.3.Ezio Melotti2013-08-172-3/+3
|\ \ | |/
| * #18741: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-172-3/+3
* | add fixer for reload() -> imp.reload() (closes #11797)\n\nPatch by Laurie Cla...Benjamin Peterson2012-12-072-18/+31
|/
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* transform izip_longest #11424Benjamin Peterson2011-03-072-4/+6
* Merged revisions 87002 via svnmerge fromBenjamin Peterson2010-12-041-1/+1
* Merged revisions 85510 via svnmerge fromBenjamin Peterson2010-10-1447-30/+107
* Merged revisions 83845 via svnmerge fromBenjamin Peterson2010-08-083-78/+133
* Merged revisions 82542 via svnmerge fromBenjamin Peterson2010-07-041-2/+5
* Merged revisions 80936 via svnmerge fromBenjamin Peterson2010-05-085-12/+30
* Merged revisions 79327 via svnmerge fromBenjamin Peterson2010-03-231-0/+70
* Merged revisions 77900 via svnmerge fromMartin v. Löwis2010-02-015-5/+3
* Merged revisions 77848 via svnmerge fromMartin v. Löwis2010-01-301-3/+9
* Merged revisions 77103,77105-77106 via svnmerge fromBenjamin Peterson2009-12-291-7/+10
* Merged revisions 76518 via svnmerge fromBenjamin Peterson2009-11-254-8/+8
* Merged revisions 76063,76068 via svnmerge fromBenjamin Peterson2009-11-023-8/+37
* merge 2to3 improvmentsBenjamin Peterson2009-07-218-25/+58
* Merged revisions 73727 via svnmerge fromBenjamin Peterson2009-07-011-1/+1