summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [3.6] Remove 3.5 from Doc version switcher in master. (GH-22886)backport-283f9a2-3.6larryhastings2020-10-222-2/+0
* bpo-41944: No longer call eval() on content received via HTTP in the CJK code...Miss Skeleton (bot)2020-10-202-14/+9
* bpo-42051: Reject XML entity declarations in plist files (GH-22760) (GH-22801...Miss Skeleton (bot)2020-10-203-0/+28
* Disable macOS CI tests in azure-pipelines (GH-22639)Ned Deily2020-10-203-4/+9
* Post release updatesNed Deily2020-08-172-3/+3
* 3.6.12v3.6.12Ned Deily2020-08-159-13/+56
* bpo-39603: Prevent header injection in http methods (GH-18485) (GH-21539)Miss Islington (bot)2020-07-193-0/+39
* bpo-39017: Avoid infinite loop in the tarfile module (GH-21454) (#21485)Miss Islington (bot)2020-07-154-0/+10
* bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458) (GH-21462)Miss Islington (bot)2020-07-133-8/+41
* [3.6] bpo-29778: Ensure python3.dll is loaded from correct locations when Pyt...Steve Dower2020-07-065-46/+81
* [3.6] bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface ...Tapas Kundu2020-06-303-2/+14
* Post release updatesNed Deily2020-06-272-3/+3
* 3.6.11v3.6.11Ned Deily2020-06-274-7/+15
* Post release updateNed Deily2020-06-172-3/+3
* 3.6.11rc1v3.6.11rc1Ned Deily2020-06-1712-425/+547
* bpo-39073: validate Address parts to disallow CRLF (GH-19007) (#19224)Miss Islington (bot)2020-05-273-0/+25
* Add pt-br switcher to the Documentation website (GH-20301)Rafael Fontenelle2020-05-231-0/+1
* Doc: Python 3.10 in sidebar and version switcher. (GH-20209) (GH-20224)Miss Islington (bot)2020-05-192-2/+4
* bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) (GH-19304)Victor Stinner2020-04-024-52/+115
* bpo-40156: Copy Codecov configuration from master (GH-19306)Victor Stinner2020-04-021-9/+3
* bpo-38576: Disallow control characters in hostnames in http.client (GH-18995)...Miss Islington (bot)2020-03-144-3/+57
* bpo-39869: Fix typo in 'Instance objects' section. (GH-18889) (GH-18898)Miss Islington (bot)2020-03-141-1/+1
* bpo-39545: Document restrictions on "await" and "async for" in f-strings. (GH...Serhiy Storchaka2020-02-132-1/+10
* bpo-39545: docs: do not use await in f-strings (GH-18434)Elena Oat2020-02-101-1/+1
* closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18350)Miss Islington (bot)2020-02-043-0/+7
* [3.6] bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier (GH-18231) (G...Steve Dower2020-01-303-4/+15
* bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18...Miss Islington (bot)2020-01-233-9/+59
* Doc: Change Python 2 status to EOL. (GH-17885) (GH-17887)Miss Islington (bot)2020-01-071-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