1. 1ad9ec2 whoops. missed one in an auto-generated file. another extern "C" {} for C++ compiler compatibility by Anthony Baxter · 18 years ago
  2. ac6bd46 spread the extern "C" { } magic pixie dust around. Python itself builds now by Anthony Baxter · 18 years ago
  3. 55d031e Fix for a bug found by Armin Rigo, plus test. by Thomas Heller · 18 years ago
  4. 2db1550 Off-by-one buffer overflow error. by Armin Rigo · 18 years ago
  5. 4b194fa Update for new grammar by Neal Norwitz · 18 years ago
  6. d6495b5 remove forward declarations. No constructors to move for these files. Makes by Anthony Baxter · 18 years ago
  7. aefd8ca Move constructors, add some casts to make C++ compiler happy. Still a problem by Anthony Baxter · 18 years ago
  8. 5576b54 remove forward declarations, move constructor functions. makes code C++ safe. by Anthony Baxter · 18 years ago
  9. 64182fe Some more changes to make code compile under a C++ compiler. by Anthony Baxter · 18 years ago
  10. 05e89b8 Clear errno before calling opendir() and readdir(). by Georg Brandl · 18 years ago
  11. bbfe4fa Bug #1467952: os.listdir() now correctly raises an error if readdir() by Georg Brandl · 18 years ago
  12. 2ba9661 SF Patch #1463867: Improved generator finalization to allow generators by Phillip J. Eby · 18 years ago
  13. 84a98e0 Fix warning about ptsname not being a prototype on Solaris. Is this prototype even necessary anymore? by Neal Norwitz · 18 years ago
  14. 65c05b2 Get rid of warnings about using chars as subscripts by Neal Norwitz · 18 years ago
  15. b183a25 Fix some warnings on HP-UX when using cc/aCC by Neal Norwitz · 18 years ago
  16. 4c842a4 Fix problem (not checking return result) reported by Coverity by Neal Norwitz · 18 years ago
  17. 7f5b6f4 Fix bsddb.db.DBError derived exceptions so they can be unpickled. by Gregory P. Smith · 18 years ago
  18. 5fe60e7 Patch #1462080: Conditionalize some NETLINK defines. by Martin v. Löwis · 18 years ago
  19. fff61ea Expose RTLD_LOCAL and RTLD_GLOBAL always from the _ctypes extension module. by Thomas Heller · 18 years ago
  20. 430947a Replace a few more 'char' types with 'signed char', to fix test failures by Thomas Heller · 18 years ago
  21. b431998 This change shouldn't have any functional effect. Coverity was by Neal Norwitz · 18 years ago
  22. d126200 Fix unchecked return result from Coverity. by Neal Norwitz · 18 years ago
  23. ffb0d90 Handle ssize_t by Neal Norwitz · 18 years ago
  24. 915ae41 Handle error conditions from PyString_ConcatAndDel(). by Neal Norwitz · 18 years ago
  25. b038333 Handle ssize_t by Neal Norwitz · 18 years ago
  26. 3c423a0 Explicitely use 'signed char', to avoid problems on platforms with unsigned char type. by Thomas Heller · 18 years ago
  27. 0890de3 Explicitely use 'signed char', to avoid problems on platforms with unsigned char type. by Thomas Heller · 18 years ago
  28. 8e7b490 upgrade to final version of pysqlite 2.2.0 by Anthony Baxter · 18 years ago
  29. 4aaaa49 docstring tweak by Fredrik Lundh · 18 years ago
  30. 3b8ff31 SF Bug #1448488 - make collectionsmodule build on Cygwin, using the same by Anthony Baxter · 18 years ago
  31. c410d6c Fix a couple of memory issues by Neal Norwitz · 18 years ago
  32. 72289a6 Update to pysqlite 2.2.0 by Anthony Baxter · 18 years ago
  33. 5fe715f Properly support empty woperation in win32_startfile; by Martin v. Löwis · 18 years ago
  34. cdab455 Try to fix the build on Mac OS X 10.3. The 'live_support' segment by Thomas Heller · 18 years ago
  35. 7392811 - add missing chunk for patch #1117961 by Matthias Klose · 18 years ago
  36. 8e39ec7 - Patch #360466: Replace the MD5 implementation from RSA Data Security Inc by Matthias Klose · 18 years ago
  37. db5483b Try to fix the tests on OpenBSD. Apparently OpenBSD passes by Thomas Heller · 18 years ago
  38. ad89dc8 Bug #1451503: allow unicode filenames in os.startfile(). by Georg Brandl · 18 years ago
  39. 92a6be4 Whitespace: break long line by Neal Norwitz · 18 years ago
  40. 95f0e4c Make ssize_t clean by Neal Norwitz · 18 years ago
  41. 07f5b35 backport r243 from the pysqlite2 svn repository - lowers the required version by Anthony Baxter · 18 years ago
  42. 22a9dc8 Patch #1459631: documnent zlib.Decompress.flush() length parameter. by Georg Brandl · 18 years ago
  43. dcfdae7 Bug #1460564: document that socket.fromfd() duplicates the given by Georg Brandl · 18 years ago
  44. c51ee69 merged the sqlite-integration branch. by Anthony Baxter · 18 years ago
  45. 2a9a6b0 In the fdopen(fd, 'a') case on UNIX, don't try to set fd's flags to -1 if by Thomas Wouters · 18 years ago
  46. 644b1e7 Add guards against fcntl() not being available on Windows. by Georg Brandl · 18 years ago
  47. 54a188a bug #1461855: make os.fdopen() add the O_APPEND flag if using "a" mode. by Georg Brandl · 18 years ago
  48. 43f08a8 Patch #1380952: fix SSL objects timing out on consecutive read()s by Georg Brandl · 18 years ago
  49. d37ac69 Remove unnecessary casts from type object initializers. by Georg Brandl · 18 years ago
  50. 3987df5 Try to build _ctypes on x86 openbsd. by Thomas Heller · 18 years ago
  51. 62e97f0 In format strings slinging Py_ssize_t, unconditionally by Tim Peters · 18 years ago
  52. 7491d2a Try to get rid of a Coverity warning by consistently using origpending. by Neal Norwitz · 18 years ago
  53. 19bf33b Make itertools.tee and its internal teedataobject participate in GC. This by Thomas Wouters · 18 years ago
  54. b9c03e9 Fix reference leaks introduced by the recent incremental codec changes. by Hye-Shik Chang · 18 years ago
  55. c9d78aa Years in the making. by Tim Peters · 18 years ago
  56. 04904fa Utilize %zd for Py_ssize_t formatting instead of casting to long. by Hye-Shik Chang · 18 years ago
  57. 9f4b632 Allow long objects as a position value of error callbacks returned. by Hye-Shik Chang · 18 years ago
  58. e2ac4ab Patch #1443155: Add the incremental codecs support for CJK codecs. by Hye-Shik Chang · 18 years ago
  59. 1818ed7 Try to fix broken compile on openbsd. by Neal Norwitz · 18 years ago
  60. bcfccca Fix some int/Py_ssize_t issues which led to compiler warnings by Thomas Heller · 18 years ago
  61. 59feb6f Include <malloc.h> on windows, to avoid warnings when compiling with mingw. by Thomas Heller · 18 years ago
  62. 59b96c1 Try to repair at least one segfault on the Mac buildbot, by Tim Peters · 18 years ago
  63. e502693 Avoid a potential double-free bug. by Thomas Heller · 18 years ago
  64. ba29e4c Apply patch from Martin v. Loewis: Avoid function pointer casts. by Thomas Heller · 18 years ago
  65. 9b00a56 Damn Coverity. I can't even sneak in a leak any more. :-) by Neal Norwitz · 18 years ago
  66. 711e7f0 Fix another bug found by Coverty. by Thomas Heller · 18 years ago
  67. e2061dc Fix bug found by Coverty. by Thomas Heller · 18 years ago
  68. d59ca8f Accessing unaligned structure fields works now on all architectures. by Thomas Heller · 18 years ago
  69. 6c2f913 The helper is only necessary for wait3/4. by Neal Norwitz · 18 years ago
  70. d5a3754 Try to cleanup a lot of boilerplate #ifdef wrt wait types and make the code by Neal Norwitz · 18 years ago
  71. 49c65d0 Make some functions static, reformat function decl to be consistent and check for error from PyModule_GetDict() by Neal Norwitz · 18 years ago
  72. 05a4559 Patch #1309579: wait3 and wait4 were added to the posix module by Chad J. Schroeder. by Neal Norwitz · 18 years ago
  73. 1747143 replace use of int16_t with a (typedef'd) short, to fix Windows buildbots. by Anthony Baxter · 18 years ago
  74. fa86907 SF [ 1231053 ] audioop - alaw encoding/decoding added, code updated by Anthony Baxter · 18 years ago
  75. d1e0ef6 SF #1445431, fix some leaks in error conditions. by Neal Norwitz · 18 years ago
  76. d5b0c9b Fix problem spotted by Coverity that occurs if tzinfo.tzname().replace() by Neal Norwitz · 18 years ago
  77. 2aa9a5d Use macro versions instead of function versions when we already know the type. by Neal Norwitz · 18 years ago
  78. 9ae019b Add tests for the C APIs PyCodec_IncrementalEncoder() and by Walter Dörwald · 18 years ago
  79. f4063ca Fix compiler warning. by Thomas Heller · 18 years ago
  80. bc45a3f RFE #567972: Socket objects' family, type and proto properties are by Georg Brandl · 19 years ago
  81. 5c170fd Fix some missing checks after PyTuple_New, PyList_New, PyDict_New by Georg Brandl · 19 years ago
  82. b03cb60 Merge changes from the upstream version: by Thomas Heller · 19 years ago
  83. 0c6b0e9 Fix a leak that would happen under error conditions (found by Coverty). by Thomas Heller · 19 years ago
  84. aa47570 Use int 0 as default defval for LCID if nothing has been supplied. by Thomas Heller · 19 years ago
  85. b216761 Fix compiler warning. by Thomas Heller · 19 years ago
  86. 4c9dfc8 Fixes from Neal Norwitz, plus other small fixes. by Thomas Heller · 19 years ago
  87. 1275516 Rewrite the AllocFunctionCallback function for better error handling. by Thomas Heller · 19 years ago
  88. 10be10c Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. by Neal Norwitz · 19 years ago
  89. 94a9c09 Rename sre.py -> re.py by Neal Norwitz · 19 years ago
  90. 197e832 SF patch #1359365: cStringIO.StringIO.isatty() will raise a ValueError by Walter Dörwald · 19 years ago
  91. 9998f78 Backport from upstream version: compatibility with older Python versions. by Thomas Heller · 19 years ago
  92. e2ebb2d Implement PEP 338 which has been marked as accepted by GvR by Nick Coghlan · 19 years ago
  93. 8ea61f1 Revert rev 43041, which introduced the "z" format qualifier by Tim Peters · 19 years ago
  94. ab8aeba CField_repr(): PyString_FromFormat() understands the by Tim Peters · 19 years ago
  95. 4a53dad Move test code out of xxmodule and into _testcapimodule.c where it belongs. by Neal Norwitz · 19 years ago
  96. 915d777 Try to avoid many of the compiler warnings when compiling libffi by by Thomas Heller · 19 years ago
  97. ab906a5 Cast an Py_ssize_t to int, to avoid a compiler warning. by Thomas Heller · 19 years ago
  98. fe8f862 Integrate patch from Neal Norwitz. He writes: by Thomas Heller · 19 years ago
  99. 7580146 Fix and test (manually w/xx module) passing NULLs to PyObject_Str() and by Neal Norwitz · 19 years ago
  100. abb903f Bug #1448490: Fix a bug that ISO-2022 codecs could not handle by Hye-Shik Chang · 19 years ago