1. b2e3946 open the cert store readonly by Benjamin Peterson · 8 years ago
  2. 1c2a7b5 Issue #25924: Avoid unnecessary serialization of getaddrinfo(3) calls on OS X by Ned Deily · 8 years ago
  3. 674a3cd Issue #24303: Fix random EEXIST upon multiprocessing semaphores creation with by Charles-François Natali · 8 years ago
  4. 53ae0ba Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 8 years ago
  5. 71b7176 Issue #25945: Fixed bugs in functools.partial. by Serhiy Storchaka · 8 years ago
  6. 1d269c1 Issue #26244: Clarify default zlib compression level in documentation by Martin Panter · 8 years ago
  7. 4b40c3e Fixed a crash in new tests in test_getargs2 added in 60a2d67dacb3 (issue #26198). by Serhiy Storchaka · 8 years ago
  8. 13ea0c5 Fixed an infinite loop in zipimport caused by cebcd2fd3e1f (issue #19883). by Serhiy Storchaka · 8 years ago
  9. c4ef384 Issue #19883: Fixed possible integer overflows in zipimport. by Serhiy Storchaka · 8 years ago
  10. 3ecb6ab Issue #26198: Added tests for string-related format units of PyArg_Parse*() by Serhiy Storchaka · 8 years ago
  11. 5640bbb reject negative data_size by Benjamin Peterson · 8 years ago
  12. 64ea192 prevent buffer overflow in get_data (closes #26171) by Benjamin Peterson · 8 years ago
  13. e4309f7 fix refleak in error condition by Benjamin Peterson · 8 years ago
  14. b5a1d75 Replace fpgetmask() with fedisableexcept() by Victor Stinner · 8 years ago
  15. c39162d Issue #26114: Remove mention of 'Numerical Recipes'. by Brett Cannon · 8 years ago
  16. f30bad2 remove some copyright notices supserseded by the toplevel ones by Benjamin Peterson · 9 years ago
  17. 2e6c829 Issue #20440: More use of Py_SETREF. by Serhiy Storchaka · 9 years ago
  18. 8688aca Issue #20440: Applied yet one patch for using Py_SETREF. by Serhiy Storchaka · 9 years ago
  19. 20a003b Issue #24103: Fixed possible use after free in ElementTree.iterparse(). by Serhiy Storchaka · 9 years ago
  20. 5951f23 Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 9 years ago
  21. c06a6d0 Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. by Serhiy Storchaka · 9 years ago
  22. 33ea297 Fixed possible leaks in ElementTree parser. by Serhiy Storchaka · 9 years ago
  23. 45cf0b7 Issue25814: Propagate all errors from custom XML parser handlers by Serhiy Storchaka · 9 years ago
  24. 048e107 Fixed reference leak when read truncated pickle. by Serhiy Storchaka · 9 years ago
  25. b5b76c3 Fixed compilation error introduced in 745fd5550bc0. by Serhiy Storchaka · 9 years ago
  26. c4c64be Issue #19687: Fixed possible integer overflows in ElementTree. by Serhiy Storchaka · 9 years ago
  27. 80767a3 Issue #25725: Fixed a reference leak in cPickle.loads() when unpickling by Serhiy Storchaka · 9 years ago
  28. 5c13766 Issue #23914: Fixed SystemError raised by unpickler on broken pickle data. by Serhiy Storchaka · 9 years ago
  29. a0ae9ff Issue #19687: Fixed memory leak on failed Element slice assignment. by Serhiy Storchaka · 9 years ago
  30. 93ed946 rm trailing ws by Benjamin Peterson · 9 years ago
  31. c591936 fix possible memory lea k in _get_aia_uri (closes #25578) by Benjamin Peterson · 9 years ago
  32. b1c1e67 fix build with older openssl (#25569) by Benjamin Peterson · 9 years ago
  33. f358d2b Second instance of deque needing "len" instead of "Py_SIZE" in Py2.7 by Raymond Hettinger · 9 years ago
  34. 3a75403 Deque uses "len" instead of varhead in Py2.7 by Raymond Hettinger · 9 years ago
  35. 10aaca9 always set OP_NO_SSLv3 by default (closes #25530) by Benjamin Peterson · 9 years ago
  36. 59d451d fix memory leak in _get_crl_dp (closes #25569) by Benjamin Peterson · 9 years ago
  37. da87e45 Issue #892902: Fixed pickling recursive objects. by Serhiy Storchaka · 9 years ago
  38. c72e66a Issue #25523: Backported a-to-an corrections. by Serhiy Storchaka · 9 years ago
  39. dab305e Issue #22413: Document newline effect on StringIO initializer and getvalue by Martin Panter · 9 years ago
  40. e904427 Backport early-out 91259f061cfb to reduce the cost of bb1a2944bcb6 by Raymond Hettinger · 9 years ago
  41. 4e29477 Issue #25290: Fix typo in csv.reader() docstring by Berker Peksag · 9 years ago
  42. a8041ae Issue #25203: Failed readline.set_completer_delims() no longer left the by Serhiy Storchaka · 9 years ago
  43. 96d2654 fix spacing by Benjamin Peterson · 9 years ago
  44. d2a4073 Issue #25135: Avoid possible reentrancy issues in deque_clear. by Raymond Hettinger · 9 years ago
  45. 9a2326b Issue #24684: socket.socket.getaddrinfo() now calls by Victor Stinner · 9 years ago
  46. 6f80464 Issue #25030: Do not document seek() as if it accepts keyword arguments by Martin Panter · 9 years ago
  47. 0a85728 Don't left shift negative values. Use an unsigned value instead to avoid by Gregory P. Smith · 9 years ago
  48. d7a4f9e include fcntl.h on all *nix platforms (closes #24217) by Benjamin Peterson · 9 years ago
  49. 977be3e Issue #23652: Make the select module compile against LSB headers. by Zachary Ware · 9 years ago
  50. e97944a Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch by Victor Stinner · 9 years ago
  51. 76a64ca Issue #24683: Fixed a crash in _json.make_encoder() called with non-dict 1st argument. by Serhiy Storchaka · 9 years ago
  52. cf74c19 Issue #24613: Calling array.fromstring() with self is no longer allowed by Serhiy Storchaka · 9 years ago
  53. 7f18ac4 possible memory leak in error case (closes #24719) by Benjamin Peterson · 9 years ago
  54. 455a2a3 proper overflow checks for mymemreplace (closes #24708) by Benjamin Peterson · 9 years ago
  55. 045c451 Issue #24704: Fixed possible NULL pointer dereferencing in the _json module by Serhiy Storchaka · 9 years ago
  56. 3b77d01 Issue #24620: Random.setstate() now validates the value of state last element. by Serhiy Storchaka · 9 years ago
  57. affac00 Issue #24703: Fixed resource leak on error in bsddb.verify(). by Serhiy Storchaka · 9 years ago
  58. 81c670d Initialize buf.outobj in multibyte encoder (closes issue #24702). by Serhiy Storchaka · 9 years ago
  59. fe13eac Issue #19663: Improve error message for defaultdict. by Raymond Hettinger · 9 years ago
  60. 65192c1 improve style of the convert macro (#24655) by Benjamin Peterson · 9 years ago
  61. be8c6ae Issue #24611: Fixed compiling the posix module on non-Windows platforms by Serhiy Storchaka · 9 years ago
  62. 7865f21 Issue #18684: Fixed reading out of the buffer in the re module. by Serhiy Storchaka · 9 years ago
  63. 84af51d Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm() by Serhiy Storchaka · 9 years ago
  64. 1c72acf ensure internal buffer is large enough for string after flushing (closes #24481) by Benjamin Peterson · 9 years ago
  65. 0d2fac1 Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). by Antoine Pitrou · 9 years ago
  66. f0aa88f Fixed indentation of Python examples in C comments. by Serhiy Storchaka · 9 years ago
  67. c7797dc Issue #19543: Emit deprecation warning for known non-text encodings. by Serhiy Storchaka · 9 years ago
  68. dc967c1 Fixed the array module in unicode disabled build (regression of issue20014). by Serhiy Storchaka · 9 years ago
  69. 062bed2 Issue #24264: Fixed buffer overflow in the imageop module. by Serhiy Storchaka · 9 years ago
  70. 5127ed7 Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), by Serhiy Storchaka · 9 years ago
  71. 1e95340 Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. by Serhiy Storchaka · 9 years ago
  72. 80cb186 Issue #24257: Fixed segmentation fault in sqlite3.Row constructor with faked by Serhiy Storchaka · 9 years ago
  73. 25598f3 Issue #24091: Fixed various crashes in corner cases in cElementTree. by Serhiy Storchaka · 9 years ago
  74. b70091a Issue #20014: array.array() now accepts unicode typecodes. Based on patch by by Serhiy Storchaka · 9 years ago
  75. f465e0f merge 2.7.10 release branch by Benjamin Peterson · 9 years ago
  76. 5863a39 deque is not varsized, so using Py_SIZE is nonsensical (closes #24162) by Benjamin Peterson · 9 years ago
  77. 3aee092 Defend against a mutation during comparison by Raymond Hettinger · 9 years ago
  78. 72c0141 ensure .keywords is always a dict by Benjamin Peterson · 9 years ago
  79. 36691ef fix libffi compilation on FreeBSD (#23042) by Benjamin Peterson · 9 years ago
  80. 101b054 Issue #20274: When calling a _sqlite.Connection, it now complains if passed by Larry Hastings · 9 years ago
  81. 79f2c5b Defer deleted item decref until after the deque is restored to a consistent state. by Raymond Hettinger · 9 years ago
  82. 89543dd Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq. by Raymond Hettinger · 9 years ago
  83. 3a34a72 remove extern definition, since it's in a header file (closes #24058) by Benjamin Peterson · 9 years ago
  84. 656ffdb Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8 by Serhiy Storchaka · 9 years ago
  85. 02d0298 Issue #16840: Turn on support of bignums only in final release of Tcl 8.5. by Serhiy Storchaka · 9 years ago
  86. 9aa16d9 Issue #23842: os.major(), os.minor() and os.makedev() now support ints again. by Serhiy Storchaka · 9 years ago
  87. 9e7ece2 - Use PLATDIR for the platform directory everywhere (refactoring only) by doko@ubuntu.com · 9 years ago
  88. 4612954 Issue #21859: Corrected FileIO docstrings. by Serhiy Storchaka · 9 years ago
  89. 9c5a8d4 remove extra arguments in arg parsing format codes (closes #23875) by Benjamin Peterson · 9 years ago
  90. f29bc70 Issue #15133: _tkinter.tkapp.getboolean() now supports long and Tcl_Obj and by Serhiy Storchaka · 9 years ago
  91. 37943b0 Issue #23338: Fixed formatting ctypes error messages on Cygwin. by Serhiy Storchaka · 9 years ago
  92. c77c5b5 Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and by Serhiy Storchaka · 9 years ago
  93. 31c7e4f Issue #23834: Fix socket.sendto(), use the C long type to store the result of by Victor Stinner · 9 years ago
  94. cba6b5d Issue #21526: Tkinter now supports new boolean type in Tcl 8.5. by Serhiy Storchaka · 9 years ago
  95. a5a44ab remove assignment in conditional by Benjamin Peterson · 9 years ago
  96. 96d8012 Issue #23785: Fixed memory leak in TextIOWrapper.tell() in rare circumstances. by Serhiy Storchaka · 9 years ago
  97. aa64c46 Issue #23781: Add private helper function _PyErr_ReplaceException() that by Serhiy Storchaka · 9 years ago
  98. f95a57f Issue #21802: The reader in BufferedRWPair now is closed even when closing by Serhiy Storchaka · 9 years ago
  99. 72ef961 expose X509_V_FLAG_TRUSTED_FIRST by Benjamin Peterson · 9 years ago
  100. b1ebba5 enable X509_V_FLAG_TRUSTED_FIRST when possible (closes #23476) by Benjamin Peterson · 9 years ago