summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "bpo-24746: Avoid stripping trailing whitespace in doctest fancy diff ...revert-11477-backport-cbb1645-3.6Senthil 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
* bpo-31374: expat doesn't include <pyconfig.h> on Windows (GH-11079)Miss Islington (bot)2018-12-101-1/+3
* bpo-31374: Include pyconfig.h earlier in expat (GH-11064)Miss Islington (bot)2018-12-101-0/+1
* bpo-35050: AF_ALG length check off-by-one error (GH-10058) (GH-11070)Victor Stinner2018-12-103-4/+27
* bpo-35052: Fix handler on xml.dom.minidom.cloneNode() (GH-11061) (GH-11067)Victor Stinner2018-12-103-4/+57
* bpo-35351: Pass link time optimization flags to CFLAGS_NODIST (GH-10797)Miss Islington (bot)2018-12-093-2/+4
* bpo-28015: Support LTO build with clang (GH-9908) (GH-10922)stratakis2018-12-094-83/+235
* bpo-33725: skip test_multiprocessing_fork on macOS (GH-11043)Miss Islington (bot)2018-12-082-0/+5
* [3.7] Doc: Bump sphinx. (GH-10676) (GH-10803)Miss Islington (bot)2018-12-082-2/+2
* bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033)Miss Islington (bot)2018-12-087-30/+25
* bpo-35330: Don't call the wrapped object if `side_effect` is set (GH11034)Miss Islington (bot)2018-12-083-11/+136
* bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-...Serhiy Storchaka2018-12-0714-29/+107
* bpo-22005: Fixed unpickling instances of datetime classes pickled by Python 2...Miss Islington (bot)2018-12-075-82/+328
* bpo-34864: warn if "Prefer tabs when opening documents" set to "Always" (GH-1...Miss Islington (bot)2018-12-065-9/+69
* Add missing period in distutils.dep_util.newer_group doc (GH-11003)Miss Islington (bot)2018-12-061-1/+1
* bpo-33023: Fix NotImplemented to NotImplementedError. (GH-10934). (GH-11001)Serhiy Storchaka2018-12-063-5/+11
* bpo-35363: test_eintr uses print(flush=True) (GH-10990)Miss Islington (bot)2018-12-061-2/+3