Tag 3.4.7 final.
  1. 67dc125 Blurb release and pydoc topics for 3.4.7 final. by Larry Hastings · 8 years ago
  2. 2a5a26c [3.4] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command (#1214) (#2893) by Dong-hee Na · 8 years ago
  3. 961168d Update pydoc topics and susp-ignored for 3.4.7rc1. by Larry Hastings · 8 years ago
  4. b154917 [3.4] Backport CI config from master (#2475) by Victor Stinner · 8 years ago
  5. 34fae03 [3.4] bpo-26617: Ensure gc tracking is off when invoking weakref callbacks. (#2695) by Serhiy Storchaka · 8 years ago
  6. 6f6bc1d bpo-26657: Fix Windows directory traversal vulnerability with http.server (#782) by Victor Stinner · 8 years ago
  7. cc54c1c bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2291) by Victor Stinner · 8 years ago
  8. f734479 [3.4] [3.5] bpo-27945: Fixed various segfaults with dict. (GH-1657) (GH-1678) (#2248) by Serhiy Storchaka · 8 years ago
  9. fe82c46 [security][3.4] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) (#2362) by Serhiy Storchaka · 8 years ago
  10. fa53dbd Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add ChaCha20 Poly1305. (#224) by Victor Stinner · 8 years ago
  11. 8f24f66 Regenerated pydoc topics for 3.4.6rc1. (Also fixed doc error, improved build.) by Larry Hastings · 9 years ago
  12. 03fdeb7 Fix test failure so it's no longer dependent on example.com. by Larry Hastings · 9 years ago
  13. dd5c73b Upgrade pip to 9.0.1 and setuptools to 28.8.0 by Donald Stufft · 9 years ago
  14. 5ca92ab Issue #28563: Make plural form selection more lenient and accepting by Serhiy Storchaka · 9 years ago
  15. 60ac989 Issue #28563: Make plural form selection more lenient and accepting by Serhiy Storchaka · 9 years ago
  16. 1c3fdd9 Issue #28563: Fixed possible DoS and arbitrary code execution when handle by Serhiy Storchaka · 9 years ago
  17. 07bcf05 Issue #28563: Fixed possible DoS and arbitrary code execution when handle by Serhiy Storchaka · 9 years ago
  18. 20a587b Upgrade pip to 9.0 and setuptools to 28.7.1 by Donald Stufft · 9 years ago
  19. cb9424f Issue #27759: Fix selectors incorrectly retain invalid file descriptors. by Yury Selivanov · 9 years ago
  20. 16d7d59 Upgrade setuptools to 27.1.2 by Donald Stufft · 9 years ago
  21. d25d9dc Upgrade setuptools to 27.1.1 by Donald Stufft · 9 years ago
  22. 1f5fd64 Issue #27960: Revert state to 675e20c38fdac6, backing out all changes by developed for Issue #12885. by Jason R. Coombs · 9 years ago
  23. 79ae967 Issue #12885: Revert commits in 3.4 branch which is security-only fixes. by Jason R. Coombs · 9 years ago
  24. 8ac147d Backed out changeset cc86e9e102e8 by Jason R. Coombs · 9 years ago
  25. 6f25003 Issue #20160: Handled passing of large structs to callbacks correctly. by Vinay Sajip · 9 years ago
  26. fb79290 Switch upload.pypi.io to upload.pypi.org by Donald Stufft · 9 years ago
  27. 4cbb23f Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 9 years ago
  28. d27a7c1 Issue #27369: Merge test_pyexpat from 3.2 into 3.3 by Martin Panter · 9 years ago
  29. 076ca6c Issue #27369: Don’t test error message detail that changed in Expat 2.2.0 by Martin Panter · 9 years ago 3.2
  30. 5f21f43 #22758: fix regression in handling of secure cookies. by R David Murray · 9 years ago
  31. 188c118 Switch to the new upload url for PyPI by Donald Stufft · 9 years ago
  32. 035583b Issue #25940: On Windows, connecting to port 444 returns ETIMEDOUT by Martin Panter · 10 years ago
  33. 3d81d93 Issue #25940: Use self-signed.pythontest.net in SSL tests by Martin Panter · 10 years ago
  34. 31b9410 Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. by Serhiy Storchaka · 10 years ago
  35. fab75d9 Issue #25940: Merge ETIMEDOUT fix from 3.2 into 3.3 by Martin Panter · 10 years ago
  36. 73f5507 Issue #25940: Merge self-signed.pythontest.net testing from 3.2 into 3.3 by Martin Panter · 10 years ago
  37. edc4b2f Issue #12285: Replace implementation of findall with implementation from Setuptools 7ce820d524db. by Jason R. Coombs · 10 years ago
  38. 102764a Issue #25021: Correctly make sure that product.__setstate__ does not access by Kristján Valur Jónsson · 10 years ago
  39. 1a04c44 Sort result to avoid spurious errors due to order. by Jason R. Coombs · 10 years ago
  40. a2cf229 Add docstring and additional test revealing nuances of the implementation as found in setuptools. by Jason R. Coombs · 10 years ago
  41. 2c5278a Add another test capturing the basic discovery expectation. by Jason R. Coombs · 10 years ago
  42. a0c6c1c Issue #12285: Add test capturing failure. by Jason R. Coombs · 10 years ago
  43. fa5e7cf Use modern mechanism for test discovery by Jason R. Coombs · 10 years ago
  44. 432ea4f fail when negative values are passed to instr() by Benjamin Peterson · 9 years ago
  45. 5e4aafa Update setuptools/pip to 25.2.0/8.1.2 by Donald Stufft · 9 years ago
  46. 40a77c3 do not allow reading negative values with getstr() by Benjamin Peterson · 9 years ago
  47. a0b2568 Issue #20160: Merged fix from 3.3. by Vinay Sajip · 9 years ago
  48. c6c2217 Merge 3.3 by Donald Stufft · 9 years ago
  49. 436fe5a [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 9 years ago
  50. b7b5d35 Issue #27369: Merge test_pyexpat from 3.3 into 3.4 by Martin Panter · 9 years ago
  51. ad04a85 Switch to the new upload url for PyPI by Donald Stufft · 9 years ago
  52. 27d3529 Regenerate pydoc topics for 3.4.5 final. by Larry Hastings · 9 years ago
  53. a8bb04b Issue #26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test. by Matthias Klose · 9 years ago
  54. 6e77ebe Regenerate pydoc topics for 3.4.5rc1. by Larry Hastings · 9 years ago
  55. 46b32f3 raise an error when STARTTLS fails by Benjamin Peterson · 9 years ago
  56. 3d4d01f Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289. by Guido van Rossum · 9 years ago
  57. 2a86122 Upgrade ensurepip bundled setuptools to 20.10.1 by Donald Stufft · 9 years ago
  58. 5de67b1 Issue26748: Enum classes should evaluate as True by Ethan Furman · 9 years ago
  59. 2bc69c4 Upgrade ensurepip._bundled pip to 8.1.1 and setuptools to 20.3 by Donald Stufft · 9 years ago
  60. adca846 Backed out changeset 19a3e0e664af by Serhiy Storchaka · 9 years ago
  61. 388b90f Issues #23808, #25911: Trying to fix walk tests on Windows. by Serhiy Storchaka · 9 years ago
  62. f11b25b properly use the ObjArgs variant of CallMethod in dictview binary operations (closes #26478) by Benjamin Peterson · 9 years ago
  63. 90faa09 asyncio: Update 3.4 asyncio/test_tasks to upstream version by Yury Selivanov · 9 years ago
  64. 5d01246 Upgrade pip to 8.0.2 by Donald Stufft · 10 years ago
  65. 33a8276 Update pip to 8.0.0 and setuptools to 19.4 by Donald Stufft · 10 years ago
  66. c7b05a4 Make the error message regex more lenient so that it matches both by Gregory P. Smith · 10 years ago
  67. 3f2240c Issue #25940: Merge ETIMEDOUT fix from 3.3 into 3.4 by Martin Panter · 10 years ago
  68. b55f8b7 Issue #25940: Update new SSL tests for self-signed.pythontest.net by Martin Panter · 10 years ago
  69. 514bb07 Issue #25940: Merge self-signed.pythontest.net testing from 3.3 into 3.4 by Martin Panter · 10 years ago
  70. d9d0e86 Issue #26050: Add asyncio.StreamReader.readuntil() method. by Yury Selivanov · 10 years ago
  71. 9d976fa Sync with asyncio by Andrew Svetlov · 10 years ago
  72. c07b16b Sync with asyncio repo by Andrew Svetlov · 10 years ago
  73. 9c39b67 Hopeful fix for test_rglob_common on Windows without symlinks. by Guido van Rossum · 10 years ago
  74. bc9fdda Add another try/except PermissionError to avoid depending on listdir order. Fix issues #24120 and #26012. by Guido van Rossum · 10 years ago
  75. e428231 Issue #22570: Add 'path' attribute to pathlib.Path objects. by Guido van Rossum · 10 years ago
  76. 69bfb15 Issue #26012: Don't traverse into symlinks for ** pattern in pathlib.Path.[r]glob(). by Guido van Rossum · 10 years ago
  77. 6c2d33a Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri. by Guido van Rossum · 10 years ago
  78. 52d6c2c Merge. by Larry Hastings · 10 years ago
  79. 5caf39d Rebuild pydoc topics for Python 3.4.4 final. by Larry Hastings · 10 years ago
  80. 5aeadb3 Issue #25905: Revert unwanted conversion of ' to ’ RIGHT SINGLE QUOTATION MARK. by Terry Jan Reedy · 10 years ago
  81. ce70132 Issue #25809: Skip testing platform-dependent French thousands separator by Martin Panter · 10 years ago
  82. ea4ce1c asyncio/tests: Fix a ResourceWarning due to unclosed loop by Yury Selivanov · 10 years ago
  83. 3cd863c asyncio/tests: Fix ResourceWarnings related to unclosed transports by Yury Selivanov · 10 years ago
  84. 5f68ca6 asyncio/tests: Fix some ResourceWarnings by Yury Selivanov · 10 years ago
  85. aa78adc asyncio/tests: Fix deprecation warning by Yury Selivanov · 10 years ago
  86. ec45226 Normalize whitespace by Yury Selivanov · 10 years ago
  87. d5c2a62 asyncio: Skip getaddrinfo if host is already resolved. by Yury Selivanov · 10 years ago
  88. 0212c4d Re-fix issue #19284: Don't generate the no-op -R command line by Gregory P. Smith · 10 years ago
  89. 220ba72 Fix test_cmd_line not to fail if PYTHONHASHSEED is set to a fixed seed by Gregory P. Smith · 10 years ago
  90. 4cb6d37 assert_python_ok docstring typo fix. by Gregory P. Smith · 10 years ago
  91. 0ac3a0c asyncio: Make Tasks check if Futures are attached to the same event loop by Yury Selivanov · 10 years ago
  92. dddc781 asyncio: Sync with github by Yury Selivanov · 10 years ago
  93. 5e58600 Remove x permissions from Lib/test/test_script_helper.py by doko@ubuntu.com · 10 years ago
  94. 8986c44 Rebuilt pydoc topics for 3.4.4rc1. by Larry Hastings · 10 years ago
  95. f7fdbda Issue #25764: Skip the test on OS X by Martin Panter · 10 years ago
  96. 6d8a260 Issue #25800: Fix running test_capi directly by Zachary Ware · 10 years ago
  97. ced699b #24903: Remove misleading error message to fix regression. by R David Murray · 10 years ago
  98. afdd513 Issue #25764: Preserve subprocess fork exception when preexec_fn used by Martin Panter · 10 years ago
  99. c7217d7 Issue #6478: _strptime's regexp cache now is reset after changing timezone by Serhiy Storchaka · 10 years ago
  100. 7aa6908 Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. by Serhiy Storchaka · 10 years ago