1. 88fe4ff Fix the problem of not raising a TypeError exception when doing: by Neal Norwitz · 22 years ago
  2. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  3. 10d7255 Use raw-unicode-escape for the tests that require it. by Martin v. Löwis · 23 years ago
  4. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  5. fff5325 Bug 415514 reported that e.g. by Tim Peters · 23 years ago
  6. 711088d Fix for SF bug #415514: "%#x" % 0 caused assertion failure/abort. by Tim Peters · 23 years ago
  7. d8c628b String method conversion. by Eric S. Raymond · 23 years ago
  8. d2bf3b7 Whitespace normalization. Leaving tokenize_tests.py alone for now. by Tim Peters · 24 years ago
  9. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  10. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  11. c867f74 Change expected message for ValueError, fixing bug #126400 by Andrew M. Kuchling · 24 years ago
  12. 4d192b3 Add test case for error message raised by bad % format character by Andrew M. Kuchling · 24 years ago
  13. a3a3a03 Fox for SF bug #123859: %[duxXo] long formats inconsistent. by Tim Peters · 24 years ago
  14. 38fd5b6 Derived from Martin's SF patch 110609: support unbounded ints in %d,i,u,x,X,o formats. by Tim Peters · 24 years ago
  15. d70141a Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago