summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* bpo-35475: Add more PyImport* functions in refcounts.dat. (GH-11142) (GH-11199)Miss Islington (bot)2018-12-201-0/+28
* [3.6] bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) (GH...Victor Stinner2018-12-208-18/+37
* [3.6] bpo-31715 Add mimetype for extension .mjs (GH-3908) (GH-10976)Myles Borins2018-12-202-0/+2
* bpo-35499: make profile-opt don't override CFLAGS_NODIST (GH-11164) (GH-11267)Victor Stinner2018-12-202-2/+5
* bpo-35482: Fixes HTML escaping in CHM index and build location of NEWS file (...Steve Dower2018-12-203-7/+29
* bpo-35450: reflect in docs that venv module is not always creating a copy of ...Miss Islington (bot)2018-12-141-3/+4
* Post release bumpNed Deily2018-12-112-3/+3
* 3.6.8rc1v3.6.8rc1Ned Deily2018-12-1190-320/+980
* Minor edits to NEWS entriesNed Deily2018-12-111-1/+3
* Update macOS installer Welcome for 3.6.8Ned Deily2018-12-111-1/+6
* macOS installer build: mitigate hdiutil resource busy bugNed Deily2018-12-111-6/+17
* bpo-35412: Skip test_multiprocessing_fork and test_multiprocessing_forkserver...Miss Islington (bot)2018-12-112-0/+7
* bpo-35426: Eliminate race condition in test_interprocess_signal (GH-11087)Miss Islington (bot)2018-12-111-22/+18
* [3.6] bpo-33747: Avoid mutating the global sys.modules dict in unittest.mock ...Miss Islington (bot)2018-12-111-11/+16
* bpo-35444: Fix error handling when fail to look up builtin "getattr". (GH-110...Miss Islington (bot)2018-12-117-30/+29
* [3.6] bpo-15663: the 10.6+ macOS installers for 3.6/2.7 now provide a private...Ned Deily2018-12-114-76/+80
* [3.6] bpo-35454: Fix miscellaneous minor issues in error handling. (GH-11077)...Serhiy Storchaka2018-12-119-23/+41
* bpo-35402: Update macOS installer to use Tcl 8.6.9 / Tk 8.6.9.1 (GH-11101)Miss Islington (bot)2018-12-103-27/+10
* [3.6] bpo-35401: Update macOS installer to OpenSSL 1.0.2q (GH-11095)Ned Deily2018-12-102-3/+4
* bpo-35401: Updates Windows build to OpenSSL 1.0.2q (GH-11089)Steve Dower2018-12-104-4/+4
* Fix numbered lists in stdtypes.rst. (GH-10989)Miss Islington (bot)2018-12-101-14/+10
* [3.6] bpo-35433: Properly detect installed SDK versions (GH-11009)Jeremy Kloth2018-12-102-7/+14