summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [3.6] bpo-39234: `enum.auto()` default initial value as 1 (GH-17878)backport-24bcefc-3.6YoSTEALTH2020-01-061-1/+1
* Update copyright year in macOS installer license copy (GH-17806) (GH-17810)Ned Deily2020-01-021-25/+26
* [3.6] Bring Python into the next decade. (GH-17804)Benjamin Peterson2020-01-028-13/+9
* Post release updatesNed Deily2019-12-182-3/+3
* 3.6.10v3.6.10Ned Deily2019-12-184-6/+12
* bpo-38295: prevent test_relative_path of test_py_compile failure on macOS Cat...Miss Islington (bot)2019-12-172-1/+2
* bpo-39035: travis: Update image to xenial (GH-17622)Inada Naoki2019-12-161-3/+1
* [3.6] Add whatsnew for removal of asyncio.loop.create_datagram_endpoint()'s *...Kyle Stanley2019-12-161-0/+10
* Fix warnings in test_asyncio.test_base_events (GH-17577) (#17581)Miss Islington (bot)2019-12-121-3/+4
* Post release updatesNed Deily2019-12-112-3/+3
* 3.6.10rc1v3.6.10rc1Ned Deily2019-12-1113-30/+104
* [3.6] bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR ...Kyle Stanley2019-12-114-29/+70
* bpo-38945: UU Encoding: Don't let newline in filename corrupt the output form...Miss Islington (bot)2019-12-024-0/+21
* bpo-38804: Fix REDoS in http.cookiejar (GH-17157) (#17343)Miss Islington (bot)2019-11-224-6/+27
* Update URL in macOS installer copy of license (GH-16905) (GH-16908)Miss Skeleton (bot)2019-10-231-1/+1
* [3.6] Fix Zope URL (GH-16880) (GH-16904)Miss Skeleton (bot)2019-10-231-1/+1
* Update doc switcher list for 3.8.0 (GH-16809) (GH-16812)Miss Islington (bot)2019-10-151-1/+1
* Doc: 3.8 is now stable. (GH-16790) (GH-16793)Miss Islington (bot)2019-10-141-1/+1
* [3.6] bpo-38216, bpo-36274: Allow subclasses to separately override validatio...Jason R. Coombs2019-09-283-10/+51
* bpo-38243, xmlrpc.server: Escape the server_title (GH-16373) (GH-16441)Victor Stinner2019-09-283-1/+21
* [3.6] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16410)Benjamin Peterson2019-09-2524-4842/+3973
* [3.6] bpo-37461: Fix typo (inifite -> infinite) (#15432)GeeTransit2019-08-241-1/+1
* bpo-34155: Dont parse domains containing @ (GH-13079) (GH-14826)Miss Islington (bot)2019-08-095-1/+37
* bpo-37461: Fix infinite loop in parsing of specially crafted email headers (G...Miss Islington (bot)2019-08-013-0/+12
* Fix infinite loop in email folding logic (GH-12732) (GH-14799)Miss Islington (bot)2019-07-214-6/+35
* bpo-37149: Replace dead link for online Tkinter reference (GH-14616)Ned Deily2019-07-081-2/+2
* Fix 3.6 documentation build for sphinx<1.6 (GH-14576)Anthony Sottile2019-07-031-1/+7
* Post release updatesNed Deily2019-07-022-3/+3
* 3.6.9v3.6.9Ned Deily2019-07-024-6/+20
* bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546) (GH-1...Miss Islington (bot)2019-07-024-16/+16
* Put pyexpatns.h include back. bpo-37437 (GH-14542)Miss Islington (bot)2019-07-011-0/+4
* bpo-37437: Pass -Wno-unreachable-code when compiling expat. (GH-14470) (GH-14...Miss Islington (bot)2019-06-291-2/+2
* closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436)Miss Islington (bot)2019-06-277-32/+22
* Post release updatesNed Deily2019-06-182-3/+3
* 3.6.9rc1v3.6.9rc1Ned Deily2019-06-1820-52/+185
* bpo-33529, email: Fix infinite loop in email header encoding (GH-12020) (GH-1...Victor Stinner2019-06-174-14/+27
* Doc: Remove an ugly space before a dot. (GH-14123) (GH-14130)Miss Islington (bot)2019-06-161-1/+1
* [3.6] Doc: Add an optional obsolete header. (GH-13638). (GH-13657)Julien Palard2019-06-152-0/+20
* [3.6] Doc fix: duplicate object description of email.message (GH-13742) (GH-1...Ned Deily2019-06-131-0/+1
* Stop using deprecated logging API in Sphinx suspicious checker (GH-9875) (GH-...Miss Islington (bot)2019-06-081-4/+6
* Doc: Python 3.9 in sidebar and version switcher. (GH-13824) (GH-13827)Miss Islington (bot)2019-06-042-2/+4
* bpo-36742: Corrects fix to handle decomposition in usernames (GH-13812) (GH-1...Miss Islington (bot)2019-06-042-8/+9
* bpo-35907, CVE-2019-9948: urllib rejects local_file:// scheme (GH-13513)Victor Stinner2019-05-283-1/+22
* [3.6] bpo-35925: Skip SSL tests that fail due to weak external certs or old T...Gregory P. Smith2019-05-283-8/+66
* bpo-32947: test_ssl fixes for TLS 1.3 and OpenSSL 1.1.1 (GH-11612)Victor Stinner2019-05-282-0/+16
* [3.6] bpo-36816: Update the self-signed.pythontest.net cert (GH-13192) (GH-13...Gregory P. Smith2019-05-082-14/+33
* bpo-30458: Disallow control chars in http URLs. (GH-12755) (GH-13155)Miro HronĨok2019-05-084-1/+75
* bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-1...Miss Islington (bot)2019-05-023-4/+14
* bpo-9194: Fix the bounds checking in winreg.c's fixupMultiSZ() (GH-12687) (GH...Miss Islington (bot)2019-05-021-1/+1
* bpo-34602: Avoid failures setting macOS stack resource limit (GH-13011) (GH-1...Miss Islington (bot)2019-04-293-12/+3