1. b3eaaf0 Issue #22463: Cure unused function warnings on AIX by Martin Panter · 8 years ago
  2. 2924124 Issue #22463: Correct #endif placement; patch by Senthil Kumaran by Martin Panter · 8 years ago
  3. 646b528 Issue #22463: Backport compiler warning fixes and workarounds by Martin Panter · 8 years ago
  4. 4e6e565 Fix English spelling and grammar errors by Martin Panter · 8 years ago
  5. f46d3af ctypes: the type of b_size is Py_ssize_t. by Serhiy Storchaka · 8 years ago
  6. ef012cc Issue #27330: Fixed possible leaks in the ctypes module. by Serhiy Storchaka · 8 years ago
  7. 1f7586e Issue #25455: Fixed a crash in repr of cElementTree.Element with recursive tag. by Serhiy Storchaka · 8 years ago
  8. d244a8f upgrade expt to 2.1.1 (closes #26556) by Benjamin Peterson · 8 years ago
  9. c9813d8 Issue #20699: Document that “io” methods should accept memoryview by Martin Panter · 8 years ago
  10. b3e073c fix leak of keyfile_bytes by Benjamin Peterson · 8 years ago
  11. 3b91de5 stop leaking certfile_bytes (closes #27267) by Benjamin Peterson · 8 years ago
  12. a48aa85 check the result of PyByteArray_Resize in readline() (closes #27211) by Benjamin Peterson · 8 years ago
  13. e725777 remove (hilarious) defaults for various constants getpath.c needs by Benjamin Peterson · 8 years ago
  14. 8d496ad Issue #27171: Fix typos in documentation, code comments, and tests by Martin Panter · 8 years ago
  15. 200a615 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 8 years ago
  16. 9c946bb Issue #5784: Expand documentation and tests for zlib wbits parameter by Martin Panter · 8 years ago
  17. b1d867f Issue #27076: Doc, comment and test function name spelling fixes by Martin Panter · 8 years ago
  18. 59dd0e6 fix indentation and add curlies (closes #27093) by Benjamin Peterson · 8 years ago
  19. 12cf60c Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 8 years ago
  20. d0dc72b Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes by Serhiy Storchaka · 8 years ago
  21. c6a7c96 Backported tests for issue #18531. by Serhiy Storchaka · 8 years ago
  22. f45c175 Remove PEP 291 compatibility requirements for ctypes and modulefinder by Martin Panter · 8 years ago
  23. 22d8942 Issue #25745: Fixed leaking a userptr in curses panel destructor. by Serhiy Storchaka · 8 years ago
  24. 4f23cab Corrections for a/an in code comments and documentation by Martin Panter · 8 years ago
  25. 4ef4eda Issue #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls of by Serhiy Storchaka · 8 years ago
  26. 0207e76 Issue #26822: itemgetter, attrgetter and methodcaller objects no longer by Serhiy Storchaka · 9 years ago
  27. 5b48fa9 Fix spelling (inital), grammar (may translates) in documentation, comments by Martin Panter · 9 years ago
  28. 9a118f1 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 9 years ago
  29. bf02d18 Fix typos in code comment and documentation by Martin Panter · 9 years ago
  30. 6a8163a Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 9 years ago
  31. bb65063 Issue #26200: Restored more safe usages of Py_SETREF. by Serhiy Storchaka · 9 years ago
  32. 763a61c Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 9 years ago
  33. bc62af1 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 9 years ago
  34. aad86a6 Issue #6953: Rearrange and expand Readline module documentation by Martin Panter · 9 years ago
  35. ed06e8f Issue #23735: Avoid sighandler_t Gnu-ism by Martin Panter · 9 years ago
  36. a70c323 Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price by Martin Panter · 9 years ago
  37. b8089b4 Issue #26644: Raise ValueError for negative SSLSocket.recv() and read() by Martin Panter · 9 years ago
  38. b703611 Issue #24266: Cancel history search mode with Ctrl+C in Readline 7 by Martin Panter · 9 years ago
  39. 69d7f6a Issue #26505: Fix typos in getaddrinfo license text. Patch by Alex Willmer. by Ned Deily · 9 years ago
  40. 3058eb4 Issue #26406: Avoid unnecessary serialization of getaddrinfo(3) calls on by Ned Deily · 9 years ago
  41. b2e3946 open the cert store readonly by Benjamin Peterson · 9 years ago
  42. 1c2a7b5 Issue #25924: Avoid unnecessary serialization of getaddrinfo(3) calls on OS X by Ned Deily · 9 years ago
  43. 674a3cd Issue #24303: Fix random EEXIST upon multiprocessing semaphores creation with by Charles-François Natali · 9 years ago
  44. 53ae0ba Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 9 years ago
  45. 71b7176 Issue #25945: Fixed bugs in functools.partial. by Serhiy Storchaka · 9 years ago
  46. 1d269c1 Issue #26244: Clarify default zlib compression level in documentation by Martin Panter · 9 years ago
  47. 4b40c3e Fixed a crash in new tests in test_getargs2 added in 60a2d67dacb3 (issue #26198). by Serhiy Storchaka · 9 years ago
  48. 13ea0c5 Fixed an infinite loop in zipimport caused by cebcd2fd3e1f (issue #19883). by Serhiy Storchaka · 9 years ago
  49. c4ef384 Issue #19883: Fixed possible integer overflows in zipimport. by Serhiy Storchaka · 9 years ago
  50. 3ecb6ab Issue #26198: Added tests for string-related format units of PyArg_Parse*() by Serhiy Storchaka · 9 years ago
  51. 5640bbb reject negative data_size by Benjamin Peterson · 9 years ago
  52. 64ea192 prevent buffer overflow in get_data (closes #26171) by Benjamin Peterson · 9 years ago
  53. e4309f7 fix refleak in error condition by Benjamin Peterson · 9 years ago
  54. b5a1d75 Replace fpgetmask() with fedisableexcept() by Victor Stinner · 9 years ago
  55. c39162d Issue #26114: Remove mention of 'Numerical Recipes'. by Brett Cannon · 9 years ago
  56. f30bad2 remove some copyright notices supserseded by the toplevel ones by Benjamin Peterson · 9 years ago
  57. 2e6c829 Issue #20440: More use of Py_SETREF. by Serhiy Storchaka · 9 years ago
  58. 8688aca Issue #20440: Applied yet one patch for using Py_SETREF. by Serhiy Storchaka · 9 years ago
  59. 20a003b Issue #24103: Fixed possible use after free in ElementTree.iterparse(). by Serhiy Storchaka · 9 years ago
  60. 5951f23 Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 9 years ago
  61. c06a6d0 Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. by Serhiy Storchaka · 9 years ago
  62. 33ea297 Fixed possible leaks in ElementTree parser. by Serhiy Storchaka · 9 years ago
  63. 45cf0b7 Issue25814: Propagate all errors from custom XML parser handlers by Serhiy Storchaka · 9 years ago
  64. 048e107 Fixed reference leak when read truncated pickle. by Serhiy Storchaka · 9 years ago
  65. b5b76c3 Fixed compilation error introduced in 745fd5550bc0. by Serhiy Storchaka · 9 years ago
  66. c4c64be Issue #19687: Fixed possible integer overflows in ElementTree. by Serhiy Storchaka · 9 years ago
  67. 80767a3 Issue #25725: Fixed a reference leak in cPickle.loads() when unpickling by Serhiy Storchaka · 9 years ago
  68. 5c13766 Issue #23914: Fixed SystemError raised by unpickler on broken pickle data. by Serhiy Storchaka · 9 years ago
  69. a0ae9ff Issue #19687: Fixed memory leak on failed Element slice assignment. by Serhiy Storchaka · 9 years ago
  70. 93ed946 rm trailing ws by Benjamin Peterson · 9 years ago
  71. c591936 fix possible memory lea k in _get_aia_uri (closes #25578) by Benjamin Peterson · 9 years ago
  72. b1c1e67 fix build with older openssl (#25569) by Benjamin Peterson · 9 years ago
  73. f358d2b Second instance of deque needing "len" instead of "Py_SIZE" in Py2.7 by Raymond Hettinger · 9 years ago
  74. 3a75403 Deque uses "len" instead of varhead in Py2.7 by Raymond Hettinger · 9 years ago
  75. 10aaca9 always set OP_NO_SSLv3 by default (closes #25530) by Benjamin Peterson · 9 years ago
  76. 59d451d fix memory leak in _get_crl_dp (closes #25569) by Benjamin Peterson · 9 years ago
  77. da87e45 Issue #892902: Fixed pickling recursive objects. by Serhiy Storchaka · 9 years ago
  78. c72e66a Issue #25523: Backported a-to-an corrections. by Serhiy Storchaka · 9 years ago
  79. dab305e Issue #22413: Document newline effect on StringIO initializer and getvalue by Martin Panter · 9 years ago
  80. e904427 Backport early-out 91259f061cfb to reduce the cost of bb1a2944bcb6 by Raymond Hettinger · 9 years ago
  81. 4e29477 Issue #25290: Fix typo in csv.reader() docstring by Berker Peksag · 9 years ago
  82. a8041ae Issue #25203: Failed readline.set_completer_delims() no longer left the by Serhiy Storchaka · 9 years ago
  83. 96d2654 fix spacing by Benjamin Peterson · 9 years ago
  84. d2a4073 Issue #25135: Avoid possible reentrancy issues in deque_clear. by Raymond Hettinger · 9 years ago
  85. 9a2326b Issue #24684: socket.socket.getaddrinfo() now calls by Victor Stinner · 9 years ago
  86. 6f80464 Issue #25030: Do not document seek() as if it accepts keyword arguments by Martin Panter · 9 years ago
  87. 0a85728 Don't left shift negative values. Use an unsigned value instead to avoid by Gregory P. Smith · 9 years ago
  88. d7a4f9e include fcntl.h on all *nix platforms (closes #24217) by Benjamin Peterson · 9 years ago
  89. 977be3e Issue #23652: Make the select module compile against LSB headers. by Zachary Ware · 9 years ago
  90. e97944a Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch by Victor Stinner · 9 years ago
  91. 76a64ca Issue #24683: Fixed a crash in _json.make_encoder() called with non-dict 1st argument. by Serhiy Storchaka · 9 years ago
  92. cf74c19 Issue #24613: Calling array.fromstring() with self is no longer allowed by Serhiy Storchaka · 9 years ago
  93. 7f18ac4 possible memory leak in error case (closes #24719) by Benjamin Peterson · 9 years ago
  94. 455a2a3 proper overflow checks for mymemreplace (closes #24708) by Benjamin Peterson · 9 years ago
  95. 045c451 Issue #24704: Fixed possible NULL pointer dereferencing in the _json module by Serhiy Storchaka · 9 years ago
  96. 3b77d01 Issue #24620: Random.setstate() now validates the value of state last element. by Serhiy Storchaka · 9 years ago
  97. affac00 Issue #24703: Fixed resource leak on error in bsddb.verify(). by Serhiy Storchaka · 9 years ago
  98. 81c670d Initialize buf.outobj in multibyte encoder (closes issue #24702). by Serhiy Storchaka · 9 years ago
  99. fe13eac Issue #19663: Improve error message for defaultdict. by Raymond Hettinger · 9 years ago
  100. 65192c1 improve style of the convert macro (#24655) by Benjamin Peterson · 9 years ago