summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-104773: PEP 594: Remove the ossaudiodev module (#104862)Victor Stinner2023-05-241-0/+2
* gh-104773: PEP 594: Remove the pipes module (#104848)Victor Stinner2023-05-241-0/+2
* gh-104825: Remove implicit newline in the line attribute in tokens emitted in...Pablo Galindo Salgado2023-05-241-0/+2
* gh-104773: PEP 594: Remove the sndhdr module (#104774)Victor Stinner2023-05-241-0/+2
* gh-104773: PEP 594: Remove cgi and cgitb modules (#104775)Victor Stinner2023-05-242-1/+3
* gh-104719: IDLE - test existence of all tokenize references. (#104767)Terry Jan Reedy2023-05-241-0/+2
* gh-104797: Allow Protocols to inherit from collections.abc.Buffer (#104827)Jelle Zijlstra2023-05-241-0/+2
* gh-85934: Use getattr_static when adding mock spec (#22209)melanie witt2023-05-231-0/+2
* GH-83863: Drop support for using `pathlib.Path` objects as context managers (...Barney Gale2023-05-231-0/+4
* gh-104770: Let generator.close() return value (#104771)Nicolas Tessore2023-05-231-0/+2
* gh-102120: [TarFile] Add an iter function that doesn't cache (GH-102128)Robert O'Shea2023-05-231-0/+2
* Remove gh-103207 changelog item as it was never part of any release. (GH-104814)Ned Deily2023-05-231-10/+0
* gh-104780: Remove 2to3 program and lib2to3 module (#104781)Victor Stinner2023-05-235-5/+7
* gh-81005: Refactor str tests to reflect that str and unicode are merged in Py...Daniel Fortunov2023-05-231-0/+2
* gh-92871: Remove typing.{io,re} namespaces (#92873)Sebastian Rittau2023-05-231-0/+2
* gh-104773: PEP 594: Remove the telnetlib module (#104778)Victor Stinner2023-05-232-1/+3
* gh-99108: Release the GIL around hashlib built-in computation (#104675)Gregory P. Smith2023-05-231-0/+3
* GH-104668: Don't call PyOS_* hooks in subinterpreters (GH-104674)Brandt Bucher2023-05-221-0/+5
* Python 3.12.0b1v3.12.0b1Thomas Wouters2023-05-22228-536/+2412
* gh-101282: Apply BOLT optimizations to libpython for shared builds (#104709)Gregory Szorc2023-05-221-0/+4
* gh-94473: Flatten arguments in tkinter.Canvas.coords() (GH-98479)Serhiy Storchaka2023-05-221-0/+3
* gh-99834: Update macOS installer to Tcl/Tk 8.6.13. (GH-104738)Ned Deily2023-05-221-0/+1
* gh-104656: Rename typeparams AST node to type_params (#104657)Jelle Zijlstra2023-05-221-1/+1
* gh-104536: Improve `multiprocessing.process._cleanup` logic (#104537)Luccccifer2023-05-221-0/+3
* gh-98836: Extend PyUnicode_FromFormat() (GH-98838)Serhiy Storchaka2023-05-211-0/+4
* GH-101291: Add low level, unstable API for pylong (GH-101685)Mark Shannon2023-05-211-0/+3
* gh-103295: expose API for writing perf map files (#103546)gsallam2023-05-211-0/+5
* gh-102856: Python tokenizer implementation for PEP 701 (#104323)Marta Gómez Macías2023-05-211-0/+1
* gh-61460: Stronger HMAC in multiprocessing (#20380)Christian Heimes2023-05-201-0/+2
* gh-103987: fix several crashes in mmap module (#103990)Prince Roshan2023-05-201-0/+2
* gh-94906: Support multiple steps in math.nextafter (#103881)Matthias Görgens2023-05-191-0/+1
* gh-103839: Allow building Tkinter against Tcl 8.7 without external libtommath...Christopher Chavez2023-05-191-0/+2
* gh-85984: New additions and improvements to the tty library. (#101832)Soumendra Ganguly2023-05-191-0/+3
* gh-92248: Deprecate `type`, `choices`, `metavar` parameters of `argparse.Bool...Nikita Sobolev2023-05-191-0/+2
* gh-96522: Fix deadlock in pty.spawn (#96639)Youfu Zhang2023-05-192-0/+2
* GH-102818: Do not call `PyTraceBack_Here` in sys.settrace trampoline. (GH-10...Mark Shannon2023-05-191-0/+5
* GH-103545: Add macOS specific constants for ``os.setpriority`` to ``os`` (#10...Ronald Oussoren2023-05-191-0/+1
* gh-104623: Update macOS installer to SQLite 3.42.0 (GH-104624)Erlend E. Aasland2023-05-191-0/+1
* gh-104600: Make function.__type_params__ writable (#104601)Jelle Zijlstra2023-05-181-0/+2
* gh-104623: Update Windows installer to use SQLite 3.42.0 (#104625)Erlend E. Aasland2023-05-181-0/+1
* gh-104615: don't make unsafe swaps in apply_static_swaps (#104620)Carl Meyer2023-05-181-0/+2
* GH-104484: Add case_sensitive argument to `pathlib.PurePath.match()` (GH-104565)thirumurugan2023-05-181-0/+1
* gh-104499: IDLE - fix completions for tk aqua 8.7 (#104591)Terry Jan Reedy2023-05-181-0/+1
* gh-104340: Suppress warning about unawaited exception for closed pipe stdin (...Guido van Rossum2023-05-171-0/+1
* gh-104555: Runtime-checkable protocols: Don't let previous calls to `isinstan...Alex Waygood2023-05-171-0/+7
* gh-104496: IDLE - fix About for mixed tcl/tk versions (#104585)Terry Jan Reedy2023-05-171-0/+1
* gh-104372: Cleanup _posixsubprocess `make_inheritable` for async signal safet...Gregory P. Smith2023-05-171-0/+1
* GH-101520: Move tracemalloc functionality into core, leaving interface in Mod...Mark Shannon2023-05-171-0/+2
* gh-104572: Improve error messages for invalid constructs in PEP 695 contexts ...Jelle Zijlstra2023-05-171-0/+2
* gh-102153: Start stripping C0 control and space chars in `urlsplit` (#102508)Illia Volochii2023-05-171-0/+3