summaryrefslogtreecommitdiffstats
path: root/Lib/lib2to3/pgen2/tokenize.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #26581: Use the first coding cookie on a line, not the last one.Serhiy Storchaka2016-03-201-1/+1
* Issue #22221: Backported fixes from Python 3 (issue #18960).Serhiy Storchaka2014-09-051-0/+3
* add matrix multiplication operator support to 2to3Benjamin Peterson2014-04-101-1/+1
* #19620: Fix typo in docstring (noticed by Christopher Welborn).Ezio Melotti2013-11-251-2/+2
* Remove the use of non-existing re.ASCII.Serhiy Storchaka2013-09-171-1/+1
* Issue #18873: IDLE, 2to3, and the findnocoding.py script now detect PythonSerhiy Storchaka2013-09-161-5/+4
* Merged revisions 79911,79916-79917,80018,80418,80572-80573,80635-80639,80668,...Benjamin Peterson2010-05-071-1/+8
* Merged revisions 79077,79137,79304-79305 via svnmerge fromBenjamin Peterson2010-03-221-9/+10
* Issue #7092: Fix the DeprecationWarnings emitted by the standard libraryAntoine Pitrou2010-01-041-1/+3
* Merged revisions 76160-76161,76250,76252,76447,76506 via svnmerge fromBenjamin Peterson2009-11-251-3/+7
* Merged revisions 74359,75081,75088,75213,75278,75303,75427-75428,75734-75736,...Benjamin Peterson2009-11-021-2/+13
* Merged revisions 72491-72493 via svnmerge fromBenjamin Peterson2009-05-091-0/+70
* Import lib2to3.Martin v. Löwis2008-03-191-0/+405