summaryrefslogtreecommitdiffstats
path: root/Doc/library/tokenize.rst
Commit message (Collapse)AuthorAgeFilesLines
* Issue #26127: Fix links in tokenize documentationMartin Panter2016-01-161-5/+5
|
* document TokenError and unclosed expression behavior (closes #12063)Benjamin Peterson2014-06-081-0/+18
| | | | Patch by Amandine Lee.
* Closes #20956: 2.7 tokenize does not produce named tuples. Patch by Sam Kimbrel.Terry Jan Reedy2014-04-141-3/+4
|
* The StopIteration API applies to both tokenize() and generate_tokens()Raymond Hettinger2012-07-021-1/+2
|
* Issue #2134: Clarify token.OP handling rationale in tokenize documentation.Meador Inge2012-01-191-0/+6
|
* Backport source links from 3.x.Éric Araujo2011-08-191-6/+3
| | | | | Existing links have been updated to use the new reST role. In some files, I have also made cosmetic changes to the header.
* Add more links to Python sources where the code is short, readable and an ↵Raymond Hettinger2010-11-061-0/+5
| | | | informative adjunct to the docs.
* Argh, I read it wrong. Reverted 64036 and added a clarifying remark.Georg Brandl2008-06-081-2/+2
|
* #3028: tokenize passes the physical line.Georg Brandl2008-06-081-10/+9
|
* A lot more typo fixes by Ori Avtalion.Georg Brandl2008-02-221-1/+1
|
* Add :term: for generators.Georg Brandl2007-10-211-1/+1
|
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+122