Final head of the former 3.6 branch
  1. b74b1f3 3.6.15 by Ned Deily · 4 years ago v3.6.15
  2. 29d97d1 [3.6] bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28038) by Miss Islington (bot) · 4 years ago
  3. da9d6c5 bpo-45001: Make email date parsing more robust against malformed input (GH-27946) (GH-27976) by Miss Islington (bot) · 4 years ago
  4. 9a0099d 3.6.14 by Ned Deily · 4 years, 2 months ago v3.6.14
  5. 1b6f4e5 bpo-44022: Improve the regression test. (GH-26503) (GH-26508) by Miss Islington (bot) · 4 years, 3 months ago
  6. f68d2d6 bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100 Continue (GH-25916) (GH-25935) by Miss Islington (bot) · 4 years, 3 months ago
  7. 3fbe961 bpo-43075: Fix ReDoS in urllib AbstractBasicAuthHandler (GH-24391) (GH-25250) by Miss Islington (bot) · 4 years, 3 months ago
  8. 6c472d3 [3.6] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs (GH-25924) by Miss Islington (bot) · 4 years, 3 months ago
  9. 5b1e502 bpo-42988: Remove the pydoc getfile feature (GH-25015) (GH-25067) by Miss Islington (bot) · 4 years, 5 months ago
  10. 4134f15 [3.6] bpo-43285 Make ftplib not trust the PASV response. (GH-24838) (GH-24881) (GH-24882) by Miss Islington (bot) · 4 years, 5 months ago
  11. aa73e17 3.6.13 by Ned Deily · 4 years, 6 months ago v3.6.13
  12. 5c17dfc [3.6] bpo-42967: only use '&' as a query string separator (GH-24297) (GH-24532) by Senthil Kumaran · 4 years, 6 months ago
  13. 34df10a [3.6] closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes param reprs. (GH-24250) by Benjamin Peterson · 4 years, 7 months ago
  14. 546baba bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037) (GH-24042) by Miss Islington (bot) · 4 years, 8 months ago
  15. dae5d72 bpo-35560: Remove assertion from format(float, "n") (GH-11288) (GH-23231) by Miss Islington (bot) · 4 years, 9 months ago
  16. a63234c [3.6] bpo-42103: Improve validation of Plist files. (GH-22882) (GH-23118) by Serhiy Storchaka · 4 years, 9 months ago
  17. e912e94 bpo-41944: No longer call eval() on content received via HTTP in the CJK codec tests (GH-22566) (GH-22579) by Miss Skeleton (bot) · 4 years, 10 months ago
  18. a158fb9 bpo-42051: Reject XML entity declarations in plist files (GH-22760) (GH-22801) (GH-22804) by Miss Skeleton (bot) · 4 years, 10 months ago
  19. c0a9afe 3.6.12 by Ned Deily · 5 years ago v3.6.12
  20. f02de96 bpo-39603: Prevent header injection in http methods (GH-18485) (GH-21539) by Miss Islington (bot) · 5 years ago
  21. 47a2955 bpo-39017: Avoid infinite loop in the tarfile module (GH-21454) (#21485) by Miss Islington (bot) · 5 years ago
  22. 6463cf0 bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458) (GH-21462) by Miss Islington (bot) · 5 years ago
  23. cfc7ff8 [3.6] bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface (GH-21033) (GH-21232) by Tapas Kundu · 5 years ago
  24. d384df4 3.6.11rc1 by Ned Deily · 5 years ago v3.6.11rc1
  25. 7df32f8 bpo-39073: validate Address parts to disallow CRLF (GH-19007) (#19224) by Miss Islington (bot) · 5 years ago
  26. 69cdeeb bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) (GH-19304) by Victor Stinner · 5 years ago
  27. 83fc701 bpo-38576: Disallow control characters in hostnames in http.client (GH-18995) (GH-19002) by Miss Islington (bot) · 5 years ago
  28. c352e6c closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18350) by Miss Islington (bot) · 6 years ago
  29. c563f40 bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18118) (GH-18146) by Miss Islington (bot) · 6 years ago
  30. 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
  31. b35ec00 Fix warnings in test_asyncio.test_base_events (GH-17577) (#17581) by Miss Islington (bot) · 6 years ago
  32. 7ea0551 3.6.10rc1 by Ned Deily · 6 years ago v3.6.10rc1
  33. 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
  34. 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
  35. 0716056 bpo-38804: Fix REDoS in http.cookiejar (GH-17157) (#17343) by Miss Islington (bot) · 6 years ago
  36. 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
  37. 1698cac bpo-38243, xmlrpc.server: Escape the server_title (GH-16373) (GH-16441) by Victor Stinner · 6 years ago
  38. 13a1913 bpo-34155: Dont parse domains containing @ (GH-13079) (GH-14826) by Miss Islington (bot) · 6 years ago
  39. 1789bbd bpo-37461: Fix infinite loop in parsing of specially crafted email headers (GH-14794) (GH-14817) by Miss Islington (bot) · 6 years ago
  40. 79a47e2 Fix infinite loop in email folding logic (GH-12732) (GH-14799) by Miss Islington (bot) · 6 years ago
  41. 782854f bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546) (GH-14549) by Miss Islington (bot) · 6 years ago
  42. 0d47586 3.6.9rc1 by Ned Deily · 6 years ago v3.6.9rc1
  43. 516a6a2 bpo-33529, email: Fix infinite loop in email header encoding (GH-12020) (GH-14162) by Victor Stinner · 6 years ago
  44. fd1771d bpo-36742: Corrects fix to handle decomposition in usernames (GH-13812) (GH-13814) by Miss Islington (bot) · 6 years ago
  45. 4f06dae bpo-35907, CVE-2019-9948: urllib rejects local_file:// scheme (GH-13513) by Victor Stinner · 6 years ago
  46. 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
  47. 3dbc43f bpo-32947: test_ssl fixes for TLS 1.3 and OpenSSL 1.1.1 (GH-11612) by Victor Stinner · 6 years ago
  48. 2b9d7ab [3.6] bpo-36816: Update the self-signed.pythontest.net cert (GH-13192) (GH-13198) by Gregory P. Smith · 6 years ago
  49. c50d437 bpo-30458: Disallow control chars in http URLs. (GH-12755) (GH-13155) by Miro Hrončok · 6 years ago
  50. e5f9f4a bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-13017) (GH-13024) by Miss Islington (bot) · 6 years ago
  51. 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
  52. 5565b1d bpo-35647: Fix path check in cookiejar (GH-11436) (GH-12268) by Miss Islington (bot) · 6 years ago
  53. b241af8 bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258) (GH-12260) by Miss Islington (bot) · 6 years ago
  54. 1dee456 bpo-27313: Avoid test_ttk_guionly ComboboxTest fail with macOS Cocoa Tk (GH-12011) (GH-12013) by Miss Islington (bot) · 6 years ago
  55. dc020cc Make sure file object is close if socket.create_connection fails (GH-11334) (GH-11351) by Miss Islington (bot) · 7 years ago
  56. 7eef540 bpo-35601: Alleviate race condition when waiting for SIGALRM in test_asyncio (GH-11337) (GH-11348) by Miss Islington (bot) · 7 years ago
  57. 216a4d8 bpo-35746: Fix segfault in ssl's cert parser (GH-11569) (GH-11573) by Miss Islington (bot) · 7 years ago
  58. d09e8ce Revert "bpo-24746: Avoid stripping trailing whitespace in doctest fancy diff (GH-10639) (GH-11477)" (GH-11509) by Senthil Kumaran · 7 years ago
  59. 5d9ae8b bpo-24746: Avoid stripping trailing whitespace in doctest fancy diff (GH-10639) (#11477) by Miss Islington (bot) · 7 years ago
  60. 3c6b436 3.6.8final by Ned Deily · 7 years ago v3.6.8
  61. a21bedf [3.6] bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) (GH-11265) by Victor Stinner · 7 years ago
  62. 70db385 [3.6] bpo-31715 Add mimetype for extension .mjs (GH-3908) (GH-10976) by Myles Borins · 7 years ago
  63. cc3e732 3.6.8rc1 by Ned Deily · 7 years ago v3.6.8rc1
  64. 9756876 bpo-35412: Skip test_multiprocessing_fork and test_multiprocessing_forkserver on Windows (GH-11086) by Miss Islington (bot) · 7 years ago
  65. 869e23e bpo-35426: Eliminate race condition in test_interprocess_signal (GH-11087) by Miss Islington (bot) · 7 years ago
  66. 7d9f219 [3.6] bpo-33747: Avoid mutating the global sys.modules dict in unittest.mock tests (GH-8520) (GH-11032) by Miss Islington (bot) · 7 years ago
  67. bad41ce bpo-35050: AF_ALG length check off-by-one error (GH-10058) (GH-11070) by Victor Stinner · 7 years ago
  68. 3fd9755 bpo-35052: Fix handler on xml.dom.minidom.cloneNode() (GH-11061) (GH-11067) by Victor Stinner · 7 years ago
  69. df5d884 bpo-33725: skip test_multiprocessing_fork on macOS (GH-11043) by Miss Islington (bot) · 7 years ago
  70. 12b9fb6 bpo-35330: Don't call the wrapped object if `side_effect` is set (GH11034) by Miss Islington (bot) · 7 years ago
  71. 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
  72. 1066554 bpo-34864: warn if "Prefer tabs when opening documents" set to "Always" (GH-10464) by Miss Islington (bot) · 7 years ago
  73. 7a2cf1e bpo-33023: Fix NotImplemented to NotImplementedError. (GH-10934). (GH-11001) by Serhiy Storchaka · 7 years ago
  74. 3f0e8e2 bpo-35363: test_eintr uses print(flush=True) (GH-10990) by Miss Islington (bot) · 7 years ago
  75. e44b5b2 bpo-35424: test_multiprocessing: join 3 pools (GH-10986) by Miss Islington (bot) · 7 years ago
  76. f9d8b68 bpo-35384: The repr of ctypes.CArgObject no longer fails for non-ascii character. (GH-10863) by Miss Islington (bot) · 7 years ago
  77. af1f977 [3.6] bpo-34162: Update idlelib NEWS to 2018-12-05 (GH-10964) (GH-10979) by Terry Jan Reedy · 7 years ago
  78. af31228 bpo-33709: test_ntpath and test_posixpath fail in Windows with ACP!=1252. (GH-7278) by Miss Islington (bot) · 7 years ago
  79. 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
  80. 4699f2a bpo-35363: test_eintr runs eintr_tester.py in verbose mode (GH-10965) by Miss Islington (bot) · 7 years ago
  81. fdf5050 bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH-8113). (GH-10946) (GH-10952) by Miss Islington (bot) · 7 years ago
  82. e0c2046 bpo-34738: Add directory entries in ZIP files created by distutils. (GH-9419) (GH-10942) by Miss Islington (bot) · 7 years ago
  83. 49d995f bpo-34185: Fix test module collision in test_bdb when ran as script. (GH-8537) (GH-10936) by Miss Islington (bot) · 7 years ago
  84. 31b635d bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error (GH-10919) (GH-10925) by Victor Stinner · 7 years ago
  85. bfb8818 [3.6] bpo-35380: Enable TCP_NODELAY for proactor event loop (GH-10867). (GH-10874) by Andrew Svetlov · 7 years ago
  86. 93d038c bpo-35363, test_eintr: skip test_open() on macOS (GH-10896) (GH-10912) by Victor Stinner · 7 years ago
  87. 65a5eff bpo-35411: Skip test_urllib2net FTP tests on Travis CI (GH-10907) (GH-10909) by Miss Islington (bot) · 7 years ago
  88. 70ca3fc bpo-35357: Add _mock_ prefix to name/parent/from_kall attributes of _Call/_MagicProxy. (GH-10873) by Miss Islington (bot) · 7 years ago
  89. 67e6136 bpo-35226: Fix equality for nested unittest.mock.call objects. (GH-10555) by Miss Islington (bot) · 7 years ago
  90. 0f9b668 bpo-35372: Fix the code page decoder for input > 2 GiB. (GH-10848) by Miss Islington (bot) · 7 years ago
  91. 013832f bpo-35371: Fix possible crash in os.utime() on Windows. (GH-10844) by Miss Islington (bot) · 7 years ago
  92. c0566e0 bpo-31177: Skip deleted attributes while calling reset_mock (GH-9302) by Miss Islington (bot) · 7 years ago
  93. 02250e5 bpo-35352: test_asyncio uses the certificate set from the test directory (GH-10826) (GH-10832) by Victor Stinner · 7 years ago
  94. af7e81f bpo-35347: Fix test_socket.NonBlockingTCPTests (GH-10791) by Miss Islington (bot) · 7 years ago
  95. 43d8126 [3.7] bpo-34279: Synchronize regrtest with master (GH-10800) by Miss Islington (bot) · 7 years ago
  96. cbf5767 bpo-27903: Fix ResourceWarning in platform.dist() (GH-10792) by Miss Islington (bot) · 7 years ago
  97. 833a706 bpo-35189, bpo-35316: Make test_eintr less strict (GH-10782) by Miss Islington (bot) · 7 years ago
  98. b14d3f2 pythoninfo: log more environment variable (GH-10719) (GH-10770) by Victor Stinner · 7 years ago
  99. dd52938 bpo-33676: Fix dangling thread in _test_multiprocessing (GH-10755) by Miss Islington (bot) · 7 years ago
  100. b59fc31 bpo-35317: Fix mktime() error in test_email (GH-10721) by Miss Islington (bot) · 7 years ago