1. 38e43c2 Adapt to new exception message. by Walter Dörwald · 17 years ago
  2. 3f1e65c Fix Cookie.py: Fix example in the docstring (encoded SerialCookies contain by Walter Dörwald · 17 years ago
  3. 9b77553 Rename checks for test_support.have_unicode (we always by Walter Dörwald · 17 years ago
  4. 0157ebe Fix chr() test (1000000 was accepted on a UCS4 build). by Walter Dörwald · 17 years ago
  5. 2bf7138 Make test_socket work. Don't exclude test_socket from the tests to run. by Guido van Rossum · 17 years ago
  6. 7cad4f3 Just enoug fixes so that test_mailbox fails instead of loops forever. by Guido van Rossum · 17 years ago
  7. 48fc58a Accellerate binary readline() a bit. by Guido van Rossum · 17 years ago
  8. 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 17 years ago
  9. 7b955bd Fix pdb help command. by Alexandre Vassalotti · 17 years ago
  10. 46a05a7 The bufsize argument to Popen() should accept None meaning the default (0). by Guido van Rossum · 17 years ago
  11. ad5b9de Change normalize_encodings() to avoid using .translate() or depending on by Guido van Rossum · 17 years ago
  12. c3b6ac7 Fix libc_ver(): libc_ver() was reading sys.executable by Walter Dörwald · 17 years ago
  13. 4c271fe Fix test_str.py so that it tests the str8 class. by Walter Dörwald · 17 years ago
  14. 756f139 Register a dispatcher for str8. (This makes test_copy.py pass again.) by Walter Dörwald · 17 years ago
  15. a92b446 Fix test_deque.py: Read and write file in text mode, by Walter Dörwald · 17 years ago
  16. 092a225 Fix tests for unicode-internal codec. by Walter Dörwald · 17 years ago
  17. 9cbfffd tokenizer.c: make coding markup work again. by Guido van Rossum · 17 years ago
  18. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  19. 5b1284d Fix gzip.py: Use bytes where 8bit strings have been used formerly. by Walter Dörwald · 17 years ago
  20. 3a77c7a If append mode is specified seek to the end of the file. by Walter Dörwald · 17 years ago
  21. fee1af9 Fix test_codeccallbacks.py: bytes has no % operator. by Walter Dörwald · 17 years ago
  22. 2a0c081 Change sys.intern() so that unicode strings can be by Walter Dörwald · 17 years ago
  23. a7eb93e Simplify socket_repr() by using PyUnicode_FromFormat() by Walter Dörwald · 17 years ago
  24. 3e1b85e Add a helper to display the various flags and components of code objects by Guido van Rossum · 17 years ago
  25. dc089b6 Fix test_openpty. by Guido van Rossum · 17 years ago
  26. 93f3910 types.StringType is gone, use str directly instead. by Walter Dörwald · 17 years ago
  27. 865b003 Remove debug print. by Walter Dörwald · 17 years ago
  28. a327000 Fix typo. by Walter Dörwald · 17 years ago
  29. 812d834 Fix test_pty.py. by Walter Dörwald · 17 years ago
  30. c025714 Fix file test. by Walter Dörwald · 17 years ago
  31. 644e149 Get rid of a test for repr() of a file object. by Guido van Rossum · 17 years ago
  32. ff12e08 Make the binhex test pass on Darwin. by Guido van Rossum · 17 years ago
  33. a01a8b6 Remove use of types.StringType. by Guido van Rossum · 17 years ago
  34. c5b6ab0 Use input(), not our own fake raw input (in one place). by Guido van Rossum · 17 years ago
  35. e625fd5 Make struct tests pass. by Guido van Rossum · 17 years ago
  36. 54ad523 Make xmlrpclib fail less (test_sundry passes). by Guido van Rossum · 17 years ago
  37. 859b5ec Add isatty() to TextIOWrapper. by Guido van Rossum · 17 years ago
  38. 63236cf Minimal fixes to save the bootstrap on OSX. by Guido van Rossum · 17 years ago
  39. adee45e Merged revisions 55545-55587 via svnmerge from by Guido van Rossum · 17 years ago
  40. 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
  41. 2c94aa5 Fixed array.fromfile(); removed references to PyFileObject in array.tofile(). by Guido van Rossum · 17 years ago
  42. 6c037ba Don't specify an encoding, let open figure out an appropriate one. by Walter Dörwald · 17 years ago
  43. 292aa0d Fix test_set. by Guido van Rossum · 17 years ago
  44. fc3436b Add an encoding property to TextIOBase instances. by Guido van Rossum · 17 years ago
  45. 75d6f1a Fix tset_bytes.py. by Guido van Rossum · 17 years ago
  46. eceb0fb Fix test_exceptions.py: There were still str8 objects by Walter Dörwald · 17 years ago
  47. 9e4dc91 Fix list_test.py::test_print(): Read and write the by Walter Dörwald · 17 years ago
  48. 2565d90 Fix test_funcattrs.py: __name__ attribute must be str8. by Walter Dörwald · 17 years ago
  49. 305b924 Fix test_bool and test_bufio. by Guido van Rossum · 17 years ago
  50. 6f376c4 Enable new I/O. Disable creation of old files. by Guido van Rossum · 17 years ago
  51. fa0054a Make test_subprocess work. Fix universal newlines in io.py. by Guido van Rossum · 17 years ago
  52. c126e8a Merged revisions 55514-55544 via svnmerge from by Guido van Rossum · 17 years ago
  53. c2f93dc Remove native popen() and fdopen(), replacing them with subprocess calls. by Guido van Rossum · 17 years ago
  54. e3d1d41 Fix datetime and its test. by Guido van Rossum · 17 years ago
  55. 6252e10 Make gdbm and dumbdbm use byte strings. Updated their tests. by Guido van Rossum · 17 years ago
  56. 85d8e42 Fix test_unicodedata.py. by Walter Dörwald · 17 years ago
  57. eab198d Fix testcodec.py and test_charmapcodec.py by Walter Dörwald · 17 years ago
  58. 522a6c6 bz2 uses bytes everywhere (even for the 'newlines' attribute). test_bz2 passes. by Guido van Rossum · 17 years ago
  59. 776152b zlib now uses bytes everywhere, and the test passes. by Guido van Rossum · 17 years ago
  60. dcee3c0 Make test_binhex pass. (Do we really want to support it still?) by Guido van Rossum · 17 years ago
  61. 4581ae5 Make test_base64 pass. by Guido van Rossum · 17 years ago
  62. 0e225aa Make binascii use byte strings everywhere (in and out). by Guido van Rossum · 17 years ago
  63. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  64. dc19f09 There's no need to default file to sys.stdout -- print(file=None) already by Guido van Rossum · 17 years ago
  65. c49ebc0 The HTMLCalendar outputs bytes now, so fix the test by Walter Dörwald · 17 years ago
  66. 1f5947b Remove have_unicode checks and merge those tests into the by Walter Dörwald · 17 years ago
  67. 0242705 Remove unused import. by Walter Dörwald · 17 years ago
  68. 4aeaa96 Remove tests for have_unicode. by Walter Dörwald · 17 years ago
  69. d6ca546 Make test_zipfile pass. by Guido van Rossum · 17 years ago
  70. 94ca1c6 linecache.py was still struggling with unicode vs. non-unicode. by Guido van Rossum · 17 years ago
  71. 7d0a826 Sockets facelift. APIs that could return binary data (e.g. aton() and by Guido van Rossum · 17 years ago
  72. 88effc1 Make test_format.py pass again (error messages have changed). by Walter Dörwald · 17 years ago
  73. 3353a2e Make test_repr.py pass again after repr(range(1)) changed. by Guido van Rossum · 17 years ago
  74. 813b0e5 Make test_inspect pass once again. by Guido van Rossum · 17 years ago
  75. 2a857de Update name of test. by Walter Dörwald · 17 years ago
  76. 4ad9421 Rename test_xrange.py to test_range.py and fix the type name in various spots. by Walter Dörwald · 17 years ago
  77. 03b43d8 repr(range(10)) now returns 'range(0, 10)' for clarity. by Walter Dörwald · 17 years ago
  78. 67d9993 Add a few simple repr tests. by Walter Dörwald · 17 years ago
  79. 94b59bb Use test_support.unlink() instead of os.unlink(). by Guido van Rossum · 17 years ago
  80. 8d9db04 Fix the cleanup so that we're not left with shelftemp.db.* files. by Guido van Rossum · 17 years ago
  81. b5b2270 Make test_socket pass. There was an unchecked error when a Unicode by Guido van Rossum · 17 years ago
  82. 4e618b7 Fix test: u prefixes are gone now. Test 'a' and b'a' instead. by Walter Dörwald · 17 years ago
  83. d203431 Add 'U'/'U#' format characters to Py_BuildValue (and thus by Walter Dörwald · 17 years ago
  84. 68937b4 Change some uses of cStringIO.StringIO to io.StringIO. by Guido van Rossum · 17 years ago
  85. 7ac9d40 Protect abs__file__() from changes to sys.modules while it's running. by Guido van Rossum · 17 years ago
  86. 024da5c Make all the multibyte codec tests pass. by Guido van Rossum · 17 years ago
  87. f4cfc8f Make test_codecs work. The CJK codecs now use bytes instead of str8 for by Guido van Rossum · 17 years ago
  88. bbbd4fd Make test_new pass. by Guido van Rossum · 17 years ago
  89. 1a1f61b Make test_locale pass. by Guido van Rossum · 17 years ago
  90. f40e576 Make test__locale pass. Stupid bug in the original code: used 'is' for '=='. by Guido van Rossum · 17 years ago
  91. 583118a Fix tests for string encodings. by Walter Dörwald · 17 years ago
  92. ebe3e16 Merged revisions 55342-55406 via svnmerge from by Guido van Rossum · 17 years ago
  93. e35553e Fix io.StringIO for wide Python builds. by Walter Dörwald · 17 years ago
  94. 9d2ac22 Fix io.StringIO: String are stored encoded (using "unicode-internal" as the by Walter Dörwald · 17 years ago
  95. c9e363c Make test_subprocess pass. The subprocess module now reads and writes by Guido van Rossum · 17 years ago
  96. af2362a Make test_sys pass. by Guido van Rossum · 17 years ago
  97. 7f21d30 Make test_strop pass. (But shouldn't we kill strop?) by Guido van Rossum · 17 years ago
  98. 7ebb970 Make test_re pass. by Guido van Rossum · 17 years ago
  99. e108373 It's ok for __hex__ or __oct__ to return unicode. by Guido van Rossum · 17 years ago
  100. a45ea58 Make test_fileio.py work. by Guido van Rossum · 17 years ago