summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update REAME and Docs sidebar for EOL3.63.6Ned Deily2021-12-283-8/+7
* Post release updatesNed Deily2021-09-042-3/+3
* 3.6.15v3.6.15Ned Deily2021-09-038-15/+46
* [3.6] bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) (GH-28042) (GH-28080)Ned Deily2021-08-3123-191/+1389
* bpo-38965: Fix faulthandler._stack_overflow() on GCC 10 (GH-17467) (GH-28079)Miss Islington (bot)2021-08-312-10/+9
* [3.6] bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28038)Miss Islington (bot)2021-08-303-3/+65
* bpo-45001: Make email date parsing more robust against malformed input (GH-27...Miss Islington (bot)2021-08-303-0/+6
* Fix Sphinx directive type in 3.6.14 changelog.Ned Deily2021-07-051-1/+1
* Post release updatesNed Deily2021-06-282-3/+3
* 3.6.14v3.6.14Ned Deily2021-06-289-28/+71
* bpo-44022: Improve the regression test. (GH-26503) (GH-26508)Miss Islington (bot)2021-06-031-1/+6
* [3.6] bpo-43882 - Mention urllib.parse changes in Whats New section for 3.6.1...Senthil Kumaran2021-05-201-0/+7
* bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100 Conti...Miss Islington (bot)2021-05-063-18/+32
* bpo-43075: Fix ReDoS in urllib AbstractBasicAuthHandler (GH-24391) (GH-25250)Miss Islington (bot)2021-05-062-1/+2
* [3.6] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline ...Miss Islington (bot)2021-05-064-0/+77
* bpo-42988: Remove the pydoc getfile feature (GH-25015) (GH-25067)Miss Islington (bot)2021-03-293-24/+4
* [3.6] bpo-43285 Make ftplib not trust the PASV response. (GH-24838) (GH-24881...Miss Islington (bot)2021-03-164-2/+51
* Post release updatesNed Deily2021-02-162-3/+3
* 3.6.13v3.6.13Ned Deily2021-02-1513-23/+95
* [3.6] bpo-42967: only use '&' as a query string separator (GH-24297) (GH-24532)Senthil Kumaran2021-02-158-43/+134
* [3.6] closes bpo-42938: Replace snprintf with Python unicode formatting in ct...Benjamin Peterson2021-01-183-34/+66
* [3.6] Bring Python into the new year. (GH-24036). (GH-24054)Dong-hee Na2021-01-029-12/+12
* bpo-42794: Update test_nntplib to use offical group name for testing (GH-2403...Miss Islington (bot)2021-01-012-3/+9
* bpo-40791: Make compare_digest more constant-time. (GH-23438) (GH-23767)Miss Islington (bot)2020-12-142-1/+2
* bpo-35560: Remove assertion from format(float, "n") (GH-11288) (GH-23231)Miss Islington (bot)2020-11-103-1/+23
* [3.6] bpo-42103: Improve validation of Plist files. (GH-22882) (GH-23118)Serhiy Storchaka2020-11-104-67/+367
* [3.6] Remove 3.5 from Doc version switcher in master. (GH-22886) (#22891)larryhastings2020-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