1. 13ad3b7 bpo-31462: Remove trailing whitespaces. (#3564) by Serhiy Storchaka · 7 years ago
  2. 3a5d4cb Issue #13748: Raw bytes literals can now be written with the `rb` prefix as well as `br`. by Antoine Pitrou · 13 years ago
  3. 4fe72f9 Patch 1420 by Ron Adam. by Guido van Rossum · 17 years ago
  4. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  5. c150536 PEP 3107 - Function Annotations thanks to Tony Lownds by Neal Norwitz · 18 years ago
  6. 0b70cca Remove usage of backticks. by Brett Cannon · 18 years ago
  7. b053cd8 Killed the <> operator. You must now use !=. by Guido van Rossum · 18 years ago
  8. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 20 years ago
  9. 0ff2ee0 Effectively renamed tokenize_tests.py to have a txt extension instead. by Tim Peters · 21 years ago[Renamed from Lib/test/tokenize_tests.py]
  10. 3b5de4d Reverted whitespace normalization on this file. I should really change by Tim Peters · 21 years ago
  11. f2715e0 Whitespace normalization. by Tim Peters · 21 years ago
  12. fc26c07 Undo Barry's change. This file is not imported, it's fed as input to by Guido van Rossum · 22 years ago
  13. 266e6b1 Quite down some FutureWarnings. by Barry Warsaw · 22 years ago
  14. a4553c0 There's no need for the tokenize tests to include a SyntaxError. by Jeremy Hylton · 23 years ago
  15. 1ff08b1 Add tokenizer support and tests for u'', U"", uR'', Ur"", etc. by Ka-Ping Yee · 24 years ago
  16. 0874f7f Tests for tokenize.py (Ka-Ping Yee) by Guido van Rossum · 27 years ago