1. 22d8942 Issue #25745: Fixed leaking a userptr in curses panel destructor. by Serhiy Storchaka · 9 years ago
  2. 4f23cab Corrections for a/an in code comments and documentation by Martin Panter · 9 years ago
  3. 4ef4eda Issue #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls of by Serhiy Storchaka · 9 years ago
  4. 0207e76 Issue #26822: itemgetter, attrgetter and methodcaller objects no longer by Serhiy Storchaka · 9 years ago
  5. 5b48fa9 Fix spelling (inital), grammar (may translates) in documentation, comments by Martin Panter · 9 years ago
  6. 9a118f1 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 9 years ago
  7. bf02d18 Fix typos in code comment and documentation by Martin Panter · 9 years ago
  8. 6a8163a Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 9 years ago
  9. bb65063 Issue #26200: Restored more safe usages of Py_SETREF. by Serhiy Storchaka · 9 years ago
  10. 763a61c Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 9 years ago
  11. bc62af1 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 9 years ago
  12. aad86a6 Issue #6953: Rearrange and expand Readline module documentation by Martin Panter · 9 years ago
  13. ed06e8f Issue #23735: Avoid sighandler_t Gnu-ism by Martin Panter · 9 years ago
  14. a70c323 Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price by Martin Panter · 9 years ago
  15. b8089b4 Issue #26644: Raise ValueError for negative SSLSocket.recv() and read() by Martin Panter · 9 years ago
  16. b703611 Issue #24266: Cancel history search mode with Ctrl+C in Readline 7 by Martin Panter · 9 years ago
  17. 69d7f6a Issue #26505: Fix typos in getaddrinfo license text. Patch by Alex Willmer. by Ned Deily · 9 years ago
  18. 3058eb4 Issue #26406: Avoid unnecessary serialization of getaddrinfo(3) calls on by Ned Deily · 9 years ago
  19. b2e3946 open the cert store readonly by Benjamin Peterson · 9 years ago
  20. 1c2a7b5 Issue #25924: Avoid unnecessary serialization of getaddrinfo(3) calls on OS X by Ned Deily · 9 years ago
  21. 674a3cd Issue #24303: Fix random EEXIST upon multiprocessing semaphores creation with by Charles-François Natali · 9 years ago
  22. 53ae0ba Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 9 years ago
  23. 71b7176 Issue #25945: Fixed bugs in functools.partial. by Serhiy Storchaka · 9 years ago
  24. 1d269c1 Issue #26244: Clarify default zlib compression level in documentation by Martin Panter · 9 years ago
  25. 4b40c3e Fixed a crash in new tests in test_getargs2 added in 60a2d67dacb3 (issue #26198). by Serhiy Storchaka · 9 years ago
  26. 13ea0c5 Fixed an infinite loop in zipimport caused by cebcd2fd3e1f (issue #19883). by Serhiy Storchaka · 9 years ago
  27. c4ef384 Issue #19883: Fixed possible integer overflows in zipimport. by Serhiy Storchaka · 9 years ago
  28. 3ecb6ab Issue #26198: Added tests for string-related format units of PyArg_Parse*() by Serhiy Storchaka · 9 years ago
  29. 5640bbb reject negative data_size by Benjamin Peterson · 9 years ago
  30. 64ea192 prevent buffer overflow in get_data (closes #26171) by Benjamin Peterson · 9 years ago
  31. e4309f7 fix refleak in error condition by Benjamin Peterson · 9 years ago
  32. b5a1d75 Replace fpgetmask() with fedisableexcept() by Victor Stinner · 9 years ago
  33. c39162d Issue #26114: Remove mention of 'Numerical Recipes'. by Brett Cannon · 9 years ago
  34. f30bad2 remove some copyright notices supserseded by the toplevel ones by Benjamin Peterson · 9 years ago
  35. 2e6c829 Issue #20440: More use of Py_SETREF. by Serhiy Storchaka · 9 years ago
  36. 8688aca Issue #20440: Applied yet one patch for using Py_SETREF. by Serhiy Storchaka · 9 years ago
  37. 20a003b Issue #24103: Fixed possible use after free in ElementTree.iterparse(). by Serhiy Storchaka · 9 years ago
  38. 5951f23 Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 9 years ago
  39. c06a6d0 Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. by Serhiy Storchaka · 9 years ago
  40. 33ea297 Fixed possible leaks in ElementTree parser. by Serhiy Storchaka · 9 years ago
  41. 45cf0b7 Issue25814: Propagate all errors from custom XML parser handlers by Serhiy Storchaka · 9 years ago
  42. 048e107 Fixed reference leak when read truncated pickle. by Serhiy Storchaka · 9 years ago
  43. b5b76c3 Fixed compilation error introduced in 745fd5550bc0. by Serhiy Storchaka · 9 years ago
  44. c4c64be Issue #19687: Fixed possible integer overflows in ElementTree. by Serhiy Storchaka · 9 years ago
  45. 80767a3 Issue #25725: Fixed a reference leak in cPickle.loads() when unpickling by Serhiy Storchaka · 9 years ago
  46. 5c13766 Issue #23914: Fixed SystemError raised by unpickler on broken pickle data. by Serhiy Storchaka · 9 years ago
  47. a0ae9ff Issue #19687: Fixed memory leak on failed Element slice assignment. by Serhiy Storchaka · 9 years ago
  48. 93ed946 rm trailing ws by Benjamin Peterson · 9 years ago
  49. c591936 fix possible memory lea k in _get_aia_uri (closes #25578) by Benjamin Peterson · 9 years ago
  50. b1c1e67 fix build with older openssl (#25569) by Benjamin Peterson · 9 years ago
  51. f358d2b Second instance of deque needing "len" instead of "Py_SIZE" in Py2.7 by Raymond Hettinger · 9 years ago
  52. 3a75403 Deque uses "len" instead of varhead in Py2.7 by Raymond Hettinger · 9 years ago
  53. 10aaca9 always set OP_NO_SSLv3 by default (closes #25530) by Benjamin Peterson · 9 years ago
  54. 59d451d fix memory leak in _get_crl_dp (closes #25569) by Benjamin Peterson · 9 years ago
  55. da87e45 Issue #892902: Fixed pickling recursive objects. by Serhiy Storchaka · 9 years ago
  56. c72e66a Issue #25523: Backported a-to-an corrections. by Serhiy Storchaka · 9 years ago
  57. dab305e Issue #22413: Document newline effect on StringIO initializer and getvalue by Martin Panter · 9 years ago
  58. e904427 Backport early-out 91259f061cfb to reduce the cost of bb1a2944bcb6 by Raymond Hettinger · 9 years ago
  59. 4e29477 Issue #25290: Fix typo in csv.reader() docstring by Berker Peksag · 9 years ago
  60. a8041ae Issue #25203: Failed readline.set_completer_delims() no longer left the by Serhiy Storchaka · 9 years ago
  61. 96d2654 fix spacing by Benjamin Peterson · 9 years ago
  62. d2a4073 Issue #25135: Avoid possible reentrancy issues in deque_clear. by Raymond Hettinger · 9 years ago
  63. 9a2326b Issue #24684: socket.socket.getaddrinfo() now calls by Victor Stinner · 9 years ago
  64. 6f80464 Issue #25030: Do not document seek() as if it accepts keyword arguments by Martin Panter · 9 years ago
  65. 0a85728 Don't left shift negative values. Use an unsigned value instead to avoid by Gregory P. Smith · 9 years ago
  66. d7a4f9e include fcntl.h on all *nix platforms (closes #24217) by Benjamin Peterson · 9 years ago
  67. 977be3e Issue #23652: Make the select module compile against LSB headers. by Zachary Ware · 9 years ago
  68. e97944a Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch by Victor Stinner · 9 years ago
  69. 76a64ca Issue #24683: Fixed a crash in _json.make_encoder() called with non-dict 1st argument. by Serhiy Storchaka · 9 years ago
  70. cf74c19 Issue #24613: Calling array.fromstring() with self is no longer allowed by Serhiy Storchaka · 9 years ago
  71. 7f18ac4 possible memory leak in error case (closes #24719) by Benjamin Peterson · 9 years ago
  72. 455a2a3 proper overflow checks for mymemreplace (closes #24708) by Benjamin Peterson · 9 years ago
  73. 045c451 Issue #24704: Fixed possible NULL pointer dereferencing in the _json module by Serhiy Storchaka · 9 years ago
  74. 3b77d01 Issue #24620: Random.setstate() now validates the value of state last element. by Serhiy Storchaka · 9 years ago
  75. affac00 Issue #24703: Fixed resource leak on error in bsddb.verify(). by Serhiy Storchaka · 9 years ago
  76. 81c670d Initialize buf.outobj in multibyte encoder (closes issue #24702). by Serhiy Storchaka · 9 years ago
  77. fe13eac Issue #19663: Improve error message for defaultdict. by Raymond Hettinger · 9 years ago
  78. 65192c1 improve style of the convert macro (#24655) by Benjamin Peterson · 9 years ago
  79. be8c6ae Issue #24611: Fixed compiling the posix module on non-Windows platforms by Serhiy Storchaka · 9 years ago
  80. 7865f21 Issue #18684: Fixed reading out of the buffer in the re module. by Serhiy Storchaka · 9 years ago
  81. 84af51d Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm() by Serhiy Storchaka · 9 years ago
  82. 1c72acf ensure internal buffer is large enough for string after flushing (closes #24481) by Benjamin Peterson · 9 years ago
  83. 0d2fac1 Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). by Antoine Pitrou · 9 years ago
  84. f0aa88f Fixed indentation of Python examples in C comments. by Serhiy Storchaka · 9 years ago
  85. c7797dc Issue #19543: Emit deprecation warning for known non-text encodings. by Serhiy Storchaka · 9 years ago
  86. dc967c1 Fixed the array module in unicode disabled build (regression of issue20014). by Serhiy Storchaka · 9 years ago
  87. 062bed2 Issue #24264: Fixed buffer overflow in the imageop module. by Serhiy Storchaka · 9 years ago
  88. 5127ed7 Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), by Serhiy Storchaka · 9 years ago
  89. 1e95340 Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. by Serhiy Storchaka · 9 years ago
  90. 80cb186 Issue #24257: Fixed segmentation fault in sqlite3.Row constructor with faked by Serhiy Storchaka · 9 years ago
  91. 25598f3 Issue #24091: Fixed various crashes in corner cases in cElementTree. by Serhiy Storchaka · 9 years ago
  92. b70091a Issue #20014: array.array() now accepts unicode typecodes. Based on patch by by Serhiy Storchaka · 9 years ago
  93. f465e0f merge 2.7.10 release branch by Benjamin Peterson · 9 years ago
  94. 5863a39 deque is not varsized, so using Py_SIZE is nonsensical (closes #24162) by Benjamin Peterson · 9 years ago
  95. 3aee092 Defend against a mutation during comparison by Raymond Hettinger · 10 years ago
  96. 72c0141 ensure .keywords is always a dict by Benjamin Peterson · 10 years ago
  97. 36691ef fix libffi compilation on FreeBSD (#23042) by Benjamin Peterson · 10 years ago
  98. 101b054 Issue #20274: When calling a _sqlite.Connection, it now complains if passed by Larry Hastings · 10 years ago
  99. 79f2c5b Defer deleted item decref until after the deque is restored to a consistent state. by Raymond Hettinger · 10 years ago
  100. 89543dd Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq. by Raymond Hettinger · 10 years ago