summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Blurb entry for 3.5.6 final.Larry Hastings2018-08-021-0/+8
* Post-release version bump for 3.5.6rc1.Larry Hastings2018-07-191-1/+1
* Version bump for 3.5.6rc1.v3.5.6rc1Larry Hastings2018-07-192-6/+6
* PyDoc topics refresh & blurb release for 3.5.6rc1.Larry Hastings2018-07-195-8/+30
* bpo-33216: Clarify the documentation for CALL_FUNCTION_* (#8338)larryhastings2018-07-192-22/+72
* Doc: Backport language switcher (bpo-33700, bpo-31045) (#8048)Julien Palard2018-07-025-74/+160
* Backport 3.7.0 final changesNed Deily2018-06-272-2/+2
* [3.5] bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) (#5991)Steve Dower2018-05-143-38/+97
* [3.5] bpo-32981: Fix catastrophic backtracking vulns (GH-5955) (#6034)Ned Deily2018-03-116-4/+39
* Post-release bump for Python 3.5.5.Larry Hastings2018-02-041-1/+1
* Version bump for 3.5.5.v3.5.5Larry Hastings2018-02-042-5/+5
* Finalize blurb archive for 3.5.5 (no new blurbs).Larry Hastings2018-02-041-0/+8
* Merge branch '3.5' of github.com:python/cpython into 3.5Larry Hastings2018-02-042-2/+4
|\
| * Update docs template for 3.8Ned Deily2018-01-312-2/+4
* | Post-release version bump for 3.5.5rc1.Larry Hastings2018-02-041-1/+1
* | Whoops, missed checking in version bump.v3.5.5rc1Larry Hastings2018-01-231-4/+4
* | Bump version and copyright year for 3.5.5rc1.Larry Hastings2018-01-236-14/+14
* | blurb release and pydoc topics for 3.5.5rc1.Larry Hastings2018-01-238-106/+13161
|/
* [3.5] bpo-32072: Fix issues with binary plists. (GH-4455) (#4656)Serhiy Storchaka2018-01-233-37/+114