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 #24619: Simplify async/await tokenization.Yury Selivanov2015-07-231-14/+19
* Issue #24619: New approach for tokenizing async/await.Yury Selivanov2015-07-221-1/+11
* PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-121-2/+61
* add matrix multiplication operator support to 2to3Benjamin Peterson2014-04-101-1/+1
* Issue #18960: Fix bugs with Python source code encoding in the second line.Serhiy Storchaka2014-01-091-0/+3
* #19620: Fix typo in docstring (noticed by Christopher Welborn).Ezio Melotti2013-11-251-2/+2
* Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py scriptSerhiy Storchaka2013-09-161-5/+4
* Merged revisions 80934 via svnmerge fromBenjamin Peterson2010-05-071-1/+8
* Merged revisions 79306,79311,79325 via svnmerge fromBenjamin Peterson2010-03-231-9/+10
* Merged revisions 76259,76326,76376-76377,76430,76471,76517 via svnmerge fromBenjamin Peterson2009-11-251-3/+7
* Merged revisions 76062 via svnmerge fromBenjamin Peterson2009-11-021-2/+13
* Merged revisions 72494 via svnmerge fromBenjamin Peterson2009-05-091-0/+70
* Run 2to3 on this library.Martin v. Löwis2008-03-191-7/+9
* Merged revisions 61596-61597 via svnmerge fromMartin v. Löwis2008-03-191-0/+405