summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | bpo-33830: Fix an example in http.client docs for 404. (GH-7780)Miss Islington (bot)2018-12-211-0/+1
* | bpo-35259: Limit `Py_FinalizeEx()` to `Py_LIMITED_API >= 0x03060000`. (GH-10620)Miss Islington (bot)2018-12-202-0/+4
* | [3.7] bpo-31715 Add mimetype for extension .mjs (GH-3908) (GH-10977)Myles Borins2018-12-202-0/+2
* | bpo-35482: Fixes HTML escaping in CHM index and build location of NEWS file (...Miss Islington (bot)2018-12-203-10/+29
* | Fix mock_open docstring to use readline (GH-11266)Miss Islington (bot)2018-12-201-1/+1
* | bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) (GH-11264)Victor Stinner2018-12-208-18/+38
* | bpo-35521: Add more cross-refs to IDLE docs (GH-11257)Miss Islington (bot)2018-12-202-28/+37
* | bpo-35529: Fix a reference counting bug in PyCFuncPtr_FromDll(). (GH-11229)Miss Islington (bot)2018-12-201-5/+8
* | bpo-5438: Update memory requirements and optimize test_bigmem.py. (GH-11123)Miss Islington (bot)2018-12-201-68/+69
* | bpo-18085: Update refcounts.dat. (GH-11247)Miss Islington (bot)2018-12-202-333/+1207
* | [3.7] bpo-34162: Update idlelib/NEWS.txt to 2018-12-20 (GH-11255) (#11256)Terry Jan Reedy2018-12-201-2/+10
* | bpo-35521: IDLE: Add code context section to docs (GH-11205)Miss Islington (bot)2018-12-203-17/+65
* | bpo-32077: Update refcounts.dat for Unicode object functions. (GH-11243)Miss Islington (bot)2018-12-191-44/+231
* | Fix documented signatures for C API functions. (GH-11236)Miss Islington (bot)2018-12-192-5/+5
* | bpo-35497: add versionadded tag for EPOLLEXCLUSIVE (GH-11162)Miss Islington (bot)2018-12-192-0/+4
* | bpo-35472: Doc: For Python 3.7 Sphinx 1.6.6 is enough. (GH-11192)Julien Palard2018-12-191-2/+2
* | bpo-18799: Resurrect test_404 in test_xmlrpc. (GH-11196)Miss Islington (bot)2018-12-191-3/+2
* | [3.7] bpo-35506: Remove redundant and incorrect links from keywords. (GH-1117...Serhiy Storchaka2018-12-1944-242/+240
* | bpo-35424: Fix test_multiprocessing_main_handling (GH-11223) (GH-11227)Miss Islington (bot)2018-12-182-18/+26
* | bpo-31731: Fix test_io.check_interrupted_write() (GH-11225)Miss Islington (bot)2018-12-182-3/+13
* | bpo-35465: Document _UnixSelectorEventLoop.add_signal_handler. (GH-11145) (GH...Miss Islington (bot)2018-12-181-0/+8
* | bpo-35502: Fix reference leaks in ElementTree.TreeBuilder. (GH-11170)Miss Islington (bot)2018-12-183-0/+29
* | bpo-35461: Document C API functions which suppress exceptions. (GH-11119)Miss Islington (bot)2018-12-187-4/+35
* | bpo-10496: distutils check_environ() handles getpwuid() error (GH-10931)Miss Islington (bot)2018-12-183-11/+35
* | bpo-35519: Rename test.bisect to test.bisect_cmd (GH-11200)Miss Islington (bot)2018-12-173-1/+4
* | bpo-35475: Add more PyImport* functions in refcounts.dat. (GH-11142)Miss Islington (bot)2018-12-171-0/+28
* | bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11...Miss Islington (bot)2018-12-1715-4/+81
* | bpo-23451: Update time.monotonic() documentation (GH-11190)Miss Islington (bot)2018-12-171-9/+1
* | bpo-35513, unittest: TextTestRunner uses time.perf_counter() (GH-11180)Miss Islington (bot)2018-12-176-15/+19
* | bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182)Miss Islington (bot)2018-12-1714-66/+68
* | bpo-35412: Add testcase to test_future4 (GH-11131) (GH-11183)Miss Islington (bot)2018-12-172-1/+7
* | bpo-35499: make profile-opt don't override CFLAGS_NODIST (GH-11164) (GH-11179)Miss Islington (bot)2018-12-162-2/+5
* | bpo-35450: reflect in docs that venv module is not always creating a copy of ...Miss Islington (bot)2018-12-141-3/+4
* | bpo-35402: Update Windows build to use Tcl and Tk 8.6.9 (GH-11146)Miss Islington (bot)2018-12-143-4/+5
* | bpo-34279: regrtest consider that skipped tests are ran (GH-11132)Miss Islington (bot)2018-12-143-1/+18
* | Fixed missing colun in library/sys.po (GH-11153)Miss Islington (bot)2018-12-141-1/+1
* | [3.7] bpo-35489: Use "const Py_UNICODE *" for the Py_UNICODE converter in AC....Serhiy Storchaka2018-12-149-98/+110
* | [3.7] bpo-31446: Copy command line that should be passed to CreateProcessW()....Serhiy Storchaka2018-12-143-8/+28
* | Add test for double patching instance methods (GH11126)Miss Islington (bot)2018-12-122-0/+16
* | bpo-17185: Add __signature__ to mock that can be used by inspect for signatur...Miss Islington (bot)2018-12-123-2/+36
* | Post release bumpNed Deily2018-12-122-3/+3
|/
* 3.7.2rc1v3.7.2rc1Ned Deily2018-12-11103-382/+1168
* Minor edits to NEWS entriesNed Deily2018-12-111-1/+3
* Update macOS installer Welcome for 3.7.2Ned Deily2018-12-111-12/+17
* 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.7] 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...Serhiy Storchaka2018-12-117-30/+29
* bpo-35454: Fix miscellaneous minor issues in error handling. (GH-11077)Miss Islington (bot)2018-12-119-23/+44