summaryrefslogtreecommitdiff
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-...Serhiy Storchaka2018-12-071-0/+2
* bpo-22005: Fixed unpickling instances of datetime classes pickled by Python 2...Miss Islington (bot)2018-12-071-0/+3
* bpo-34864: warn if "Prefer tabs when opening documents" set to "Always" (GH-1...Miss Islington (bot)2018-12-061-0/+2
* [3.6] Revert "bpo-34172: multiprocessing.Pool leaks resources after being del...Victor Stinner2018-12-061-0/+3
* bpo-34604: Use %R because of invisible characters or trailing whitespaces. (G...Miss Islington (bot)2018-12-061-0/+3
* bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH...Miss Islington (bot)2018-12-061-0/+7
* bpo-35310: Clear select() lists before returning upon EINTR (GH-10877)Miss Islington (bot)2018-12-051-0/+4
* bpo-34738: Add directory entries in ZIP files created by distutils. (GH-9419)...Miss Islington (bot)2018-12-051-0/+2
* bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error (GH-10919) (GH-...Victor Stinner2018-12-051-0/+5
* [3.6] bpo-35380: Enable TCP_NODELAY for proactor event loop (GH-10867). (GH-1...Andrew Svetlov2018-12-051-0/+1