1. 1c5a98a Fix for cProfile. SF patch# 1755176 by Amaury Forgeot d'Arc. by Guido van Rossum · 17 years ago
  2. b358a2c SF patch# 1752647 by Joe Gregorio. by Guido van Rossum · 17 years ago
  3. 3e6cbf1 For easier merging, revert ths change; it will be brought back in when by Thomas Heller · 17 years ago
  4. 19b5254 c_char, c_char_p objects and c_char array structure fields return by Thomas Heller · 17 years ago
  5. 27384da Do not accept str8 type in function calls any longer. by Thomas Heller · 17 years ago
  6. ace0505 Remove all the Python 2.3 compatibility markers (the Python 3 ctypes by Thomas Heller · 17 years ago
  7. 84d66a0 Remove all the Python 2.3 compatibility markers (the Python 3 ctypes by Thomas Heller · 17 years ago
  8. e5095e1 Structure fields of type c_char array or c_wchar array accept bytes or 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. 7775c71 Accept bytes as parameter to foreign functions without prototype. by Thomas Heller · 17 years ago
  12. 6083131 Accept bytes for c_wchar_p instances and c_wchar array instances. by Thomas Heller · 17 years ago
  13. d076228 Change the StgDictObject's proto member to a PyUnicode_Object (was a by Thomas Heller · 17 years ago
  14. 2c5e964 Accept bytes in c_char_p and c_wchar_p types. by Thomas Heller · 17 years ago
  15. 3af4266 ctypes.c_char and ctypes.c_wchar now accept initialization from byte objects. by Thomas Heller · 17 years ago
  16. f7c6d86 Use a unicode string as unique_key instead of 8-bit string. by Thomas Heller · 17 years ago
  17. a188466 Fix typo in docstring. by Walter Dörwald · 17 years ago
  18. 6720d91 Rename PyTclObject_unicode to PyTclObject_str and use this by Walter Dörwald · 17 years ago
  19. fdeee3a Second part of sf# 1752225: On windows, emulate ftruncate with Win32 by Thomas Heller · 17 years ago
  20. af2be26 First part of sf# 1752225: Support for wide filenames on Windows. by Thomas Heller · 17 years ago
  21. 5fa3f05 Py_USING_UNICODE is no longer defined on Windows (on posix it is still by Thomas Heller · 17 years ago
  22. dc09715 Use unicode instead of 8-bit strings. by Guido van Rossum · 17 years ago
  23. 3ed0acc Must create heaptypes with unicode names. by Thomas Heller · 17 years ago
  24. e16d250 PyUnicode_AsEncodedString() returns a bytes object. by Thomas Heller · 17 years ago
  25. 992d4a3 Merged revisions 56154-56264 via svnmerge from by Guido van Rossum · 17 years ago
  26. c6a55ee See SF# 1751801: Windows: Add the _fileio builtin module, and undefine by Thomas Heller · 17 years ago
  27. 982479d Repair ctypes Structures. by Thomas Heller · 17 years ago
  28. 67611a6 Avoid compiler warnings about 'const char*'. by Thomas Heller · 17 years ago
  29. c9b9de1 PyType_stgdict() returns a borrowed reference which must not be Py_DECREF'd. by Thomas Heller · 17 years ago
  30. 918d830 Make _ctypes_test.c compile on Windows. by Thomas Heller · 17 years ago
  31. f895307 Make sure hexdigest() returns str, not str8. by Guido van Rossum · 17 years ago
  32. 7165cb1 Made test_file pass. This meant adding support for read(-1) and read() by Guido van Rossum · 17 years ago
  33. 5ed033b Change hashlib to return bytes from digest() instead of str8. by Guido van Rossum · 17 years ago
  34. 867bcbc Forgot to submit this earlier; it's needed to make test_threading pass. by Guido van Rossum · 17 years ago
  35. 5e23d57 Changes to ctypes and Mac toolbox glue that fix test_threading and test_platform. by Guido van Rossum · 17 years ago
  36. 1718fd1 Fix the code for stripping the leading 's' from str8 and bytes literals. by Guido van Rossum · 17 years ago
  37. 6b826ab Creating an array with a bytes object as initializer by Guido van Rossum · 17 years ago
  38. d094130 Revert r56044 (which changed the %c format specifier to accept a by Walter Dörwald · 17 years ago
  39. 8934fc2 Fix a failure that was only apparent on big-endian machines: by Guido van Rossum · 17 years ago
  40. 93b30b5 Make array.typecode a unicode string. by Walter Dörwald · 17 years ago
  41. 2233d27 Change readbuffer_encode() and charbuffer_encode() to return bytes objects. by Walter Dörwald · 17 years ago
  42. 4ee631e Make "thread.local" key a unicode object. by Walter Dörwald · 17 years ago
  43. 38e6a69 Make pickle errror message unicode objects. by Walter Dörwald · 17 years ago
  44. bc1f886 Change %c format specifier for PyArg_ParseTuple() so that it accepts by Walter Dörwald · 17 years ago
  45. 31f72d7 "Fix" the array module test -- by ripping out the 'c' typecode. by Guido van Rossum · 17 years ago
  46. c43e79f Fix a buch of shallow test failures. by Guido van Rossum · 17 years ago
  47. aa588c4 Fix some problems introduced by the str8 repr change. by Guido van Rossum · 17 years ago
  48. 27ff74d Fix another issue likely introduced by the merge. by Guido van Rossum · 17 years ago
  49. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  50. 6374bb5 Shut up compiler warnings. by Guido van Rossum · 17 years ago
  51. 88e860c Fix bz2_test.py by removing the tests for universal newline mode. 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. 1a0270f Remove unused code. by Walter Dörwald · 17 years ago
  55. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
  56. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  57. 0e41148 Use O_APPEND flag instead of seeking, when append mode is specified. 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. 5b0443c Use PyUnicode_FromFormat() directly in zipimporter_repr(). by Walter Dörwald · 17 years ago
  60. 4254e76 Change category(), bidirectional(), east_asian_width(), by Walter Dörwald · 17 years ago
  61. 0bbd8ab Simplify os_init() implementations by using PyErr_Format() by Walter Dörwald · 17 years ago
  62. 9cb0802 Remove unused variable. by Walter Dörwald · 17 years ago
  63. a7eb93e Simplify socket_repr() by using PyUnicode_FromFormat() by Walter Dörwald · 17 years ago
  64. cf47af4 Change time.strftime() to return a unicode string. by Walter Dörwald · 17 years ago
  65. baf853c Change timedelta.__str__() to return a unicode object. by Walter Dörwald · 17 years ago
  66. bafa137 Change isoformat() methods to return unicode strings. by Walter Dörwald · 17 years ago
  67. 4af32b3 Change format_ctime() to return unicode (i.e. by Walter Dörwald · 17 years ago
  68. 29478ef Merged revisions 55588-55630 via svnmerge from by Guido van Rossum · 17 years ago
  69. ad4404c Modernize. Values are now bytes. by Guido van Rossum · 17 years ago
  70. e625fd5 Make struct tests pass. by Guido van Rossum · 17 years ago
  71. 1680713 Add interning of unicode strings by copying the functionality from by Walter Dörwald · 17 years ago
  72. 2c94aa5 Fixed array.fromfile(); removed references to PyFileObject in array.tofile(). by Guido van Rossum · 17 years ago
  73. 78c1c4d Link _fileio statically -- it is needed during initialization. by Guido van Rossum · 17 years ago
  74. c2f93dc Remove native popen() and fdopen(), replacing them with subprocess calls. by Guido van Rossum · 17 years ago
  75. d8595fe Refactor to avoid ultra-deeply-nested code. by Guido van Rossum · 17 years ago
  76. e3d1d41 Fix datetime and its test. by Guido van Rossum · 17 years ago
  77. 6252e10 Make gdbm and dumbdbm use byte strings. Updated their tests. by Guido van Rossum · 17 years ago
  78. 517bcfe Simplify append_keyword_tzinfo() by using PyUnicode_FromFormat(). by Walter Dörwald · 17 years ago
  79. 522a6c6 bz2 uses bytes everywhere (even for the 'newlines' attribute). test_bz2 passes. by Guido van Rossum · 17 years ago
  80. 776152b zlib now uses bytes everywhere, and the test passes. by Guido van Rossum · 17 years ago
  81. 4581ae5 Make test_base64 pass. by Guido van Rossum · 17 years ago
  82. 0e225aa Make binascii use byte strings everywhere (in and out). by Guido van Rossum · 17 years ago
  83. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  84. d6ca546 Make test_zipfile pass. by Guido van Rossum · 17 years ago
  85. 7d0a826 Sockets facelift. APIs that could return binary data (e.g. aton() and by Guido van Rossum · 17 years ago
  86. c2f6a58 Remove unused variables. by Walter Dörwald · 17 years ago
  87. 7569dfe Add a format specifier %R to PyUnicode_FromFormat(), which embeds by Walter Dörwald · 17 years ago
  88. b5b2270 Make test_socket pass. There was an unchecked error when a Unicode by Guido van Rossum · 17 years ago
  89. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 17 years ago
  90. 024da5c Make all the multibyte codec tests pass. by Guido van Rossum · 17 years ago
  91. f4cfc8f Make test_codecs work. The CJK codecs now use bytes instead of str8 for by Guido van Rossum · 17 years ago
  92. af199fa Allow encoding names to be unicode strings. by Guido van Rossum · 17 years ago
  93. ebe3e16 Merged revisions 55342-55406 via svnmerge from by Guido van Rossum · 17 years ago
  94. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  95. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  96. a8add0e Merged revisions 55270-55324 via svnmerge from by Guido van Rossum · 17 years ago
  97. 0368b72 Merged revisions 55225-55227,55229-55269 via svnmerge from by Guido van Rossum · 17 years ago
  98. 1f05a3b Fix the array tests. Only a minor change to the C code was required. by Guido van Rossum · 17 years ago
  99. bce56a6 Fix some miscellaneous places that incorrectly insisted on str8. by Guido van Rossum · 17 years ago
  100. 83857e3 Use AsCharBuffer to get C strings out of Python strings. by Guido van Rossum · 17 years ago