1. f0c7416 Patch # 1033 by Adam Hupp: by Guido van Rossum · 17 years ago
  2. a1a6852 Make test_cgi pass. I changed the internal file created by make_file() by Guido van Rossum · 17 years ago
  3. 7b4beea Make dumbdbm use bytes for keys consistently. by Guido van Rossum · 17 years ago
  4. bb839ef More str/bytes goodness. by Guido van Rossum · 17 years ago
  5. ec42ffd More str/bytes strictness. by Guido van Rossum · 17 years ago
  6. 199fc75 str/bytes strictness. by Guido van Rossum · 17 years ago
  7. b644fb4 str/bytes strictness. by Guido van Rossum · 17 years ago
  8. 7dcb844 More str/bytes strictness. by Guido van Rossum · 17 years ago
  9. 26d95c3 More str/bytes fixes. by Guido van Rossum · 17 years ago
  10. e22905a More changes needed to make things work once bytes and str are truly divorced. by Guido van Rossum · 17 years ago
  11. 54a40cb Force test_xmlrpc to pass. I'm not happy with how I did this, but I don't by Guido van Rossum · 17 years ago
  12. 98b349f Fix some tests I broke. (More to follow.) by Guido van Rossum · 17 years ago
  13. 1f2ca56 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  14. 09549f4 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  15. 739e2ad Additional test for formatting code. by Eric Smith · 17 years ago
  16. 9c62772 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  17. 700bd92 Fix a few places that broke due to a recent change to io.py. by Guido van Rossum · 17 years ago
  18. 5abbf75 Changes to io.py and socket.py by Christian Heimes. by Guido van Rossum · 17 years ago
  19. 39478e8 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  20. 85825dc Changes preparing for stricter enforcement of bytes vs. str. by Guido van Rossum · 17 years ago
  21. 19b4a27 Cosmetics in error messages. by Guido van Rossum · 17 years ago
  22. 7ade648 PEP 3101: Completed string.Formatter class. Reimplemented field_name to object transformation. by Eric Smith · 17 years ago
  23. 2bf4d5b Use the correct variable name by Neal Norwitz · 17 years ago
  24. e760631 When elapsed and expected time differ, at least show their two values. by Guido van Rossum · 17 years ago
  25. 93c5682 Use unicode (and bytes as appropriate) by Neal Norwitz · 17 years ago
  26. 7e95bef Use unicode and stop supporting str8 by Neal Norwitz · 17 years ago
  27. 0337ef6 Get test working when there are multiple dbs supported. by Neal Norwitz · 17 years ago
  28. fe61bb9 Disable test until email comes back by Neal Norwitz · 17 years ago
  29. cb51c6e Get test_pyclbr to pass after removing the email package by Neal Norwitz · 17 years ago
  30. 6398b7a Remove the email package for now. by Guido van Rossum · 17 years ago
  31. 8c66326 Implementation of PEP 3101, Advanced String Formatting. by Eric Smith · 17 years ago
  32. 8d3654d Use unicode and add a "test" for syslog by Neal Norwitz · 17 years ago
  33. a401bbe Add a few mixed-mode (set vs. dict view) comparisons. by Guido van Rossum · 17 years ago
  34. cf2ce36 Keir Mierle's improved tests for dict view containment tests. by Guido van Rossum · 17 years ago
  35. 1d71996 Add some mixed operations between sets and dict views. by Guido van Rossum · 17 years ago
  36. be53471 Add unit tests for set ops on dict.items(). by Guido van Rossum · 17 years ago
  37. 523259b Keir Mierle's set operations for dict views (keys/items only of course). by Guido van Rossum · 17 years ago
  38. aac530c Patch with Keir Mierle: add rich comparisons between dict views and sets, by Guido van Rossum · 17 years ago
  39. c3ee950 follow up to bug 1007 commit. by Gregory P. Smith · 17 years ago
  40. 178fefb applies the better dbm and shelve related unittests. bug 1007 from larryhastings by Gregory P. Smith · 17 years ago
  41. 11e065b Convert test_pkg to use unittest. by Collin Winter · 17 years ago
  42. 7f19f66 Clean up after a merge left behind old except clause syntax. by Guido van Rossum · 17 years ago
  43. 04110fb Merged revisions 57221-57391 via svnmerge from by Guido van Rossum · 17 years ago
  44. 07aec08 reapply of r57378 to fix bug 1725856 by Gregory P. Smith · 17 years ago
  45. 28bbe42 math.floor(<int>) now returns the argument, by Guido van Rossum · 17 years ago
  46. 10ab4ae Patch by Keir Mierle so that sets can be compared to other objects that know by Guido van Rossum · 17 years ago
  47. 13e05de Fix math.ceil() and math.floor() to fall back to __ceil__ and __floor__ by Guido van Rossum · 17 years ago
  48. 2fa33db Finish the work on __round__ and __trunc__. With Alex Martelli and Keir Mierle. by Guido van Rossum · 17 years ago
  49. ae211f9 Implement the round functionality for PEP 3141, and add tests for it. by Alex Martelli · 17 years ago
  50. 86d8b34 Implement the trunc builtin for PEP 3141 by Alex Martelli · 17 years ago
  51. 23cfc98 Convert sunaudio.py to bytes. (It has no unit test of its own!) by Guido van Rossum · 17 years ago
  52. 3741eff Fall back to 'ascii' encoding if sys.getfilesystemencoding() returns by Lars Gustäbel · 17 years ago
  53. 4566c71 Fix fallout from making __private variables in threading.py _protected. by Guido van Rossum · 17 years ago
  54. c1e315d Rename __whatever variables defined by ABCMeta to _abc_whatever, so as by Guido van Rossum · 17 years ago
  55. 61e21b5 Merged revisions 57152-57220 via svnmerge from by Guido van Rossum · 17 years ago
  56. faa54a3 Code review of the new buffer protocol. Mostly add questions that should by Neal Norwitz · 17 years ago
  57. 1836358 Fix an unfinished though in my own test code. by Guido van Rossum · 17 years ago
  58. 8358db2 New I/O code from Tony Lownds implement newline feature correctly, by Guido van Rossum · 17 years ago
  59. 3de862d Make the cleanup between -R passes deal better with ABC registries, by Guido van Rossum · 17 years ago
  60. 2673de5 Allow -R4:3 instead of -R4:3: -- I never use the 3rd arg. by Guido van Rossum · 17 years ago
  61. 4e7eba7 Change the usage() function. Don't print the entire multi-page by Guido van Rossum · 17 years ago
  62. eb33e5a Remove support for BeOS by Skip Montanaro · 17 years ago
  63. 5ef262c Simplify expression by Neal Norwitz · 17 years ago
  64. 540d987 Fix the IPv6 pton/ntop tests. Why weren't these failing on Linux? No IPv6? by Guido van Rossum · 17 years ago
  65. 62e3a9a Remove output file for test that was already removed by Neal Norwitz · 17 years ago
  66. 289bc05 some RiscOS stuff I missed before (was only looking for "RISCOS") by Skip Montanaro · 17 years ago
  67. af554a0 First merge from the trunk straight into the py3k branch. I'm not by Guido van Rossum · 17 years ago
  68. 41980ca Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and by Walter Dörwald · 17 years ago
  69. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  70. 4738340 Implement PEP 3131. Add isidentifier to str. by Martin v. Löwis · 17 years ago
  71. 32c4ac0 Down with str8! Change various socket APIs to use bytes or str instead str8. by Guido van Rossum · 17 years ago
  72. ff398c6 Format bools properly in %d. by Martin v. Löwis · 17 years ago
  73. 3eed765 Bug #1772489: make dir() work on traceback objects again. by Collin Winter · 17 years ago
  74. 3a38c91 Remove Python 1.5 compatibility layer from httplib. by Jeremy Hylton · 17 years ago
  75. 5d8a88a Change xmlrpclib to use the newer httplib interface. by Jeremy Hylton · 17 years ago
  76. 956e359 The dbm module should use bytes for keys. This makes test_shelve pass. by Guido van Rossum · 17 years ago
  77. 5bcf109 Fix test_gdbm. by Martin v. Löwis · 17 years ago
  78. 967f1e3 Remove string.{letters,lowercase,uppercase}. by Martin v. Löwis · 17 years ago
  79. caf871a Fix a failing test on FreeBSD: ttys are seekable in FreeBSD, too. by Hye-Shik Chang · 17 years ago
  80. 49d90bc Fix a test failure on non-UTF-8 locales: bad_coding2.py is encoded in utf-8. by Hye-Shik Chang · 17 years ago
  81. 9b2a269 Get pystone working with lazy map. by Neal Norwitz · 17 years ago
  82. 801c89b Add -s/--start option that makes it easier to run the tests in batches by Neal Norwitz · 17 years ago
  83. 0168802 Kill execfile(), use exec() instead by Neal Norwitz · 17 years ago
  84. bb217d9 Make sure to flush output when writing dots during -R runs by Neal Norwitz · 17 years ago
  85. f7f28fc Fix problem when exec'ing a string with a coding by Neal Norwitz · 17 years ago
  86. 03fc779 Remove unnecessary import by Neal Norwitz · 17 years ago
  87. 79c3208 Change shelve to require a bytes-oriented dict as by Martin v. Löwis · 17 years ago
  88. 8dfc4a9 Remove support for __members__ and __methods__. There still might be by Neal Norwitz · 17 years ago
  89. 32ca442 Fix test_bsddb3. by Martin v. Löwis · 17 years ago
  90. efdca3e Use an event variable to wait for the server to be ready, rather than sleep(0.1). by Guido van Rossum · 17 years ago
  91. e6b59c5 Make sure the mock object passed to finish_request() is buffered. by Jeremy Hylton · 17 years ago
  92. cccc58d Fix dbshelve and much of dbtables. by Martin v. Löwis · 17 years ago
  93. c76a250 Merged revisions 56782-56847 via svnmerge from by Guido van Rossum · 17 years ago
  94. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  95. 918f49e Fix most of the bsddb3 tests. by Martin v. Löwis · 17 years ago
  96. eb29e9a Fix core dump in an endcase of b.strip() that I missed. by Guido van Rossum · 17 years ago
  97. 6a10e02 Switch wsgiref to io.{StringIO,BytesIO}. This shuts up the test failures. by Guido van Rossum · 17 years ago
  98. 75c26bc BZ2File.read(0) should return b"" rather than raising ValueError. by Guido van Rossum · 17 years ago
  99. a055770 Remove the coding line, and convert umlauted characters to \x escapes. by Guido van Rossum · 17 years ago
  100. bdba5cf Change the repr() of frozenset instances (and set subclasses) by Guido van Rossum · 17 years ago