1. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
  2. 4626458 SF patch# 1767398 by Adam Hupp. by Guido van Rossum · 17 years ago
  3. 64ce505 Make bsddb use bytes as keys and values. Add StringKeys by Martin v. Löwis · 17 years ago
  4. 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
  5. 77553ab Fix test for new version of urllib that uses HTTPConnection directly. by Jeremy Hylton · 17 years ago
  6. f066c1b Make test_tokenize really pass -- don't add extra output. by Guido van Rossum · 17 years ago
  7. cfbbf48 Make test_tokenize pass again: by Guido van Rossum · 17 years ago
  8. 3e18615 Fix test: readline() now returns bytes by Jeremy Hylton · 17 years ago
  9. 66dc8c5 Fix tests that tried to sneak strings through httplib. by Jeremy Hylton · 17 years ago
  10. 4a7fd90 Fix failure do to outlawing complex floordiv/mod. by Guido van Rossum · 17 years ago
  11. ec0c508 Fix an absurdly invasive test. by Jeremy Hylton · 17 years ago
  12. 8fff792 Fix tests to use bytes() where the actual sockets return bytes(). by Jeremy Hylton · 17 years ago
  13. 9648d62 Make test_complex pass again now that floordiv and mod are illegal. by Guido van Rossum · 17 years ago
  14. 5accbdb Make sure socket.close() doesn't interfere with socket.makefile(). by Jeremy Hylton · 17 years ago
  15. cf2f419 Hack: Fix some test_urllib2.net tests by getting them access to the by Jeremy Hylton · 17 years ago
  16. c0f2d2d SF patch# 1762940 by Joe Gregorio. by Guido van Rossum · 17 years ago
  17. 15863ea SF patch# 1764815 by Paul Colomiets. by Guido van Rossum · 17 years ago
  18. ad8d300 SF patch# 1766592 by Paul Colomiets. Fix test_zipimport. by Guido van Rossum · 17 years ago
  19. 4737482 Add a default __prepare__() method to 'type', so it can be called by Guido van Rossum · 17 years ago
  20. a6bcefc When testing all stdlib modules, ignore test_pep263.py which is encoded by Guido van Rossum · 17 years ago
  21. 70d2b89 Tests for @abstractproperty by Jeffrey Yasskin. by Guido van Rossum · 17 years ago
  22. e78178e Bytes (which are the input for decoding) are mutable now. If a decoding by Walter Dörwald · 17 years ago
  23. 96d7e83 Don't try to use a bytes sequence for file paths. Also force equivalency tests by Brett Cannon · 17 years ago
  24. 447d33e Implement PEP 3120. by Martin v. Löwis · 17 years ago
  25. 5de17db Testing against a different default encoding is meaningless as the default by Brett Cannon · 17 years ago
  26. 48f4cf9 Use BytesIO instead of cStringIO.StringIO. by Martin v. Löwis · 17 years ago
  27. c582bfc Fix quopri to operate consistently on bytes. by Martin v. Löwis · 17 years ago
  28. 3e1f85e Fix the minidom test. by Guido van Rossum · 17 years ago
  29. 624ab7c Make test_sgmllib pass on OSX. Hopefully it still passes everywhere else too. by Guido van Rossum · 17 years ago
  30. ea83447 SF patch# 1757839 by Alexandre Vassalotti (part 2). by Guido van Rossum · 17 years ago
  31. f7a94e4 SF patch# 1761465 by Jeffrey Yasskin. Fix test_aepack and test_applesingle. by Guido van Rossum · 17 years ago
  32. 1eb79cf Move xdrlib over to the bytes type. by Brett Cannon · 17 years ago
  33. d24fffe Move shelve over to BytesIO as pickle.(Pickler | Unpickler) expect binary by Brett Cannon · 17 years ago
  34. 51a883b Make test_wave.py pass. by Guido van Rossum · 17 years ago
  35. 005ebb1 Tweaks to make the codecmaps tests pass again. by Guido van Rossum · 17 years ago
  36. 4ca9471 SF patch# 1759016 by Joe Gregorio, who writes: by Guido van Rossum · 17 years ago
  37. f520c05 Don't use cwnon-ASCII characters in the source; use \ooo escapes. by Guido van Rossum · 17 years ago
  38. accecdf Don't use a sleep to wait for the server to be ready; this caused by Guido van Rossum · 17 years ago
  39. d745c43 Fix test_largefile by changing some string literals to byte literals. by Collin Winter · 17 years ago
  40. ca73d49 Remove this test; it checked for a single old bug and I don't think that by Guido van Rossum · 17 years ago
  41. f8761c7 Make test_compile not fail. by Guido van Rossum · 17 years ago
  42. d4eda82 SF patch# 1757839 by Alexandre Vassalotti -- make test_mailbox and by Guido van Rossum · 17 years ago
  43. bf4806b SF patch# 1757758 by Alexandre Vassalotti, fixing test_ucn. by Guido van Rossum · 17 years ago
  44. 25d0bd6 Delete failing test that was checking that a slot declaration with by Guido van Rossum · 17 years ago
  45. 3a2e5ce Make audioop and its tests use bytes throughout. by Martin v. Löwis · 17 years ago
  46. b1a9f27 Fix test_doctest: drop u prefixes; explicitly declare by Martin v. Löwis · 17 years ago
  47. 36e0a92 Merged revisions 56443-56466 via svnmerge from by Guido van Rossum · 17 years ago
  48. 99603b0 Getting rid of cPickle. Mmm, feels good! by Guido van Rossum · 17 years ago
  49. be6fe54 Make test_datetime.py pass by killing all references to cPickle in it. by Guido van Rossum · 17 years ago
  50. 814661e Fix test_zipfile.py. (Why was it passing before?) The usual str/bytes issues. by Guido van Rossum · 17 years ago
  51. 697a84b Make test_unicode pass after the lexer was fixed to turn unicode errors by Guido van Rossum · 17 years ago
  52. 7eb6ca5 Make test_parser pass after merge. by Guido van Rossum · 17 years ago
  53. df4a743 Fix test_asyncore after merge. It needs to use bytes. by Guido van Rossum · 17 years ago
  54. b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 17 years ago
  55. 10a60b3 Change Py_BuildValue to generate Unicode objects for by Martin v. Löwis · 17 years ago
  56. a8c360e SF patch# 1755229 by Amaury Forgeot d'Arc: fix _winreg module and tests. by Guido van Rossum · 17 years ago
  57. e63bae6 Make the test of chr() overflow pass. (Sigh. There are so many redundant tests.) by Guido van Rossum · 17 years ago
  58. d77d699 Change a bunch of file encodings from Latin-1 to UTF-8. by Guido van Rossum · 17 years ago
  59. 6a2ccd0 Fix for one particular test (test_file). There are still four errors. by Guido van Rossum · 17 years ago
  60. 456fe5d Fix a weird use of try/finally to close a file. by Guido van Rossum · 17 years ago
  61. b358a2c SF patch# 1752647 by Joe Gregorio. by Guido van Rossum · 17 years ago
  62. 8ac004e Make chr() and ord() return/accept surrogate pairs in narrow builds. by Guido van Rossum · 17 years ago
  63. b0f48ab Skip testing the special file "/dev/tty" on Windows. This test does by Thomas Heller · 17 years ago
  64. a5d0c26 Fix for tet_bigmem.py (the failure was caused by a spurious reference by Guido van Rossum · 17 years ago
  65. 076da09 Fix asynchat to use bytes instead of strings. by Guido van Rossum · 17 years ago
  66. bdab7d3 Fix test_poll.py. By Christian Heimes. by Guido van Rossum · 17 years ago
  67. acb470c Fix the test; solution found by Christian Heimes. Thanks! by Thomas Heller · 17 years ago
  68. 992d4a3 Merged revisions 56154-56264 via svnmerge from by Guido van Rossum · 17 years ago
  69. e61fd5b Patch by Christian Heimes to change self.assert_(x == y) into by Guido van Rossum · 17 years ago
  70. 55b4a7b Make test_descr.py pass. Had to disable a few tests, remove references by Guido van Rossum · 17 years ago
  71. f074b64 Fix test_cmd_line.py. Fix by Christian Heimes. by Guido van Rossum · 17 years ago
  72. 535a5ef Fix test_file.py. It was passing on OSX for the wrong reason by Guido van Rossum · 17 years ago
  73. 558ca84 Fix test_hashlib regression caused by my fixing hexdigest() to return by Guido van Rossum · 17 years ago
  74. 3f42908 Make hmac use bytes. Make test_hmac pass. by Guido van Rossum · 17 years ago
  75. dc12288 Make test_genericpath pass. by Guido van Rossum · 17 years ago
  76. 98f1375 Make test_posixpath.py pass. by Guido van Rossum · 17 years ago
  77. 47f17d0 Make test_marshal pass. There was a bizarre recursion limit exceeded error, by Guido van Rossum · 17 years ago
  78. 4b5386f Add proper tests for closed files to various I/O operations, by Guido van Rossum · 17 years ago
  79. a098294 Make test_urllib.py pass. Mostly str/bytes issues. by Guido van Rossum · 17 years ago
  80. 6718062 Fix test_socket.py. Simple str/bytes issue with IPV6 addresse. by Guido van Rossum · 17 years ago
  81. 7165cb1 Made test_file pass. This meant adding support for read(-1) and read() by Guido van Rossum · 17 years ago
  82. 5ed033b Change hashlib to return bytes from digest() instead of str8. by Guido van Rossum · 17 years ago
  83. 65b6a80 Make test_uuid passed. by Guido van Rossum · 17 years ago
  84. 9a63470 Make test_tempfile.py work. Make SpooledTempFile work in text and binary mode. by Guido van Rossum · 17 years ago
  85. b4e87e3 Make test_optparse pass. by Guido van Rossum · 17 years ago
  86. a222e4c Fix the last remaining problem with test_multibytecodec.py; by Guido van Rossum · 17 years ago
  87. 1f9f825 Fix test_types.py (broken due to removal of array.array('c')). by Guido van Rossum · 17 years ago
  88. 07d4e78 Remove a few unicode references accidentally merged in. by Guido van Rossum · 17 years ago
  89. 99c0c22 Fix test_struct. A bunch of array and bytes issues. by Guido van Rossum · 17 years ago
  90. 6b826ab Creating an array with a bytes object as initializer by Guido van Rossum · 17 years ago
  91. 166746c There is no longer a 'c' array typecode. by Guido van Rossum · 17 years ago
  92. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  93. dd5a860 Fix test_httplib. by Martin v. Löwis · 17 years ago
  94. 486364b Merged revisions 56020-56124 via svnmerge from by Guido van Rossum · 17 years ago
  95. 2233d27 Change readbuffer_encode() and charbuffer_encode() to return bytes objects. by Walter Dörwald · 17 years ago
  96. 11b41f6 Open files in binary mode. by Walter Dörwald · 17 years ago
  97. bc1f886 Change %c format specifier for PyArg_ParseTuple() so that it accepts by Walter Dörwald · 17 years ago
  98. 32a4c71 Patch by Ron Adam: Don't use u prefix in unicode error messages by Walter Dörwald · 17 years ago
  99. 31f72d7 "Fix" the array module test -- by ripping out the 'c' typecode. by Guido van Rossum · 17 years ago
  100. c43e79f Fix a buch of shallow test failures. by Guido van Rossum · 17 years ago