summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 3.6.9v3.6.9Ned Deily2019-07-024-6/+20
* bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546) (GH-1...Miss Islington (bot)2019-07-024-16/+16
* Put pyexpatns.h include back. bpo-37437 (GH-14542)Miss Islington (bot)2019-07-011-0/+4
* bpo-37437: Pass -Wno-unreachable-code when compiling expat. (GH-14470) (GH-14...Miss Islington (bot)2019-06-291-2/+2
* closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436)Miss Islington (bot)2019-06-277-32/+22
* Post release updatesNed Deily2019-06-182-3/+3
* 3.6.9rc1v3.6.9rc1Ned Deily2019-06-1820-52/+185
* bpo-33529, email: Fix infinite loop in email header encoding (GH-12020) (GH-1...Victor Stinner2019-06-174-14/+27
* Doc: Remove an ugly space before a dot. (GH-14123) (GH-14130)Miss Islington (bot)2019-06-161-1/+1
* [3.6] Doc: Add an optional obsolete header. (GH-13638). (GH-13657)Julien Palard2019-06-152-0/+20
* [3.6] Doc fix: duplicate object description of email.message (GH-13742) (GH-1...Ned Deily2019-06-131-0/+1
* Stop using deprecated logging API in Sphinx suspicious checker (GH-9875) (GH-...Miss Islington (bot)2019-06-081-4/+6
* Doc: Python 3.9 in sidebar and version switcher. (GH-13824) (GH-13827)Miss Islington (bot)2019-06-042-2/+4
* bpo-36742: Corrects fix to handle decomposition in usernames (GH-13812) (GH-1...Miss Islington (bot)2019-06-042-8/+9
* bpo-35907, CVE-2019-9948: urllib rejects local_file:// scheme (GH-13513)Victor Stinner2019-05-283-1/+22
* [3.6] bpo-35925: Skip SSL tests that fail due to weak external certs or old T...Gregory P. Smith2019-05-283-8/+66
* bpo-32947: test_ssl fixes for TLS 1.3 and OpenSSL 1.1.1 (GH-11612)Victor Stinner2019-05-282-0/+16
* [3.6] bpo-36816: Update the self-signed.pythontest.net cert (GH-13192) (GH-13...Gregory P. Smith2019-05-082-14/+33
* bpo-30458: Disallow control chars in http URLs. (GH-12755) (GH-13155)Miro HronĨok2019-05-084-1/+75
* bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-1...Miss Islington (bot)2019-05-023-4/+14
* bpo-9194: Fix the bounds checking in winreg.c's fixupMultiSZ() (GH-12687) (GH...Miss Islington (bot)2019-05-021-1/+1
* bpo-34602: Avoid failures setting macOS stack resource limit (GH-13011) (GH-1...Miss Islington (bot)2019-04-293-12/+3
* [3.6] bpo-35564: add master_doc='contents' to conf.py (GH-11290). (GH-12461)Julien Palard2019-03-202-0/+3
* Fix "catchs" typos in NEWS entries (GH-12366)Harmon2019-03-171-2/+2
* bpo-36195: Remove the ThreadPoolExecutor documentation mentioning the initial...Harmandeep Singh2019-03-171-6/+0
* [3.6] bpo-36216: Add check for characters in netloc that normalize to separat...Steve Dower2019-03-124-0/+61
* bpo-35647: Fix path check in cookiejar (GH-11436) (GH-12268)Miss Islington (bot)2019-03-123-5/+36
* bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258) (G...Miss Islington (bot)2019-03-093-2/+45
* Document the surprising sideeffect PyErr_Print(). (GH-12081) (GH-12084)Miss Islington (bot)2019-02-271-2/+6
* bpo-27313: Avoid test_ttk_guionly ComboboxTest fail with macOS Cocoa Tk (GH-1...Miss Islington (bot)2019-02-242-1/+7
* bpo-35746: Credit Colin Read and Nicolas Edet (GH-11865)Victor Stinner2019-02-161-1/+2
* Doc sidebar: 3.6 has moved to security-fix mode. (GH-11810) (GH-11812)Miss Islington (bot)2019-02-101-1/+1
* [3.6] bpo-35605: Fix documentation build for sphinx<1.6 (GH-11368)Anthony Sottile2019-02-033-2/+10
* bpo-35486: Note Py3.6 import system API requirement change (GH-11540) (GH-11588)Miss Islington (bot)2019-01-172-1/+13
* bpo-35525: Correct the argument name for NNTP.starttls() (GH-11310) (GH-11417)Miss Islington (bot)2019-01-171-2/+2
* Make sure file object is close if socket.create_connection fails (GH-11334) (...Miss Islington (bot)2019-01-171-5/+4
* bpo-35601: Alleviate race condition when waiting for SIGALRM in test_asyncio ...Miss Islington (bot)2019-01-171-1/+3
* bpo-35746: Fix segfault in ssl's cert parser (GH-11569) (GH-11573)Miss Islington (bot)2019-01-154-0/+51
* Revert "bpo-24746: Avoid stripping trailing whitespace in doctest fancy diff ...Senthil Kumaran2019-01-103-49/+3
* bpo-24746: Avoid stripping trailing whitespace in doctest fancy diff (GH-1063...Miss Islington (bot)2019-01-093-3/+49
* closes bpo-35643: Fix a SyntaxWarning: invalid escape sequence in Modules/_sh...Miss Islington (bot)2019-01-062-1/+3
* [3.6] Bump copyright years to 2019. (GH-11407)Benjamin Peterson2019-01-029-14/+14
* closes bpo-35630: Use code tag for 'python3' in 'README.rst' (GH-11400)Miss Islington (bot)2019-01-011-1/+1
* Post release bumpNed Deily2018-12-242-3/+3
* Revert "bpo-35402: Update macOS installer to use Tcl 8.6.9 / Tk 8.6.9.1 (GH-1...Ned Deily2018-12-243-10/+31
* 3.6.8finalv3.6.8Ned Deily2018-12-238-14/+44
* bpo-35257: fix broken BLDSHARED - needs LDFLAGS too (GH-11297) (GH-11299)Miss Islington (bot)2018-12-231-1/+1
* bpo-35259: Limit `Py_FinalizeEx()` to `Py_LIMITED_API >= 0x03060000`. (GH-106...Miss Islington (bot)2018-12-202-0/+4
* Fix documented signatures for C API functions. (GH-11236) (GH-11240)Miss Islington (bot)2018-12-202-5/+5
* bpo-35461: Document C API functions which suppress exceptions. (GH-11119) (GH...Miss Islington (bot)2018-12-207-4/+35