summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 3.7.2finalv3.7.2Ned Deily2018-12-235-8/+38
* bpo-35259: Limit `Py_FinalizeEx()` to `Py_LIMITED_API >= 0x03060000`. (GH-10620)Miss Islington (bot)2018-12-231-0/+2
* [3.7] bpo-31715 Add mimetype for extension .mjs (GH-3908) (GH-10977)Myles Borins2018-12-231-0/+1
* bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) (GH-11264)Victor Stinner2018-12-231-0/+2
* bpo-35499: make profile-opt don't override CFLAGS_NODIST (GH-11164) (GH-11179)Miss Islington (bot)2018-12-231-0/+3
* 3.7.2rc1v3.7.2rc1Ned Deily2018-12-11100-224/+1017
* Minor edits to NEWS entriesNed Deily2018-12-111-1/+3
* bpo-35444: Fix error handling when fail to look up builtin "getattr". (GH-110...Serhiy Storchaka2018-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-111-0/+1
* bpo-35401: Update macOS installer to OpenSSL 1.1.0j (GH-11094)Miss Islington (bot)2018-12-111-0/+1
* bpo-35401: Update Windows build to OpenSSL 1.1.0j (GH-11088)Miss Islington (bot)2018-12-111-0/+1
* bpo-34977: Add Windows App Store package (GH-11027)Steve Dower2018-12-111-0/+1
* [3.7] bpo-34977: Use venv redirector instead of original python.exe on Window...Steve Dower2018-12-101-0/+2
* bpo-35050: AF_ALG length check off-by-one error (GH-10058) (GH-11069)Victor Stinner2018-12-101-0/+1
* bpo-35052: Fix handler on xml.dom.minidom.cloneNode() (GH-11061) (GH-11066)Victor Stinner2018-12-101-0/+2
* bpo-33725: skip test_multiprocessing_fork on macOS (GH-11043)Miss Islington (bot)2018-12-091-0/+2
* bpo-35330: Don't call the wrapped object if `side_effect` is set (GH11035)Miss Islington (bot)2018-12-081-0/+4
* Revert "[3.7] bpo-34977: Add Windows App Store package (GH-10245)" (GH-11021)Victor Stinner2018-12-071-1/+0
* [3.7] bpo-22005: Fixed unpickling instances of datetime classes pickled by Py...Serhiy Storchaka2018-12-071-0/+3
* bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-...Zackery Spytz2018-12-071-0/+2
* bpo-34864: warn if "Prefer tabs when opening documents" set to "Always" (GH-1...Miss Islington (bot)2018-12-071-0/+2
* [3.7] bpo-34977: Add Windows App Store package (GH-10245)Steve Dower2018-12-071-0/+1
* [3.7] Revert "bpo-34172: multiprocessing.Pool leaks resources after being del...Victor Stinner2018-12-061-0/+3
* bpo-35310: Clear select() lists before returning upon EINTR (GH-10877)Miss Islington (bot)2018-12-051-0/+4
* bpo-34604: Use %R because of invisible characters or trailing whitespaces. (G...Serhiy Storchaka2018-12-051-0/+3
* bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH...Serhiy Storchaka2018-12-051-0/+7
* 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)Miss Islington (bot)2018-12-051-0/+5
* bpo-35296: make install now installs the internal API (GH-10665) (GH-10897)Victor Stinner2018-12-042-0/+4
* bpo-29564: warnings suggests to enable tracemalloc (GH-10486) (GH-10509)Miss Islington (bot)2018-12-041-0/+3
* bpo-35351: Pass link time optimization flags to CFLAGS_NODIST (GH-10797)Miss Islington (bot)2018-12-041-0/+2
* bpo-35357: Add _mock_ prefix to name/parent/from_kall attributes of _Call/_Ma...Miss Islington (bot)2018-12-041-0/+4
* bpo-35226: Fix equality for nested unittest.mock.call objects. (GH-10555)Miss Islington (bot)2018-12-031-0/+3
* [3.7] bpo-35380: Enable TCP_NODELAY for proactor event loop (GH-10867) (GH-10...Miss Islington (bot)2018-12-031-0/+1
* bpo-35372: Fix the code page decoder for input > 2 GiB. (GH-10848)Miss Islington (bot)2018-12-031-0/+2
* bpo-35341: Add generic version of OrderedDict to typing (GH-10850)Miss Islington (bot)2018-12-021-0/+1
* bpo-35371: Fix possible crash in os.utime() on Windows. (GH-10844)Miss Islington (bot)2018-12-011-0/+2
* bpo-31177: Skip deleted attributes while calling reset_mock (GH-9302)Miss Islington (bot)2018-12-011-0/+2
* [3.7] bpo-35352: test_asyncio uses the certificate set from the test director...Victor Stinner2018-11-301-0/+1
* bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008)Miss Islington (bot)2018-11-301-0/+3
* bpo-35336: Fix PYTHONCOERCECLOCALE=1 (GH-10806) (GH-10813)Victor Stinner2018-11-301-0/+2
* [3.7] bpo-34279: Synchronize regrtest with master (GH-10800)Victor Stinner2018-11-291-0/+3
* bpo-27903: Fix ResourceWarning in platform.dist() (GH-10792)Victor Stinner2018-11-291-0/+2
* bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH...Miss Islington (bot)2018-11-281-0/+3
* bpo-34523, bpo-35322: Fix unicode_encode_locale() (GH-10759) (GH-10761)Victor Stinner2018-11-281-0/+2
* bpo-35317: Fix mktime() error in test_email (GH-10721)Miss Islington (bot)2018-11-271-0/+3
* bpo-35308: Fix regression where BROWSER env var is not respected. (GH-10693)Miss Islington (bot)2018-11-261-0/+2
* bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623) (GH-10718)Victor Stinner2018-11-261-0/+3
* bpo-29877: compileall: import ProcessPoolExecutor only when needed (GH-4856)Miss Islington (bot)2018-11-231-0/+2
* bpo-34812: subprocess._args_from_interpreter_flags(): add isolated (GH-10675)Miss Islington (bot)2018-11-231-0/+4