1. 867bcbc Forgot to submit this earlier; it's needed to make test_threading pass. by Guido van Rossum · 17 years ago
  2. 65b6a80 Make test_uuid passed. by Guido van Rossum · 17 years ago
  3. 5e23d57 Changes to ctypes and Mac toolbox glue that fix test_threading and test_platform. by Guido van Rossum · 17 years ago
  4. 9a63470 Make test_tempfile.py work. Make SpooledTempFile work in text and binary mode. by Guido van Rossum · 17 years ago
  5. b4e87e3 Make test_optparse pass. by Guido van Rossum · 17 years ago
  6. a222e4c Fix the last remaining problem with test_multibytecodec.py; by Guido van Rossum · 17 years ago
  7. 89687b9 Two necessary fixes (but not enough to make tests pass): by Guido van Rossum · 17 years ago
  8. 1f9f825 Fix test_types.py (broken due to removal of array.array('c')). by Guido van Rossum · 17 years ago
  9. 1718fd1 Fix the code for stripping the leading 's' from str8 and bytes literals. by Guido van Rossum · 17 years ago
  10. 07d4e78 Remove a few unicode references accidentally merged in. by Guido van Rossum · 17 years ago
  11. 0c41e88 Fix test_cookie after filter() behavior change. by Guido van Rossum · 17 years ago
  12. 99c0c22 Fix test_struct. A bunch of array and bytes issues. by Guido van Rossum · 17 years ago
  13. 6b826ab Creating an array with a bytes object as initializer by Guido van Rossum · 17 years ago
  14. 166746c There is no longer a 'c' array typecode. by Guido van Rossum · 17 years ago
  15. a1cdfd9 Fix a subtle bug in PyString_Repr(). by Guido van Rossum · 17 years ago
  16. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  17. d094130 Revert r56044 (which changed the %c format specifier to accept a by Walter Dörwald · 17 years ago
  18. 8934fc2 Fix a failure that was only apparent on big-endian machines: by Guido van Rossum · 17 years ago
  19. dd5a860 Fix test_httplib. by Martin v. Löwis · 17 years ago
  20. 486364b Merged revisions 56020-56124 via svnmerge from by Guido van Rossum · 17 years ago
  21. 8ddff70 Don't retest failing tests -- it takes too long. by Guido van Rossum · 17 years ago
  22. 7104458 Change float.__getformat__() to return a unicode string. by Walter Dörwald · 17 years ago
  23. 93b30b5 Make array.typecode a unicode string. by Walter Dörwald · 17 years ago
  24. 2233d27 Change readbuffer_encode() and charbuffer_encode() to return bytes objects. by Walter Dörwald · 17 years ago
  25. 63a28be Silence GCC warning about uninitialzed variable. by Walter Dörwald · 17 years ago
  26. 4ee631e Make "thread.local" key a unicode object. by Walter Dörwald · 17 years ago
  27. 11b41f6 Open files in binary mode. by Walter Dörwald · 17 years ago
  28. 38e6a69 Make pickle errror message unicode objects. by Walter Dörwald · 17 years ago
  29. bc1f886 Change %c format specifier for PyArg_ParseTuple() so that it accepts by Walter Dörwald · 17 years ago
  30. 32a4c71 Patch by Ron Adam: Don't use u prefix in unicode error messages by Walter Dörwald · 17 years ago
  31. 31f72d7 "Fix" the array module test -- by ripping out the 'c' typecode. by Guido van Rossum · 17 years ago
  32. c43e79f Fix a buch of shallow test failures. by Guido van Rossum · 17 years ago
  33. 7eaf822 Merged revisions 55962-56019 via svnmerge from by Guido van Rossum · 17 years ago
  34. 96ca691 Make sys.path and sys.argv into lists of strings. by Guido van Rossum · 17 years ago
  35. aa588c4 Fix some problems introduced by the str8 repr change. by Guido van Rossum · 17 years ago
  36. a092947 Fix a typo in the name of an output file. by Guido van Rossum · 17 years ago
  37. 7611d1d Patch by Ron Adam to make repr(str8(...)) return something looking like by Guido van Rossum · 17 years ago
  38. bb5f590 Modernize the super() call in ABCMeta.__new__() -- I had messed with by Guido van Rossum · 17 years ago
  39. 2d28f59 Add asserts to PyBytes_AS_STRING and PyBytes_GET_SIZE. by Guido van Rossum · 17 years ago
  40. 27ff74d Fix another issue likely introduced by the merge. by Guido van Rossum · 17 years ago
  41. bdbb395 Looks like an oopsie -- I ignored a warning at my peril. by Guido van Rossum · 17 years ago
  42. f903f00 Fix some tests by deleting stuff. by Guido van Rossum · 17 years ago
  43. 8518bdc Somehow this needed adding. by Guido van Rossum · 17 years ago
  44. f5b4685 Reduce redundant calls to str() in _Environ class. by Guido van Rossum · 17 years ago
  45. 67aca9e Following an idea by Ron Adam, make sure keys and values in the by Guido van Rossum · 17 years ago
  46. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  47. 6374bb5 Shut up compiler warnings. by Guido van Rossum · 17 years ago
  48. fa33163 Discard unused function. by Guido van Rossum · 17 years ago
  49. ff0ffb3 Make test_tmpfile() pass. (And hence test_os.py as a whole passes.) by Guido van Rossum · 17 years ago
  50. 88e860c Fix bz2_test.py by removing the tests for universal newline mode. by Guido van Rossum · 17 years ago
  51. 755114a Make it compile with GCC 2.96. by Guido van Rossum · 17 years ago
  52. f09ca14 Checkpoint: half-fixed the bz2 module. 'U' is no longer supported. by Guido van Rossum · 17 years ago
  53. da5b8f2 Rip out the file object's implementation. by Guido van Rossum · 17 years ago
  54. 2d5c219 unicode is named str now => fix type check. by Walter Dörwald · 17 years ago
  55. 2c849f2 Fix test_shlex: Use io.StringIO. by Walter Dörwald · 17 years ago
  56. 26e0f51 Mention name of left operand, if "foo in unicode_string" fails. by Walter Dörwald · 17 years ago
  57. 42748a8 Rip out all codecs that can't work in a unicode/bytes world: by Walter Dörwald · 17 years ago
  58. 6e8fcae Make module docstrings unicode objects. by Walter Dörwald · 17 years ago
  59. 427dbff Revert 55876. Use PyUnicode_AsEncodedString instead. by Martin v. Löwis · 17 years ago
  60. 543c09e Duh. Delete the outdated comment too. by Guido van Rossum · 17 years ago
  61. 616c8c1 Seems this test is just fine. It fails because __phello__.spam by Guido van Rossum · 17 years ago
  62. 5397039 Minimal changes to make the "freeze" tool work again. by Guido van Rossum · 17 years ago
  63. 0aa35f8 Update the frozen bytecode for __hello__. by Guido van Rossum · 17 years ago
  64. d59cde8 Some quick fixes of code that was sorting dict.keys() etc. by Guido van Rossum · 17 years ago
  65. 1a0270f Remove unused code. by Walter Dörwald · 17 years ago
  66. 5de48bd Simplify various spots where: str() is called on something by Walter Dörwald · 17 years ago
  67. 80bfb72 Add versionadded notes to PyUnicode_FromString(), by Walter Dörwald · 17 years ago
  68. c0aa45f Document PyUnicode_FromFormat(). by Walter Dörwald · 17 years ago
  69. d7fb764 Add a format specifier %V to PyUnicode_FromFormat(), that works similar to %U, by Walter Dörwald · 17 years ago
  70. 3ef72bb Fix PyErr_Format() call (missing exception class). by Walter Dörwald · 17 years ago
  71. e42109d Use PyErr_Format() directly instead of PyOS_snprintf()+PyErr_SetString(). by Walter Dörwald · 17 years ago
  72. 4ddbdad Simplify error formatting. Fix error message in check_unoptimized(). by Walter Dörwald · 17 years ago
  73. 5d4ede1 Simplify ste_repr(). by Walter Dörwald · 17 years ago
  74. 7516360 Simplify error formatting and type_repr(). by Walter Dörwald · 17 years ago
  75. d376dd9 Simplify error formatting. by Walter Dörwald · 17 years ago
  76. a29d1d7 Simplify error formatting (no default encoding required). by Walter Dörwald · 17 years ago
  77. 7815c5e Check unicode identifier directly instead of converting by Walter Dörwald · 17 years ago
  78. 4dbd01b __module__ is a unicode string now: by Walter Dörwald · 17 years ago
  79. 641d5cc Short-cut lookup of utf-8 codec, to make import work on OSX. by Martin v. Löwis · 17 years ago
  80. 9b9905b Expect unicode in class_name. by Martin v. Löwis · 17 years ago
  81. 826b9dd Fix getclassname. Fixes test_descrtut. by Martin v. Löwis · 17 years ago
  82. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
  83. 38e43c2 Adapt to new exception message. by Walter Dörwald · 17 years ago
  84. 3f1e65c Fix Cookie.py: Fix example in the docstring (encoded SerialCookies contain by Walter Dörwald · 17 years ago
  85. 9b77553 Rename checks for test_support.have_unicode (we always by Walter Dörwald · 17 years ago
  86. 0157ebe Fix chr() test (1000000 was accepted on a UCS4 build). by Walter Dörwald · 17 years ago
  87. 2bf7138 Make test_socket work. Don't exclude test_socket from the tests to run. by Guido van Rossum · 17 years ago
  88. 7cad4f3 Just enoug fixes so that test_mailbox fails instead of loops forever. by Guido van Rossum · 17 years ago
  89. 48fc58a Accellerate binary readline() a bit. by Guido van Rossum · 17 years ago
  90. 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 17 years ago
  91. 7b955bd Fix pdb help command. by Alexandre Vassalotti · 17 years ago
  92. 46a05a7 The bufsize argument to Popen() should accept None meaning the default (0). by Guido van Rossum · 17 years ago
  93. ad5b9de Change normalize_encodings() to avoid using .translate() or depending on by Guido van Rossum · 17 years ago
  94. c3b6ac7 Fix libc_ver(): libc_ver() was reading sys.executable by Walter Dörwald · 17 years ago
  95. 94093ff Change most sys attributes that were str8 objects into str objects by Walter Dörwald · 17 years ago
  96. 3d1d712 Don't lie in error messages from str8. by Guido van Rossum · 17 years ago
  97. 4c271fe Fix test_str.py so that it tests the str8 class. by Walter Dörwald · 17 years ago
  98. 756f139 Register a dispatcher for str8. (This makes test_copy.py pass again.) by Walter Dörwald · 17 years ago
  99. a92b446 Fix test_deque.py: Read and write file in text mode, by Walter Dörwald · 17 years ago
  100. 092a225 Fix tests for unicode-internal codec. by Walter Dörwald · 17 years ago