aboutsummaryrefslogtreecommitdiff
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-120161: Fix a Crash in the _datetime Module (gh-120518)Miss Islington (bot)2024-06-151-0/+2
* [3.13] gh-120291: Fix a bashism in python-config.sh.in (GH-120292) (#120341)Miss Islington (bot)2024-06-122-4/+6
* Python 3.13.0b2v3.13.0b2Thomas Wouters2024-06-0580-164/+805
* [3.13] gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843) (GH-120066)Łukasz Langa2024-06-041-0/+1
* [3.13] gh-89928: Fix integer conversion of device numbers (GH-31794) (GH-120053)Miss Islington (bot)2024-06-041-0/+3
* [3.13] gh-119588: Implement zipfile.Path.is_symlink (zipp 3.19.0). (GH-119591...Miss Islington (bot)2024-06-041-0/+1
* [3.13] gh-106531: Apply changes from importlib_resources 6.3.2 (GH-117054) (#...Miss Islington (bot)2024-06-041-0/+6
* [3.13] gh-119819: Fix regression to allow logging configuration with multipr...Miss Islington (bot)2024-06-041-0/+2
* [3.13] gh-118868: logging QueueHandler fix passing of kwargs (GH-118869) (GH-...Miss Islington (bot)2024-06-041-0/+2
* [3.13] gh-111389: Add PyHASH_MULTIPLIER constant (GH-119214) (#119334)Miss Islington (bot)2024-06-041-0/+2
* [3.13] gh-119724: Revert "bpo-45759: Better error messages for non-matching '...T. Wouters2024-06-041-0/+3
* [3.13] gh-117398: Use Per-Interpreter State for the _datetime Static Types (g...Miss Islington (bot)2024-06-031-0/+2
* [3.13] gh-117142: Support Importing ctypes in Isolated Interpreters (gh-120008)Miss Islington (bot)2024-06-031-0/+2
* [3.13] gh-118835: pyrepl: Fix prompt length computation for custom prompts co...Miss Islington (bot)2024-06-031-0/+1
* gh-119679: Ensures correct import libraries are included in Windows install p...Miss Islington (bot)2024-06-031-0/+1
* gh-102511: Amend 3.13.0b1.rst (GH-119895)Miss Islington (bot)2024-06-031-0/+1
* [3.13] gh-119336: Restore removed _PyLong_NumBits() function (GH-119418) (#11...Miss Islington (bot)2024-06-031-0/+1
* [3.13] GH-89727: Fix `shutil.rmtree()` recursion error on deep trees (GH-1198...Miss Islington (bot)2024-06-011-0/+2
* [3.13] gh-113892: Add a extra check to `ProactorEventLoop.sock_connect` to en...Miss Islington (bot)2024-06-011-0/+3
* [3.13] Revert "[3.13] gh-69214: Fix fcntl.ioctl() request type (GH-119498) (...Victor Stinner2024-06-011-3/+0
* [3.13] gh-119821: Support non-dict globals in LOAD_FROM_DICT_OR_GLOBALS (#119...Jelle Zijlstra2024-05-311-0/+2
* [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