1. b7fc5e4 Issue #29073: Added a test for bytearray formatting with null byte. by Serhiy Storchaka · 7 years ago
  2. c9ad8b7 Issue #29073: bytearray formatting no longer truncates on first null byte. by Serhiy Storchaka · 7 years ago
  3. 025f895 Issue #29000: Fixed bytes formatting of octals with zero padding in alternate by Serhiy Storchaka · 8 years ago
  4. b1a1619 Issue #29000: Fixed bytes formatting of octals with zero padding in alternate by Serhiy Storchaka · 8 years ago
  5. 0a7b859 Issues #28916, #26483: Merge stdtypes.rst from 3.5 by Martin Panter · 8 years ago
  6. 41176ae Issue #28916: Correct description of %o and %x alternative forms by Martin Panter · 8 years ago
  7. 6db1f6f Issue #26983: Fixed test_format failure. Patch by SilentGhost. by Serhiy Storchaka · 8 years ago
  8. 0cdad1e Issue #25349: Add fast path for b'%c' % int by Victor Stinner · 9 years ago
  9. de1c27f Issue #23466: Fixed expected error message in test_format. by Serhiy Storchaka · 9 years ago
  10. 41525e3 Issue #23466: Raised OverflowError if %c argument is out of range. by Serhiy Storchaka · 9 years ago
  11. 2c7b5a9 Issue #23466: %c, %o, %x, and %X in bytes formatting now raise TypeError on by Serhiy Storchaka · 9 years ago
  12. 62e977f Close issue23467: add %r compatibility to bytes and bytearray by Ethan Furman · 9 years ago
  13. b95b561 Issue20284: Implement PEP461 by Ethan Furman · 9 years ago
  14. 38d872e Issue19995: passing a non-int to %o, %c, %x, or %X now raises an exception by Ethan Furman · 10 years ago
  15. f28ba36 Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 10 years ago
  16. 5cfc79d Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 10 years ago
  17. a146bef Catch deprecation warnings emitted when non-integers are formatted with %c, %o by Serhiy Storchaka · 10 years ago
  18. f9bba9c Issue19995: issue deprecation warning for non-integer values to %c, %o, %x, %X by Ethan Furman · 10 years ago
  19. df3ed24 Issue19995: %o, %x, %X now only accept ints by Ethan Furman · 10 years ago
  20. ed7bb48 Remove failing checks for explicit error messages. by Mark Dickinson · 11 years ago
  21. ef8627b Issue #18659: fix test_format test that wasn't being executed. Thanks Vajrasky Kok for the patch. by Mark Dickinson · 11 years ago
  22. f3e4b62 Issue #18659: Backed out changeset cfd875bcbe41 after buildbot failures. by Mark Dickinson · 11 years ago
  23. a9e626f Issue #18659: fix test_format test that wasn't being executed. Thanks Vajrasky Kok for the patch. by Mark Dickinson · 11 years ago
  24. 2ab07f0 (Merge 3.3) Issue #18137: Detect integer overflow on precision in by Victor Stinner · 11 years ago
  25. 2f084ec Issue #18137: Detect integer overflow on precision in float.__format__() and by Victor Stinner · 11 years ago
  26. cfc4c13 Add _PyUnicodeWriter_WriteSubstring() function by Victor Stinner · 11 years ago
  27. 33136fa #17217: merge with 3.3. by Ezio Melotti · 11 years ago
  28. 4ad8eec #17217: merge with 3.2. by Ezio Melotti · 11 years ago
  29. 507eb09 #17217: fix UnicodeEncodeErrors errors in test_format by printing ASCII only. by Ezio Melotti · 11 years ago
  30. 621ef3d Issue #15609: Optimize str%args for integer argument by Victor Stinner · 12 years ago
  31. 184252a Fix "%f" format of str%args if the result is not an ASCII or latin1 string by Victor Stinner · 12 years ago
  32. 0509d94 Issue #14113: Fix a test_strptime failure caused by changes to LC_ALL. by Stefan Krah · 12 years ago
  33. 90f50d4 Issue #13706: Fix format(float, "n") for locale with non-ASCII decimal point (e.g. ps_aF) by Victor Stinner · 12 years ago
  34. 41a863c Issue #13706: Fix format(int, "n") for locale with non-ASCII thousands separator by Victor Stinner · 12 years ago
  35. a4ac600 Issue #13706: Support non-ASCII fill characters by Victor Stinner · 12 years ago
  36. b7be570 Merged revisions 78372-78373 via svnmerge from by Mark Dickinson · 14 years ago
  37. 5354a1f Merged revisions 78082,78086 via svnmerge from by Mark Dickinson · 14 years ago
  38. 0923d1d The other half of Issue #1580: use short float repr where possible. by Eric Smith · 15 years ago
  39. a083f1e The Unicode database was updated to 5.1, and some characters have become printable. by Amaury Forgeot d'Arc · 16 years ago
  40. 22b85b3 Backed out r65073, pending fixing it in Windows. by Eric Smith · 16 years ago
  41. a4fac36 Merged revisions 65069 via svnmerge from by Eric Smith · 16 years ago
  42. a819caa Correct a test after r64701. by Amaury Forgeot d'Arc · 16 years ago
  43. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 16 years ago
  44. a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 16 years ago
  45. f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  46. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  47. f6cd967 Merged revisions 61913,61915-61916,61918-61919,61922-61926,61928-61929,61931,61935,61938,61943 via svnmerge from by Christian Heimes · 16 years ago
  48. 23daade0 Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge from by Christian Heimes · 16 years ago
  49. a612dc0 Merged revisions 61034-61036,61038-61048 via svnmerge from by Christian Heimes · 16 years ago
  50. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  51. 4043001 Make str/str8 comparisons return True/False for !=/==. by Brett Cannon · 17 years ago
  52. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 17 years ago
  53. b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 17 years ago
  54. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  55. 38e43c2 Adapt to new exception message. by Walter Dörwald · 17 years ago
  56. 0242705 Remove unused import. by Walter Dörwald · 17 years ago
  57. 88effc1 Make test_format.py pass again (error messages have changed). by Walter Dörwald · 17 years ago
  58. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  59. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  60. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  61. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 17 years ago
  62. 65eabe3 One more test breakage hits the dust. The test was clearly in the wrong. by Guido van Rossum · 17 years ago
  63. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  64. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  65. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  66. 457bf91 Fix a bug discovered by Kalle Svensson: comparing sys.maxint to by Guido van Rossum · 21 years ago
  67. 6c9e130 - Removed FutureWarnings related to hex/oct literals and conversions by Guido van Rossum · 21 years ago
  68. 77c06fb Whitespace normalization. by Tim Peters · 22 years ago
  69. 80a1bf4 Fix SF # 635969, No error "not all arguments converted" by Neal Norwitz · 22 years ago
  70. 549ab8a A test for the recent overflow-in-format-crash bug. by Michael W. Hudson · 22 years ago
  71. 469cdad Whitespace normalization. by Tim Peters · 22 years ago
  72. 88fe4ff Fix the problem of not raising a TypeError exception when doing: by Neal Norwitz · 22 years ago
  73. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  74. 10d7255 Use raw-unicode-escape for the tests that require it. by Martin v. Löwis · 23 years ago
  75. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  76. fff5325 Bug 415514 reported that e.g. by Tim Peters · 23 years ago
  77. 711088d Fix for SF bug #415514: "%#x" % 0 caused assertion failure/abort. by Tim Peters · 23 years ago
  78. d8c628b String method conversion. by Eric S. Raymond · 23 years ago
  79. d2bf3b7 Whitespace normalization. Leaving tokenize_tests.py alone for now. by Tim Peters · 23 years ago
  80. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 23 years ago
  81. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 23 years ago
  82. c867f74 Change expected message for ValueError, fixing bug #126400 by Andrew M. Kuchling · 24 years ago
  83. 4d192b3 Add test case for error message raised by bad % format character by Andrew M. Kuchling · 24 years ago
  84. a3a3a03 Fox for SF bug #123859: %[duxXo] long formats inconsistent. by Tim Peters · 24 years ago
  85. 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
  86. d70141a Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago