1. 88effc1 Make test_format.py pass again (error messages have changed). by Walter Dörwald · 17 years ago
  2. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  3. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  4. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  5. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  6. 65eabe3 One more test breakage hits the dust. The test was clearly in the wrong. by Guido van Rossum · 18 years ago
  7. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  8. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  9. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  10. 457bf91 Fix a bug discovered by Kalle Svensson: comparing sys.maxint to by Guido van Rossum · 21 years ago
  11. 6c9e130 - Removed FutureWarnings related to hex/oct literals and conversions by Guido van Rossum · 21 years ago
  12. 77c06fb Whitespace normalization. by Tim Peters · 22 years ago
  13. 80a1bf4 Fix SF # 635969, No error "not all arguments converted" by Neal Norwitz · 22 years ago
  14. 549ab8a A test for the recent overflow-in-format-crash bug. by Michael W. Hudson · 22 years ago
  15. 469cdad Whitespace normalization. by Tim Peters · 22 years ago
  16. 88fe4ff Fix the problem of not raising a TypeError exception when doing: by Neal Norwitz · 22 years ago
  17. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  18. 10d7255 Use raw-unicode-escape for the tests that require it. by Martin v. Löwis · 23 years ago
  19. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  20. fff5325 Bug 415514 reported that e.g. by Tim Peters · 23 years ago
  21. 711088d Fix for SF bug #415514: "%#x" % 0 caused assertion failure/abort. by Tim Peters · 23 years ago
  22. d8c628b String method conversion. by Eric S. Raymond · 23 years ago
  23. d2bf3b7 Whitespace normalization. Leaving tokenize_tests.py alone for now. by Tim Peters · 24 years ago
  24. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  25. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  26. c867f74 Change expected message for ValueError, fixing bug #126400 by Andrew M. Kuchling · 24 years ago
  27. 4d192b3 Add test case for error message raised by bad % format character by Andrew M. Kuchling · 24 years ago
  28. a3a3a03 Fox for SF bug #123859: %[duxXo] long formats inconsistent. by Tim Peters · 24 years ago
  29. 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
  30. d70141a Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago