1. 4aef727 Patch #1185447: binascii.b2a_qp() now correctly quotes binary characters by Georg Brandl · 18 years ago
  2. 5dc4fe0 Patch #1649190: Adding support for _Bool to ctypes as c_bool, by David Remahl. by Thomas Heller · 18 years ago
  3. a47337f Bug #1622896: fix a rare corner case where the bz2 module raised an by Georg Brandl · 18 years ago
  4. 7478096 Typos. by Georg Brandl · 18 years ago
  5. 2456a3c Bug #1651235: When a tuple was passed to a ctypes function call, by Thomas Heller · 18 years ago
  6. c2f7725 Fix bug #1646630: ctypes.string_at(buf, 0) and ctypes.wstring_at(buf, 0) by Thomas Heller · 18 years ago
  7. 49aafc9 Variant of patch #697613: don't exit the interpreter on a SystemExit by Georg Brandl · 18 years ago
  8. d391f08 Patch for bug #1633621: if curses.resizeterm() or by Walter Dörwald · 18 years ago
  9. 40c6261 Patch #1654417: make operator.{get,set,del}slice use the full range by Georg Brandl · 18 years ago
  10. 2054ee9 Patch #1646728: datetime.fromtimestamp fails with negative by Guido van Rossum · 18 years ago
  11. b51a57e Fix another reincarnation of bug #1576657 in defaultdict. by Georg Brandl · 18 years ago
  12. eb97988 Prepare collections module for pure python code entries. by Raymond Hettinger · 18 years ago
  13. 1b6ca54 Remove filler struct item and fix leak. by Raymond Hettinger · 18 years ago
  14. d36862c Add itertools.izip_longest(). by Raymond Hettinger · 18 years ago
  15. 382abef Patch #1490190: posixmodule now includes os.chflags() and os.lchflags() by Martin v. Löwis · 18 years ago
  16. f228482 Update 1432399 to removal of _BT_SOCKADDR_MEMB. by Martin v. Löwis · 18 years ago
  17. 45423a7 Patch #1432399: Add HCI sockets. by Martin v. Löwis · 18 years ago
  18. b1cc1d4 Patch #1657276: Make NETLINK_DNRTMSG conditional. Will backport. by Martin v. Löwis · 18 years ago
  19. 4c11a92 Bug #1653736: Complain about keyword arguments to time.isoformat. by Martin v. Löwis · 18 years ago
  20. 6d121f1 Do not let overflows in enumerate() and count() pass silently. by Raymond Hettinger · 18 years ago
  21. 5a0217e Check for a common user error with defaultdict(). by Raymond Hettinger · 18 years ago
  22. 7a28447 Bug #1645944: os.access now returns bool but docstring is not updated by Georg Brandl · 18 years ago
  23. 4378215 Fix for #1643874: When calling SysAllocString, create a PyCObject by Thomas Heller · 18 years ago
  24. b84c137 Bug #1486663: don't reject keyword arguments for subclasses of builtin types. by Georg Brandl · 18 years ago
  25. aef4c6b Patch #1610575: Add support for _Bool to struct. by Martin v. Löwis · 18 years ago
  26. 2e07810 Replace C++ comments with C comments. by Thomas Heller · 18 years ago
  27. bb2cc69 Patch #1635058 by Mark Roberts: ensure that htonl and friends never accept or by Guido van Rossum · 18 years ago
  28. 0741a60 Merged changes from standalone version 2.3.3. This should probably all be by Gerhard Häring · 18 years ago
  29. 8138c26 Fixes for 64-bit Windows: In ctypes.wintypes, correct the definitions by Thomas Heller · 18 years ago
  30. 9ae562e Must change the version number in the _ctypes extension as well. by Thomas Heller · 18 years ago
  31. 51c2f6c Fix zero-length corner case for iterating over a mutating deque. by Raymond Hettinger · 18 years ago
  32. d14ef77 Silence a warning from gcc 4.0.1 by specifying a function's parameter list is by Brett Cannon · 18 years ago
  33. 11a70c3 bump module version to match supported berkeleydb version by Gregory P. Smith · 18 years ago
  34. 8b96a35 Support linking of the bsddb module against BerkeleyDB 4.5.x by Gregory P. Smith · 18 years ago
  35. 7b7c9d4 Bug #1566280: Explicitly invoke threading._shutdown from Py_Main, by Martin v. Löwis · 18 years ago
  36. fd7e162 Fix typo. by Walter Dörwald · 18 years ago
  37. 8d0baae Comment typo by Andrew M. Kuchling · 18 years ago
  38. 44b054b [Patch #1615868 by Lars Gustaebel] Use Py_off_t to fix BZ2File.seek() for offsets > 2Gb by Andrew M. Kuchling · 18 years ago
  39. 046c4d1 Patch #1544279: Improve thread-safety of the socket module by moving by Martin v. Löwis · 18 years ago
  40. ef583a4 Fix #1563807: _ctypes built on AIX fails with ld ffi error. by Thomas Heller · 18 years ago
  41. 25d208b Fix bug #1598620: A ctypes structure cannot contain itself. by Thomas Heller · 18 years ago
  42. 4fe4423 Bug #1599782: Fix segfault on bsddb.db.DB().type(). by Neal Norwitz · 18 years ago
  43. 45e230a Speed up function calls into the math module by using METH_O. by Neal Norwitz · 18 years ago
  44. cffcc8b Make cStringIO.truncate raise IOError for negative by Martin v. Löwis · 18 years ago
  45. 25aabf4 Bug #1588217: don't parse "= " as a soft line break in binascii's by Georg Brandl · 18 years ago
  46. 6fc2382 Replace C++ comment with C comment (fixes SF bug #1593525). by Walter Dörwald · 18 years ago
  47. 97a5722 Fix crash in test on HP-UX. Apparently, it's not possible to delete a lock if by Neal Norwitz · 18 years ago
  48. 837ce93 Add some asserts. In sysmodule, I think these were to try to silence by Neal Norwitz · 18 years ago
  49. 0347a9a Get DBL_MAX from float.h not values.h. Will backport. by Martin v. Löwis · 18 years ago
  50. 443ccc7 Check for values.h. Will backport. by Martin v. Löwis · 18 years ago
  51. b5bc537 Patch #1549049: Rewrite type conversion in structmember. by Martin v. Löwis · 18 years ago
  52. 1b2f627 - Patch #1560695: Add .note.GNU-stack to ctypes' sysv.S so that by Martin v. Löwis · 18 years ago
  53. 10168f2 Patch #1580674: with this patch os.readlink uses the filesystem encoding to by Ronald Oussoren · 18 years ago
  54. a811c38 Fix various minor errors in passing arguments to PyArg_ParseTuple. by Martin v. Löwis · 18 years ago
  55. 79665b1 newIobject(): repaired incorrect cast to quiet MSVC warning. by Tim Peters · 18 years ago
  56. d2ea4a2 ctypes callback functions only support 'fundamental' result types. by Thomas Heller · 18 years ago
  57. 012bc72 Bug #1567666: Emulate GetFileAttributesExA for Win95. Will backport to 2.5. by Martin v. Löwis · 18 years ago
  58. 18aaa56 Patch #1576166: Support os.utime for directories on Windows NT+. by Martin v. Löwis · 18 years ago
  59. 5597e26 Bug #1548891: The cStringIO.StringIO() constructor now encodes unicode by Georg Brandl · 18 years ago
  60. f43893a Bug #1565150: Fix subsecond processing for os.utime on Windows. by Martin v. Löwis · 18 years ago
  61. e5ec613 List gc.get_count() in the module docstring. by Barry Warsaw · 18 years ago
  62. b788346 Bug #1572832: fix a bug in ISO-2022 codecs which may cause segfault by Hye-Shik Chang · 18 years ago
  63. 36126c4 Cause a PyObject_Malloc() failure to trigger a MemoryError, and then by Andrew M. Kuchling · 18 years ago
  64. 7ccbca9 Forward-port of r52136,52138: a review of overflow-detecting code. by Armin Rigo · 18 years ago
  65. 0d2f498 Compilation problem caused by conflicting typedefs for uint32_t by Armin Rigo · 18 years ago
  66. 4ddfcd3 Bug #1556784: allow format strings longer than 127 characters in by Georg Brandl · 18 years ago
  67. d3f9190 Remove extra semi-colons reported by Johnny Lee on python-dev. Backport if anyone cares. by Neal Norwitz · 18 years ago
  68. 36234e8 * regression bug, count_next was coercing a Py_ssize_t to an unsigned Py_size_t by Jack Diederich · 18 years ago
  69. 2fa0679 Fixes a bug with bsddb.DB.stat where the flags and txn keyword by Gregory P. Smith · 18 years ago
  70. 43fd99c Patch #1557515: Add RLIMIT_SBSIZE. by Martin v. Löwis · 18 years ago
  71. e2782bb Rewrite help message to remove some of the parentheticals. (There were a lot of them.) by Andrew M. Kuchling · 18 years ago
  72. 8964688 Make --help mention that -v can be supplied multiple times by Andrew M. Kuchling · 18 years ago
  73. 2244af5 The cast function did not accept c_char_p or c_wchar_p instances by Thomas Heller · 18 years ago
  74. fdb62f0 Anonymous structure fields that have a bit-width specified did not work, by Thomas Heller · 18 years ago
  75. 62e475b [Bug #1552726] Avoid repeatedly polling in interactive mode -- only put a timeout on the select() by Andrew M. Kuchling · 18 years ago
  76. 74bb783 Bug #1551427: fix a wrong NULL pointer check in the win32 version by Georg Brandl · 18 years ago
  77. 199f1db Fix a few bugs on cjkcodecs found by Oren Tirosh: by Hye-Shik Chang · 18 years ago
  78. 69e8897 Bug #1550714: fix SystemError from itertools.tee on negative value for n. by Neal Norwitz · 18 years ago
  79. 6aefa91 Bug #1548092: fix curses.tparm seg fault on invalid input. Needs backport to 2.5.1 and earlier. by Neal Norwitz · 18 years ago
  80. b1a7d75 Add missing file for _ctypes.pyd port to win64 on AMD64. by Thomas Heller · 18 years ago
  81. 98619f2 Port _ctypes.pyd to win64 on AMD64. by Thomas Heller · 18 years ago
  82. 9e398ca Fix SF bug #1545837: array.array borks on deepcopy. by Thomas Wouters · 18 years ago
  83. 60e96f6 Expose column offset information in parse trees. by Jeremy Hylton · 18 years ago
  84. 670f875 Alexander Belopolsky pointed out that pos is a size_t by Neal Norwitz · 18 years ago
  85. 076d1e0 Fix a couple of ssize-t issues reported by Alexander Belopolsky on python-dev by Neal Norwitz · 18 years ago
  86. 9b17eba Move assert to after NULL check, otherwise we deref NULL in the assert. by Neal Norwitz · 18 years ago
  87. 0b21b43 Add asserts to check for 'impossible' NULL values, with comments. by Thomas Heller · 18 years ago
  88. dc075b9 SF#1534630 by Fredrik Lundh · 18 years ago
  89. b4a0cf1 Remove the special casing of Py_None when converting the return value by Thomas Heller · 18 years ago
  90. b0aa98f The __repr__ method of a NULL py_object does no longer raise an by Thomas Heller · 18 years ago
  91. d32e616 Add commented assert statements to check that the result of by Thomas Heller · 18 years ago
  92. 4dc5dd1 Check for NULL return value from new_CArgObject calls. by Thomas Heller · 18 years ago
  93. 9dc7b7c Patch #1511317: don't crash on invalid hostname info by Georg Brandl · 18 years ago
  94. 3335a7a Patch #1535500: fix segfault in BZ2File.writelines and make sure it by Georg Brandl · 18 years ago
  95. ef8d513 Patch #1536908: Add support for AMD64 / OpenBSD. by Thomas Heller · 18 years ago
  96. 8672004 Apply the patch #1532975 plus ideas from the patch #1533481. by Thomas Heller · 18 years ago
  97. e6dd31c Revert the change that tries to zero out a closure's result storage by Thomas Heller · 18 years ago
  98. dca703f Check for NULL return value of GenericCData_new(). by Thomas Heller · 18 years ago
  99. efa2727 Check for NULL return value from new_CArgObject(). by Thomas Heller · 18 years ago
  100. acdedfb Remove unused, buggy test function. Fixes klockwork issue #207. by Thomas Heller · 18 years ago