1. 447d33e Implement PEP 3120. by Martin v. Löwis · 17 years ago
  2. 5de17db Testing against a different default encoding is meaningless as the default by Brett Cannon · 17 years ago
  3. 48f4cf9 Use BytesIO instead of cStringIO.StringIO. by Martin v. Löwis · 17 years ago
  4. c582bfc Fix quopri to operate consistently on bytes. by Martin v. Löwis · 17 years ago
  5. 3e1f85e Fix the minidom test. by Guido van Rossum · 17 years ago
  6. 624ab7c Make test_sgmllib pass on OSX. Hopefully it still passes everywhere else too. by Guido van Rossum · 17 years ago
  7. ea83447 SF patch# 1757839 by Alexandre Vassalotti (part 2). by Guido van Rossum · 17 years ago
  8. f7a94e4 SF patch# 1761465 by Jeffrey Yasskin. Fix test_aepack and test_applesingle. by Guido van Rossum · 17 years ago
  9. 1eb79cf Move xdrlib over to the bytes type. by Brett Cannon · 17 years ago
  10. d24fffe Move shelve over to BytesIO as pickle.(Pickler | Unpickler) expect binary by Brett Cannon · 17 years ago
  11. 51a883b Make test_wave.py pass. by Guido van Rossum · 17 years ago
  12. 005ebb1 Tweaks to make the codecmaps tests pass again. by Guido van Rossum · 17 years ago
  13. 4ca9471 SF patch# 1759016 by Joe Gregorio, who writes: by Guido van Rossum · 17 years ago
  14. f520c05 Don't use cwnon-ASCII characters in the source; use \ooo escapes. by Guido van Rossum · 17 years ago
  15. accecdf Don't use a sleep to wait for the server to be ready; this caused by Guido van Rossum · 17 years ago
  16. d745c43 Fix test_largefile by changing some string literals to byte literals. by Collin Winter · 17 years ago
  17. ca73d49 Remove this test; it checked for a single old bug and I don't think that by Guido van Rossum · 17 years ago
  18. f8761c7 Make test_compile not fail. by Guido van Rossum · 17 years ago
  19. d4eda82 SF patch# 1757839 by Alexandre Vassalotti -- make test_mailbox and by Guido van Rossum · 17 years ago
  20. bf4806b SF patch# 1757758 by Alexandre Vassalotti, fixing test_ucn. by Guido van Rossum · 17 years ago
  21. 25d0bd6 Delete failing test that was checking that a slot declaration with by Guido van Rossum · 17 years ago
  22. 3a2e5ce Make audioop and its tests use bytes throughout. by Martin v. Löwis · 17 years ago
  23. b1a9f27 Fix test_doctest: drop u prefixes; explicitly declare by Martin v. Löwis · 17 years ago
  24. 36e0a92 Merged revisions 56443-56466 via svnmerge from by Guido van Rossum · 17 years ago
  25. 99603b0 Getting rid of cPickle. Mmm, feels good! by Guido van Rossum · 17 years ago
  26. be6fe54 Make test_datetime.py pass by killing all references to cPickle in it. by Guido van Rossum · 17 years ago
  27. 814661e Fix test_zipfile.py. (Why was it passing before?) The usual str/bytes issues. by Guido van Rossum · 17 years ago
  28. 697a84b Make test_unicode pass after the lexer was fixed to turn unicode errors by Guido van Rossum · 17 years ago
  29. 7eb6ca5 Make test_parser pass after merge. by Guido van Rossum · 17 years ago
  30. df4a743 Fix test_asyncore after merge. It needs to use bytes. by Guido van Rossum · 17 years ago
  31. b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 17 years ago
  32. 10a60b3 Change Py_BuildValue to generate Unicode objects for by Martin v. Löwis · 17 years ago
  33. a8c360e SF patch# 1755229 by Amaury Forgeot d'Arc: fix _winreg module and tests. by Guido van Rossum · 17 years ago
  34. e63bae6 Make the test of chr() overflow pass. (Sigh. There are so many redundant tests.) by Guido van Rossum · 17 years ago
  35. d77d699 Change a bunch of file encodings from Latin-1 to UTF-8. by Guido van Rossum · 17 years ago
  36. 6a2ccd0 Fix for one particular test (test_file). There are still four errors. by Guido van Rossum · 17 years ago
  37. 456fe5d Fix a weird use of try/finally to close a file. by Guido van Rossum · 17 years ago
  38. b358a2c SF patch# 1752647 by Joe Gregorio. by Guido van Rossum · 17 years ago
  39. 8ac004e Make chr() and ord() return/accept surrogate pairs in narrow builds. by Guido van Rossum · 17 years ago
  40. b0f48ab Skip testing the special file "/dev/tty" on Windows. This test does by Thomas Heller · 17 years ago
  41. a5d0c26 Fix for tet_bigmem.py (the failure was caused by a spurious reference by Guido van Rossum · 17 years ago
  42. 076da09 Fix asynchat to use bytes instead of strings. by Guido van Rossum · 17 years ago
  43. bdab7d3 Fix test_poll.py. By Christian Heimes. by Guido van Rossum · 17 years ago
  44. acb470c Fix the test; solution found by Christian Heimes. Thanks! by Thomas Heller · 17 years ago
  45. 992d4a3 Merged revisions 56154-56264 via svnmerge from by Guido van Rossum · 17 years ago
  46. e61fd5b Patch by Christian Heimes to change self.assert_(x == y) into by Guido van Rossum · 17 years ago
  47. 55b4a7b Make test_descr.py pass. Had to disable a few tests, remove references by Guido van Rossum · 17 years ago
  48. f074b64 Fix test_cmd_line.py. Fix by Christian Heimes. by Guido van Rossum · 17 years ago
  49. 535a5ef Fix test_file.py. It was passing on OSX for the wrong reason by Guido van Rossum · 17 years ago
  50. 558ca84 Fix test_hashlib regression caused by my fixing hexdigest() to return by Guido van Rossum · 17 years ago
  51. 3f42908 Make hmac use bytes. Make test_hmac pass. by Guido van Rossum · 17 years ago
  52. dc12288 Make test_genericpath pass. by Guido van Rossum · 17 years ago
  53. 98f1375 Make test_posixpath.py pass. by Guido van Rossum · 17 years ago
  54. 47f17d0 Make test_marshal pass. There was a bizarre recursion limit exceeded error, by Guido van Rossum · 17 years ago
  55. 4b5386f Add proper tests for closed files to various I/O operations, by Guido van Rossum · 17 years ago
  56. a098294 Make test_urllib.py pass. Mostly str/bytes issues. by Guido van Rossum · 17 years ago
  57. 6718062 Fix test_socket.py. Simple str/bytes issue with IPV6 addresse. by Guido van Rossum · 17 years ago
  58. 7165cb1 Made test_file pass. This meant adding support for read(-1) and read() by Guido van Rossum · 17 years ago
  59. 5ed033b Change hashlib to return bytes from digest() instead of str8. by Guido van Rossum · 17 years ago
  60. 65b6a80 Make test_uuid passed. by Guido van Rossum · 17 years ago
  61. 9a63470 Make test_tempfile.py work. Make SpooledTempFile work in text and binary mode. by Guido van Rossum · 17 years ago
  62. b4e87e3 Make test_optparse pass. by Guido van Rossum · 17 years ago
  63. a222e4c Fix the last remaining problem with test_multibytecodec.py; by Guido van Rossum · 17 years ago
  64. 1f9f825 Fix test_types.py (broken due to removal of array.array('c')). by Guido van Rossum · 17 years ago
  65. 07d4e78 Remove a few unicode references accidentally merged in. by Guido van Rossum · 17 years ago
  66. 99c0c22 Fix test_struct. A bunch of array and bytes issues. by Guido van Rossum · 17 years ago
  67. 6b826ab Creating an array with a bytes object as initializer by Guido van Rossum · 17 years ago
  68. 166746c There is no longer a 'c' array typecode. by Guido van Rossum · 17 years ago
  69. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  70. dd5a860 Fix test_httplib. by Martin v. Löwis · 17 years ago
  71. 486364b Merged revisions 56020-56124 via svnmerge from by Guido van Rossum · 17 years ago
  72. 2233d27 Change readbuffer_encode() and charbuffer_encode() to return bytes objects. by Walter Dörwald · 17 years ago
  73. 11b41f6 Open files in binary mode. by Walter Dörwald · 17 years ago
  74. bc1f886 Change %c format specifier for PyArg_ParseTuple() so that it accepts by Walter Dörwald · 17 years ago
  75. 32a4c71 Patch by Ron Adam: Don't use u prefix in unicode error messages by Walter Dörwald · 17 years ago
  76. 31f72d7 "Fix" the array module test -- by ripping out the 'c' typecode. by Guido van Rossum · 17 years ago
  77. c43e79f Fix a buch of shallow test failures. by Guido van Rossum · 17 years ago
  78. 7eaf822 Merged revisions 55962-56019 via svnmerge from by Guido van Rossum · 17 years ago
  79. 96ca691 Make sys.path and sys.argv into lists of strings. by Guido van Rossum · 17 years ago
  80. aa588c4 Fix some problems introduced by the str8 repr change. by Guido van Rossum · 17 years ago
  81. f903f00 Fix some tests by deleting stuff. by Guido van Rossum · 17 years ago
  82. 67aca9e Following an idea by Ron Adam, make sure keys and values in the by Guido van Rossum · 17 years ago
  83. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  84. ff0ffb3 Make test_tmpfile() pass. (And hence test_os.py as a whole passes.) by Guido van Rossum · 17 years ago
  85. 88e860c Fix bz2_test.py by removing the tests for universal newline mode. by Guido van Rossum · 17 years ago
  86. 2c849f2 Fix test_shlex: Use io.StringIO. by Walter Dörwald · 17 years ago
  87. 42748a8 Rip out all codecs that can't work in a unicode/bytes world: by Walter Dörwald · 17 years ago
  88. 543c09e Duh. Delete the outdated comment too. by Guido van Rossum · 17 years ago
  89. 616c8c1 Seems this test is just fine. It fails because __phello__.spam by Guido van Rossum · 17 years ago
  90. 5de48bd Simplify various spots where: str() is called on something by Walter Dörwald · 17 years ago
  91. 7815c5e Check unicode identifier directly instead of converting by Walter Dörwald · 17 years ago
  92. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
  93. 38e43c2 Adapt to new exception message. by Walter Dörwald · 17 years ago
  94. 9b77553 Rename checks for test_support.have_unicode (we always by Walter Dörwald · 17 years ago
  95. 0157ebe Fix chr() test (1000000 was accepted on a UCS4 build). by Walter Dörwald · 17 years ago
  96. 48fc58a Accellerate binary readline() a bit. by Guido van Rossum · 17 years ago
  97. 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 17 years ago
  98. 46a05a7 The bufsize argument to Popen() should accept None meaning the default (0). by Guido van Rossum · 17 years ago
  99. 4c271fe Fix test_str.py so that it tests the str8 class. by Walter Dörwald · 17 years ago
  100. a92b446 Fix test_deque.py: Read and write file in text mode, by Walter Dörwald · 17 years ago