summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-80010: Expand fromisoformat to include most of ISO-8601 (#92177)Paul Ganssle2022-05-061-0/+3
* gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)Victor Stinner2022-05-052-1/+16
* gh-82616: Add process_group support to subprocess.Popen (#23930)Gregory P. Smith2022-05-051-0/+2
* gh-91996: Add an HTTPMethod StrEnum to http (GH-91997)cibofo2022-05-052-0/+2
* gh-92345: Import rlcompleter before sys.path is extended (#92346)Christian Heimes2022-05-051-0/+3
* gh-92301: subprocess: Prefer close_range() to procfs-based fd closing (#92303)Alexey Izbyshev2022-05-051-0/+2
* bpo-41818: Add os.login_tty() for *nix. (#29658)Soumendra Ganguly2022-05-051-0/+1
* bpo-43827: Make arguments to abc.ABCMeta.__new__ pos-only (#25385)Vlad Hoi2022-05-052-0/+2
* bpo-43857: Improve the AttributeError message when deleting a missing attribu...Géry Ogam2022-05-051-0/+2
* bpo-46764: Fix wrapping bound method with @classmethod (#31367)Michael J. Sullivan2022-05-051-0/+1
* gh-92118: fix traceback of exceptions propagated from inside a contextlib.con...Irit Katriel2022-05-041-0/+1
* GH-92239: Make sure that PEP 523 is supported, even when specializing first. ...Mark Shannon2022-05-041-0/+2
* gh-92210: Move socket.__init__ to argument clinic (#92237)Joshua Herman2022-05-041-0/+1
* gh-89022: Improve sqlite3 exceptions related to binding params and API misuse...Erlend Egeberg Aasland2022-05-041-0/+4
* gh-92036: Fix gc_fini_untrack() (#92037)Victor Stinner2022-05-041-0/+5
* gh-67248: cmd: Sort miscellaneous help topics (#92254)Sam Denton2022-05-041-0/+1
* gh-78214: marshal: Stabilize FLAG_REF usage (GH-8226)Inada Naoki2022-05-041-0/+2
* bpo-47029: Fix BrokenPipeError in multiprocessing.Queue at garbage collection...Géry Ogam2022-05-031-0/+4
* gh-80254: Disallow recursive usage of cursors in `sqlite3` converters (#29054)Erlend Egeberg Aasland2022-05-031-0/+2
* GH-91173: disable frozen modules in debug builds (#92023)Kumar Aditya2022-05-031-0/+1
* gh-91928: Add `datetime.UTC` alias for `datetime.timezone.utc` (GH-91973)Kabir Kwatra2022-05-032-0/+4
* bpo-45639: Add webp and avif image formats to mimetypes (#29259)kixorz2022-05-031-0/+1
* gh-92062: `inspect.Parameter` checks whether `name` is a keyword (GH-92065)Zac Hatfield-Dodds2022-05-031-0/+2
* bpo-46696: Add socket.SO_INCOMING_CPU constant (#31237)David CARLIER2022-05-031-0/+1
* bpo-29890: Test IPv*Interface construction with tuple argument (#30862)Humbled Drugman2022-05-031-0/+2
* GH-91752: Skip test_freeze_simple_script when zlib is not available (#91758)Abhigyan Bose2022-05-031-0/+1
* gh-88753: Make BooleanOptionalAction's addition of default to help more simil...Toshio Kuratomi2022-05-031-0/+2
* gh-89452: Prefer gdbm-compat over ndbm (#92208)Łukasz Langa2022-05-031-0/+2
* gh-92031: Deoptimize Static Code at Finalization (GH-92039)Dennis Sweeney2022-05-031-0/+1
* gh-90887: posix module: Add more flags for fcopy_file (#31300)David CARLIER2022-05-031-0/+1
* bpo-44863: Allow generic typing.TypedDict (#27663)Samodya Abey2022-05-031-0/+4
* gh-92154: Expose PyCode_GetCode in the C API (GH-92168)Ken Jin2022-05-031-0/+2
* gh-70363: Implement `io.IOBase` interface for `SpooledTemporaryFile` (GH-29560)Carey Metcalfe2022-05-032-0/+5
* bpo-46415: Use f-string for ValueError in ipaddress.ip_{address,network,inter...Thomas Cellerier2022-05-031-0/+2
* gh-92169: Use warnings_helper.import_deprecated() to import deprecated module...Hugo van Kemenade2022-05-031-0/+2
* bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)Itai Steinherz2022-05-022-0/+2
* gh-91621: Fix typing.get_type_hints for collections.abc.Callable (#91656)Shantanu2022-05-021-0/+1
* gh-84461: Add ability for multiprocessed libregrtest to use a different Pytho...Ethan Smith2022-05-021-0/+1
* bpo-43923: Add support for generic typing.NamedTuple (#92027)Serhiy Storchaka2022-05-021-0/+1
* gh-92032: Add soft keywords to rlcompleter (#92029)kbeldan2022-05-021-0/+2
* bpo-46285: Add command-line option -p/--protocol to module http.server (#30999)Géry Ogam2022-05-021-0/+4
* bpo-46547: remove leaking vars into `pydoc.Helper` namespace (#30957)Nikita Sobolev2022-05-021-0/+1
* bpo-46787: Fix `ProcessPoolExecutor exception` memory leak (GH-31408) (#31408)themylogin2022-05-021-0/+1
* Fix the closure argument to PyEval_EvalCodeEx. (GH-92175)larryhastings2022-05-021-0/+1
* gh-87390: Add __unpacked__ attribute to types.GenericAlias (#92059)Jelle Zijlstra2022-05-021-0/+2
* gh-90213: Speed up right shifts of negative integers (GH-30277)Mark Dickinson2022-05-021-0/+2
* gh-91783: Document security considerations for shutil.unpack_archive (#91844)Sam Ezeh2022-05-021-0/+2
* Add weakref_slot to dataclass decorator, to allow instances with slots to be ...Eric V. Smith2022-05-021-0/+3
* gh-92128: Add `__class_getitem__` to `logging.LoggerAdapter` and `logging.Str...Alex Waygood2022-05-021-0/+3
* bpo-46907: Update Windows installer to SQLite 3.38.3. (GH-91995)Mariusz Felisiak2022-05-021-0/+1