summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
Commit message (Expand)AuthorAgeFilesLines
* bpo-38066: Hide internal Stream methods (GH-15762)Andrew Svetlov2019-09-101-0/+2
* bpo-37251: Removes __code__ check from _is_async_obj. (GH-15830)Lisa Roach2019-09-101-0/+3
* Skip zoneinfo tests on VxWorks (#13535)hliu02019-09-101-0/+1
* bpo-38049: Add command-line interface for the ast module. (GH-15724)Serhiy Storchaka2019-09-091-0/+1
* bpo-37995: Add an option to ast.dump() to produce a multiline output. (GH-15631)Serhiy Storchaka2019-09-091-0/+2
* bpo-38006: Avoid closure in weakref.WeakValueDictionary (GH-15641)Victor Stinner2019-09-091-0/+3
* bpo-38059: Using sys.exit() over exit() in inspect.py (GH-15666)Alan Yee2019-09-091-0/+1
* bpo-38037: Fix reference counters in signal module (GH-15753)animalize2019-09-091-0/+1
* bpo-26185: Fix repr() on empty ZipInfo object (#13441)Mickaƫl Schoentgen2019-09-091-0/+2
* bpo-37212: Preserve keyword argument order in unittest.mock.call and error me...Xtreak2019-09-091-0/+2
* bpo-36250: ignore ValueError from signal in non-main thread (GH-12251)Daniel Hahler2019-09-091-0/+2
* bpo-11953: Extend table of Windows WSA* error codes (GH-15004)Ngalim Siregar2019-09-091-0/+1
* bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625)Serhiy Storchaka2019-09-091-0/+2
* Revert "Raise a RuntimeError when tee iterator is consumed from different thr...Serhiy Storchaka2019-09-091-2/+0
* bpo-36409: Remove old plistlib API deprecated in 3.4 (GH-15615)Jon Janzen2019-09-051-0/+1
* bpo-38026: fix inspect.getattr_static (GH-15676)Inada Naoki2019-09-051-0/+2
* bpo-22347: Update mimetypes.guess_type to allow proper parsing of URLs (GH-15...Dong-hee Na2019-09-051-0/+2
* bpo-38010 Sync importlib.metadata with importlib_metadata 0.20. (GH-15646)Jason R. Coombs2019-09-021-0/+1
* bpo-36543: Remove old-deprecated ElementTree features. (GH-12707)Serhiy Storchaka2019-09-011-0/+2
* bpo-37140: Fix StructUnionType_paramfunc() (GH-15612)Victor Stinner2019-08-301-0/+5
* bpo-37834: Prevent shutil.rmtree exception (GH-15602)Ned Deily2019-08-291-0/+2
* bpo-10978: Semaphores can release multiple threads at a time (GH-15588)Raymond Hettinger2019-08-291-0/+2
* bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seco...Justin Blanchard2019-08-291-0/+2
* bpo-37950: Fix ast.dump() when call with incompletely initialized node. (GH-1...Serhiy Storchaka2019-08-291-0/+1
* bpo-37960: Silence only necessary errors in repr() of buffered and text strea...Serhiy Storchaka2019-08-291-0/+2
* bpo-36871: Ensure method signature is used when asserting mock calls to a met...Xtreak2019-08-291-0/+3
* bpo-18378: Recognize "UTF-8" as a valid name in locale._parse_localename (GH-...Ronald Oussoren2019-08-291-0/+1
* Raise a RuntimeError when tee iterator is consumed from different threads (GH...HongWeipeng2019-08-291-0/+2
* closes bpo-37964: add F_GETPATH command to fcntl (GH-15550)Vinay Sharma2019-08-291-0/+1
* closes bpo-37965: Fix compiler warning of distutils CCompiler.test_function. ...Anonymous Maarten2019-08-281-0/+1
* bpo-36582: Make collections.UserString.encode() return bytes, not str (GH-13138)Daniel Fortunov2019-08-281-0/+1
* bpo-37951: Lift subprocess's fork() restriction (GH-15544)Christian Heimes2019-08-271-0/+2
* bpo-36205: Fix the rusage implementation of time.process_time() (GH-15538)vrajivk2019-08-271-0/+1
* bpo-37328: remove deprecated HTMLParser.unescape (GH-14186)Inada Naoki2019-08-271-0/+2
* bpo-37664: Update ensurepip bundled wheels, again (GH-15483)Pradyun Gedam2019-08-261-1/+1
* bpo-34679: Restore instantiation Windows IOCP event loop from non-main thread...Andrew Svetlov2019-08-261-0/+1
* bpo-36917: Add default implementation of ast.NodeVisitor.visit_Constant(). (G...Serhiy Storchaka2019-08-261-0/+3
* bpo-29553: Fix ArgumentParser.format_usage() for mutually exclusive groups (G...Flavian Hautbois2019-08-251-0/+2
* bpo-37798: Test both Python and C versions in test_statistics.py (GH-15453)Dong-hee Na2019-08-241-0/+2
* bpo-37772: fix zipfile.Path.iterdir() outputs (GH-15170)shireenrao2019-08-241-0/+1
* bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266)Dong-hee Na2019-08-231-0/+1
* bpo-26589: Add http status code 451 (GH-15413)Raymond Hettinger2019-08-231-0/+2
* bpo-14465: Add an indent() function to xml.etree.ElementTree to pretty-print ...Stefan Behnel2019-08-231-0/+2
* bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390)Pablo Galindo2019-08-221-0/+3
* bpo-32554: Deprecate hashing arbitrary types in random.seed() (GH-15382)Raymond Hettinger2019-08-221-0/+1
* bpo-37482: Fix email address name with encoded words and special chars (GH-14...bsiem2019-08-211-0/+1
* bpo-37663: have venv activation scripts all consistently use __VENV_PROMPT__ ...Brett Cannon2019-08-211-0/+2
* Fix difflib `?` hint in diff output when dealing with tabs (#15201)Anthony Sottile2019-08-211-0/+2
* bpo-37851: faulthandler allocates its stack on demand (GH-15358)Victor Stinner2019-08-211-0/+3
* bpo-32793: Fix a duplicate debug message in smtplib (GH-15341)Zackery Spytz2019-08-201-0/+1