summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-41877: Improve docs for assert misspellings check in mock (GH-23729)vabr-g2020-12-101-0/+1
* bpo-42517: [Enum] do not convert private names into members (GH-23722)Ethan Furman2020-12-101-0/+2
* bpo-42567: [Enum] call __init_subclass__ after members are added (GH-23714)Ethan Furman2020-12-101-0/+1
* bpo-31904: Define THREAD_STACK_SIZE for VxWorks (GH-23718)pxinwr2020-12-091-0/+1
* bpo-41907: [Enum] fix format() behavior for IntFlag (GH-22497)Ethan Furman2020-12-081-0/+1
* Merge tag 'v3.10.0a3'Pablo Galindo2020-12-0864-136/+0
|\
| * Python 3.10.0a3v3.10.0a3Pablo Galindo2020-12-0764-136/+0
* | bpo-41462: Add os.set_blocking() support for VxWorks RTOS (GH-21713)pxinwr2020-12-071-0/+1
|/
* bpo-39825: Fixes sysconfig.get_config_var('EXT_SUFFIX') on Windows to match d...Matti Picus2020-12-071-0/+5
* bpo-41889: [Enum] fix multiple-inheritance regression (GH-22487)Ethan Furman2020-12-071-0/+1
* bpo-42532: Check if NonCallableMock's spec_arg is not None instead of call it...idanw2062020-12-061-0/+1
* GH-5054: CGIHTTPRequestHandler.run_cgi() HTTP_ACCEPT improperly parsed (#23638)Senthil Kumaran2020-12-051-0/+5
* bpo-26131: Deprecate usage of load_module() (GH-23469)Brett Cannon2020-12-042-0/+3
* bpo-17735: inspect.findsource now raises OSError when co_lineno is out of ran...Irit Katriel2020-12-041-0/+4
* bpo-42116: Fix inspect.getsource handling of trailing comments (GH-23630)Irit Katriel2020-12-041-0/+1
* bpo-42562: Fix issue when dis failed to parse function that has no line numbe...Yurii Karabas2020-12-041-0/+2
* bpo-38200: Add itertools.pairwise() (GH-23549)Raymond Hettinger2020-12-011-0/+1
* bpo-42482: remove reference to exc_traceback from TracebackException (GH-23531)Irit Katriel2020-12-011-0/+1
* bpo-31904: Support signal module on VxWorks (GH-23391)pxinwr2020-11-301-0/+1
* bpo-28468: Add platform.freedesktop_os_release() (GH-23492)Christian Heimes2020-11-301-0/+2
* bpo-42487: don't call __getitem__ of underlying maps in ChainMap.__iter__ (GH...Andreas Poehlmann2020-11-301-0/+1
* bpo-42406: Fix whichmodule() with multiprocessing (GH-23403)Renato Cunha2020-11-291-0/+3
* bpo-41818: Fix test_master_read() so that it succeeds on all platforms that e...Soumendra Ganguly2020-11-281-0/+1
* bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21...Zackery Spytz2020-11-281-0/+2
* bpo-42392: Remove loop parameter from asyncio.tasks and asyncio.subprocess (G...Yurii Karabas2020-11-281-0/+2
* bpo-41818: Make test_openpty() avoid unexpected success due to number of rows...Soumendra Ganguly2020-11-271-0/+1
* bpo-41332: Added missing connect_accepted_socket() to AbstractEventLoop (GH-2...Alex Grönholm2020-11-261-0/+2
* bpo-42392: Remove loop parameter from asyncio.streams (GH-23517)Yurii Karabas2020-11-261-0/+2
* bpo-41818: Updated tests for the standard pty library (GH-22962)Soumendra Ganguly2020-11-251-0/+1
* bpo-42299: Remove formatter module (GH-23476)Dong-hee Na2020-11-251-0/+5
* bpo-12800: tarfile: Restore fix from 011525ee9 (GH-21409)Julien Palard2020-11-251-0/+4
* bpo-42392: Remove loop parameter form asyncio locks and Queue (#23420)Yurii Karabas2020-11-241-0/+2
* Added support for negative indexes to PurePath.parents (GH-21799)Yaroslav Pankovych2020-11-232-1/+2
* bpo-15450: Allow subclassing of dircmp (GH-23424) (#23424)Nick Crews2020-11-231-0/+2
* bpo-28850: Fix PrettyPrinter.format overrides ignored for contents of small c...Irit Katriel2020-11-231-0/+1
* bpo-42328: Fix tkinter.ttk.Style.map(). (GH-23300)Serhiy Storchaka2020-11-221-0/+4
* bpo-40550: Fix time-of-check/time-of-action issue in subprocess.Popen.send_si...Filipe Laíns2020-11-211-0/+1
* bpo-35498: Added slice support to PathLib parents attribute. (GH-11165)Joshua Cannon2020-11-201-0/+1
* bpo-1635741: Convert _sre types to heap types and establish module state (PEP...Erlend Egeberg Aasland2020-11-201-0/+2
* bpo-42333: Port _ssl extension module to heap types (GH-23392)Christian Heimes2020-11-201-0/+1
* bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)Christian Heimes2020-11-201-0/+1
* bpo-42403: Simplify importlib external bootstrap (GH-23397)Victor Stinner2020-11-191-0/+5
* bpo-42375: subprocess DragonFlyBSD build update. (GH-23320)David CARLIER2020-11-191-0/+1
* bpo-41713: Port _signal module to multi-phase init (GH-23355)Victor Stinner2020-11-171-0/+2
* bpo-42264: Deprecate sqlite3.OptimizedUnicode (GH-23163)Erlend Egeberg Aasland2020-11-171-0/+3
* bpo-41861, _sqlite3 : Add NEWS entry and rename variables (GH-23337)Erlend Egeberg Aasland2020-11-171-0/+2
* bpo-42345: Fix three issues with typing.Literal parameters (GH-23294)Yurii Karabas2020-11-171-0/+2
* bpo-41625: Expose the splice() system call in the os module (GH-21947)Pablo Galindo2020-11-171-0/+2
* bpo-37205: time.time() cannot fail with fatal error (GH-23314)Victor Stinner2020-11-161-0/+3
* bpo-42350: Fix Thread._reset_internal_locks() (GH-23268)Victor Stinner2020-11-161-0/+3