summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* [3.13] gh-118894: Make asyncio REPL use pyrepl (GH-119433) (#119884)Miss Islington (bot)2024-05-311-0/+1
* [3.13] gh-119369: Fix deadlock during thread exit in free-threaded build (GH-...Miss Islington (bot)2024-05-311-0/+2
* gh-119690: Adds Unicode support for named pipes in _winapi (GH-119717)Miss Islington (bot)2024-05-311-0/+1
* [3.13] gh-119585: Fix crash involving `PyGILState_Release()` and `PyThreadSta...Miss Islington (bot)2024-05-311-0/+5
* [3.13] gh-111201: Support pyrepl on Windows (GH-119559) (GH-119850)Miss Islington (bot)2024-05-311-0/+1
* gh-116145: Updated bundled Tcl/Tk on Windows to 8.6.14 (GH-117030)Miss Islington (bot)2024-05-312-8/+9
* [3.13] gh-103194: Fix Tkinter’s Tcl value type handling for Tcl 8.7/9.0 (GH...Miss Islington (bot)2024-05-311-0/+4
* [3.13] gh-119548: Add a 'clear' command to the REPL (GH-119549) (#119552)Miss Islington (bot)2024-05-311-0/+1
* [3.13] gh-119729: Use 't' in pkg-config file name for free-threaded build (GH...Miss Islington (bot)2024-05-301-0/+5
* [3.13] GH-89727: Fix `os.fwalk()` recursion error on deep trees (GH-119638) (...Miss Islington (bot)2024-05-301-0/+3
* [3.13] GH-89727: Partially fix `shutil.rmtree()` recursion error on deep tree...Miss Islington (bot)2024-05-291-0/+3
* gh-119070: Fix py.exe handling of /usr/bin/env commands missing extension (GH...Miss Islington (bot)2024-05-291-0/+3
* [3.13] gh-119525: Fix deadlock with `_PyType_Lookup` and the GIL (GH-119527) ...Miss Islington (bot)2024-05-291-0/+2
* [3.13] gh-119555: catch SyntaxError from compile() in the InteractiveColoredC...Miss Islington (bot)2024-05-291-0/+2
* [3.13] gh-119443: Turn off from __future__ import annotations in REPL (GH-119...Miss Islington (bot)2024-05-291-0/+2
* [3.13] gh-117398: Statically Allocate the Datetime C-API (GH-119472) (gh-119641)Eric Snow2024-05-281-0/+3
* [3.13] gh-119118: Fix performance regression in tokenize module (GH-119615) (...Miss Islington (bot)2024-05-281-0/+2
* [3.13] gh-119011: `type.__type_params__` now return an empty tuple (GH-119296...Miss Islington (bot)2024-05-281-0/+2
* [3.13] gh-119311: Fix name mangling with PEP 695 generic classes (#119464) (#...Jelle Zijlstra2024-05-282-0/+4
* [3.13] gh-119560: Drop an Invalid Assert in PyState_FindModule() (gh-119561) ...Miss Islington (bot)2024-05-271-0/+3
* [3.13] Fix typos in HISTORY documentation (GH-119453) (#119597)Miss Islington (bot)2024-05-272-35/+36
* [3.13] gh-111999: Fix the signature of str.format_map() (GH-119540) (#119543)Miss Islington (bot)2024-05-251-0/+1
* gh-118263: Add additional arguments to path_t (Argument Clinic type) in posix...Miss Islington (bot)2024-05-241-0/+1
* [3.13] gh-69214: Fix fcntl.ioctl() request type (GH-119498) (#119504)Miss Islington (bot)2024-05-241-0/+3
* [3.13] gh-118692: Avoid creating unnecessary StopIteration instances for moni...Miss Islington (bot)2024-05-241-0/+1
* [3.13] GH-117195: Avoid assertion error in `object.__sizeof__` (GH-117220) (G...Miss Islington (bot)2024-05-231-0/+2
* [3.13] Fix typos in what's new documentation (GH-119448) (#119449)Miss Islington (bot)2024-05-236-9/+9
* [3.13] gh-118911: Trailing whitespace in a block shouldn't prevent the user f...Lysandros Nikolaou2024-05-231-0/+5
* [3.13] gh-113978: Ignore warnings on text completion inside REPL (GH-113979) ...Miss Islington (bot)2024-05-221-0/+1
* gh-117505: Run ensurepip in isolated env in Windows installer (GH-118257)Miss Islington (bot)2024-05-221-0/+1
* [3.13] gh-119247: Add macros to use PySequence_Fast safely in free-threaded b...Miss Islington (bot)2024-05-221-0/+4
* [3.13] gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpre...Miss Islington (bot)2024-05-221-0/+3
* [3.13] gh-111201: Remove readline dependency from the PyREPL (GH-119262) (#11...Lysandros Nikolaou2024-05-221-0/+1
* [3.13] gh-118643: Fix AttributeError in the email module (GH-119099) (GH-119389)Miss Islington (bot)2024-05-221-0/+2
* [3.13] Fix typos in NEWS entries for 3.13 (GH-119374) (GH-119385)Miss Islington (bot)2024-05-222-17/+17
* gh-118507 : Refactor `nt._path_is*` to improve applicability for other cases ...Miss Islington (bot)2024-05-221-0/+1
* [3.13] Fix typos in documentation (GH-119295) (#119337)Miss Islington (bot)2024-05-217-9/+9
* [3.13] Docs: Ensure no warnings are found in the NEWS file before a given lin...Hugo van Kemenade2024-05-212-3/+3
* [3.13] gh-119174: Fix high DPI causes turtledemo(turtle-graphics examples) wi...Miss Islington (bot)2024-05-211-0/+3
* [3.13] gh-119050: Add XML support to libregrtest refleak checker (GH-119148) ...Miss Islington (bot)2024-05-201-0/+2
* [3.13] gh-118760: Restore the default value of tkinter.wantobjects to 1 (GH-1...Miss Islington (bot)2024-05-202-7/+8
* [3.13] gh-92081: Fix for email.generator.Generator with whitespace between en...Miss Islington (bot)2024-05-201-0/+1
* [3.13] gh-115119: Fall back to bundled libmpdec if system libmpdec is not fou...Miss Islington (bot)2024-05-201-0/+1
* [3.13] gh-119121: Fix and test `async.staggered.staggered_race` (GH-119173) (...Miss Islington (bot)2024-05-201-0/+2
* [3.13] GH-119113: Raise `TypeError` from `pathlib.PurePath.with_suffix(None)`...Miss Islington (bot)2024-05-191-0/+2
* [3.13] GH-118447: Fix handling of unreadable symlinks in `os.path.realpath()`...Miss Islington (bot)2024-05-181-0/+2
* [3.13] gh-119132: Update sys.version to identify free-threaded or not. (gh-11...Miss Islington (bot)2024-05-181-0/+2
* [3.13] gh-119049: Fix incorrect display of warning which is constructed by C ...Miss Islington (bot)2024-05-171-0/+2
* [3.13] Fix typos in documentation (GH-119092) (#119116)Miss Islington (bot)2024-05-1710-15/+15
* [3.13] GH-118943: Fix a race condition when generating jit_stencils.h (GH-119...Miss Islington (bot)2024-05-161-0/+3