Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Jun 3, 2021
bpo-44022: Improve the regression test. (GH-26503) (GH-26508)
Show description for 1b6f4e5
Commits on May 20, 2021
[3.6] bpo-43882 - Mention urllib.parse changes in Whats New section for 3.6.14 (GH-26268)
Show description for 6f743e7
Commits on May 6, 2021
bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100 Continue (GH-25916) (GH-25935)
Show description for f68d2d6bpo-43075: Fix ReDoS in urllib AbstractBasicAuthHandler (GH-24391) (GH-25250)
Show description for 3fbe961[3.6] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs (GH-25924)
Show description for 6c472d3authored
Commits on Mar 29, 2021
bpo-42988: Remove the pydoc getfile feature (GH-25015) (GH-25067)
Show description for 5b1e502
Commits on Mar 16, 2021
[3.6] bpo-43285 Make ftplib not trust the PASV response. (GH-24838) (GH-24881) (GH-24882)
Show description for 4134f15
Commits on Feb 16, 2021
- committed
- committed
Commits on Feb 15, 2021
[3.6] bpo-42967: only use '&' as a query string separator (GH-24297) (GH-24532)
Show description for 5c17dfc
Commits on Jan 18, 2021
[3.6] closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes param reprs. (GH-24250)
Show description for 34df10aauthored
Commits on Jan 2, 2021
[3.6] Bring Python into the new year. (GH-24036). (GH-24054)
Show description for 415c4a1authored
Commits on Jan 1, 2021
bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037) (GH-24042)
Show description for 546baba
Commits on Dec 14, 2020
bpo-40791: Make compare_digest more constant-time. (GH-23438) (GH-23767)
Show description for 8bef9eb
Commits on Nov 10, 2020
bpo-35560: Remove assertion from format(float, "n") (GH-11288) (GH-23231)
Show description for dae5d72[3.6] bpo-42103: Improve validation of Plist files. (GH-22882) (GH-23118)
Show description for a63234cauthored
Commits on Oct 22, 2020
[3.6] Remove 3.5 from Doc version switcher in master. (GH-22886) (#22891)
Show description for a75c4c9authored
Commits on Oct 20, 2020
bpo-41944: No longer call eval() on content received via HTTP in the CJK codec tests (GH-22566) (GH-22579)
Show description for e912e94bpo-42051: Reject XML entity declarations in plist files (GH-22760) (GH-22801) (GH-22804)
Show description for a158fb9- authored
Commits on Aug 17, 2020
- committed
Commits on Jul 19, 2020
bpo-39603: Prevent header injection in http methods (GH-18485) (GH-21539)
Show description for f02de96
Commits on Jul 15, 2020
bpo-39017: Avoid infinite loop in the tarfile module (GH-21454) (#21485)
Show description for 47a2955
Commits on Jul 13, 2020
bpo-41288: Fix a crash in unpickling invalid NEWOBJ_EX. (GH-21458) (GH-21462)
Show description for 6463cf0
Commits on Jul 6, 2020
[3.6] bpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21298) (#21354)
Show description for 46cbf61authored
Commits on Jun 30, 2020
[3.6] bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface (GH-21033) (GH-21232)
Show description for cfc7ff8authored
Commits on Jun 27, 2020
- committed
- committed
Commits on Jun 18, 2020
- committed
Commits on May 27, 2020
bpo-39073: validate Address parts to disallow CRLF (GH-19007) (#19224)
Show description for 7df32f8
Commits on May 23, 2020
Commits on May 19, 2020
Doc: Python 3.10 in sidebar and version switcher. (GH-20209) (GH-20224)
Show description for f5c1089
Commits on Apr 3, 2020
bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) (GH-19304)
Show description for 69cdeeb