1. e5095e1 Structure fields of type c_char array or c_wchar array accept bytes or by Thomas Heller · 17 years ago
  2. 745f5e2 No crashes on Linux in the ctypes test suite any longer, so we can by Thomas Heller · 17 years ago
  3. f4f771f Fix segfault on Linux. by Thomas Heller · 17 years ago
  4. 8750384 More easy fixes. The ctypes unittests pass now (on Windows). by Thomas Heller · 17 years ago
  5. d660fab binascii.hexlify returns a bytes object; we must convert it to str by Thomas Heller · 17 years ago
  6. 0d8a1fd Simple fixes. by Thomas Heller · 17 years ago
  7. d68d131 Simple fixes. by Thomas Heller · 17 years ago
  8. f0d8b6e Simple fixes. by Thomas Heller · 17 years ago
  9. 3821e31 c_void_p.from_param accepts bytes. Fix test_prototypes. by Thomas Heller · 17 years ago
  10. 3d79dd9 c_char_p.from_param accepts bytes. Fix test_parameters. by Thomas Heller · 17 years ago
  11. 7a76e8f Fix another test. by Thomas Heller · 17 years ago
  12. 9ccf468 test_slicing does not segfault under linux anymore, so we can run this by Thomas Heller · 17 years ago
  13. 7775c71 Accept bytes as parameter to foreign functions without prototype. by Thomas Heller · 17 years ago
  14. 6083131 Accept bytes for c_wchar_p instances and c_wchar array instances. by Thomas Heller · 17 years ago
  15. d076228 Change the StgDictObject's proto member to a PyUnicode_Object (was a by Thomas Heller · 17 years ago
  16. 2c5e964 Accept bytes in c_char_p and c_wchar_p types. by Thomas Heller · 17 years ago
  17. 3af4266 ctypes.c_char and ctypes.c_wchar now accept initialization from byte objects. by Thomas Heller · 17 years ago
  18. f7c6d86 Use a unicode string as unique_key instead of 8-bit string. by Thomas Heller · 17 years ago
  19. a188466 Fix typo in docstring. by Walter Dörwald · 17 years ago
  20. 6720d91 Rename PyTclObject_unicode to PyTclObject_str and use this by Walter Dörwald · 17 years ago
  21. 7c1ebe3 Fix a ctypes test. by Thomas Heller · 17 years ago
  22. 1f498ef Fix a ctypes test. by Thomas Heller · 17 years ago
  23. b0f48ab Skip testing the special file "/dev/tty" on Windows. This test does by Thomas Heller · 17 years ago
  24. fdeee3a Second part of sf# 1752225: On windows, emulate ftruncate with Win32 by Thomas Heller · 17 years ago
  25. af2be26 First part of sf# 1752225: Support for wide filenames on Windows. by Thomas Heller · 17 years ago
  26. 5fa3f05 Py_USING_UNICODE is no longer defined on Windows (on posix it is still by Thomas Heller · 17 years ago
  27. e409b97 Make this a pure-ASCII file. This used to have a Latin-1 coding and by Guido van Rossum · 17 years ago
  28. fc0ffb7 Merged revisions 56265-56300 via svnmerge from by Guido van Rossum · 17 years ago
  29. a5d0c26 Fix for tet_bigmem.py (the failure was caused by a spurious reference by Guido van Rossum · 17 years ago
  30. 652f446 Fixes for str/uni/bytes for gettext.py. test_gettext.py passes. by Guido van Rossum · 17 years ago
  31. 076da09 Fix asynchat to use bytes instead of strings. by Guido van Rossum · 17 years ago
  32. e7a0d39 Fixed a refcount leak in _PyUnicode_AsDefaultEncodedString(). by Guido van Rossum · 17 years ago
  33. dc09715 Use unicode instead of 8-bit strings. by Guido van Rossum · 17 years ago
  34. c3e7ffc obcheckin. by Guido van Rossum · 17 years ago
  35. bdab7d3 Fix test_poll.py. By Christian Heimes. by Guido van Rossum · 17 years ago
  36. 3ed0acc Must create heaptypes with unicode names. by Thomas Heller · 17 years ago
  37. ace8ba8 Revert a wrong commit. by Thomas Heller · 17 years ago
  38. f630dac Must create heaptypes with unicode names. by Thomas Heller · 17 years ago
  39. acb470c Fix the test; solution found by Christian Heimes. Thanks! by Thomas Heller · 17 years ago
  40. f5af466 Fix one more ctypes test, and disable the tests that were segfaulting. by Thomas Heller · 17 years ago
  41. c92159a dict.keys() returns an iterable, convert it into a list. by Thomas Heller · 17 years ago
  42. 3b64580 Remove unused local variable. by Thomas Heller · 17 years ago
  43. e16d250 PyUnicode_AsEncodedString() returns a bytes object. by Thomas Heller · 17 years ago
  44. 13eb6ca Fix some more ctypes tests. by Thomas Heller · 17 years ago
  45. 992d4a3 Merged revisions 56154-56264 via svnmerge from by Guido van Rossum · 17 years ago
  46. c6a55ee See SF# 1751801: Windows: Add the _fileio builtin module, and undefine by Thomas Heller · 17 years ago
  47. 9004427 Fix some simple ctypes tests. by Thomas Heller · 17 years ago
  48. 982479d Repair ctypes Structures. by Thomas Heller · 17 years ago
  49. 67611a6 Avoid compiler warnings about 'const char*'. by Thomas Heller · 17 years ago
  50. e61fd5b Patch by Christian Heimes to change self.assert_(x == y) into by Guido van Rossum · 17 years ago
  51. c9b9de1 PyType_stgdict() returns a borrowed reference which must not be Py_DECREF'd. by Thomas Heller · 17 years ago
  52. 9abb963 print() is a function now. by Thomas Heller · 17 years ago
  53. 918d830 Make _ctypes_test.c compile on Windows. by Thomas Heller · 17 years ago
  54. 55b4a7b Make test_descr.py pass. Had to disable a few tests, remove references by Guido van Rossum · 17 years ago
  55. f074b64 Fix test_cmd_line.py. Fix by Christian Heimes. by Guido van Rossum · 17 years ago
  56. 535a5ef Fix test_file.py. It was passing on OSX for the wrong reason by Guido van Rossum · 17 years ago
  57. 558ca84 Fix test_hashlib regression caused by my fixing hexdigest() to return by Guido van Rossum · 17 years ago
  58. 1bd2122 Silence compiler warning. by Guido van Rossum · 17 years ago
  59. 3f42908 Make hmac use bytes. Make test_hmac pass. by Guido van Rossum · 17 years ago
  60. f895307 Make sure hexdigest() returns str, not str8. by Guido van Rossum · 17 years ago
  61. dc12288 Make test_genericpath pass. by Guido van Rossum · 17 years ago
  62. 98f1375 Make test_posixpath.py pass. by Guido van Rossum · 17 years ago
  63. 469734b Set closed flag *after* calling flush(). by Guido van Rossum · 17 years ago
  64. 47f17d0 Make test_marshal pass. There was a bizarre recursion limit exceeded error, by Guido van Rossum · 17 years ago
  65. d10b2dc Be even more lenient when catching errors from readlines(). by Guido van Rossum · 17 years ago
  66. 4b5386f Add proper tests for closed files to various I/O operations, by Guido van Rossum · 17 years ago
  67. 2b6a97e Add the function/method name to assertRaises. by Guido van Rossum · 17 years ago
  68. a098294 Make test_urllib.py pass. Mostly str/bytes issues. by Guido van Rossum · 17 years ago
  69. 6718062 Fix test_socket.py. Simple str/bytes issue with IPV6 addresse. by Guido van Rossum · 17 years ago
  70. 7165cb1 Made test_file pass. This meant adding support for read(-1) and read() by Guido van Rossum · 17 years ago
  71. e8432ac Upon exit, flush stdout and stderr (twice: before and after the code that by Guido van Rossum · 17 years ago
  72. 5ed033b Change hashlib to return bytes from digest() instead of str8. by Guido van Rossum · 17 years ago
  73. 867bcbc Forgot to submit this earlier; it's needed to make test_threading pass. by Guido van Rossum · 17 years ago
  74. 65b6a80 Make test_uuid passed. by Guido van Rossum · 17 years ago
  75. 5e23d57 Changes to ctypes and Mac toolbox glue that fix test_threading and test_platform. by Guido van Rossum · 17 years ago
  76. 9a63470 Make test_tempfile.py work. Make SpooledTempFile work in text and binary mode. by Guido van Rossum · 17 years ago
  77. b4e87e3 Make test_optparse pass. by Guido van Rossum · 17 years ago
  78. a222e4c Fix the last remaining problem with test_multibytecodec.py; by Guido van Rossum · 17 years ago
  79. 89687b9 Two necessary fixes (but not enough to make tests pass): by Guido van Rossum · 17 years ago
  80. 1f9f825 Fix test_types.py (broken due to removal of array.array('c')). by Guido van Rossum · 17 years ago
  81. 1718fd1 Fix the code for stripping the leading 's' from str8 and bytes literals. by Guido van Rossum · 17 years ago
  82. 07d4e78 Remove a few unicode references accidentally merged in. by Guido van Rossum · 17 years ago
  83. 0c41e88 Fix test_cookie after filter() behavior change. by Guido van Rossum · 17 years ago
  84. 99c0c22 Fix test_struct. A bunch of array and bytes issues. by Guido van Rossum · 17 years ago
  85. 6b826ab Creating an array with a bytes object as initializer by Guido van Rossum · 17 years ago
  86. 166746c There is no longer a 'c' array typecode. by Guido van Rossum · 17 years ago
  87. a1cdfd9 Fix a subtle bug in PyString_Repr(). by Guido van Rossum · 17 years ago
  88. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  89. d094130 Revert r56044 (which changed the %c format specifier to accept a by Walter Dörwald · 17 years ago
  90. 8934fc2 Fix a failure that was only apparent on big-endian machines: by Guido van Rossum · 17 years ago
  91. dd5a860 Fix test_httplib. by Martin v. Löwis · 17 years ago
  92. 486364b Merged revisions 56020-56124 via svnmerge from by Guido van Rossum · 17 years ago
  93. 8ddff70 Don't retest failing tests -- it takes too long. by Guido van Rossum · 17 years ago
  94. 7104458 Change float.__getformat__() to return a unicode string. by Walter Dörwald · 17 years ago
  95. 93b30b5 Make array.typecode a unicode string. by Walter Dörwald · 17 years ago
  96. 2233d27 Change readbuffer_encode() and charbuffer_encode() to return bytes objects. by Walter Dörwald · 17 years ago
  97. 63a28be Silence GCC warning about uninitialzed variable. by Walter Dörwald · 17 years ago
  98. 4ee631e Make "thread.local" key a unicode object. by Walter Dörwald · 17 years ago
  99. 11b41f6 Open files in binary mode. by Walter Dörwald · 17 years ago
  100. 38e6a69 Make pickle errror message unicode objects. by Walter Dörwald · 17 years ago