1. 2cde0eb Fix refleaks by Neal Norwitz · 17 years ago
  2. e9fb515 Fix refcount bug in make_Zreplacement(). by Guido van Rossum · 17 years ago
  3. 6e69f7f Fix a bit of code that wasn't converted properly, causing a segfault. by Guido van Rossum · 17 years ago
  4. 6d21456 Make the sqlite tests pass. by Gerhard Häring · 17 years ago
  5. 516f41e Fix some logic in PythonCmd() -- if the AsString() call failed, we'd by Guido van Rossum · 17 years ago
  6. 9ce8e38 Fix two bugs in socket_getaddr(): by Guido van Rossum · 17 years ago
  7. c76a250 Merged revisions 56782-56847 via svnmerge from by Guido van Rossum · 17 years ago
  8. 918f49e Fix most of the bsddb3 tests. by Martin v. Löwis · 17 years ago
  9. 2fb5ac7 Fix the ctypes tests. Patch from Victor Stinner. He writes: by Thomas Heller · 17 years ago
  10. 0269b91 SF patch # 1769767, get test_xml_etree_c working. More conversions are probably needed. by Neal Norwitz · 17 years ago
  11. 3c8ba93 Py_ssize_t requires "n" format, this fixes most of the 64-bit only failures. by Neal Norwitz · 17 years ago
  12. 3045c7c Fix a type error in a previous patch I made to this module. by Guido van Rossum · 17 years ago
  13. a9769c2 Fix the last remaining test_csv failure. by Guido van Rossum · 17 years ago
  14. 75c26bc BZ2File.read(0) should return b"" rather than raising ValueError. by Guido van Rossum · 17 years ago
  15. 346f1a8 Kill remaining tp_print definitions. by Guido van Rossum · 17 years ago
  16. b942d28 Quick fixes for assert failures in dbm wrapper code. by Guido van Rossum · 17 years ago
  17. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
  18. 28a181c missing docstrings by Skip Montanaro · 17 years ago
  19. e3b10f4 One char->Py_UNICODE change missed in r56777 - according to Adam Hupp this is the change to make... by Skip Montanaro · 17 years ago
  20. 4626458 SF patch# 1767398 by Adam Hupp. by Guido van Rossum · 17 years ago
  21. 64ce505 Make bsddb use bytes as keys and values. Add StringKeys by Martin v. Löwis · 17 years ago
  22. 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
  23. 6252083 Change read() on SSL socket to return bytes. by Jeremy Hylton · 17 years ago
  24. c2de7c0 Get rid of a bogus assert when recv_into() is called with a zero-length by Guido van Rossum · 17 years ago
  25. ad8d300 SF patch# 1766592 by Paul Colomiets. Fix test_zipimport. by Guido van Rossum · 17 years ago
  26. 1bba9db Revert previous checkin. by Martin v. Löwis · 17 years ago
  27. f3f0c61 Return bytes, not str8. by Martin v. Löwis · 17 years ago
  28. e5aeaad Return bytes, not string from read(). Makes test_mmap.py pass. by Guido van Rossum · 17 years ago
  29. 2f2fffb Fix two bad type identifiers that caused crashes on OSX (icglue and Nav). by Guido van Rossum · 17 years ago
  30. 6c95da3 ccMake test_curses pass. Can't guarantee I caught every spot. by Guido van Rossum · 17 years ago
  31. f761e10 Make test_tcl.py pass, by accepting unicode strings as variable names. by Guido van Rossum · 17 years ago
  32. 4ca9471 SF patch# 1759016 by Joe Gregorio, who writes: by Guido van Rossum · 17 years ago
  33. 5d7428b Fix merge breakage. by Martin v. Löwis · 17 years ago
  34. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  35. 3a2e5ce Make audioop and its tests use bytes throughout. by Martin v. Löwis · 17 years ago
  36. 36e0a92 Merged revisions 56443-56466 via svnmerge from by Guido van Rossum · 17 years ago
  37. 99603b0 Getting rid of cPickle. Mmm, feels good! by Guido van Rossum · 17 years ago
  38. b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 17 years ago
  39. 10a60b3 Change Py_BuildValue to generate Unicode objects for by Martin v. Löwis · 17 years ago
  40. 1c5a98a Fix for cProfile. SF patch# 1755176 by Amaury Forgeot d'Arc. by Guido van Rossum · 17 years ago
  41. b358a2c SF patch# 1752647 by Joe Gregorio. by Guido van Rossum · 17 years ago
  42. 3e6cbf1 For easier merging, revert ths change; it will be brought back in when by Thomas Heller · 17 years ago
  43. 19b5254 c_char, c_char_p objects and c_char array structure fields return by Thomas Heller · 17 years ago
  44. 27384da Do not accept str8 type in function calls any longer. by Thomas Heller · 17 years ago
  45. ace0505 Remove all the Python 2.3 compatibility markers (the Python 3 ctypes by Thomas Heller · 17 years ago
  46. 84d66a0 Remove all the Python 2.3 compatibility markers (the Python 3 ctypes by Thomas Heller · 17 years ago
  47. e5095e1 Structure fields of type c_char array or c_wchar array accept bytes or by Thomas Heller · 17 years ago
  48. 3821e31 c_void_p.from_param accepts bytes. Fix test_prototypes. by Thomas Heller · 17 years ago
  49. 3d79dd9 c_char_p.from_param accepts bytes. Fix test_parameters. by Thomas Heller · 17 years ago
  50. 7775c71 Accept bytes as parameter to foreign functions without prototype. by Thomas Heller · 17 years ago
  51. 6083131 Accept bytes for c_wchar_p instances and c_wchar array instances. by Thomas Heller · 17 years ago
  52. d076228 Change the StgDictObject's proto member to a PyUnicode_Object (was a by Thomas Heller · 17 years ago
  53. 2c5e964 Accept bytes in c_char_p and c_wchar_p types. by Thomas Heller · 17 years ago
  54. 3af4266 ctypes.c_char and ctypes.c_wchar now accept initialization from byte objects. by Thomas Heller · 17 years ago
  55. f7c6d86 Use a unicode string as unique_key instead of 8-bit string. by Thomas Heller · 17 years ago
  56. a188466 Fix typo in docstring. by Walter Dörwald · 17 years ago
  57. 6720d91 Rename PyTclObject_unicode to PyTclObject_str and use this by Walter Dörwald · 17 years ago
  58. fdeee3a Second part of sf# 1752225: On windows, emulate ftruncate with Win32 by Thomas Heller · 17 years ago
  59. af2be26 First part of sf# 1752225: Support for wide filenames on Windows. by Thomas Heller · 17 years ago
  60. 5fa3f05 Py_USING_UNICODE is no longer defined on Windows (on posix it is still by Thomas Heller · 17 years ago
  61. dc09715 Use unicode instead of 8-bit strings. by Guido van Rossum · 17 years ago
  62. 3ed0acc Must create heaptypes with unicode names. by Thomas Heller · 17 years ago
  63. e16d250 PyUnicode_AsEncodedString() returns a bytes object. by Thomas Heller · 17 years ago
  64. 992d4a3 Merged revisions 56154-56264 via svnmerge from by Guido van Rossum · 17 years ago
  65. c6a55ee See SF# 1751801: Windows: Add the _fileio builtin module, and undefine by Thomas Heller · 17 years ago
  66. 982479d Repair ctypes Structures. by Thomas Heller · 17 years ago
  67. 67611a6 Avoid compiler warnings about 'const char*'. by Thomas Heller · 17 years ago
  68. c9b9de1 PyType_stgdict() returns a borrowed reference which must not be Py_DECREF'd. by Thomas Heller · 17 years ago
  69. 918d830 Make _ctypes_test.c compile on Windows. by Thomas Heller · 17 years ago
  70. f895307 Make sure hexdigest() returns str, not str8. by Guido van Rossum · 17 years ago
  71. 7165cb1 Made test_file pass. This meant adding support for read(-1) and read() 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. 5e23d57 Changes to ctypes and Mac toolbox glue that fix test_threading and test_platform. by Guido van Rossum · 17 years ago
  75. 1718fd1 Fix the code for stripping the leading 's' from str8 and bytes literals. by Guido van Rossum · 17 years ago
  76. 6b826ab Creating an array with a bytes object as initializer by Guido van Rossum · 17 years ago
  77. d094130 Revert r56044 (which changed the %c format specifier to accept a by Walter Dörwald · 17 years ago
  78. 8934fc2 Fix a failure that was only apparent on big-endian machines: by Guido van Rossum · 17 years ago
  79. 93b30b5 Make array.typecode a unicode string. by Walter Dörwald · 17 years ago
  80. 2233d27 Change readbuffer_encode() and charbuffer_encode() to return bytes objects. by Walter Dörwald · 17 years ago
  81. 4ee631e Make "thread.local" key a unicode object. by Walter Dörwald · 17 years ago
  82. 38e6a69 Make pickle errror message unicode objects. by Walter Dörwald · 17 years ago
  83. bc1f886 Change %c format specifier for PyArg_ParseTuple() so that it accepts by Walter Dörwald · 17 years ago
  84. 31f72d7 "Fix" the array module test -- by ripping out the 'c' typecode. by Guido van Rossum · 17 years ago
  85. c43e79f Fix a buch of shallow test failures. by Guido van Rossum · 17 years ago
  86. aa588c4 Fix some problems introduced by the str8 repr change. by Guido van Rossum · 17 years ago
  87. 27ff74d Fix another issue likely introduced by the merge. by Guido van Rossum · 17 years ago
  88. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  89. 6374bb5 Shut up compiler warnings. by Guido van Rossum · 17 years ago
  90. 88e860c Fix bz2_test.py by removing the tests for universal newline mode. by Guido van Rossum · 17 years ago
  91. f09ca14 Checkpoint: half-fixed the bz2 module. 'U' is no longer supported. by Guido van Rossum · 17 years ago
  92. da5b8f2 Rip out the file object's implementation. by Guido van Rossum · 17 years ago
  93. 1a0270f Remove unused code. by Walter Dörwald · 17 years ago
  94. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
  95. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  96. 0e41148 Use O_APPEND flag instead of seeking, when append mode is specified. by Walter Dörwald · 17 years ago
  97. 3a77c7a If append mode is specified seek to the end of the file. by Walter Dörwald · 17 years ago
  98. 5b0443c Use PyUnicode_FromFormat() directly in zipimporter_repr(). by Walter Dörwald · 17 years ago
  99. 4254e76 Change category(), bidirectional(), east_asian_width(), by Walter Dörwald · 17 years ago
  100. 0bbd8ab Simplify os_init() implementations by using PyErr_Format() by Walter Dörwald · 17 years ago