1. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  2. 752abd0 Convert a lot of print statements to print functions in docstrings, by Neal Norwitz · 16 years ago
  3. ba4af49 Merged revisions 61964-61979 via svnmerge from by Christian Heimes · 16 years ago
  4. 428de65 - Issue #719888: Updated tokenize to use a bytes API. generate_tokens has been by Trent Nelson · 17 years ago
  5. 74ca557 Added tests for tokenize, blocked corresponding checkin from trunk. by Eric Smith · 17 years ago
  6. 0c1f7c0 Fix doctests in test_tokenize by converting Python 2.x syntax by Mark Dickinson · 17 years ago
  7. dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 17 years ago
  8. 4fe72f9 Patch 1420 by Ron Adam. by Guido van Rossum · 17 years ago
  9. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  10. f066c1b Make test_tokenize really pass -- don't add extra output. by Guido van Rossum · 17 years ago
  11. cfbbf48 Make test_tokenize pass again: by Guido van Rossum · 17 years ago
  12. a6bcefc When testing all stdlib modules, ignore test_pep263.py which is encoded by Guido van Rossum · 17 years ago
  13. c43e79f Fix a buch of shallow test failures. by Guido van Rossum · 17 years ago
  14. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  15. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  16. 0bcbb0d Fix the roundtripping function. by Guido van Rossum · 18 years ago
  17. 88fc664 * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. by Georg Brandl · 18 years ago
  18. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  19. c150536 PEP 3107 - Function Annotations thanks to Tony Lownds by Neal Norwitz · 18 years ago
  20. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  21. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  22. da99d1c SF bug #1224621: tokenize module does not detect inconsistent dedents by Raymond Hettinger · 19 years ago
  23. 68c0453 Add untokenize() function to allow full round-trip tokenization. by Raymond Hettinger · 19 years ago
  24. 0ff2ee0 Effectively renamed tokenize_tests.py to have a txt extension instead. by Tim Peters · 21 years ago
  25. 11cb813 Close the file after tokenizing it. Because the open file object was by Tim Peters · 21 years ago
  26. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  27. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
  28. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  29. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  30. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  31. e26132c Move unified findfile() into test_support.py by Guido van Rossum · 26 years ago
  32. 0874f7f Tests for tokenize.py (Ka-Ping Yee) by Guido van Rossum · 27 years ago