Tag 3.4.7rc1.
  1. c912af8 Version bump and copyright year fixes for 3.4.7rc1. by Larry Hastings · 8 years ago v3.4.7rc1
  2. 961168d Update pydoc topics and susp-ignored for 3.4.7rc1. by Larry Hastings · 8 years ago
  3. e9a74c4 blurb release for 3.4.7rc1. by Larry Hastings · 8 years ago
  4. f067f7e Switch to using blurb to manage Misc/NEWS! by Larry Hastings · 8 years ago
  5. b154917 [3.4] Backport CI config from master (#2475) by Victor Stinner · 8 years ago
  6. 3b3a5a5 bpo-30939: Avoid Sphinx deprecation warning in docs build. (#2721) (#2724) by Ned Deily · 8 years ago
  7. 34fae03 [3.4] bpo-26617: Ensure gc tracking is off when invoking weakref callbacks. (#2695) by Serhiy Storchaka · 8 years ago
  8. 6f6bc1d bpo-26657: Fix Windows directory traversal vulnerability with http.server (#782) by Victor Stinner · 8 years ago
  9. cc54c1c bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2291) by Victor Stinner · 8 years ago
  10. 71572bb [3.4] bpo-29591, bpo-30694: Upgrade Modules/expat to libexpat 2.2.1 (#2164) (#2203) by Victor Stinner · 8 years ago
  11. f734479 [3.4] [3.5] bpo-27945: Fixed various segfaults with dict. (GH-1657) (GH-1678) (#2248) by Serhiy Storchaka · 8 years ago
  12. fe82c46 [security][3.4] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) (#2362) by Serhiy Storchaka · 8 years ago
  13. ad1fb81 Add "Misc/NEWS.d" directory tree for "blurb". GH-2331 by larryhastings · 8 years ago
  14. fa53dbd Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305. (#224) by Victor Stinner · 8 years ago
  15. f37b0cb bpo-25008: Deprecate smtpd and point to aiosmtpd (#274) (#280) by Barry Warsaw · 8 years ago
  16. a52b0a4 Post-release updates for 3.4.6. by Larry Hastings · 9 years ago
  17. db413f2 Added tag v3.4.6 for changeset b662f4776921 by Larry Hastings · 9 years ago
  18. 7f10ede Version bump for Python 3.4.6. by Larry Hastings · 9 years ago v3.4.6
  19. aa772e3 Merge Python 3.4.6rc1 changes back into main branch. by Larry Hastings · 9 years ago
  20. a7aa988 Post-release fixups for Python 3.4.6rc1. by Larry Hastings · 9 years ago
  21. 0717564 merge 3.3 by Ned Deily · 9 years ago
  22. c276ffa ring IDLE.app into 2017, too by Ned Deily · 9 years ago
  23. af17a2b Added tag v3.4.6rc1 for changeset e199a272ccda by Larry Hastings · 9 years ago
  24. d12551f Version bump for 3.4.6rc1. by Larry Hastings · 9 years ago v3.4.6rc1
  25. 8f24f66 Regenerated pydoc topics for 3.4.6rc1. (Also fixed doc error, improved build.) by Larry Hastings · 9 years ago
  26. 03fdeb7 Fix test failure so it's no longer dependent on example.com. by Larry Hastings · 9 years ago
  27. b6e2142 merge 3.3 by Benjamin Peterson · 9 years ago
  28. e527dd3 ring in 2017 for Python by Benjamin Peterson · 9 years ago
  29. dd5c73b Upgrade pip to 9.0.1 and setuptools to 28.8.0 by Donald Stufft · 9 years ago
  30. 5ca92ab Issue #28563: Make plural form selection more lenient and accepting by Serhiy Storchaka · 9 years ago
  31. 60ac989 Issue #28563: Make plural form selection more lenient and accepting by Serhiy Storchaka · 9 years ago
  32. 84293af Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X by Serhiy Storchaka · 9 years ago
  33. b626643 Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X by Serhiy Storchaka · 9 years ago
  34. 1c3fdd9 Issue #28563: Fixed possible DoS and arbitrary code execution when handle by Serhiy Storchaka · 9 years ago
  35. 07bcf05 Issue #28563: Fixed possible DoS and arbitrary code execution when handle by Serhiy Storchaka · 9 years ago
  36. 20a587b Upgrade pip to 9.0 and setuptools to 28.7.1 by Donald Stufft · 9 years ago
  37. 77eede3 Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build. by Serhiy Storchaka · 9 years ago
  38. 068534a Issue #28248: Update Windows build to use OpenSSL 1.0.2j by Zachary Ware · 9 years ago
  39. cb9424f Issue #27759: Fix selectors incorrectly retain invalid file descriptors. by Yury Selivanov · 9 years ago
  40. 26d998c properly handle the single null-byte file (closes #24022) by Benjamin Peterson · 9 years ago
  41. 354c2f9 Issue #26171: Null merge by Berker Peksag · 9 years ago
  42. d751040 Issue #26171: Prevent buffer overflow in get_data by Berker Peksag · 9 years ago
  43. 16d7d59 Upgrade setuptools to 27.1.2 by Donald Stufft · 9 years ago
  44. d25d9dc Upgrade setuptools to 27.1.1 by Donald Stufft · 9 years ago
  45. 1f5fd64 Issue #27960: Revert state to 675e20c38fdac6, backing out all changes by developed for Issue #12885. by Jason R. Coombs · 9 years ago
  46. 79ae967 Issue #12885: Revert commits in 3.4 branch which is security-only fixes. by Jason R. Coombs · 9 years ago
  47. 6f5d3fd Issue #12885: Correct issue reference in NEWS by Jason R. Coombs · 9 years ago
  48. 8ac147d Backed out changeset cc86e9e102e8 by Jason R. Coombs · 9 years ago
  49. 97eda15 Issue #12285: Update NEWS by Jason R. Coombs · 9 years ago
  50. 1f0e7c9 rearrange methodcaller_new so that the main error case does not cause uninitialized memory usage (closes #27783) by Benjamin Peterson · 9 years ago
  51. 3a27b08 do not decref value borrowed from list (closes #27774) by Benjamin Peterson · 9 years ago
  52. 4f97651 fix possible integer overflow in binascii.b2a_qp (closes #27760) by Benjamin Peterson · 9 years ago
  53. 6e01d90 check for overflow in join_append_data (closes #27758) by Benjamin Peterson · 9 years ago
  54. 6f25003 Issue #20160: Handled passing of large structs to callbacks correctly. by Vinay Sajip · 9 years ago
  55. fb79290 Switch upload.pypi.io to upload.pypi.org by Donald Stufft · 9 years ago
  56. 4cbb23f Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 9 years ago
  57. d27a7c1 Issue #27369: Merge test_pyexpat from 3.2 into 3.3 by Martin Panter · 9 years ago
  58. 076ca6c Issue #27369: Don’t test error message detail that changed in Expat 2.2.0 by Martin Panter · 9 years ago 3.2
  59. 2cdcaf1 Issue #22758: Move NEWS entry to Library section by Martin Panter · 9 years ago
  60. e363894 #22758 null merge by R David Murray · 9 years ago
  61. 5f21f43 #22758: fix regression in handling of secure cookies. by R David Murray · 9 years ago
  62. 188c118 Switch to the new upload url for PyPI by Donald Stufft · 9 years ago
  63. 035583b Issue #25940: On Windows, connecting to port 444 returns ETIMEDOUT by Martin Panter · 10 years ago
  64. 3d81d93 Issue #25940: Use self-signed.pythontest.net in SSL tests by Martin Panter · 10 years ago
  65. 31b9410 Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. by Serhiy Storchaka · 10 years ago
  66. fab75d9 Issue #25940: Merge ETIMEDOUT fix from 3.2 into 3.3 by Martin Panter · 10 years ago
  67. 73f5507 Issue #25940: Merge self-signed.pythontest.net testing from 3.2 into 3.3 by Martin Panter · 10 years ago
  68. 0e617e2 remove some copyright notices supserseded by the toplevel ones by Benjamin Peterson · 10 years ago
  69. f1dcdd9 add 2015 and 2016 by Benjamin Peterson · 10 years ago
  70. 16b347b reflow by Benjamin Peterson · 10 years ago
  71. 75e3630 2016 will be another year of writing copyrighted code by Benjamin Peterson · 10 years ago
  72. 14b2c82 fix reordering by Benjamin Peterson · 10 years ago
  73. 2deaea3 merge 3.2 by Benjamin Peterson · 10 years ago
  74. 5e62117 add CVE and issue number by Benjamin Peterson · 10 years ago
  75. edc4b2f Issue #12285: Replace implementation of findall with implementation from Setuptools 7ce820d524db. by Jason R. Coombs · 10 years ago
  76. 102764a Issue #25021: Correctly make sure that product.__setstate__ does not access by Kristján Valur Jónsson · 10 years ago
  77. 1a04c44 Sort result to avoid spurious errors due to order. by Jason R. Coombs · 10 years ago
  78. a2cf229 Add docstring and additional test revealing nuances of the implementation as found in setuptools. by Jason R. Coombs · 10 years ago
  79. 2c5278a Add another test capturing the basic discovery expectation. by Jason R. Coombs · 10 years ago
  80. a0c6c1c Issue #12285: Add test capturing failure. by Jason R. Coombs · 10 years ago
  81. fa5e7cf Use modern mechanism for test discovery by Jason R. Coombs · 10 years ago
  82. a12d92b merge 3.3 (#27783) by Benjamin Peterson · 9 years ago
  83. 10bc0f6 merge 3.3 (#27774) by Benjamin Peterson · 9 years ago
  84. 432ea4f fail when negative values are passed to instr() by Benjamin Peterson · 9 years ago
  85. 5e4aafa Update setuptools/pip to 25.2.0/8.1.2 by Donald Stufft · 9 years ago
  86. 5295532 merge 3.3 (closes #27760) by Benjamin Peterson · 9 years ago
  87. 40a77c3 do not allow reading negative values with getstr() by Benjamin Peterson · 9 years ago
  88. 59b6abd merge 3.3 (#27758) by Benjamin Peterson · 9 years ago
  89. a0b2568 Issue #20160: Merged fix from 3.3. by Vinay Sajip · 9 years ago
  90. c6c2217 Merge 3.3 by Donald Stufft · 9 years ago
  91. 436fe5a [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 9 years ago
  92. b7b5d35 Issue #27369: Merge test_pyexpat from 3.3 into 3.4 by Martin Panter · 9 years ago
  93. 8cf1496 #22758 null merge by R David Murray · 9 years ago
  94. ede9a0f merge 3.3 by Benjamin Peterson · 9 years ago
  95. ad04a85 Switch to the new upload url for PyPI by Donald Stufft · 9 years ago
  96. 9105870 Merge. by Larry Hastings · 9 years ago
  97. ea68492 Post-release fixups for Python 3.4.5. by Larry Hastings · 9 years ago
  98. 8e36221 Added tag v3.4.5 for changeset 619b61e505d0 by Larry Hastings · 9 years ago
  99. 98be9d5 Version bump for 3.4.5 final. by Larry Hastings · 9 years ago v3.4.5
  100. 27d3529 Regenerate pydoc topics for 3.4.5 final. by Larry Hastings · 9 years ago