1. b4e87e3 Make test_optparse pass. by Guido van Rossum · 17 years ago
  2. a222e4c Fix the last remaining problem with test_multibytecodec.py; by Guido van Rossum · 17 years ago
  3. 89687b9 Two necessary fixes (but not enough to make tests pass): by Guido van Rossum · 17 years ago
  4. 1f9f825 Fix test_types.py (broken due to removal of array.array('c')). by Guido van Rossum · 17 years ago
  5. 07d4e78 Remove a few unicode references accidentally merged in. by Guido van Rossum · 17 years ago
  6. 0c41e88 Fix test_cookie after filter() behavior change. by Guido van Rossum · 17 years ago
  7. 99c0c22 Fix test_struct. A bunch of array and bytes issues. by Guido van Rossum · 17 years ago
  8. 6b826ab Creating an array with a bytes object as initializer by Guido van Rossum · 17 years ago
  9. 166746c There is no longer a 'c' array typecode. by Guido van Rossum · 17 years ago
  10. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  11. dd5a860 Fix test_httplib. by Martin v. Löwis · 17 years ago
  12. 486364b Merged revisions 56020-56124 via svnmerge from by Guido van Rossum · 17 years ago
  13. 2233d27 Change readbuffer_encode() and charbuffer_encode() to return bytes objects. by Walter Dörwald · 17 years ago
  14. 11b41f6 Open files in binary mode. by Walter Dörwald · 17 years ago
  15. bc1f886 Change %c format specifier for PyArg_ParseTuple() so that it accepts by Walter Dörwald · 17 years ago
  16. 32a4c71 Patch by Ron Adam: Don't use u prefix in unicode error messages by Walter Dörwald · 17 years ago
  17. 31f72d7 "Fix" the array module test -- by ripping out the 'c' typecode. by Guido van Rossum · 17 years ago
  18. c43e79f Fix a buch of shallow test failures. by Guido van Rossum · 17 years ago
  19. 7eaf822 Merged revisions 55962-56019 via svnmerge from by Guido van Rossum · 17 years ago
  20. 96ca691 Make sys.path and sys.argv into lists of strings. by Guido van Rossum · 17 years ago
  21. aa588c4 Fix some problems introduced by the str8 repr change. by Guido van Rossum · 17 years ago
  22. bb5f590 Modernize the super() call in ABCMeta.__new__() -- I had messed with by Guido van Rossum · 17 years ago
  23. f903f00 Fix some tests by deleting stuff. by Guido van Rossum · 17 years ago
  24. 8518bdc Somehow this needed adding. by Guido van Rossum · 17 years ago
  25. f5b4685 Reduce redundant calls to str() in _Environ class. by Guido van Rossum · 17 years ago
  26. 67aca9e Following an idea by Ron Adam, make sure keys and values in the by Guido van Rossum · 17 years ago
  27. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  28. ff0ffb3 Make test_tmpfile() pass. (And hence test_os.py as a whole passes.) by Guido van Rossum · 17 years ago
  29. 88e860c Fix bz2_test.py by removing the tests for universal newline mode. by Guido van Rossum · 17 years ago
  30. 2d5c219 unicode is named str now => fix type check. by Walter Dörwald · 17 years ago
  31. 2c849f2 Fix test_shlex: Use io.StringIO. by Walter Dörwald · 17 years ago
  32. 42748a8 Rip out all codecs that can't work in a unicode/bytes world: by Walter Dörwald · 17 years ago
  33. 543c09e Duh. Delete the outdated comment too. by Guido van Rossum · 17 years ago
  34. 616c8c1 Seems this test is just fine. It fails because __phello__.spam by Guido van Rossum · 17 years ago
  35. d59cde8 Some quick fixes of code that was sorting dict.keys() etc. by Guido van Rossum · 17 years ago
  36. 5de48bd Simplify various spots where: str() is called on something by Walter Dörwald · 17 years ago
  37. 7815c5e Check unicode identifier directly instead of converting by Walter Dörwald · 17 years ago
  38. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
  39. 38e43c2 Adapt to new exception message. by Walter Dörwald · 17 years ago
  40. 3f1e65c Fix Cookie.py: Fix example in the docstring (encoded SerialCookies contain by Walter Dörwald · 17 years ago
  41. 9b77553 Rename checks for test_support.have_unicode (we always by Walter Dörwald · 17 years ago
  42. 0157ebe Fix chr() test (1000000 was accepted on a UCS4 build). by Walter Dörwald · 17 years ago
  43. 2bf7138 Make test_socket work. Don't exclude test_socket from the tests to run. by Guido van Rossum · 17 years ago
  44. 7cad4f3 Just enoug fixes so that test_mailbox fails instead of loops forever. by Guido van Rossum · 17 years ago
  45. 48fc58a Accellerate binary readline() a bit. by Guido van Rossum · 17 years ago
  46. 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 17 years ago
  47. 7b955bd Fix pdb help command. by Alexandre Vassalotti · 17 years ago
  48. 46a05a7 The bufsize argument to Popen() should accept None meaning the default (0). by Guido van Rossum · 17 years ago
  49. ad5b9de Change normalize_encodings() to avoid using .translate() or depending on by Guido van Rossum · 17 years ago
  50. c3b6ac7 Fix libc_ver(): libc_ver() was reading sys.executable by Walter Dörwald · 17 years ago
  51. 4c271fe Fix test_str.py so that it tests the str8 class. by Walter Dörwald · 17 years ago
  52. 756f139 Register a dispatcher for str8. (This makes test_copy.py pass again.) by Walter Dörwald · 17 years ago
  53. a92b446 Fix test_deque.py: Read and write file in text mode, by Walter Dörwald · 17 years ago
  54. 092a225 Fix tests for unicode-internal codec. by Walter Dörwald · 17 years ago
  55. 9cbfffd tokenizer.c: make coding markup work again. by Guido van Rossum · 17 years ago
  56. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  57. 5b1284d Fix gzip.py: Use bytes where 8bit strings have been used formerly. by Walter Dörwald · 17 years ago
  58. 3a77c7a If append mode is specified seek to the end of the file. by Walter Dörwald · 17 years ago
  59. fee1af9 Fix test_codeccallbacks.py: bytes has no % operator. by Walter Dörwald · 17 years ago
  60. 2a0c081 Change sys.intern() so that unicode strings can be by Walter Dörwald · 17 years ago
  61. a7eb93e Simplify socket_repr() by using PyUnicode_FromFormat() by Walter Dörwald · 17 years ago
  62. 3e1b85e Add a helper to display the various flags and components of code objects by Guido van Rossum · 17 years ago
  63. dc089b6 Fix test_openpty. by Guido van Rossum · 17 years ago
  64. 93f3910 types.StringType is gone, use str directly instead. by Walter Dörwald · 17 years ago
  65. 865b003 Remove debug print. by Walter Dörwald · 17 years ago
  66. a327000 Fix typo. by Walter Dörwald · 17 years ago
  67. 812d834 Fix test_pty.py. by Walter Dörwald · 17 years ago
  68. c025714 Fix file test. by Walter Dörwald · 17 years ago
  69. 644e149 Get rid of a test for repr() of a file object. by Guido van Rossum · 17 years ago
  70. ff12e08 Make the binhex test pass on Darwin. by Guido van Rossum · 17 years ago
  71. a01a8b6 Remove use of types.StringType. by Guido van Rossum · 17 years ago
  72. c5b6ab0 Use input(), not our own fake raw input (in one place). by Guido van Rossum · 17 years ago
  73. e625fd5 Make struct tests pass. by Guido van Rossum · 17 years ago
  74. 54ad523 Make xmlrpclib fail less (test_sundry passes). by Guido van Rossum · 17 years ago
  75. 859b5ec Add isatty() to TextIOWrapper. by Guido van Rossum · 17 years ago
  76. 63236cf Minimal fixes to save the bootstrap on OSX. by Guido van Rossum · 17 years ago
  77. adee45e Merged revisions 55545-55587 via svnmerge from by Guido van Rossum · 17 years ago
  78. 34a042d This is the last time I fix binhex. If it breaks again it goes in the dustbin. by Guido van Rossum · 17 years ago
  79. 2c94aa5 Fixed array.fromfile(); removed references to PyFileObject in array.tofile(). by Guido van Rossum · 17 years ago
  80. 6c037ba Don't specify an encoding, let open figure out an appropriate one. by Walter Dörwald · 17 years ago
  81. 292aa0d Fix test_set. by Guido van Rossum · 17 years ago
  82. fc3436b Add an encoding property to TextIOBase instances. by Guido van Rossum · 17 years ago
  83. 75d6f1a Fix tset_bytes.py. by Guido van Rossum · 17 years ago
  84. eceb0fb Fix test_exceptions.py: There were still str8 objects by Walter Dörwald · 17 years ago
  85. 9e4dc91 Fix list_test.py::test_print(): Read and write the by Walter Dörwald · 17 years ago
  86. 2565d90 Fix test_funcattrs.py: __name__ attribute must be str8. by Walter Dörwald · 17 years ago
  87. 305b924 Fix test_bool and test_bufio. by Guido van Rossum · 17 years ago
  88. 6f376c4 Enable new I/O. Disable creation of old files. by Guido van Rossum · 17 years ago
  89. fa0054a Make test_subprocess work. Fix universal newlines in io.py. by Guido van Rossum · 17 years ago
  90. c126e8a Merged revisions 55514-55544 via svnmerge from by Guido van Rossum · 17 years ago
  91. c2f93dc Remove native popen() and fdopen(), replacing them with subprocess calls. by Guido van Rossum · 17 years ago
  92. e3d1d41 Fix datetime and its test. by Guido van Rossum · 17 years ago
  93. 6252e10 Make gdbm and dumbdbm use byte strings. Updated their tests. by Guido van Rossum · 17 years ago
  94. 85d8e42 Fix test_unicodedata.py. by Walter Dörwald · 17 years ago
  95. eab198d Fix testcodec.py and test_charmapcodec.py by Walter Dörwald · 17 years ago
  96. 522a6c6 bz2 uses bytes everywhere (even for the 'newlines' attribute). test_bz2 passes. by Guido van Rossum · 17 years ago
  97. 776152b zlib now uses bytes everywhere, and the test passes. by Guido van Rossum · 17 years ago
  98. dcee3c0 Make test_binhex pass. (Do we really want to support it still?) by Guido van Rossum · 17 years ago
  99. 4581ae5 Make test_base64 pass. by Guido van Rossum · 17 years ago
  100. 0e225aa Make binascii use byte strings everywhere (in and out). by Guido van Rossum · 17 years ago