1. 7f10ede Version bump for Python 3.4.6. by Larry Hastings · 9 years ago v3.4.6
  2. a7aa988 Post-release fixups for Python 3.4.6rc1. by Larry Hastings · 9 years ago
  3. d12551f Version bump for 3.4.6rc1. by Larry Hastings · 9 years ago v3.4.6rc1
  4. 84293af Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X by Serhiy Storchaka · 9 years ago
  5. b626643 Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X by Serhiy Storchaka · 9 years ago
  6. 1c3fdd9 Issue #28563: Fixed possible DoS and arbitrary code execution when handle by Serhiy Storchaka · 9 years ago
  7. 07bcf05 Issue #28563: Fixed possible DoS and arbitrary code execution when handle by Serhiy Storchaka · 9 years ago
  8. 77eede3 Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build. by Serhiy Storchaka · 9 years ago
  9. 068534a Issue #28248: Update Windows build to use OpenSSL 1.0.2j by Zachary Ware · 9 years ago
  10. cb9424f Issue #27759: Fix selectors incorrectly retain invalid file descriptors. by Yury Selivanov · 9 years ago
  11. d751040 Issue #26171: Prevent buffer overflow in get_data by Berker Peksag · 9 years ago
  12. 79ae967 Issue #12885: Revert commits in 3.4 branch which is security-only fixes. by Jason R. Coombs · 9 years ago
  13. 6f5d3fd Issue #12885: Correct issue reference in NEWS by Jason R. Coombs · 9 years ago
  14. 97eda15 Issue #12285: Update NEWS by Jason R. Coombs · 9 years ago
  15. 1f0e7c9 rearrange methodcaller_new so that the main error case does not cause uninitialized memory usage (closes #27783) by Benjamin Peterson · 9 years ago
  16. 3a27b08 do not decref value borrowed from list (closes #27774) 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. 6e01d90 check for overflow in join_append_data (closes #27758) by Benjamin Peterson · 9 years ago
  19. 4cbb23f Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 9 years ago
  20. d27a7c1 Issue #27369: Merge test_pyexpat from 3.2 into 3.3 by Martin Panter · 9 years ago
  21. 076ca6c Issue #27369: Don’t test error message detail that changed in Expat 2.2.0 by Martin Panter · 9 years ago 3.2
  22. 2cdcaf1 Issue #22758: Move NEWS entry to Library section by Martin Panter · 9 years ago
  23. 5f21f43 #22758: fix regression in handling of secure cookies. by R David Murray · 9 years ago
  24. 3d81d93 Issue #25940: Use self-signed.pythontest.net in SSL tests by Martin Panter · 10 years ago
  25. 31b9410 Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. by Serhiy Storchaka · 10 years ago
  26. 73f5507 Issue #25940: Merge self-signed.pythontest.net testing from 3.2 into 3.3 by Martin Panter · 10 years ago
  27. 14b2c82 fix reordering by Benjamin Peterson · 10 years ago
  28. 2deaea3 merge 3.2 by Benjamin Peterson · 10 years ago
  29. 5e62117 add CVE and issue number by Benjamin Peterson · 10 years ago
  30. a12d92b merge 3.3 (#27783) by Benjamin Peterson · 9 years ago
  31. 10bc0f6 merge 3.3 (#27774) by Benjamin Peterson · 9 years ago
  32. 432ea4f fail when negative values are passed to instr() by Benjamin Peterson · 9 years ago
  33. 5295532 merge 3.3 (closes #27760) by Benjamin Peterson · 9 years ago
  34. 40a77c3 do not allow reading negative values with getstr() by Benjamin Peterson · 9 years ago
  35. 59b6abd merge 3.3 (#27758) by Benjamin Peterson · 9 years ago
  36. 436fe5a [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 9 years ago
  37. b7b5d35 Issue #27369: Merge test_pyexpat from 3.3 into 3.4 by Martin Panter · 9 years ago
  38. ea68492 Post-release fixups for Python 3.4.5. by Larry Hastings · 9 years ago
  39. 98be9d5 Version bump for 3.4.5 final. by Larry Hastings · 9 years ago v3.4.5
  40. 463c3f3 Release bump for 3.4.5rc1. by Larry Hastings · 9 years ago v3.4.5rc1
  41. 196d7db upgrade expt to 2.1.1 (closes #26556) by Benjamin Peterson · 9 years ago
  42. 46b32f3 raise an error when STARTTLS fails by Benjamin Peterson · 9 years ago
  43. 3d4d01f Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289. by Guido van Rossum · 9 years ago
  44. b9869df remove useless $ keyword (closes #17167) by Benjamin Peterson · 9 years ago
  45. f11b25b properly use the ObjArgs variant of CallMethod in dictview binary operations (closes #26478) by Benjamin Peterson · 9 years ago
  46. 90ba2ca #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang. by Ezio Melotti · 9 years ago
  47. 9491272 open the cert store readonly by Benjamin Peterson · 10 years ago
  48. c4032da prevent buffer overflow in get_data (closes #26171) by Benjamin Peterson · 10 years ago
  49. 514bb07 Issue #25940: Merge self-signed.pythontest.net testing from 3.3 into 3.4 by Martin Panter · 10 years ago
  50. d9d0e86 Issue #26050: Add asyncio.StreamReader.readuntil() method. by Yury Selivanov · 10 years ago
  51. c07b16b Sync with asyncio repo by Andrew Svetlov · 10 years ago
  52. e428231 Issue #22570: Add 'path' attribute to pathlib.Path objects. by Guido van Rossum · 10 years ago
  53. 69bfb15 Issue #26012: Don't traverse into symlinks for ** pattern in pathlib.Path.[r]glob(). by Guido van Rossum · 10 years ago
  54. 6c2d33a Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri. by Guido van Rossum · 10 years ago
  55. c4e70ff Post-release touchups for Python 3.4.4 final. by Larry Hastings · 10 years ago
  56. fa71932 Release bump for Python 3.4.4 final. by Larry Hastings · 10 years ago v3.4.4
  57. 13cf490 Post-release fixups for Python 3.4.4rc1. by Larry Hastings · 10 years ago
  58. e739601 Version bump for 3.4.4rc1. by Larry Hastings · 10 years ago v3.4.4rc1
  59. 6364094 Issue #25798: Update OS X 10.5+ 32-bit-only installer to build by Ned Deily · 10 years ago
  60. 68524e1 merge 3.3 by Benjamin Peterson · 10 years ago
  61. ced699b #24903: Remove misleading error message to fix regression. by R David Murray · 10 years ago
  62. afdd513 Issue #25764: Preserve subprocess fork exception when preexec_fn used by Martin Panter · 10 years ago
  63. c7217d7 Issue #6478: _strptime's regexp cache now is reset after changing timezone by Serhiy Storchaka · 10 years ago
  64. 7aa6908 Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. by Serhiy Storchaka · 10 years ago
  65. c0c00c3 Fix for issue #25177 with the mean of very small and very large numbers. by Steven D'Aprano · 10 years ago
  66. cbbec1c Issue #25718: Fixed copying object with state with boolean value is false. by Serhiy Storchaka · 10 years ago
  67. c472246 Issue #10131: Fixed deep copying of minidom documents. Based on patch by Serhiy Storchaka · 10 years ago
  68. 747d48c Issues #22989, #21228: Document HTTP response object for urlopen() by Martin Panter · 10 years ago
  69. d28bb62 Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside by Serhiy Storchaka · 10 years ago
  70. 33e7ea5 Issue #25616: Tests for OrderedDict are extracted from test_collections by Serhiy Storchaka · 10 years ago
  71. 1c855f4 Issue #25697: Fixed rough alphabetical order in Misc/ACKS. by Serhiy Storchaka · 10 years ago
  72. 1509580 Issue #24731: Fixed crash on converting objects with special methods by Serhiy Storchaka · 10 years ago
  73. a49de6b Issue #25725: Fixed a reference leak in pickle.loads() when unpickling by Serhiy Storchaka · 10 years ago
  74. ed92910 Issue #25663: Make rlcompleter avoid duplicate global names by Martin Panter · 10 years ago
  75. e3d4ec4 Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error. by Serhiy Storchaka · 10 years ago
  76. e9b3074 Issue #23914: Fixed SystemError raised by unpickler on broken pickle data. by Serhiy Storchaka · 10 years ago
  77. b6aa537 Issue #25691: Fixed crash on deleting ElementTree.Element attributes. by Serhiy Storchaka · 10 years ago
  78. 8bc792a Issue #25624: ZipFile now always writes a ZIP_STORED header for directory by Serhiy Storchaka · 10 years ago
  79. c75d37f Misc/NEWS entries for IDLE. by Terry Jan Reedy · 10 years ago
  80. a82642f Issue #25583: Avoid incorrect errors raised by os.makedirs(exist_ok=True) by Martin Panter · 10 years ago
  81. 41f69f4 Issue #25593: Change semantics of EventLoop.stop(). by Guido van Rossum · 10 years ago
  82. da32d26 Issue #25498: Fixed contributors name. by Serhiy Storchaka · 10 years ago
  83. a0c9caa Fix issue #6973: When we know a subprocess.Popen process has died, do by Gregory P. Smith · 10 years ago
  84. f0c9038 fix possible memory lea k in _get_aia_uri (closes #25578) by Benjamin Peterson · 10 years ago
  85. 0d44111 Issue #25388: Fixed tokenizer crash when processing undecodable source code by Serhiy Storchaka · 10 years ago
  86. 06622ea Issue #25590: Make rlcompleter only call getattr() once per attribute by Martin Panter · 10 years ago
  87. 1bb6515 Issue #25498: Fix GC crash due to ctypes objects wrapping a memoryview by Martin Panter · 10 years ago
  88. d7a4415 Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now by Serhiy Storchaka · 10 years ago
  89. a9dcdab always set OP_NO_SSLv3 by default (closes #25530) by Benjamin Peterson · 10 years ago
  90. eda06c8 fix memory leak in _get_crl_dp (closes #25569) by Benjamin Peterson · 10 years ago
  91. fed16ec7c2 Added missed periods at the ends of sentences in Misc/NEWS. by Serhiy Storchaka · 10 years ago
  92. faf7060 Fixed markup in Misc/NEWS. by Serhiy Storchaka · 10 years ago
  93. ba27014 Issue #24306: Sets component ID for launcher to match 3.5 and later to avoid downgrading. by Steve Dower · 10 years ago
  94. eeb896c Issue #24802: Copy bytes-like objects to null-terminated buffers if necessary by Martin Panter · 10 years ago
  95. 9ad0aae Issue #18010: Fix pydoc web server search to handle package exceptions by Martin Panter · 10 years ago
  96. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 10 years ago
  97. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 10 years ago
  98. 314464d Issue #25510: fileinput.FileInput.readline() now returns b'' instead of '' by Serhiy Storchaka · 10 years ago
  99. 1f1177d Fix some spelling errors in documentation and code comments by Martin Panter · 10 years ago
  100. ea4cb63 Issue #21827: Fixed textwrap.dedent() for the case when largest common by Serhiy Storchaka · 10 years ago