1. a63f268 Fixed warning in ssl module by Christian Heimes · 17 years ago
  2. 2518b25 Fixed a warning in _codecs_iso2022.c and some non C89 conform // comments. by Christian Heimes · 17 years ago
  3. adf9ffd Fix bug 1604. deque.__init__() did not clear existing contents like list.__init__. Not a backport candidate. by Raymond Hettinger · 17 years ago
  4. 842c178 Fixed a nasty problem in the xxmodule.c by Christian Heimes · 17 years ago
  5. 99b9df8 Forward-port of commit 59184. by Gerhard Häring · 17 years ago
  6. 137c49c Patch #1643738 by Ulisses Furquim -- make the is_tripped variable by Guido van Rossum · 17 years ago
  7. 7b3cc06 Forward-port r59310: by Martin v. Löwis · 17 years ago
  8. 6b449f4 Issue #1727780: Support loading pickles of random.Random objects created by Martin v. Löwis · 17 years ago
  9. 0f6d4e6 I followed MA Lemberg's suggestion and added comments to the late initialization of the type slots. by Christian Heimes · 17 years ago
  10. 3305c52 Applied my patch #1455 with some extra fixes for VS 2005 by Christian Heimes · 17 years ago
  11. 3628187 Fix for feature request #1528 Add os.fchmod by Christian Heimes · 17 years ago
  12. 8fc2a34 Remove unused global variable, and remove unneeded COMError.__str__ by Thomas Heller · 17 years ago
  13. b67da6e #1735632: add O_NOATIME constant to os module. by Georg Brandl · 17 years ago
  14. e8954f8 Backport of the PCbuild9 directory from the py3k branch. by Christian Heimes · 17 years ago
  15. 901071b Fixed #1372: zlibmodule.c: int overflow in PyZlib_decompress by Christian Heimes · 17 years ago
  16. 5087980 The incremental decoder for utf-7 must preserve its state between calls. by Amaury Forgeot d'Arc · 17 years ago
  17. 8c4592a Backport some main.c cleanup from the py3k branch by Nick Coghlan · 17 years ago
  18. 327a39b Patch #1739468: Directories and zipfiles containing __main__.py are now executable by Nick Coghlan · 17 years ago
  19. 5397fd1 A patch from issue 1378 by roudkerk: by Guido van Rossum · 17 years ago
  20. 1bc4af4 readline module cleanup by Christian Heimes · 17 years ago
  21. f354894 Only set rl_completion_display_matches_hook if there by Martin v. Löwis · 17 years ago
  22. d3ffd34 Use a freelist to speed-up block allocation and deallocation in collections.deque(). by Raymond Hettinger · 17 years ago
  23. fc00669 * db->get_types is only available in BerkeleyDB >= 4.2 by Gregory P. Smith · 17 years ago
  24. ac11e02 Add the bsddb.db.DBEnv.lock_id_free method. by Gregory P. Smith · 17 years ago
  25. ec10a4a Fixes bug 477182 on pybsddb.sf.net. DB objects now load the flags and by Gregory P. Smith · 17 years ago
  26. aae141a Fix bug introduced in revision 58385. Database keys could no longer by Gregory P. Smith · 17 years ago
  27. 9c4382f Fix some compiler warnings for signed comparisons on Unix and Windows. by Neal Norwitz · 17 years ago
  28. 469b2a5 ffi_type_longdouble may be already #defined. See issue 1324. by Thomas Heller · 17 years ago
  29. 8feafab Add phuang patch from Issue 708374 which adds offset parameter to mmap module. by Travis E. Oliphant · 17 years ago
  30. 91ac422 Fix ctypes on 32-bit systems when Python is configured --with-system-ffi. by Thomas Heller · 17 years ago
  31. f3ca169 Get this module to compile with bsddb versions prior to 4.3 by Neal Norwitz · 17 years ago
  32. e545ff3 Fix Coverity 168: Close the file before returning (exiting). by Neal Norwitz · 17 years ago
  33. 088beae Get rid of compiler warning about retval being used (returned) without by Neal Norwitz · 17 years ago
  34. c740d83 Get rid of warnings on a bunch of platforms by using a proper prototype. by Neal Norwitz · 17 years ago
  35. 6899586 Accept Jim Jewett's api suggestion to use None instead of -1 to indicate unbounded deques. by Raymond Hettinger · 17 years ago
  36. 10bed54 Fix a double free when positioning a database cursor to a non-existant by Gregory P. Smith · 17 years ago
  37. 3925053 Splits Modules/_bsddb.c up into bsddb.h and _bsddb.c and adds a C API by Gregory P. Smith · 17 years ago
  38. e70be5c Stab in the dark attempt to fix the test_bsddb3 failure on sparc and S-390 by Gregory P. Smith · 17 years ago
  39. 556b43d Restore BEGIN/END THREADS macros which were squashed in the previous checkin by Raymond Hettinger · 17 years ago
  40. 5a29dd3 Fix Coverity #159. by Neal Norwitz · 17 years ago
  41. c47cf7d dict could be NULL, so we need to XDECREF. by Neal Norwitz · 17 years ago
  42. a7fc4b1 Add __asdict__() to NamedTuple and refine the docs. by Raymond Hettinger · 17 years ago
  43. 50e90e2 itertools.count() no longer limited to sys.maxint. by Raymond Hettinger · 17 years ago
  44. 8335acb issue1597011: Fix for bz2 module corner-case error due to error checking bug. by Sean Reifscheider · 17 years ago
  45. 0153159 Add a bunch of GIL release/acquire points in tp_print implementations and for by Brett Cannon · 17 years ago
  46. 296a59d Add support for asyncore server-side SSL support. This requires by Bill Janssen · 17 years ago
  47. 1ff91d9 Patch # 1140 (my code, approved by Effbot). by Guido van Rossum · 17 years ago
  48. 98d19da More work on SSL support. by Bill Janssen · 17 years ago
  49. e9fef69 Change socket.error to inherit from IOError rather than being a stand by Gregory P. Smith · 17 years ago
  50. f805785 email address update by Gregory P. Smith · 17 years ago
  51. 49c7c71 Remove unneeded #include. by Thomas Heller · 17 years ago
  52. 2825b2e Add a 'c_longdouble' type to the ctypes module. by Thomas Heller · 17 years ago
  53. bddc341 Patch #1733973 by peaker: by Armin Rigo · 17 years ago
  54. d44a4e9 Patch #786737: Allow building in a tree of symlinks pointing to by Martin v. Löwis · 17 years ago
  55. ffe576d SSL certificate distinguished names should be represented by tuples by Bill Janssen · 17 years ago
  56. 3833640 - Fix libffi configure for hppa*-*-linux* | parisc*-*-linux*. by Matthias Klose · 17 years ago
  57. 58bd49f Patch #1388440: Add set_completion_display_matches_hook and by Martin v. Löwis · 17 years ago
  58. af699dd Document that we rely on the OS to release the crypto context. Fixes #1626801. by Martin v. Löwis · 17 years ago
  59. dcb3c38 Somewhat-preliminary slice-object and extended slicing support for ctypes. by Thomas Wouters · 17 years ago
  60. 3ccec68 Improve extended slicing support in builtin types and classes. Specifically: by Thomas Wouters · 17 years ago
  61. 780b80d > Some of the code sets the error string in this directly before by Guido van Rossum · 17 years ago
  62. dc98811 Fix a few more variables to try to get this to compile with Visual Studio. by Neal Norwitz · 17 years ago
  63. 049da9e Try to get this to build with Visual Studio by moving all the variable by Neal Norwitz · 17 years ago
  64. 4f2c3dd Server-side SSL and certificate validation, by Bill Janssen. by Guido van Rossum · 17 years ago
  65. 1a42ece Fix bug 1764407 - the -i switch now does the right thing when using the -m switch by Nick Coghlan · 17 years ago
  66. 2390104 Add cheot-ga-keut composed make-up sequence support in EUC-KR codec. by Hye-Shik Chang · 17 years ago
  67. 6e39080 Backport r57105 and r57145 from the py3k branch: UTF-32 codecs. by Walter Dörwald · 17 years ago
  68. 91a5721 Fix memory leak in os.readlink by Neal Norwitz · 17 years ago
  69. b5e81aa Backport r56875 from py3k; double LEAVE_PYTHON when AsString() fails by Guido van Rossum · 17 years ago
  70. 95d9494 Fix compilation warning. by Georg Brandl · 17 years ago
  71. 9616444 Revert the fix for #1548891, it broke backwards compatibility with arbitrary read buffers. by Georg Brandl · 17 years ago
  72. f3e93a0 Fix gb18030 codec's bug that doesn't map two-byte characters on by Hye-Shik Chang · 17 years ago
  73. f1e0b3f Bug #1704793: Return UTF-16 pair if unicodedata.lookup cannot by Martin v. Löwis · 17 years ago
  74. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
  75. 219336a Document that codecs.lookup() returns a CodecInfo object. by Walter Dörwald · 18 years ago
  76. fe31d77 PyType_stgdict() returns a borrowed reference which must not be Py_DECREF'd. by Thomas Heller · 18 years ago
  77. ef4fff3 Fix for SF# 1649098: avoid zero-sized array declaration in structure. by Thomas Heller · 18 years ago
  78. 1421b00 Repair COMError. Since exceptions are new style classes now, setting by Thomas Heller · 18 years ago
  79. d67a3b9 Many calls to tk.call involve an arglist containing a single tuple. by Kurt B. Kaiser · 18 years ago
  80. 410c3b5 Use "O&" in calls to PyArg_Parse when we need a 'void*' instead of "k" by Thomas Heller · 18 years ago
  81. 6371cd8 Patch #1733960: Allow T_LONGLONG to accept ints. Will backport to 2.5. by Martin v. Löwis · 18 years ago
  82. ea7f88e Fix warnings by using proper function prototype. by Thomas Heller · 18 years ago
  83. 6088f24 Fix gcc warnings intruduced by passing Py_ssize_t to PyErr_Format calls. by Thomas Heller · 18 years ago
  84. e81c9f6 [ 1715718 ] x64 clean compile patch for _ctypes, by Kristj?n Valur by Thomas Heller · 18 years ago
  85. b53940f Fixing changes to getbuildinfo.c that broke linux builds by Kristján Valur Jónsson · 18 years ago
  86. 956f0f7 Patch by Tim Delany (missing DECREF). SF #1731330. by Guido van Rossum · 18 years ago
  87. 9b54140 Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when it by Hye-Shik Chang · 18 years ago
  88. 82958f0 Fix build on FreeBSD. Bluetooth HCI API in FreeBSD is quite different by Hye-Shik Chang · 18 years ago
  89. 994ebed Backout the original 'fix' to 1721309 which had no effect. by Neal Norwitz · 18 years ago
  90. 601aa41 Fix compiler warnings. by Thomas Heller · 18 years ago
  91. 8b2bfbc Add -3 option to the interpreter to warn about features that are by Neal Norwitz · 18 years ago
  92. a84dcd7 Stop using METH_OLDARGS implicitly by Neal Norwitz · 18 years ago
  93. e2e447b Stop using METH_OLDARGS by Neal Norwitz · 18 years ago
  94. dc48b74 Remove the rgbimg module. It has been deprecated since Python 2.5. by Brett Cannon · 18 years ago
  95. 4868ef8 Whoops, need to pay attention to those test failures. by Neal Norwitz · 18 years ago
  96. 59f58aa Clear data so random memory does not get freed. Will backport. by Neal Norwitz · 18 years ago
  97. 3ebc45d Backport checkin: by Walter Dörwald · 18 years ago
  98. 1ad576c Do not truncate 64-bit pointers to 32-bit integers. by Thomas Heller · 18 years ago
  99. db3bfdf On 64-bit Windows, ffi_arg must be 8 bytes long. This fixes the by Thomas Heller · 18 years ago
  100. f030394 Fix problems in x64 build that were discovered by the testsuite: by Kristján Valur Jónsson · 18 years ago