1. 96e0430 document TokenError and unclosed expression behavior (closes #12063) by Benjamin Peterson · 10 years ago
  2. 00c7f85 Issue #2134: Add support for tokenize.TokenInfo.exact_type. by Meador Inge · 13 years ago
  3. 14c0f03 Issue #12943: python -m tokenize support has been added to tokenize. by Meador Inge · 13 years ago
  4. 4f707fd Separate source link from main text. by Raymond Hettinger · 14 years ago
  5. 1048094 Move source links to consistent location and remove wordy, big yellow boxes. by Raymond Hettinger · 14 years ago
  6. 6e6cb8e Provide links to Python source where the code is short, readable and by Éric Araujo · 14 years ago
  7. 58c0752 Issue #10335: Add tokenize.open(), detect the file encoding using by Victor Stinner · 14 years ago
  8. 6c60d09 Improve the repr for the TokenInfo named tuple. by Raymond Hettinger · 14 years ago
  9. b3a4829 show a common usage of detect_encoding by Benjamin Peterson · 14 years ago
  10. 689a558 in tokenize.detect_encoding(), return utf-8-sig when a BOM is found by Benjamin Peterson · 14 years ago
  11. 4adb288 Issue #7631: Fix undefined references to the "built-in file object", which by Antoine Pitrou · 15 years ago
  12. a8f6f1e Fixed capitalization and markup; added imports in the example by Ezio Melotti · 15 years ago
  13. a48db39 Issue #5857: tokenize.tokenize() now returns named tuples. by Raymond Hettinger · 15 years ago
  14. ae2dbe2 #5486: typos. by Georg Brandl · 15 years ago
  15. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  16. c28e1fa Merged revisions 64002-64003,64012,64036-64037,64047,64050-64052,64054-64055,64066,64071 via svnmerge from by Georg Brandl · 16 years ago
  17. 428de65 - Issue #719888: Updated tokenize to use a bytes API. generate_tokens has been by Trent Nelson · 16 years ago
  18. c3f30c4 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60875,60880-60881,60886,60888-60890,60892,60894-60898,60900-60931,60933-60958 via svnmerge from by Christian Heimes · 16 years ago
  19. 9afde1c #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. by Georg Brandl · 17 years ago
  20. 6911e3c Convert all print statements in the docs. by Georg Brandl · 17 years ago
  21. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  22. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago