1. 48f4cf9 Use BytesIO instead of cStringIO.StringIO. by Martin v. Löwis · 17 years ago
  2. 1bba9db Revert previous checkin. by Martin v. Löwis · 17 years ago
  3. c582bfc Fix quopri to operate consistently on bytes. by Martin v. Löwis · 17 years ago
  4. f3f0c61 Return bytes, not str8. by Martin v. Löwis · 17 years ago
  5. f30bb0e Patch #1762412: Fix test case for struni branch. by Martin v. Löwis · 17 years ago
  6. 3e1f85e Fix the minidom test. by Guido van Rossum · 17 years ago
  7. 3992db8 SF patch# 1759922 by Alexandre Vassalotti. by Guido van Rossum · 17 years ago
  8. 624ab7c Make test_sgmllib pass on OSX. Hopefully it still passes everywhere else too. by Guido van Rossum · 17 years ago
  9. 45c85d1 Fix the docstrings for keys(), items(), values() (especially the latter). by Guido van Rossum · 17 years ago
  10. ea83447 SF patch# 1757839 by Alexandre Vassalotti (part 2). by Guido van Rossum · 17 years ago
  11. f7a94e4 SF patch# 1761465 by Jeffrey Yasskin. Fix test_aepack and test_applesingle. by Guido van Rossum · 17 years ago
  12. 67feb09 Delete redundant read() and close() methods from SocketIO class. by Guido van Rossum · 17 years ago
  13. 97a7f1e Don't redirect stdout for test_curses. Kill some dead (commented-out) code. by Guido van Rossum · 17 years ago
  14. e5aeaad Return bytes, not string from read(). Makes test_mmap.py pass. by Guido van Rossum · 17 years ago
  15. 1eb79cf Move xdrlib over to the bytes type. by Brett Cannon · 17 years ago
  16. d24fffe Move shelve over to BytesIO as pickle.(Pickler | Unpickler) expect binary by Brett Cannon · 17 years ago
  17. 2f2fffb Fix two bad type identifiers that caused crashes on OSX (icglue and Nav). by Guido van Rossum · 17 years ago
  18. 3f6dd68 Make the last two curses demos work again -- they were using float by Guido van Rossum · 17 years ago
  19. 6c95da3 ccMake test_curses pass. Can't guarantee I caught every spot. by Guido van Rossum · 17 years ago
  20. 51a883b Make test_wave.py pass. by Guido van Rossum · 17 years ago
  21. f761e10 Make test_tcl.py pass, by accepting unicode strings as variable names. by Guido van Rossum · 17 years ago
  22. 005ebb1 Tweaks to make the codecmaps tests pass again. by Guido van Rossum · 17 years ago
  23. 4ca9471 SF patch# 1759016 by Joe Gregorio, who writes: by Guido van Rossum · 17 years ago
  24. 9e473c2 SF patch# 1758570 by Jeffrey Yasskin, who writes: by Guido van Rossum · 17 years ago
  25. f520c05 Don't use cwnon-ASCII characters in the source; use \ooo escapes. by Guido van Rossum · 17 years ago
  26. 13d7799 Fix import of frozen package submodules to use Unicode. Fixes test_frozen. by Guido van Rossum · 17 years ago
  27. 3698746 Add a command line option to set the -u flag. by Guido van Rossum · 17 years ago
  28. accecdf Don't use a sleep to wait for the server to be ready; this caused by Guido van Rossum · 17 years ago
  29. d745c43 Fix test_largefile by changing some string literals to byte literals. by Collin Winter · 17 years ago
  30. f86f285 Fix test_poplib failures. by Collin Winter · 17 years ago
  31. 33e7a8e Make close() (all versions) ignore IOError from flush(). by Guido van Rossum · 17 years ago
  32. ca73d49 Remove this test; it checked for a single old bug and I don't think that by Guido van Rossum · 17 years ago
  33. f8761c7 Make test_compile not fail. by Guido van Rossum · 17 years ago
  34. b5b652e Drop cPickle from Windows build process. by Martin v. Löwis · 17 years ago
  35. 95c95ce Merged revisions 56483-56491 via svnmerge from by Martin v. Löwis · 17 years ago
  36. 5d7428b Fix merge breakage. by Martin v. Löwis · 17 years ago
  37. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  38. b972a78 SF patch# 1757683 by Alexandre Vassalotti. Add support for by Guido van Rossum · 17 years ago
  39. d4eda82 SF patch# 1757839 by Alexandre Vassalotti -- make test_mailbox and by Guido van Rossum · 17 years ago
  40. bf4806b SF patch# 1757758 by Alexandre Vassalotti, fixing test_ucn. by Guido van Rossum · 17 years ago
  41. b8b108f Make doctest pass by specifying the right encoding. by Collin Winter · 17 years ago
  42. fb56d8f Fix test_uuid.py. Add a note that this module is thread-unsafe. :-( by Guido van Rossum · 17 years ago
  43. 25d0bd6 Delete failing test that was checking that a slot declaration with by Guido van Rossum · 17 years ago
  44. 3a2e5ce Make audioop and its tests use bytes throughout. by Martin v. Löwis · 17 years ago
  45. b1a9f27 Fix test_doctest: drop u prefixes; explicitly declare by Martin v. Löwis · 17 years ago
  46. 36e0a92 Merged revisions 56443-56466 via svnmerge from by Guido van Rossum · 17 years ago
  47. f66263c Fix test_cookie.py. 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. f93254d Fix test_pickle, by reverting the string opcodes (S, T, U) to returning by Guido van Rossum · 17 years ago
  51. 00058aa Fix a bug in PyUnicode_FromStringAndSize() with signed characters. by Guido van Rossum · 17 years ago
  52. 814661e Fix test_zipfile.py. (Why was it passing before?) The usual str/bytes issues. by Guido van Rossum · 17 years ago
  53. 697a84b Make test_unicode pass after the lexer was fixed to turn unicode errors by Guido van Rossum · 17 years ago
  54. 7eb6ca5 Make test_parser pass after merge. by Guido van Rossum · 17 years ago
  55. df4a743 Fix test_asyncore after merge. It needs to use bytes. by Guido van Rossum · 17 years ago
  56. b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 17 years ago
  57. 5ed317d Do the right thing for CYGWIN. by Guido van Rossum · 17 years ago
  58. 10a60b3 Change Py_BuildValue to generate Unicode objects for by Martin v. Löwis · 17 years ago
  59. 6f2df4d Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lingering print statements. by Collin Winter · 17 years ago
  60. a8c360e SF patch# 1755229 by Amaury Forgeot d'Arc: fix _winreg module and tests. by Guido van Rossum · 17 years ago
  61. 52b8976 Minimal changes to make ftplib work. Basically, this opens the stream in by Guido van Rossum · 17 years ago
  62. 93adc5d (1) SF patch# 1755214 by Amaury Forgeot d'Arc which makes some tests by Guido van Rossum · 17 years ago
  63. dc40ae6 Fix two bugs from the map->itertools.imap switch. by Collin Winter · 17 years ago
  64. 2c8fef0 Fix a bug in distutils.core's error handling. by Collin Winter · 17 years ago
  65. e63bae6 Make the test of chr() overflow pass. (Sigh. There are so many redundant tests.) by Guido van Rossum · 17 years ago
  66. 72e110c Fix a bug from the map->itertools.imap conversion. by Collin Winter · 17 years ago
  67. 2698631 Make test_pickletools.py pass. by Guido van Rossum · 17 years ago
  68. 1c5a98a Fix for cProfile. SF patch# 1755176 by Amaury Forgeot d'Arc. by Guido van Rossum · 17 years ago
  69. d77d699 Change a bunch of file encodings from Latin-1 to UTF-8. by Guido van Rossum · 17 years ago
  70. 6a2ccd0 Fix for one particular test (test_file). There are still four errors. by Guido van Rossum · 17 years ago
  71. 307fa8c Three patches by Amaury Forgeot d'Arc; SF patch# 1754484. by Guido van Rossum · 17 years ago
  72. 27ae523 Fix test_uu.py by inserting an explicit conversion from bytes to str by Guido van Rossum · 17 years ago
  73. 456fe5d Fix a weird use of try/finally to close a file. by Guido van Rossum · 17 years ago
  74. b358a2c SF patch# 1752647 by Joe Gregorio. by Guido van Rossum · 17 years ago
  75. 88079f4 Use the encoding specification when reading the source file. by Guido van Rossum · 17 years ago
  76. 827bfd0 Don't stop installing if compileall fails -- ever. by Guido van Rossum · 17 years ago
  77. b7d3e65 Improve error handling; don't die from unicode errors or syntax errors. by Guido van Rossum · 17 years ago
  78. 8ac004e Make chr() and ord() return/accept surrogate pairs in narrow builds. by Guido van Rossum · 17 years ago
  79. 49c12ac Fix ctypes tests on OS X. by Thomas Heller · 17 years ago
  80. 3e6cbf1 For easier merging, revert ths change; it will be brought back in when by Thomas Heller · 17 years ago
  81. 7f16288 atexit is a builtin module now, provide that on Windows. by Thomas Heller · 17 years ago
  82. 19b5254 c_char, c_char_p objects and c_char array structure fields return by Thomas Heller · 17 years ago
  83. 27384da Do not accept str8 type in function calls any longer. by Thomas Heller · 17 years ago
  84. ace0505 Remove all the Python 2.3 compatibility markers (the Python 3 ctypes by Thomas Heller · 17 years ago
  85. 84d66a0 Remove all the Python 2.3 compatibility markers (the Python 3 ctypes by Thomas Heller · 17 years ago
  86. e5095e1 Structure fields of type c_char array or c_wchar array accept bytes or by Thomas Heller · 17 years ago
  87. 745f5e2 No crashes on Linux in the ctypes test suite any longer, so we can by Thomas Heller · 17 years ago
  88. f4f771f Fix segfault on Linux. by Thomas Heller · 17 years ago
  89. 8750384 More easy fixes. The ctypes unittests pass now (on Windows). by Thomas Heller · 17 years ago
  90. d660fab binascii.hexlify returns a bytes object; we must convert it to str by Thomas Heller · 17 years ago
  91. 0d8a1fd Simple fixes. by Thomas Heller · 17 years ago
  92. d68d131 Simple fixes. by Thomas Heller · 17 years ago
  93. f0d8b6e Simple fixes. by Thomas Heller · 17 years ago
  94. 3821e31 c_void_p.from_param accepts bytes. Fix test_prototypes. by Thomas Heller · 17 years ago
  95. 3d79dd9 c_char_p.from_param accepts bytes. Fix test_parameters. by Thomas Heller · 17 years ago
  96. 7a76e8f Fix another test. by Thomas Heller · 17 years ago
  97. 9ccf468 test_slicing does not segfault under linux anymore, so we can run this by Thomas Heller · 17 years ago
  98. 7775c71 Accept bytes as parameter to foreign functions without prototype. by Thomas Heller · 17 years ago
  99. 6083131 Accept bytes for c_wchar_p instances and c_wchar array instances. by Thomas Heller · 17 years ago
  100. d076228 Change the StgDictObject's proto member to a PyUnicode_Object (was a by Thomas Heller · 17 years ago