1. 961b91b Correction of patch #1455898: In the mbcs decoder, set final=False by Martin v. Löwis · 19 years ago
  2. 9b0ca79 Patch #1519025 and bug #926423: If a KeyboardInterrupt occurs during by Neal Norwitz · 19 years ago
  3. c0328d1 v is already checked for NULL, so just DECREF it by Neal Norwitz · 19 years ago
  4. c5e060d _PyWeakref_GetWeakrefCount() now returns a Py_ssize_t instead of long. by Neal Norwitz · 19 years ago
  5. 99dfe3c Prevent memory leak on error. by Neal Norwitz · 19 years ago
  6. d61d073 Speed up PyType_stgdict and PyObject_stgdict. by Thomas Heller · 19 years ago
  7. 11d68a6 Minimal useful docstring for CopyComPointer. by Thomas Heller · 19 years ago
  8. 3de83e9 Fix a potential segfault and various potentail refcount leaks by Thomas Heller · 19 years ago
  9. 07aadb1 Add PyErr_WarnEx() so C code can pass the stacklevel to warnings.warn(). by Neal Norwitz · 19 years ago
  10. 8d9a01a Tweak wording by Andrew M. Kuchling · 19 years ago
  11. 1393d6a Patch #1529514: More openbsd platforms for ctypes. by Thomas Heller · 19 years ago
  12. 944f3b6 Remove a useless XXX comment. by Thomas Heller · 19 years ago
  13. cddabbf Fix spelling. by Georg Brandl · 19 years ago
  14. ec92650 Allow socketmodule to compile on NetBSD -current, whose bluetooth API by Matt Fleming · 19 years ago
  15. 641cddf - pybsddb Bug #1527939: bsddb module DBEnv dbremove and dbrename by Gregory P. Smith · 19 years ago
  16. 5566e96 defdict_reduce(): Plug leaks. by Tim Peters · 19 years ago
  17. 00decd7 Patch #1520294: Support for getset and member descriptors in types.py, by Barry Warsaw · 19 years ago
  18. 37f694f No functional change. Add comment and assert to describe why there cannot be overflow which was reported by Klocwork. Discussed on python-dev by Neal Norwitz · 19 years ago
  19. a1da204 Correct error message by Andrew M. Kuchling · 19 years ago
  20. 55b0a0e [Bug #1471938] Fix build problem on Solaris 8 by conditionalizing the use of mvwgetnstr(); it was conditionalized a few lines below. Fix from Paul Eggert. I also tried out the STRICT_SYSV_CURSES case and am therefore removing the 'untested' comment. by Andrew M. Kuchling · 19 years ago
  21. 5f13578 Part of bug #1523610: fix miscalculation of buffer length. by Georg Brandl · 19 years ago
  22. 982e9fe Bug #1524310: Properly report errors from FindNextFile in os.listdir. by Martin v. Löwis · 19 years ago
  23. dce937f Ensure we don't write beyond errText. I think I got this right, but by Neal Norwitz · 19 years ago
  24. 9029b5f nextlink can be NULL if teedataobject_new fails, so use XINCREF. by Neal Norwitz · 19 years ago
  25. 98a9600 Fix memory leaks spotted by Klocwork #37. by Neal Norwitz · 19 years ago
  26. 93f2ca1 Check the allocation of b_objects and return if there was a failure. by Neal Norwitz · 19 years ago
  27. b59d08c Fix more memory allocation issues found with failmalloc. by Neal Norwitz · 19 years ago
  28. 468e45e Remove an XXX marker in a comment. by Brett Cannon · 19 years ago
  29. 100a4e9 Make sure the _ctypes extension can be compiled when WITH_THREAD is by Thomas Heller · 19 years ago
  30. caebe22 Fix bug #1520914. Starting in 2.4, time.strftime() began to check the bounds by Brett Cannon · 19 years ago
  31. 5eaf772 Fix memory leaks in some conditions. by Neal Norwitz · 19 years ago
  32. 109f914 proto was dereffed above and is known to be good. No need for X. by Neal Norwitz · 19 years ago
  33. ce5b3c3 self is dereffed (and passed as first arg), so it's known to be good. by Neal Norwitz · 19 years ago
  34. ce049a0 Patch #1521817: The index range checking on ctypes arrays containing by Thomas Heller · 19 years ago
  35. 9f90247 Make the prototypes of our private PyUnicode_FromWideChar and by Thomas Heller · 19 years ago
  36. b4dc2ef A misspelled preprocessor symbol caused ctypes to be always compiled by Thomas Heller · 19 years ago
  37. 9dceedb Accept long options "--help" and "--version". by Georg Brandl · 19 years ago
  38. 41efc14 Fix function name in error msg by Neal Norwitz · 19 years ago
  39. 3b9be2a Change the ctypes version number to 1.0.0. by Thomas Heller · 19 years ago
  40. 93ab5fa #1494314: Fix a regression with high-numbered sockets in 2.4.3. This by Anthony Baxter · 19 years ago
  41. 7644262 Assigning None to pointer type structure fields possible overwrote wrong fields. by Thomas Heller · 19 years ago
  42. 7b1da51 Fixed a segfault when ctypes.wintypes were imported on non-Windows machines. by Thomas Heller · 19 years ago
  43. dda068d Fix bug #1518190: accept any integer or long value in the by Thomas Heller · 19 years ago
  44. 2a30cd0 Patch #1516912: improve Modules support for OpenVMS. by Neal Norwitz · 19 years ago
  45. 5becdbe Patch #1517790: It is now possible to use custom objects in the ctypes by Thomas Heller · 19 years ago
  46. 43d9a58 Revert the change done in svn revision 47206: by Thomas Heller · 19 years ago
  47. 24a0f41 - back out Expat change; the final fix to Expat will be different by Fred Drake · 19 years ago
  48. 9ba7ca8 Fix the bitfield test when _ctypes is compiled with MingW. Structures by Thomas Heller · 19 years ago
  49. b4a6a56 Sync the darwin/x86 port libffi with the copy in PyObjC. This fixes a number by Ronald Oussoren · 19 years ago
  50. 74c3ea0 Fix build problems with the platform SDK on windows. It is not sufficient to test for the C compiler version when determining if we have the secure CRT from microsoft. Must test with an undocumented macro, __STDC_SECURE_LIB__ too. by Kristján Valur Jónsson · 19 years ago
  51. f780be4 Add a new function uses_seh() to the _ctypes extension module. This by Thomas Heller · 19 years ago
  52. 638f7ad Fixes so that _ctypes can be compiled with the MingW compiler. by Thomas Heller · 19 years ago
  53. dd854e9 Cleanup: Remove commented out code. by Thomas Heller · 19 years ago
  54. ee1e06d Correct arithmetic in access on Win32. Fixes #1513646. by Martin v. Löwis · 19 years ago
  55. 762fbd3 The sqlite3 module did cut off data from the SQLite database at the first null by Gerhard Häring · 19 years ago
  56. 6ffe499 SF bug #1296433 (Expat bug #1515266): Unchecked calls to character data by Fred Drake · 19 years ago
  57. 0861292 Remove now-unused fidding with PY_FORMAT_SIZE_T. by Tim Peters · 19 years ago
  58. 7301992 Revert the use of PY_FORMAT_SIZE_T in PyErr_Format. by Thomas Heller · 19 years ago
  59. 3f2748e Silence compiler warning by Neal Norwitz · 19 years ago
  60. bde0813 Protect the thread api calls in the _ctypes extension module within by Thomas Heller · 19 years ago
  61. 0f8b31a Fix bug #1512695: cPickle.loads could crash if it was interrupted with by Neal Norwitz · 19 years ago
  62. 624af82 [ 1295808 ] expat symbols should be namespaced in pyexpat by Trent Mick · 19 years ago
  63. f08d663 Upgrade pyexpat to expat 2.0.0 (http://python.org/sf/1462338). by Trent Mick · 19 years ago
  64. ecd2010 Fixed a memory leak that was introduced with incorrect usage of the Python weak by Gerhard Häring · 19 years ago
  65. 4994d95 Patch #1506645: add Python wrappers for the curses functions by Walter Dörwald · 19 years ago
  66. e75cad6 Fix memory leak reported by valgrind while running test_subprocess by Neal Norwitz · 19 years ago
  67. fe7d0c3 Speculative checkin (requires approval of Gerhard Haering) by Neal Norwitz · 19 years ago
  68. b2e8816 - Added version checks in C code to make sure we don't trigger bugs in older by Gerhard Häring · 19 years ago
  69. d825143 Patch #1455898: Incremental mode for "mbcs" codec. by Martin v. Löwis · 19 years ago
  70. 1541ef0 Merged changes from external pysqlite 2.3.0 release. Documentation updates will by Gerhard Häring · 19 years ago
  71. 6d7db6e Remove unused variable. by Brett Cannon · 19 years ago
  72. 9291332 Patch #1454481: Make thread stack size runtime tunable. by Andrew MacIntyre · 19 years ago
  73. c2da994 Add pep-291 compatibility markers. by Thomas Heller · 19 years ago
  74. f608317 Fix the CRT argument error handling for VisualStudio .NET 2005. Install a CRT error handler and disable the assertion for debug builds. This causes CRT to set errno to EINVAL. by Kristján Valur Jónsson · 19 years ago
  75. 81f444b Make the -m switch conform to the documentation of sys.path by behaving like the -c switch by Nick Coghlan · 19 years ago
  76. ee3ea54 I don't know how that happend, but the entire file contents was by Thomas Heller · 19 years ago
  77. 70ee3cc Get rid of function pointer cast. by Martin v. Löwis · 19 years ago
  78. 6e73aaa Patch #1503046, Conditional compilation of zlib.(de)compressobj.copy by Neal Norwitz · 19 years ago
  79. a6d80fa Impl ssize_t by Neal Norwitz · 19 years ago
  80. 047f3c7 Fix some Py_ssize_t issues by Neal Norwitz · 19 years ago
  81. c707438 Fix some Py_ssize_t issues by Neal Norwitz · 19 years ago
  82. 09a29fa Cleanup Py_ssize_t a little (get rid of second #ifdef) by Neal Norwitz · 19 years ago
  83. 0d5d222 Release the GIL during COM method calls, to avoid deadlocks in by Thomas Heller · 19 years ago
  84. 3c5431e Wrap some long lines by Neal Norwitz · 19 years ago
  85. b4fcf8d Fix Coverity # 146. newDBSequenceObject would deref dbobj, so it can't be NULL. by Neal Norwitz · 19 years ago
  86. 9af2b44 Handle failure of PyMem_Realloc. by Thomas Heller · 19 years ago
  87. 9123edc Don't use C++ comment. by Thomas Heller · 19 years ago
  88. eb6dcf6 Fix the second occurrence of the problematic printf format. by Thomas Heller · 19 years ago
  89. 5218ab2 Fix a wrong printf format. by Thomas Heller · 19 years ago
  90. 45f59ab Upgrade to ctypes version 0.9.9.7. by Thomas Heller · 19 years ago
  91. 0e8bd7e Patch #1495999: Part two of Windows CE changes. by Martin v. Löwis · 19 years ago
  92. dbeaa69 Turn off warning about deprecated CRT functions on for VisualStudio .NET 2005. by Kristján Valur Jónsson · 19 years ago
  93. de3b052 Buffer objects would return the read or write buffer for a wrapped object when by Brett Cannon · 19 years ago
  94. 6ee7d01 Make binascii.hexlify() use s# for its arguments instead of t# to actually by Brett Cannon · 19 years ago
  95. f0cab1f Fix a refleak in recvfrom_into by Neal Norwitz · 19 years ago
  96. 861acee Fix for foreign functions returning small structures on 64-bit big by Thomas Heller · 19 years ago
  97. b1998bc Use the same big-endian hack as in _ctypes/callproc.c for callback functions. by Thomas Heller · 19 years ago
  98. d8714de Add a hack so that foreign functions returning float now do work on 64-bit by Thomas Heller · 19 years ago
  99. bb21b2c BSequence_set_range(): Rev 46688 ("Fix a bunch of by Tim Peters · 19 years ago
  100. 07347d6 Damn - the sentinel was missing. And fix another silly mistake. by Thomas Heller · 19 years ago