summaryrefslogtreecommitdiff
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* [3.6] bpo-38216, bpo-36274: Allow subclasses to separately override validatio...Jason R. Coombs2019-09-281-0/+4
* bpo-38243, xmlrpc.server: Escape the server_title (GH-16373) (GH-16441)Victor Stinner2019-09-281-0/+3
* [3.6] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16410)Benjamin Peterson2019-09-251-0/+2
* [3.6] bpo-37461: Fix typo (inifite -> infinite) (#15432)GeeTransit2019-08-241-1/+1
* bpo-34155: Dont parse domains containing @ (GH-13079) (GH-14826)Miss Islington (bot)2019-08-091-0/+1
* bpo-37461: Fix infinite loop in parsing of specially crafted email headers (G...Miss Islington (bot)2019-08-011-0/+2
* Fix infinite loop in email folding logic (GH-12732) (GH-14799)Miss Islington (bot)2019-07-211-0/+3
* 3.6.9v3.6.9Ned Deily2019-07-022-1/+15
* bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546) (GH-1...Miss Islington (bot)2019-07-021-0/+4
* closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436)Miss Islington (bot)2019-06-271-0/+1
* 3.6.9rc1v3.6.9rc1Ned Deily2019-06-1817-32/+165
* bpo-33529, email: Fix infinite loop in email header encoding (GH-12020) (GH-1...Victor Stinner2019-06-171-0/+2
* bpo-35907, CVE-2019-9948: urllib rejects local_file:// scheme (GH-13513)Victor Stinner2019-05-281-0/+3
* [3.6] bpo-35925: Skip SSL tests that fail due to weak external certs or old T...Gregory P. Smith2019-05-281-0/+1
* bpo-32947: test_ssl fixes for TLS 1.3 and OpenSSL 1.1.1 (GH-11612)Victor Stinner2019-05-281-0/+1
* [3.6] bpo-36816: Update the self-signed.pythontest.net cert (GH-13192) (GH-13...Gregory P. Smith2019-05-081-0/+1
* bpo-30458: Disallow control chars in http URLs. (GH-12755) (GH-13155)Miro HronĨok2019-05-081-0/+1
* bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-1...Miss Islington (bot)2019-05-021-0/+1
* bpo-34602: Avoid failures setting macOS stack resource limit (GH-13011) (GH-1...Miss Islington (bot)2019-04-291-0/+3
* [3.6] bpo-35564: add master_doc='contents' to conf.py (GH-11290). (GH-12461)Julien Palard2019-03-201-0/+1
* Fix "catchs" typos in NEWS entries (GH-12366)Harmon2019-03-171-2/+2
* [3.6] bpo-36216: Add check for characters in netloc that normalize to separat...Steve Dower2019-03-121-0/+3
* bpo-35647: Fix path check in cookiejar (GH-11436) (GH-12268)Miss Islington (bot)2019-03-121-0/+3
* bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258) (G...Miss Islington (bot)2019-03-091-0/+4
* bpo-27313: Avoid test_ttk_guionly ComboboxTest fail with macOS Cocoa Tk (GH-1...Miss Islington (bot)2019-02-241-0/+1
* bpo-35746: Credit Colin Read and Nicolas Edet (GH-11865)Victor Stinner2019-02-161-1/+2
* [3.6] bpo-35605: Fix documentation build for sphinx<1.6 (GH-11368)Anthony Sottile2019-02-031-0/+1
* bpo-35746: Fix segfault in ssl's cert parser (GH-11569) (GH-11573)Miss Islington (bot)2019-01-151-0/+3
* Revert "bpo-24746: Avoid stripping trailing whitespace in doctest fancy diff ...Senthil Kumaran2019-01-101-2/+0
* bpo-24746: Avoid stripping trailing whitespace in doctest fancy diff (GH-1063...Miss Islington (bot)2019-01-091-0/+2
* closes bpo-35643: Fix a SyntaxWarning: invalid escape sequence in Modules/_sh...Miss Islington (bot)2019-01-061-0/+2
* Revert "bpo-35402: Update macOS installer to use Tcl 8.6.9 / Tk 8.6.9.1 (GH-1...Ned Deily2018-12-241-1/+4
* 3.6.8finalv3.6.8Ned Deily2018-12-235-8/+38
* bpo-35259: Limit `Py_FinalizeEx()` to `Py_LIMITED_API >= 0x03060000`. (GH-106...Miss Islington (bot)2018-12-201-0/+2
* [3.6] bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) (GH...Victor Stinner2018-12-201-0/+2
* [3.6] bpo-31715 Add mimetype for extension .mjs (GH-3908) (GH-10976)Myles Borins2018-12-201-0/+1
* bpo-35499: make profile-opt don't override CFLAGS_NODIST (GH-11164) (GH-11267)Victor Stinner2018-12-201-0/+3
* 3.6.8rc1v3.6.8rc1Ned Deily2018-12-1186-198/+879
* Minor edits to NEWS entriesNed Deily2018-12-111-1/+3
* bpo-35444: Fix error handling when fail to look up builtin "getattr". (GH-110...Miss Islington (bot)2018-12-111-0/+2
* [3.6] bpo-15663: the 10.6+ macOS installers for 3.6/2.7 now provide a private...Ned Deily2018-12-111-0/+2
* bpo-35402: Update macOS installer to use Tcl 8.6.9 / Tk 8.6.9.1 (GH-11101)Miss Islington (bot)2018-12-101-0/+1
* [3.6] bpo-35401: Update macOS installer to OpenSSL 1.0.2q (GH-11095)Ned Deily2018-12-101-0/+1
* bpo-35401: Updates Windows build to OpenSSL 1.0.2q (GH-11089)Steve Dower2018-12-101-0/+1
* bpo-35050: AF_ALG length check off-by-one error (GH-10058) (GH-11070)Victor Stinner2018-12-101-0/+1
* bpo-35052: Fix handler on xml.dom.minidom.cloneNode() (GH-11061) (GH-11067)Victor Stinner2018-12-101-0/+2
* bpo-35351: Pass link time optimization flags to CFLAGS_NODIST (GH-10797)Miss Islington (bot)2018-12-091-0/+2
* bpo-28015: Support LTO build with clang (GH-9908) (GH-10922)stratakis2018-12-091-0/+1
* bpo-33725: skip test_multiprocessing_fork on macOS (GH-11043)Miss Islington (bot)2018-12-081-0/+2
* bpo-35330: Don't call the wrapped object if `side_effect` is set (GH11034)Miss Islington (bot)2018-12-081-0/+4