index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
lib2to3
/
fixes
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos in docs and docstrings (GH-13745)
Xtreak
2019-06-02
1
-1/+1
*
bpo-16965: 2to3 now rewrites execfile() to open with 'rb'. (GH-8569)
Zackery Spytz
2018-10-13
1
-1/+2
*
Revert "closes bpo-27494: Fix 2to3 handling of trailing comma after a genera...
Serhiy Storchaka
2018-07-31
3
-4/+4
*
bpo-21446: Update reload fixer to use importlib (GH-8391)
Berker Peksag
2018-07-23
1
-3/+3
*
bpo-32046: Update 2to3 when converts operator.isCallable(obj). (#4417)
Dong-hee Na
2017-11-28
1
-4/+3
*
bpo-30143: 2to3 now generates a code that uses abstract collection classes (#...
Serhiy Storchaka
2017-11-16
1
-6/+6
*
closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expre...
Jakub Stasiak
2017-10-05
3
-4/+4
*
bpo-30144: Import collections ABC from collections.abc rather than collection...
Serhiy Storchaka
2017-04-24
1
-2/+2
*
bpo-28837: Fix lib2to3 handling of map/zip/filter calls when followed with a ...
Stuart Berg
2017-04-06
3
-17/+62
*
Remove the debug print that i accidentally left in.
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-09-11
1
-1/+0
|
\
|
*
Remove the debug print that i accidentally left in.
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-09-11
1
-1/+0
*
|
Issue #25969: Update the lib2to3 grammar to handle the unpacking
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-09-10
3
-0/+32
|
\
\
|
|
/
|
*
Issue #25969: Update the lib2to3 grammar to handle the unpacking
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-09-10
3
-0/+32
|
*
remove fix_callable - callable() was readded many releases ago.
Gregory P. Smith
2016-09-10
1
-37/+0
*
|
Remove 2to3's fix_callable... We reintroduced the callable built-in
Gregory P. Smith
2016-09-10
1
-37/+0
*
|
Issue #27076: Merge spelling from 3.5
Martin Panter
2016-05-26
1
-1/+1
|
\
\
|
|
/
|
*
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter
2016-05-26
1
-1/+1
*
|
Removed unused imports.
Serhiy Storchaka
2016-04-24
9
-10/+4
*
|
Issue #25523: Merge a-to-an corrections from 3.5.
Serhiy Storchaka
2015-11-02
1
-1/+1
|
\
\
|
|
/
|
*
Issue #25523: Further a-to-an corrections.
Serhiy Storchaka
2015-11-02
1
-1/+1
*
|
Issue #25523: Merge a-to-an corrections from 3.5
Martin Panter
2015-11-02
1
-1/+1
|
\
\
|
|
/
|
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
1
-1/+1
*
|
Issue #13938: 2to3 converts StringTypes to a tuple. Patch from Mark Hammond.
Robert Collins
2015-07-22
1
-1/+1
|
/
*
fix instances of consecutive articles (closes #23221)
Benjamin Peterson
2015-01-13
1
-1/+1
*
Issue #22823: Use set literals in lib2to3.
Serhiy Storchaka
2014-12-13
1
-1/+1
*
#19943: merge with 3.3.
Ezio Melotti
2013-12-10
1
-1/+1
|
\
|
*
#19943: fix typo noticed by Jakub Wilk.
Ezio Melotti
2013-12-10
1
-1/+1
*
|
#10712: 2to3 has a new "asserts" fixer that replaces deprecated names of unit...
Ezio Melotti
2013-11-23
1
-0/+34
*
|
Issue #18037: Do not escape '\u' and '\U' in raw strings.
Serhiy Storchaka
2013-10-08
1
-2/+1
|
\
\
|
|
/
|
*
Issue #18037: Do not escape '\u' and '\U' in raw strings.
Serhiy Storchaka
2013-10-08
1
-2/+1
*
|
Issue #18037: 2to3 now escapes '\u' and '\U' in native strings.
Serhiy Storchaka
2013-10-03
1
-7/+25
|
\
\
|
|
/
|
*
Issue #18037: 2to3 now escapes '\u' and '\U' in native strings.
Serhiy Storchaka
2013-10-03
1
-7/+25
*
|
#18741: merge with 3.3.
Ezio Melotti
2013-08-17
2
-3/+3
|
\
\
|
|
/
|
*
#18741: fix more typos. Patch by Févry Thibault.
Ezio Melotti
2013-08-17
2
-3/+3
*
|
add fixer for reload() -> imp.reload() (closes #11797)\n\nPatch by Laurie Cla...
Benjamin Peterson
2012-12-08
2
-18/+31
|
/
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
1
-1/+1
*
transform izip_longest #11424
Benjamin Peterson
2011-03-08
2
-4/+6
*
Merged revisions 87002 via svnmerge from
Benjamin Peterson
2010-12-04
1
-1/+1
*
Merged revisions 85510 via svnmerge from
Benjamin Peterson
2010-10-14
47
-30/+107
*
Merged revisions 83845 via svnmerge from
Benjamin Peterson
2010-08-08
3
-78/+133
*
Merged revisions 82542 via svnmerge from
Benjamin Peterson
2010-07-04
1
-2/+5
*
Merged revisions 80936 via svnmerge from
Benjamin Peterson
2010-05-08
5
-12/+30
*
Merged revisions 79327 via svnmerge from
Benjamin Peterson
2010-03-23
1
-0/+70
*
Merged revisions 77900 via svnmerge from
Martin v. Löwis
2010-02-01
5
-5/+3
*
Merged revisions 77848 via svnmerge from
Martin v. Löwis
2010-01-30
1
-3/+9
*
Merged revisions 77103,77105-77106 via svnmerge from
Benjamin Peterson
2009-12-29
1
-7/+10
*
Merged revisions 76518 via svnmerge from
Benjamin Peterson
2009-11-25
4
-8/+8
*
Merged revisions 76063,76068 via svnmerge from
Benjamin Peterson
2009-11-02
3
-8/+37
*
merge 2to3 improvments
Benjamin Peterson
2009-07-21
8
-25/+58
*
Merged revisions 73727 via svnmerge from
Benjamin Peterson
2009-07-01
1
-1/+1
[next]