summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Post-release update for 3.5.10.3.53.5Larry Hastings2020-09-051-1/+1
* Version bump for 3.5.10.v3.5.10Larry Hastings2020-09-052-5/+5
* Blurb release and pydoc topics for 3.5.10.Larry Hastings2020-09-053-3/+9
* bpo-39603: Prevent header injection in http methods (GH-18485) (#21946)Victor Stinner2020-09-033-2/+42
* Post-release update for 3.5.10rc1.Larry Hastings2020-08-211-1/+1
* Version bump and copyright update for 3.5.10rc1.v3.5.10rc1Larry Hastings2020-08-196-12/+12
* Blurb release and pydoc topics for 3.5.10rc1.Larry Hastings2020-08-1912-18/+107
* [3.5] bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface ...Tapas Kundu2020-08-033-2/+14
* [3.5] bpo-29778: Ensure python3.dll is loaded from correct locations when Pyt...Steve Dower2020-08-035-40/+92
* [3.5] bpo-39017: Avoid infinite loop in the tarfile module (GH-21454) (#21489)Petr Viktorin2020-07-164-0/+10
* bpo-41183: Update finite DH params to 3072 bits (#21278)Christian Heimes2020-07-023-8/+42
* bpo-41183: Update test certs and keys (#21258)Christian Heimes2020-07-0216-397/+900
* [3.5] closes bpo-38576: Disallow control characters in hostnames in http.clie...Tapas Kundu2020-06-194-3/+59
* bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) (#19305)Victor Stinner2020-06-194-52/+115
* bpo-39073: validate Address parts to disallow CRLF (#19007) (#20450)Victor Stinner2020-06-123-0/+25
* bpo-39035: travis: Update image to xenial (#17623)Inada Naoki2020-06-121-3/+1
* bpo-38804: Fix REDoS in http.cookiejar (GH-17157) (#17344)Victor Stinner2020-04-024-6/+27
* bpo-40156: Copy Codecov configuration from master (#19309)Victor Stinner2020-04-021-9/+3
* bpo-38945: UU Encoding: Don't let newline in filename corrupt the output form...Ned Deily2020-03-204-0/+21
* Post-release update for 3.5.9 final.Larry Hastings2019-11-011-1/+1
* Version bump for 3.5.9 final.v3.5.9Larry Hastings2019-11-012-3/+3
* Blurb release and pydoc topics for 3.5.9 final.Larry Hastings2019-11-012-1/+12
* Post release updates for 3.5.8 final.Larry Hastings2019-10-281-1/+1
* Version bump for 3.5.8 final.v3.5.8Larry Hastings2019-10-282-5/+5
* Blurb release and pydoc topics for 3.5.8 final.Larry Hastings2019-10-283-4/+10
* [3.5] bpo-31026: Fix test_dbm if dbm.ndbm is build with Berkeley DB. (GH-6632)Serhiy Storchaka2019-10-282-2/+29
* bpo-38243, xmlrpc.server: Escape the server_title (GH-16373) (GH-16441) (#16516)Victor Stinner2019-10-283-1/+21
* Post-release update for 3.5.8rc2.Larry Hastings2019-10-121-1/+1
* Version bump for 3.5.8rc2.v3.5.8rc2Larry Hastings2019-10-122-3/+3
* Fix docs, blurb release, pydoc-topics for 3.5.8rc2.Larry Hastings2019-10-125-881/+1122
* closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16346) (#16434)Victor Stinner2019-10-0922-5850/+4913
* [3.5] bpo-38216, bpo-36274: Allow subclasses to separately override validatio...Jason R. Coombs2019-10-083-11/+54
* [3.7] Doc: Bump sphinx. (GH-10676) (GH-10803) (#16522)Victor Stinner2019-10-081-1/+1
* Sphinx 1.8 is now preferred for building 3.5 docs.v3.5.8rc1Larry Hastings2019-09-091-2/+2
* Version bump for 3.5.8rc1.Larry Hastings2019-09-092-6/+6
* Blurb release and pydoc-topics for 3.5.8rc1.Larry Hastings2019-09-0910-89/+12502
* [3.5] bpo-37461: Fix infinite loop in parsing of specially crafted email head...Abhilash Raj2019-09-073-0/+12
* bpo-36742: Corrects fix to handle decomposition in usernames (GH-13812) (GH-1...Victor Stinner2019-09-072-8/+9
* bpo-36576: Skip test_ssl and test_asyncio tests failing with OpenSSL 1.1.1 (#...Victor Stinner2019-09-073-0/+13
* [3.5] bpo-34155: Dont parse domains containing @ (GH-13079) (#15317)Abhilash Raj2019-09-075-1/+37
* bpo-30458: Disallow control chars in http URLs. (GH-12755) (#13207)Miro HronĨok2019-07-144-1/+79
* bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-1...Steve Dower2019-07-143-4/+14
* bpo-35907, CVE-2019-9948: urllib rejects local_file:// scheme (GH-13474) (GH-...Victor Stinner2019-07-143-1/+22
* Fix compatibility with ISO C89 needed by "gnu89" standard of GCC 4.8: use C89...Anthony Sottile2019-07-142-4/+8
* [3.5] bpo-36816: Update the self-signed.pythontest.net cert (GH-13192) (#13200)Gregory P. Smith2019-07-133-14/+67
* [3.5] Doc: Add an optional obsolete header. (GH-13638). (#13658)Julien Palard2019-07-132-0/+20
* Post-release version bump for 3.5.7.Larry Hastings2019-03-191-1/+1
* Version bump for 3.5.7 final.v3.5.7Larry Hastings2019-03-172-5/+5
* Blurb release and pydoc-topics for 3.5.7 final.Larry Hastings2019-03-175-11/+33
* [3.5] bpo-35121: prefix dot in domain for proper subdomain validation (GH-102...Xtreak2019-03-163-2/+45