summaryrefslogtreecommitdiffstats
path: root/Lib/lib2to3/fixes/fix_operator.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpo-30144: Import collections ABC from collections.abc rather than collection...Serhiy Storchaka2017-04-241-2/+2
* Merged revisions 83852-83853,83857,84042,84216,84274-84276,84375,85388,85478,...Benjamin Peterson2010-10-141-8/+17
* revert change that was in wrong branchBenjamin Peterson2010-10-141-15/+7
* #9964: fix lib2to3 fixer fix_operator when running under -OO.Georg Brandl2010-10-141-7/+15
* Merged revisions 82779,82855,83740,83789-83791,83797-83801,83803,83811,83827,...Benjamin Peterson2010-08-081-24/+73
* Merged revisions 80934 via svnmerge fromBenjamin Peterson2010-05-071-3/+3
* Merged revisions 74114 via svnmerge fromBenjamin Peterson2009-07-201-0/+40