summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
Commit message (Expand)AuthorAgeFilesLines
* Python 3.10.0rc2v3.10.0rc2Pablo Galindo2021-09-0725-55/+0
* bpo-44860: Make sysconfig posix_user not depend on platlibdir (GH-27655) (GH-...Miss Islington (bot)2021-09-071-0/+2
* bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000)Miss Islington (bot)2021-09-041-0/+1
* bpo-45081: Fix __init__ method generation when inheriting from Protocol (GH-2...Miss Islington (bot)2021-09-031-0/+2
* bpo-43913: Fix bugs in cleaning up classes and modules in unittest. (GH-28006)Miss Islington (bot)2021-08-301-0/+8
* bpo-41620: TestCase.run() now always return a TestResult instance (GH-28030)Miss Islington (bot)2021-08-301-0/+3
* bpo-44449: faulthandler don't modify frame refcnt (GH-27850)Victor Stinner2021-08-301-0/+2
* [3.10] bpo-27334: roll back transaction if sqlite3 context manager fails to c...Erlend Egeberg Aasland2021-08-281-0/+2
* bpo-44524: Fix cryptic TypeError message when trying to subclass special form...Miss Islington (bot)2021-08-281-0/+2
* bpo-45001: Make email date parsing more robust against malformed input (GH-27...Miss Islington (bot)2021-08-261-0/+2
* [3.10] bpo-34990: Treat the pyc header's mtime in compileall as an unsigned i...Miss Islington (bot)2021-08-241-0/+2
* bpo-44955: Always call stopTestRun() for implicitly created TestResult object...Miss Islington (bot)2021-08-221-0/+5
* [3.10] bpo-44935: enable posix_spawn() on Solaris (GH-27795) (GH-27800)Miss Islington (bot)2021-08-171-0/+2
* bpo-38956: don't print BooleanOptionalAction's default twice (GH-27672)Miss Islington (bot)2021-08-171-0/+1
* bpo-44911: Fixed IsolatedAsyncioTestCase from throwing an exception on leaked...Miss Islington (bot)2021-08-161-0/+1
* bpo-26228: [doc] Adapt PTY documentation updates from GH-4167 (GH-27754)Miss Islington (bot)2021-08-131-1/+1
* bpo-26228: Fix pty EOF handling (GH-12049) (GH-27732)Miss Islington (bot)2021-08-121-0/+1
* make lib2to3 parse async generators everywhere (GH-6588)Miss Islington (bot)2021-08-101-0/+1
* bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631)Miss Islington (bot)2021-08-091-0/+1
* bpo-38840: Incorrect __all__ in multiprocessing.managers (GH-18034)Miss Islington (bot)2021-08-091-0/+1
* bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile (GH-...Miss Islington (bot)2021-08-091-0/+2
* Upgrade bundled pip and setuptools (GH-27625)Miss Islington (bot)2021-08-071-0/+1
* bpo-44605: Teach @total_ordering() to work with metaclasses (GH-27633) (GH-27...Miss Islington (bot)2021-08-061-0/+1
* bpo-44822: Don't truncate `str`s with embedded NULL chars returned by `sqlite...Miss Islington (bot)2021-08-061-0/+3
* bpo-44524: Fix an issue wherein `_GenericAlias._name` was not properly set fo...Miss Islington (bot)2021-08-061-0/+2
* bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH (GH-27623)Miss Islington (bot)2021-08-061-0/+4
* bpo-44801: Check arguments in substitution of ParamSpec in Callable (GH-27585)Miss Islington (bot)2021-08-041-0/+3
* Python 3.10.0rc1v3.10.0rc1Pablo Galindo2021-08-0225-50/+0
* bpo-44806: Fix __init__ in subclasses of protocols (GH-27545)Miss Islington (bot)2021-08-021-0/+2
* bpo-44667: Treat correctly lines ending with comments and no newlines in the ...Miss Islington (bot)2021-08-021-0/+4
* bpo-44793: Fix checking the number of arguments when subscribe a generic type...Miss Islington (bot)2021-08-021-0/+2
* bpo-44784: Apply changes from importlib_metadata 4.6.3 (GH-27508) (#27510)Miss Islington (bot)2021-08-011-0/+2
* bpo-44648: Fix error type in inspect.getsource() in interactive session (GH-2...Miss Islington (bot)2021-07-301-0/+3
* bpo-43625: Enhance csv sniffer has_headers() to be more accurate (GH-26939) (...Miss Islington (bot)2021-07-301-0/+2
* bpo-42892: fix email multipart attribute error (GH-26903) (GH-27492)Miss Islington (bot)2021-07-301-0/+1
* bpo-44666: Use default encoding as fallback for compile_file (GH-27236) (GH-2...Miss Islington (bot)2021-07-301-0/+2
* bpo-44752: Make rlcompleter not call `@property` methods (GH-27401) (GH-27444)Miss Islington (bot)2021-07-291-0/+2
* bpo-27827: identify a greater range of reserved filename on Windows. (GH-2669...Miss Islington (bot)2021-07-281-0/+2
* [3.10] bpo-44461: Check early that a pdb target is valid for execution. (GH-2...Jason R. Coombs2021-07-281-0/+1
* bpo-44720: Don't crash when calling weakref.proxy(not_an_iterator).__next__ (...Miss Islington (bot)2021-07-241-0/+1
* bpo-42854: Correctly use size_t for _ssl._SSLSocket.read and _ssl._SSLSocket....Miss Islington (bot)2021-07-231-0/+3
* bpo-29298: Fix crash with required subparsers without dest (GH-3680) (GH-27303)Miss Islington (bot)2021-07-231-0/+2
* bpo-44704: Make Set._hash consistent with frozenset.__hash__ (GH-27281) (GH-2...Miss Islington (bot)2021-07-221-0/+1
* bpo-44566: resolve differences between asynccontextmanager and contextmanager...Miss Islington (bot)2021-07-201-0/+1
* bpo-44353: Refactor typing.NewType into callable class (GH-27250) (#27258)Miss Islington (bot)2021-07-201-0/+2
* bpo-44524: Add missed __name__ and __qualname__ to typing module objects (GH-...Miss Islington (bot)2021-07-191-0/+2
* bpo-27513: email.utils.getaddresses() now handles Header objects (GH-13797) (...Miss Islington (bot)2021-07-191-0/+3
* bpo-41249: Fix postponed annotations for TypedDict (GH-27017) (#27204)Miss Islington (bot)2021-07-171-0/+2
* bpo-40897:Give priority to using the current class constructor in `inspect.si...Miss Islington (bot)2021-07-161-0/+2
* bpo-44608: Fix memory leak in _tkinter._flatten() (GH-27107)Miss Islington (bot)2021-07-141-0/+2