summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
* gh-64373: Convert `_functools` to Argument Clinic (#96640)Nikita Sobolev2022-10-071-0/+1
* gh-96415: Remove `types._cell_factory` from a module namespace (#96416)Nikita Sobolev2022-10-071-0/+1
* gh-86298: Ensure that __loader__ and __spec__.loader agree in warnings.warn_e...Barry Warsaw2022-10-071-0/+3
* gh-82874: Convert remaining importlib format uses to f-str. (#98005)Gregory P. Smith2022-10-071-1/+1
* Docs: Fix backtick errors found by sphinx-lint (#97998)Hugo van Kemenade2022-10-074-4/+4
* gh-97850: Remove deprecated functions from `importlib.utils` (#97898)Nikita Sobolev2022-10-071-0/+2
* GH-90985: Revert "Deprecate passing a message into cancel()" (#97999)Guido van Rossum2022-10-071-0/+1
* bpo-35540 dataclasses.asdict now supports defaultdict fields (gh-32056)Tiger2022-10-071-0/+1
* GH-91052: Add C API for watching dictionaries (GH-31787)Carl Meyer2022-10-071-0/+1
* bpo-38693: Use f-strings instead of str.format() within importlib (#17058)Gregory P. Smith2022-10-061-0/+1
* GH-97002: Prevent `_PyInterpreterFrame`s from backing more than one `PyFrameO...Brandt Bucher2022-10-061-0/+3
* gh-97973: Return all necessary information from the tokenizer (GH-97984)Lysandros Nikolaou2022-10-061-0/+1
* fixes gh-96078: os.sched_yield release the GIL while calling sched_yield(2). ...Dong-hee Na2022-10-061-0/+2
* gh-65961: Do not rely solely on `__cached__` (GH-97990)Brett Cannon2022-10-061-0/+2
* gh-97781: Apply changes from importlib_metadata 5. (GH-97785)Jason R. Coombs2022-10-061-0/+5
* gh-86482: Document assignment expression need for ()s (#23291)Terry Jan Reedy2022-10-061-0/+1
* gh-97943: PyFunction_GetAnnotations should return a borrowed reference. (#97949)larryhastings2022-10-061-0/+2
* gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (GH-97944)Ned Deily2022-10-061-0/+6
* gh-96865: [Enum] fix Flag to use CONFORM boundary (GH-97528)Ethan Furman2022-10-051-0/+9
* gh-65961: Raise `DeprecationWarning` when `__package__` differs from `__spec_...Brett Cannon2022-10-051-0/+5
* gh-97850: Remove all known instances of module_repr() (#97876)Barry Warsaw2022-10-051-0/+1
* gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)Adam Turner2022-10-053-3/+3
* gh-91539: improve performance of get_proxies_environment (#91566)Pieter Eendebak2022-10-051-0/+1
* gh-88050: Fix asyncio subprocess to kill process cleanly when process is bloc...Kumar Aditya2022-10-051-0/+1
* gh-95196: Disable incorrect pickling of the C implemented classmethod descrip...Serhiy Storchaka2022-10-051-0/+1
* gh-74696: Pass root_dir to custom archivers which support it (GH-94251)Serhiy Storchaka2022-10-051-0/+2
* GH-96704: Add {Task,Handle}.get_context(), use it in call_exception_handler()...Guido van Rossum2022-10-051-0/+1
* gh-97825: fix AttributeError when calling subprocess.check_output(input=None)...andrei kulakov2022-10-051-0/+1
* GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-...Mark Shannon2022-10-051-0/+3
* GH-97779: Ensure that *all* frame objects are backed by "complete" frames (GH...Brandt Bucher2022-10-051-0/+1
* gh-97837: Change deprecation warning message in `unittest` (#97838)Nikita Sobolev2022-10-051-0/+7
* gh-93738: Documentation C syntax (:c:type: to :c:expr:, misc. cases) (#97775)Adam Turner2022-10-041-1/+1
* gh-58451: Add optional delete_on_close parameter to NamedTemporaryFile (GH-97...Ev2geny2022-10-041-0/+1
* gh-97008: Add a Python implementation of AttributeError and NameError suggest...Ɓukasz Langa2022-10-041-0/+5
* gh-96142: add missing params to `dataclass._DataclassParams` (gh-96382)Nikita Sobolev2022-10-041-0/+2
* gh-97670: Remove sys.getdxp() and analyze_dxp.py script (#97671)Victor Stinner2022-10-041-0/+6
* gh-97669: Remove outdated example scripts (#97675)Victor Stinner2022-10-042-3/+3
* gh-97639: Remove `tokenize.NL` check from `tabnanny` (#97640)Nikita Sobolev2022-10-041-0/+1
* GH-97752: Clear the `previous` member of newly-created generator/coroutine fr...Brandt Bucher2022-10-031-0/+2
* gh-97799: use inspect.get_annotations in dataclass (#97800)larryhastings2022-10-031-0/+2
* gh-96512: Move int_max_str_digits setting to PyConfig (#96944)Gregory P. Smith2022-10-031-0/+2
* gh-97681: Remove Tools/demo/ directory (#97682)Victor Stinner2022-10-031-0/+3
* gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE conve...Serhiy Storchaka2022-10-031-0/+3
* gh-97740: Fix bang in Sphinx C domain ref target syntax (#97741)C.A.M. Gerlach2022-10-031-0/+2
* gh-96819: multiprocessing.resource_tracker: check if length of pipe write <= ...Koki Saito2022-10-031-0/+1
* gh-97591: In `Exception.__setstate__()` acquire strong references before call...Ofey Chan2022-10-021-0/+2
* gh-95588: Drop the safety claim from `ast.literal_eval` docs. (#95919)Gregory P. Smith2022-10-021-0/+6
* GH-97592: Fix crash in C remove_done_callback due to evil code (#97660)Guido van Rossum2022-09-301-0/+1
* GH-96827: Don't touch closed loops from executor threads (#96837)Guido van Rossum2022-09-301-0/+1
* gh-94526: getpath_dirname() no longer encodes the path (#97645)Victor Stinner2022-09-301-0/+4