summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.5' into travis-3.5travis-3.5larryhastings2020-06-129-15/+51
|\
| * 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
* | bpo-39035: travis: Update image to xenialInada Naoki2019-12-161-3/+1
|/
* 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
* bpo-35647: Fix path check in cookiejar (#11436) (#12277)Xtreak2019-03-163-5/+38
* bpo-36216: Add check for characters in netloc that normalize to separators (G...Steve Dower2019-03-104-0/+61
* Post-release verison bump for 3.5.7rc1.Larry Hastings2019-03-041-1/+1
* Version bump & copyright year update for 3.5.7rc1.v3.5.7rc1Larry Hastings2019-03-037-17/+17
* PyDoc and blurb updates for 3.5.7rc1.Larry Hastings2019-03-037-13098/+127
* [3.5] bpo-33329: Fix multiprocessing regression on newer glibcs (GH-6575) (#1...Cheryl Sabella2019-03-032-6/+9
* [3.5] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (#10994)Alex Viscreanu2019-02-282-8/+18
* bpo-34791: xml package obeys ignore env flags (GH-9544) (#11871)Victor Stinner2019-02-253-2/+7
* closes bpo-34656: Avoid relying on signed overflow in _pickle memos. (GH-9261...Victor Stinner2019-02-251-31/+32
* bpo-35746: Fix segfault in ssl's cert parser (GH-11569) (#11867)Victor Stinner2019-02-254-0/+52
* bpo-35411: Skip test_urllib2net FTP tests on Travis CI (GH-10907) (#11874)Victor Stinner2019-02-251-0/+12
* [3.5] bpo-34623: Use XML_SetHashSalt in _elementtree (#9933)stratakis2019-02-254-1/+15
* Post-release version bump for 3.5.6.Larry Hastings2018-08-021-1/+1
* Version bump for 3.5.6 final.v3.5.6Larry Hastings2018-08-022-5/+5