Python 3.4.10
  1. 2226139 [3.4] bpo-33329: Fix multiprocessing regression on newer glibcs (GH-6575) (#12145) by Cheryl Sabella · 6 years ago
  2. 4b42d57 [3.4] bpo-34656: Avoid relying on signed overflow in _pickle memos (GH-9261) (#11870) by Victor Stinner · 6 years ago
  3. 6c655ce bpo-35746: Fix segfault in ssl's cert parser (GH-11569) (#11868) by Victor Stinner · 6 years ago
  4. d16eaf3 [3.4] bpo-34623: Use XML_SetHashSalt in _elementtree (#9953) by stratakis · 6 years ago
  5. 77c02cd [3.4] bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) (#5992) by Steve Dower · 7 years ago
  6. 8b11e8d [3.4] bpo-31170: Fix inclusion of expat in Windows build projects (#3785) by Victor Stinner · 8 years ago
  7. 86a713c [3.4][Security] bpo-30947, bpo-31170: Update expat from 2.2.1 to 2.2.4 (#3353) by Victor Stinner · 8 years ago
  8. d0e61bd bpo-29169: Update zlib to 1.2.11 (#3107) by Victor Stinner · 8 years ago
  9. 71572bb [3.4] bpo-29591, bpo-30694: Upgrade Modules/expat to libexpat 2.2.1 (#2164) (#2203) by Victor Stinner · 8 years ago
  10. fe82c46 [security][3.4] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) (#2362) by Serhiy Storchaka · 8 years ago
  11. a12d92b merge 3.3 (#27783) by Benjamin Peterson · 9 years ago
  12. 1f0e7c9 rearrange methodcaller_new so that the main error case does not cause uninitialized memory usage (closes #27783) by Benjamin Peterson · 9 years ago
  13. 10bc0f6 merge 3.3 (#27774) by Benjamin Peterson · 9 years ago
  14. 3a27b08 do not decref value borrowed from list (closes #27774) by Benjamin Peterson · 9 years ago
  15. 432ea4f fail when negative values are passed to instr() by Benjamin Peterson · 9 years ago
  16. 5295532 merge 3.3 (closes #27760) by Benjamin Peterson · 9 years ago
  17. 4f97651 fix possible integer overflow in binascii.b2a_qp (closes #27760) by Benjamin Peterson · 9 years ago
  18. 40a77c3 do not allow reading negative values with getstr() by Benjamin Peterson · 9 years ago
  19. 59b6abd merge 3.3 (#27758) by Benjamin Peterson · 9 years ago
  20. 6e01d90 check for overflow in join_append_data (closes #27758) by Benjamin Peterson · 9 years ago
  21. a0b2568 Issue #20160: Merged fix from 3.3. by Vinay Sajip · 9 years ago
  22. 6f25003 Issue #20160: Handled passing of large structs to callbacks correctly. by Vinay Sajip · 9 years ago
  23. 06d49bb sync ordering of stddef.h includes with expat 2.1.1 by Benjamin Peterson · 9 years ago
  24. 196d7db upgrade expt to 2.1.1 (closes #26556) by Benjamin Peterson · 9 years ago
  25. 9491272 open the cert store readonly by Benjamin Peterson · 10 years ago
  26. b1db758 reject negative data_size by Benjamin Peterson · 10 years ago
  27. c4032da prevent buffer overflow in get_data (closes #26171) by Benjamin Peterson · 10 years ago
  28. ef9cf083 fix refleak in error condition by Benjamin Peterson · 10 years ago
  29. 630329e merge 3.3 by Benjamin Peterson · 10 years ago
  30. 0e617e2 remove some copyright notices supserseded by the toplevel ones by Benjamin Peterson · 10 years ago
  31. 7efaf95 Issue25814: Propagate all errors from custom XML parser handlers by Serhiy Storchaka · 10 years ago
  32. afdd513 Issue #25764: Preserve subprocess fork exception when preexec_fn used by Martin Panter · 10 years ago
  33. ca28eba Fixed reference leak when read truncated pickle. by Serhiy Storchaka · 10 years ago
  34. 097a664 Issue #19687: Fixed possible integer overflows in ElementTree. by Serhiy Storchaka · 10 years ago
  35. a49de6b Issue #25725: Fixed a reference leak in pickle.loads() when unpickling by Serhiy Storchaka · 10 years ago
  36. e9b3074 Issue #23914: Fixed SystemError raised by unpickler on broken pickle data. by Serhiy Storchaka · 10 years ago
  37. b6aa537 Issue #25691: Fixed crash on deleting ElementTree.Element attributes. by Serhiy Storchaka · 10 years ago
  38. 04d759b Issue #19687: Fixed memory leak on failed Element slice assignment. by Serhiy Storchaka · 10 years ago
  39. 025a1fd rm trailing ws by Benjamin Peterson · 10 years ago
  40. f0c9038 fix possible memory lea k in _get_aia_uri (closes #25578) by Benjamin Peterson · 10 years ago
  41. 806fb25 fix build with older openssl (#25569) by Benjamin Peterson · 10 years ago
  42. 1bb6515 Issue #25498: Fix GC crash due to ctypes objects wrapping a memoryview by Martin Panter · 10 years ago
  43. a9dcdab always set OP_NO_SSLv3 by default (closes #25530) by Benjamin Peterson · 10 years ago
  44. eda06c8 fix memory leak in _get_crl_dp (closes #25569) by Benjamin Peterson · 10 years ago
  45. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 10 years ago
  46. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 10 years ago
  47. b397e3b add a missing comma (closes #25371) by Benjamin Peterson · 10 years ago
  48. cfad543 Issue #22413: Document newline effect on StringIO initializer and getvalue by Martin Panter · 10 years ago
  49. 9955a37 Various minor typos in documentation and comments by Martin Panter · 10 years ago
  50. e2382c5 Issue #25290: Fix typo in csv.reader() docstring by Berker Peksag · 10 years ago
  51. e060619 Issue #25262. Added support for BINBYTES8 opcode in Python implementation of by Serhiy Storchaka · 10 years ago
  52. edc6885 Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 10 years ago
  53. 1138439 Issue #25203: Failed readline.set_completer_delims() no longer left the by Serhiy Storchaka · 10 years ago
  54. 3c0769d fix spacing by Benjamin Peterson · 10 years ago
  55. 6aa1564 initialize return value to NULL to avoid compiler compliants (closes #25245) by Benjamin Peterson · 10 years ago
  56. e48cf7e prevent overflow in _Unpickler_Read by Benjamin Peterson · 10 years ago
  57. 511491a Issue #23517: Fix rounding in fromtimestamp() and utcfromtimestamp() methods by Victor Stinner · 10 years ago
  58. 95c3e6c Issue #25021: Merge from 3.3 to 3.4 by Kristján Valur Jónsson · 10 years ago
  59. 102764a Issue #25021: Correctly make sure that product.__setstate__ does not access by Kristján Valur Jónsson · 10 years ago
  60. ec1a498 Issue #24684: socket.socket.getaddrinfo() now calls by Victor Stinner · 10 years ago
  61. db4220e Issue #25030: Do not document seek() as if it accepts keyword arguments by Martin Panter · 10 years ago
  62. 9499413 os.sendfile(headers=None, trailers=None) arguments are not actually accepted by Martin Panter · 10 years ago
  63. bf19d16 Issue #23738: Document and test actual keyword parameter names by Martin Panter · 10 years ago
  64. de5f9f4 Raise more correct exception on overflow in setting buffer_size attribute of by Serhiy Storchaka · 10 years ago
  65. 931331a Issue #25019: Fixed a crash caused by setting non-string key of expat parser. by Serhiy Storchaka · 10 years ago
  66. aa2fcc6 Issue #24917: time_strftime() buffer over-read. by Steve Dower · 10 years ago
  67. ef920d6 Backed out changeset: a29b49d57769 by Steve Dower · 10 years ago
  68. 0fba9b3 Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch. by Steve Dower · 10 years ago
  69. 528a9ab Don't use defined() in C preprocessor macros by Victor Stinner · 10 years ago
  70. f6b5cad include fcntl.h on all *nix platforms (closes #24217) by Benjamin Peterson · 10 years ago
  71. 3e77677 Issue #23652: Make the select module compile against LSB headers. by Zachary Ware · 10 years ago
  72. 9c631a0 Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch by Victor Stinner · 10 years ago
  73. acd61b6 Issue #24735: Fix invalid memory access in combinations_with_replacement() by Raymond Hettinger · 10 years ago
  74. 83236f7 Issue #24683: Fixed crashes in _json functions called with arguments of by Serhiy Storchaka · 10 years ago
  75. 178f0b6 Issue #24620: Random.setstate() now validates the value of state last element. by Serhiy Storchaka · 10 years ago
  76. 239aba7 Issue #19663: Improve error message for defaultdict. by Raymond Hettinger · 10 years ago
  77. d113c96 improve style of the convert macro (#24655) by Benjamin Peterson · 10 years ago
  78. 579db16 Closes #23247: Fix a crash in the StreamWriter.reset() of CJK codecs by Victor Stinner · 10 years ago
  79. 03d6ee3 Issue #18684: Fixed reading out of the buffer in the re module. by Serhiy Storchaka · 10 years ago
  80. 80f78a3 fix use after free (closes #24552) by Benjamin Peterson · 10 years ago
  81. 05744ac Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree. by Serhiy Storchaka · 10 years ago
  82. 449e2be Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm() by Serhiy Storchaka · 10 years ago
  83. ff0f322 merge 3.3 by Benjamin Peterson · 10 years ago
  84. 59b08c1 use safe allocation and reallocation macros by Benjamin Peterson · 10 years ago
  85. 6bc217d Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). by Antoine Pitrou · 10 years ago
  86. d741a88 Fixed indentation of Python examples in C comments. by Serhiy Storchaka · 10 years ago
  87. 501182a just sort the items tuple directly (closes #24094) by Benjamin Peterson · 10 years ago
  88. 12b50ce Issue #23659: Document **fmtparams in csv.register_dialect docstring. by Berker Peksag · 10 years ago
  89. fa494fd Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), by Serhiy Storchaka · 10 years ago
  90. 50451eb Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. by Serhiy Storchaka · 10 years ago
  91. 08d230a Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). by Serhiy Storchaka · 10 years ago
  92. 5bf3120 Issue #24091: Fixed various crashes in corner cases in C implementation of by Serhiy Storchaka · 10 years ago
  93. ea6d559 Issue #23796: peak and read1 methods of BufferedReader now raise ValueError by Berker Peksag · 10 years ago
  94. b9db9e1 Defend against a mutation during comparison by Raymond Hettinger · 10 years ago
  95. 65bcdd7 ensure .keywords is always a dict by Benjamin Peterson · 10 years ago
  96. 0171d7f fix libffi compilation on FreeBSD (#23042) by Benjamin Peterson · 10 years ago
  97. 01b0883 Issue #20274: Remove ignored and erroneous "kwargs" parameters from three by Larry Hastings · 10 years ago
  98. 122f4b1 merge 3.3 (#24094) by Benjamin Peterson · 10 years ago
  99. c6249a6 Defer deleted item decref until after the deque is restored to a consistent state. by Raymond Hettinger · 10 years ago
  100. 1dd8e71 Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq. by Raymond Hettinger · 10 years ago