summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-38716: stop rotating handlers from setting inherited namer and rotator to...l0rb2019-11-061-0/+1
* closes bpo-38713: Expose P_PIDFD in os if it's defined. (GH-17071)Benjamin Peterson2019-11-061-0/+2
* bpo-38692: Add os.pidfd_open. (GH-17063)Benjamin Peterson2019-11-061-0/+1
* bpo-38422: Clarify docstrings of pathlib suffix(es) (GH-16679)Ram Rachum2019-11-021-0/+1
* bpo-38312: Add curses.{get,set}_escdelay and curses.{get,set}_tabsize. (GH-16...Anthony Sottile2019-10-311-0/+3
* bpo-38586: setting logging.Handler .name property in fileConfig (GH-16918)Lucas Cimon2019-10-311-0/+1
* bpo-36993: Improve error reporting for zipfiles with bad zip64 extra data. (G...Daniel Hillier2019-10-291-0/+2
* bpo-38602: Add fcntl.F_OFD_XXXX for fcntlmodule (GH-16956)Dong-hee Na2019-10-281-0/+3
* bpo-38334: Fix seeking backward on an encrypted zipfile.ZipExtFile. (GH-16937)Serhiy Storchaka2019-10-271-0/+1
* bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586)Zsolt Dollenstein2019-10-241-0/+2
* bpo-30618: add readlink to pathlib.Path (GH-8285)Girts2019-10-231-0/+1
* bpo-34679: ProactorEventLoop only uses set_wakeup_fd() in main thread (GH-16901)Victor Stinner2019-10-231-0/+2
* bpo-31202: Preserve case of literal parts in Path.glob() on Windows. (GH-16860)Serhiy Storchaka2019-10-211-0/+2
* bpo-38493: Add os.CLD_KILLED and os.CLD_STOPPED. (GH-16821)Dong-hee Na2019-10-211-0/+2
* bpo-36321: Fix misspelled attribute name in namedtuple() (GH-16858)Raymond Hettinger2019-10-201-0/+2
* bpo-38521: Fix error in NormalDist.__eq__() (GH-16840)Raymond Hettinger2019-10-181-0/+1
* bpo-27657: Fix urlparse() with numeric paths (#661)Tim Graham2019-10-181-0/+2
* bpo-33604: Raise TypeError on missing hmac arg. (GH-16805)Gregory P. Smith2019-10-181-0/+3
* bpo-37587: json: Use _PyUnicodeWriter when scanning string. (GH-15591)Inada Naoki2019-10-171-0/+2
* bpo-37961, tracemalloc: add Traceback.total_nframe (GH-15545)Julien Danjou2019-10-151-0/+2
* bpo-38478: Correctly handle keyword argument with same name as positional-onl...Pablo Galindo2019-10-151-0/+3
* bpo-32498: urllib.parse.unquote also accepts bytes (GH-7768)Stein Karlsen2019-10-141-0/+2
* bpo-38431: Fix __repr__ method of InitVar to work with typing objects. (GH-16...Samuel Colvin2019-10-131-0/+1
* bpo-38378: Rename parameters "out" and "in" of os.sendfile(). (GH-16742)Serhiy Storchaka2019-10-131-0/+2
* bpo-38417: Add umask support to subprocess (GH-16726)Gregory P. Smith2019-10-121-0/+2
* bpo-35800: Deprecate smtpd.MailmanProxy (GH-11675)Samuel Colvin2019-10-121-0/+1
* bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper parsi...Abhilash Raj2019-10-122-2/+2
* bpo-38109: Add missing constants to Lib/stat.py (GH-16665)Ronan Lamy2019-10-101-0/+3
* closes bpo-36161: Use thread-safe ttyname_r instead of ttyname. (GH-14868)Antonio Gutierrez2019-10-091-0/+1
* bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-16641)Serhiy Storchaka2019-10-081-0/+1
* bpo-38371: Tkinter: deprecate the split() method. (GH-16584)Serhiy Storchaka2019-10-081-0/+3
* bpo-25988: Do not expose abstract collection classes in the collections modul...Serhiy Storchaka2019-10-071-0/+2
* bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503)Andrei Troie2019-10-051-0/+3
* bpo-38341: Add SMTPNotSupportedError in the exports of smtplib (#16525)nde2019-10-051-0/+1
* bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-...Serhiy Storchaka2019-10-041-0/+4
* bpo-38319: Fix shutil._fastcopy_sendfile(): set sendfile() max block size (GH...Giampaolo Rodola2019-10-011-0/+2
* bpo-32689: Updates shutil.move to allow for Path objects to be used as source...Maxwell A McKinnon2019-10-011-0/+2
* bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482)Yury Selivanov2019-09-301-0/+1
* bpo-38163: Child mocks detect their type as sync or async (GH-16471)Lisa Roach2019-09-301-0/+4
* bpo-38161: Removes _AwaitEvent from AsyncMock. (GH-16443)Lisa Roach2019-09-301-0/+1
* bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe ...Andrew Svetlov2019-09-291-0/+1
* bpo-38108: Makes mock objects inherit from Base (GH-16060)Lisa Roach2019-09-291-0/+2
* bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079)T. Wouters2019-09-281-0/+1
* bpo-38216, bpo-36274: Allow subclasses to separately override validation and ...Jason R. Coombs2019-09-281-0/+4
* bpo-28009: Fix uuid.uuid1() and uuid.get_node() on AIX (GH-8672)Michael Felt2019-09-261-0/+4
* bpo-38112: Compileall improvements (GH-16012)Lumír 'Frenzy' Balhar2019-09-261-0/+3
* bpo-38142: Updated _hashopenssl.c to be PEP 384 compliant (#16071)Christian Heimes2019-09-251-0/+1
* bpo-38248: Fix inconsistent immediate asyncio.Task cancellation (GH-16330)Yury Selivanov2019-09-251-0/+1
* bpo-38265: Update os.pread to accept the length type as Py_ssize_t. (GH-16359)Dong-hee Na2019-09-251-0/+2
* bpo-38136: Updates await_count and call_count to be different things (GH-16192)Lisa Roach2019-09-241-0/+3