1. ef57567 Repaired a number of errors in this test: by Tim Peters · 18 years ago
  2. da99d1c SF bug #1224621: tokenize module does not detect inconsistent dedents by Raymond Hettinger · 19 years ago
  3. 68c0453 Add untokenize() function to allow full round-trip tokenization. by Raymond Hettinger · 19 years ago
  4. 0ff2ee0 Effectively renamed tokenize_tests.py to have a txt extension instead. by Tim Peters · 21 years ago
  5. 11cb813 Close the file after tokenizing it. Because the open file object was by Tim Peters · 21 years ago
  6. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  7. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
  8. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 23 years ago
  9. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 23 years ago
  10. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  11. e26132c Move unified findfile() into test_support.py by Guido van Rossum · 26 years ago
  12. 0874f7f Tests for tokenize.py (Ka-Ping Yee) by Guido van Rossum · 27 years ago