Python 3.6.10
  1. 02dff8b 3.6.10 by Ned Deily · 6 years ago v3.6.10
  2. 5a9b697 bpo-38295: prevent test_relative_path of test_py_compile failure on macOS Catalina (GH-17636) (GH-17638) by Miss Islington (bot) · 6 years ago
  3. 7ea0551 3.6.10rc1 by Ned Deily · 6 years ago v3.6.10rc1
  4. b23c084 [3.6] bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (GH-17311). (GH-17571) by Kyle Stanley · 6 years ago
  5. 30afc91 bpo-38945: UU Encoding: Don't let newline in filename corrupt the output format (GH-17418) (GH-17444) by Miss Islington (bot) · 6 years ago
  6. 0716056 bpo-38804: Fix REDoS in http.cookiejar (GH-17157) (#17343) by Miss Islington (bot) · 6 years ago
  7. 5b18ce6 [3.6] bpo-38216, bpo-36274: Allow subclasses to separately override validation and encoding behavior (GH-16448) (GH-16462) by Jason R. Coombs · 6 years ago
  8. 1698cac bpo-38243, xmlrpc.server: Escape the server_title (GH-16373) (GH-16441) by Victor Stinner · 6 years ago
  9. f050163 [3.6] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16410) by Benjamin Peterson · 6 years ago
  10. f1f9c0c [3.6] bpo-37461: Fix typo (inifite -> infinite) (#15432) by GeeTransit · 6 years ago
  11. 13a1913 bpo-34155: Dont parse domains containing @ (GH-13079) (GH-14826) by Miss Islington (bot) · 6 years ago
  12. 1789bbd bpo-37461: Fix infinite loop in parsing of specially crafted email headers (GH-14794) (GH-14817) by Miss Islington (bot) · 6 years ago
  13. 79a47e2 Fix infinite loop in email folding logic (GH-12732) (GH-14799) by Miss Islington (bot) · 6 years ago
  14. 201c8f7 3.6.9 by Ned Deily · 6 years ago v3.6.9
  15. 782854f bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546) (GH-14549) by Miss Islington (bot) · 6 years ago
  16. 6632906 closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436) by Miss Islington (bot) · 6 years ago
  17. 0d47586 3.6.9rc1 by Ned Deily · 6 years ago v3.6.9rc1
  18. 516a6a2 bpo-33529, email: Fix infinite loop in email header encoding (GH-12020) (GH-14162) by Victor Stinner · 6 years ago
  19. 4f06dae bpo-35907, CVE-2019-9948: urllib rejects local_file:// scheme (GH-13513) by Victor Stinner · 6 years ago
  20. 8ab624b [3.6] bpo-35925: Skip SSL tests that fail due to weak external certs or old TLS (GH-13124) (GH-13252) by Gregory P. Smith · 6 years ago
  21. 3dbc43f bpo-32947: test_ssl fixes for TLS 1.3 and OpenSSL 1.1.1 (GH-11612) by Victor Stinner · 6 years ago
  22. 2b9d7ab [3.6] bpo-36816: Update the self-signed.pythontest.net cert (GH-13192) (GH-13198) by Gregory P. Smith · 6 years ago
  23. c50d437 bpo-30458: Disallow control chars in http URLs. (GH-12755) (GH-13155) by Miro Hrončok · 6 years ago
  24. e5f9f4a bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-13017) (GH-13024) by Miss Islington (bot) · 6 years ago
  25. fbe2a13 bpo-34602: Avoid failures setting macOS stack resource limit (GH-13011) (GH-13014) by Miss Islington (bot) · 6 years ago
  26. 4508bc3 [3.6] bpo-35564: add master_doc='contents' to conf.py (GH-11290). (GH-12461) by Julien Palard · 6 years ago
  27. 75f8a69 Fix "catchs" typos in NEWS entries (GH-12366) by Harmon · 6 years ago
  28. 23fc041 [3.6] bpo-36216: Add check for characters in netloc that normalize to separators (GH-12201) (GH-12215) by Steve Dower · 6 years ago
  29. 5565b1d bpo-35647: Fix path check in cookiejar (GH-11436) (GH-12268) by Miss Islington (bot) · 6 years ago
  30. b241af8 bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258) (GH-12260) by Miss Islington (bot) · 6 years ago
  31. 1dee456 bpo-27313: Avoid test_ttk_guionly ComboboxTest fail with macOS Cocoa Tk (GH-12011) (GH-12013) by Miss Islington (bot) · 6 years ago
  32. 2a3af94 bpo-35746: Credit Colin Read and Nicolas Edet (GH-11865) by Victor Stinner · 7 years ago
  33. 9bacdce [3.6] bpo-35605: Fix documentation build for sphinx<1.6 (GH-11368) by Anthony Sottile · 7 years ago
  34. 216a4d8 bpo-35746: Fix segfault in ssl's cert parser (GH-11569) (GH-11573) by Miss Islington (bot) · 7 years ago
  35. d09e8ce Revert "bpo-24746: Avoid stripping trailing whitespace in doctest fancy diff (GH-10639) (GH-11477)" (GH-11509) by Senthil Kumaran · 7 years ago
  36. 5d9ae8b bpo-24746: Avoid stripping trailing whitespace in doctest fancy diff (GH-10639) (#11477) by Miss Islington (bot) · 7 years ago
  37. 3e0144a closes bpo-35643: Fix a SyntaxWarning: invalid escape sequence in Modules/_sha3/cleanup.py (GH-11413) by Miss Islington (bot) · 7 years ago
  38. e5fdab2 Revert "bpo-35402: Update macOS installer to use Tcl 8.6.9 / Tk 8.6.9.1 (GH-11101)" by Ned Deily · 7 years ago
  39. 3c6b436 3.6.8final by Ned Deily · 7 years ago v3.6.8
  40. 5241ecf bpo-35259: Limit `Py_FinalizeEx()` to `Py_LIMITED_API >= 0x03060000`. (GH-10620) (GH-11269) by Miss Islington (bot) · 7 years ago
  41. a21bedf [3.6] bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) (GH-11265) by Victor Stinner · 7 years ago
  42. 70db385 [3.6] bpo-31715 Add mimetype for extension .mjs (GH-3908) (GH-10976) by Myles Borins · 7 years ago
  43. 782e1d5 bpo-35499: make profile-opt don't override CFLAGS_NODIST (GH-11164) (GH-11267) by Victor Stinner · 7 years ago
  44. cc3e732 3.6.8rc1 by Ned Deily · 7 years ago v3.6.8rc1
  45. d23e1ea Minor edits to NEWS entries by Ned Deily · 7 years ago
  46. be6ec44 bpo-35444: Fix error handling when fail to look up builtin "getattr". (GH-11047) (GH-11107) (GH-11108) by Miss Islington (bot) · 7 years ago
  47. f74cabd [3.6] bpo-15663: the 10.6+ macOS installers for 3.6/2.7 now provide a private Tcl/Tk 8.6 (GH-11109) by Ned Deily · 7 years ago
  48. 37607f2 bpo-35402: Update macOS installer to use Tcl 8.6.9 / Tk 8.6.9.1 (GH-11101) by Miss Islington (bot) · 7 years ago
  49. 419b5ff [3.6] bpo-35401: Update macOS installer to OpenSSL 1.0.2q (GH-11095) by Ned Deily · 7 years ago
  50. 309d720 bpo-35401: Updates Windows build to OpenSSL 1.0.2q (GH-11089) by Steve Dower · 7 years ago
  51. bad41ce bpo-35050: AF_ALG length check off-by-one error (GH-10058) (GH-11070) by Victor Stinner · 7 years ago
  52. 3fd9755 bpo-35052: Fix handler on xml.dom.minidom.cloneNode() (GH-11061) (GH-11067) by Victor Stinner · 7 years ago
  53. f2d2cb1 bpo-35351: Pass link time optimization flags to CFLAGS_NODIST (GH-10797) by Miss Islington (bot) · 7 years ago
  54. f83ee47 bpo-28015: Support LTO build with clang (GH-9908) (GH-10922) by stratakis · 7 years ago
  55. df5d884 bpo-33725: skip test_multiprocessing_fork on macOS (GH-11043) by Miss Islington (bot) · 7 years ago
  56. 12b9fb6 bpo-35330: Don't call the wrapped object if `side_effect` is set (GH11034) by Miss Islington (bot) · 7 years ago
  57. 2d6bc25 bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015) (GH-11020) (GH-11026) by Serhiy Storchaka · 7 years ago
  58. 19f6e83 bpo-22005: Fixed unpickling instances of datetime classes pickled by Python 2. (GH-11017) (GH-11022) (GH-11024) by Miss Islington (bot) · 7 years ago
  59. 1066554 bpo-34864: warn if "Prefer tabs when opening documents" set to "Always" (GH-10464) by Miss Islington (bot) · 7 years ago
  60. eb38ee0 [3.6] Revert "bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450) (GH-9677)" (GH-10969) by Victor Stinner · 7 years ago
  61. 3a9b334 bpo-34604: Use %R because of invisible characters or trailing whitespaces. (GH-9165). (GH-10947) (GH-10954) by Miss Islington (bot) · 7 years ago
  62. fdf5050 bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH-8113). (GH-10946) (GH-10952) by Miss Islington (bot) · 7 years ago
  63. b2e0649 bpo-35310: Clear select() lists before returning upon EINTR (GH-10877) by Miss Islington (bot) · 7 years ago
  64. e0c2046 bpo-34738: Add directory entries in ZIP files created by distutils. (GH-9419) (GH-10942) by Miss Islington (bot) · 7 years ago
  65. 31b635d bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error (GH-10919) (GH-10925) by Victor Stinner · 7 years ago
  66. bfb8818 [3.6] bpo-35380: Enable TCP_NODELAY for proactor event loop (GH-10867). (GH-10874) by Andrew Svetlov · 7 years ago
  67. 70ca3fc bpo-35357: Add _mock_ prefix to name/parent/from_kall attributes of _Call/_MagicProxy. (GH-10873) by Miss Islington (bot) · 7 years ago
  68. 67e6136 bpo-35226: Fix equality for nested unittest.mock.call objects. (GH-10555) by Miss Islington (bot) · 7 years ago
  69. 0f9b668 bpo-35372: Fix the code page decoder for input > 2 GiB. (GH-10848) by Miss Islington (bot) · 7 years ago
  70. 013832f bpo-35371: Fix possible crash in os.utime() on Windows. (GH-10844) by Miss Islington (bot) · 7 years ago
  71. c0566e0 bpo-31177: Skip deleted attributes while calling reset_mock (GH-9302) by Miss Islington (bot) · 7 years ago
  72. 02250e5 bpo-35352: test_asyncio uses the certificate set from the test directory (GH-10826) (GH-10832) by Victor Stinner · 7 years ago
  73. 03b1200 bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008) (GH-10822) by Victor Stinner · 7 years ago
  74. 43d8126 [3.7] bpo-34279: Synchronize regrtest with master (GH-10800) by Miss Islington (bot) · 7 years ago
  75. e1b2103 [3.6] bpo-31625: Stop using ranlib (GH-10417) by stratakis · 7 years ago
  76. cbf5767 bpo-27903: Fix ResourceWarning in platform.dist() (GH-10792) by Miss Islington (bot) · 7 years ago
  77. b59fc31 bpo-35317: Fix mktime() error in test_email (GH-10721) by Miss Islington (bot) · 7 years ago
  78. fc4a44b bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623) (GH-10718) (GH-10720) by Victor Stinner · 7 years ago
  79. cc0e0a2 bpo-34812: subprocess._args_from_interpreter_flags(): add isolated (GH-10675) (GH-10688) by Victor Stinner · 7 years ago
  80. eef813b [3.7] bpo-35189: Retry fnctl calls on EINTR (GH-10413) (GH-10678) (GH-10685) by Victor Stinner · 7 years ago
  81. 879f5f3 bpo-29877: compileall: import ProcessPoolExecutor only when needed (GH-4856) by Miss Islington (bot) · 7 years ago
  82. 27c16e3 bpo-35035: Rename email.utils documentation to email.utils.rst (GH-10023) by Miss Islington (bot) · 7 years ago
  83. df3051b bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606) (GH-10619) (GH-10621) by Victor Stinner · 7 years ago
  84. f4b26f7 Upgrade pip to 18.1 and setuptools to 40.6.2 (GH-10598) by Miss Islington (bot) · 7 years ago
  85. be657c1 bpo-35213: Where appropriate, use 'macOS' in idlelib. (GH-10478) by Miss Islington (bot) · 7 years ago
  86. 137da0c [3.6] bpo-32613: Update window FAQ (GH-5552). (GH-10545) by Julien Palard · 7 years ago
  87. fdc485a bpo-35214: Fix OOB memory access in unicode escape parser (GH-10506) by Miss Islington (bot) · 7 years ago
  88. 3b5b1c0 [3.6] bpo-35214: Initial clang MemorySanitizer support (GH-10479) (GH-10493) by Gregory P. Smith · 7 years ago
  89. a650493 bpo-34864: Document two IDLE on MacOS issues. (GH-10456) by Miss Islington (bot) · 7 years ago
  90. 2903b0f bpo-35202: Remove unused imports in idlelib (GH-10438) by Miss Islington (bot) · 7 years ago
  91. 65e1a1f bpo-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418) (GH-10422) by Gregory P. Smith · 7 years ago
  92. 11a33e1 bpo-34966: Improve support of method aliases in pydoc. (GH-9823) by Miss Islington (bot) · 7 years ago
  93. f6b9459 [3.6] bpo-31354: Let configure --with-lto work on all builds (GH-10261) by stratakis · 7 years ago
  94. 25bd107 bpo-33000: Document that IDLE's shell has no line limit. (GH-10373) by Miss Islington (bot) · 7 years ago
  95. 7476fef bpo-23220: Explain how IDLE's Shell displays output (GH-10356) (#10369) by Miss Islington (bot) · 7 years ago
  96. 927a113 bpo-35099: Improve the doc about IDLE running user code. (GH-10350) by Miss Islington (bot) · 7 years ago
  97. f574ce7 bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10318) (GH-10326) by Miss Islington (bot) · 7 years ago
  98. 8d2f88f [3.6]bpo-29341: Backport b942707 3.6 (GH-10299) by BNMetrics · 7 years ago
  99. 2339fe7 closes bpo-35139: The `pyexpat` module's macros in `Modules/Setup` now match `setup.py` (GH-10289) by Miss Islington (bot) · 7 years ago
  100. 907b07e bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. (GH-10217) by Miss Islington (bot) · 7 years ago