summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-95731: Fix module docstring extraction in pygettext (#95732)Jakub Kuczys2022-10-151-0/+1
* gh-98251: Allow venv to pass along PYTHON* variables to pip and ensurepip whe...Steve Dower2022-10-141-0/+2
* Bpo-41246: IOCP Proactor avoid callback code duplication (#21399)Tony Solomonik2022-10-131-0/+3
* bpo-46364: Use sockets for stdin of asyncio only on AIX (#30596)Christoph Hamsen2022-10-131-0/+1
* gh-98178: syslog() is not thread-safe on macOS (#98213)Victor Stinner2022-10-131-0/+4
* gh-86404: Doc: Drop now unused make suspicious and rstlint. (GH-98179)Julien Palard2022-10-111-0/+3
* gh-95756: Lazily created cached co_* attrs (GH-97791)Ken Jin2022-10-111-0/+1
* gh-44098: Release the GIL during mmap on Unix (GH-98146)Shantanu2022-10-101-0/+1
* gh-96821: Fix undefined behaviour in `audioop.c` (#96923)Matthias Görgens2022-10-101-0/+1
* bpo-43564: preserve original exception in args of FTP URLError (#24938)Carl Meyer2022-10-101-0/+3
* GH-94597: deprecate `SafeChildWatcher`, `FastChildWatcher` and `MultiLoopChil...Kumar Aditya2022-10-081-0/+1
* gh-68686: Retire eptag ptag scripts (#98064)Joannah Nanjekye2022-10-081-0/+1
* gh-97922: Run the GC only on eval breaker (#97920)Pablo Galindo Salgado2022-10-081-0/+5
* GH-98023: Change default child watcher to PidfdChildWatcher on supported syst...Kumar Aditya2022-10-081-0/+1
* GH-94182: Run the PidfdChildWatcher on the running loop (#94184)Thomas Grainger2022-10-081-0/+1
* gh-90085: Remove vestigial -t and -c timeit options (#94941)Shantanu2022-10-071-0/+3
* GH-83901: Improve Signature.bind error message for missing keyword-only param...Frazer McLean2022-10-071-0/+1
* gh-96073: fix backticks in NEWS entry (GH-98056)Jelle Zijlstra2022-10-071-1/+1
* gh-97997: Add col_offset field to tokenizer and use that for AST nodes (#98000)Lysandros Nikolaou2022-10-071-0/+1
* gh-96346: Use double caching for re._compile() (#96347)Serhiy Storchaka2022-10-071-0/+1
* gh-97646: Change `.js` and `.mjs` files mimetype to conform to RFC 9239 (#97934)Noam Cohen2022-10-071-0/+1
* GH-96073: Fix wild replacement in inspect.formatannotation (#96074)Anh71me2022-10-071-0/+1
* gh-97955: Migrate `zoneinfo` to Argument Clinic (#97958)Nikita Sobolev2022-10-071-0/+1
* 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
* I changed my surname early this year (#96671)Tshepang Mbambo2022-10-051-1/+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