summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
* bpo-34767: Do not always create a collections.deque() in asyncio.Lock() (GH-1...Zackery Spytz2019-06-051-0/+1
* bpo-35763: Make IDLE calltip note about '/' less obtrusive (GH-13791)Terry Jan Reedy2019-06-051-0/+2
* bpo-34282: Remove deprecated enum _convert method (GH-13823)Zachary Ware2019-06-041-0/+1
* Merge tag 'v3.8.0b1'Łukasz Langa2019-06-04199-424/+2052
|\
| * Python 3.8.0b1v3.8.0b1Łukasz Langa2019-06-04199-424/+2052
* | bpo-30835: email: Fix AttributeError when parsing invalid CTE (GH-13598)Abhilash Raj2019-06-041-0/+3
* | bpo-35805: Add parser for Message-ID email header. (GH-13397)Abhilash Raj2019-06-041-0/+2
* | bpo-37153: test_venv.test_mutiprocessing() calls pool.terminate() (GH-13816)Victor Stinner2019-06-041-0/+2
|/
* Revert "bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-1378...Łukasz Langa2019-06-041-4/+0
* Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795)Victor Stinner2019-06-041-1/+0
* Revert "bpo-35621: Support running subprocesses in asyncio when loop is execu...Andrew Svetlov2019-06-041-2/+0
* bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-13786)Victor Stinner2019-06-031-0/+4
* bpo-37120: Add SSLContext.num_tickets (GH-13719)Christian Heimes2019-06-031-0/+1
* bpo-36868: Fix what's new for SSLContext.hostname_checks_common_name (GH-13248)Christian Heimes2019-06-031-0/+2
* bpo-37081: Test with OpenSSL 1.1.1c (GH-13631)Christian Heimes2019-06-031-0/+1
* Revert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall()...Victor Stinner2019-06-031-5/+0
* bpo-37087: Adding native ID support for OpenBSD (GH-13654)David Carlier2019-06-031-0/+1
* bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884)Inada Naoki2019-06-031-0/+3
* bpo-36231: Support building on macOS without /usr/include (GH-13773)Ned Deily2019-06-031-0/+3
* bpo-35814: Allow unpacking in r.h.s of annotated assignment expressions (GH-1...Pablo Galindo2019-06-031-0/+2
* bpo-33569 Preserve type information with dataclasses.InitVar (GH-8927)Augusto Hack2019-06-031-0/+1
* bpo-37069: tests use catch_unraisable_exception() (GH-13762)Victor Stinner2019-06-031-0/+3
* bpo-36896: Clarify that some types constructors are unstable (GH-13271)Matthias Bussonnier2019-06-031-0/+2
* bpo-35610: IDLE - Replace .context_use_ps1 with .prompt_last_line (GH-11307)Cheryl Sabella2019-06-021-0/+2
* bpo-37126: Allow structseq objects to be tracked by the GC (GH-13729)Pablo Galindo2019-06-021-0/+2
* bpo-35621: Support running subprocesses in asyncio when loop is executed in n...Andrew Svetlov2019-06-021-0/+2
* bpo-36027: Extend three-argument pow to negative second argument (GH-13266)Mark Dickinson2019-06-021-0/+3
* bpo-37128: Add math.perm(). (GH-13731)Serhiy Storchaka2019-06-021-0/+1
* Improve version added references in `typing` module docs (GH-13457)Anthony Sottile2019-06-021-0/+1
* bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13...Eric Snow2019-06-011-0/+5
* bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108)Serhiy Storchaka2019-06-011-0/+4
* bpo-32411: IDLE: Remove line number sort in browser.py (#5011)Cheryl Sabella2019-06-011-0/+2
* bpo-34303: Micro-optimizations in functools.reduce() (GH-8598)Sergey Fedoseev2019-06-011-0/+2
* bpo-37122: Make co->co_argcount represent the total number of positonal argum...Pablo Galindo2019-06-011-0/+5
* bpo-36813: Fix QueueListener to call task_done() upon termination. (GH-13113)Bar Harel2019-06-011-0/+2
* bpo-35431: Implemented math.comb (GH-11414)Yash Aggarwal2019-06-011-0/+4
* Add option to trace to run modules (GH-5134)Mario Corchero2019-06-011-0/+1
* bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)Eric Snow2019-06-011-0/+1
* bpo-37029: keep usable_arenas in sorted order without searching (#13612)Tim Peters2019-06-011-0/+1
* bpo-12202: Properly check MsiSummaryInfoGetProperty() calls in msilib (GH-13711)Zackery Spytz2019-06-011-0/+2
* bpo-33361: Fix bug with seeking in StreamRecoders (GH-8278)Ammar Askar2019-05-311-0/+2
* bpo-26826: Expose copy_file_range in the os module (GH-7255)Pablo Galindo2019-05-311-0/+1
* bpo-12639: msilib.Directory.start_component() fails if *keyfile* is not None ...Zackery Spytz2019-05-311-0/+2
* bpo-25735: math.factorial doc should mention integer return type (GH-6420)Akshay Sharma2019-05-311-0/+1
* bpo-26835: Add file sealing constants to fcntl (GH-13694)Christian Heimes2019-05-311-0/+1
* bpo-36379: __ipow__ must be a ternaryfunc, not a binaryfunc (GH-13546)Zackery Spytz2019-05-311-0/+2
* bpo-34271: Add ssl debugging helpers (GH-10031)Christian Heimes2019-05-311-0/+3
* bpo-26660, bpo-35144: Fix permission errors in TemporaryDirectory cleanup. (G...Serhiy Storchaka2019-05-311-0/+4
* bpo-31829: Make protocol 0 pickles be loadable in text mode in Python 2. (GH-...Serhiy Storchaka2019-05-311-0/+3
* bpo-36548: Improve the repr of re flags. (GH-12715)Serhiy Storchaka2019-05-311-0/+1