summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-120121: Add InvalidStateError to concurrent.futures.__all__ (#120123)AN Long2024-06-081-0/+1
* gh-120244: Fix re.sub() reference leak (GH-120245)neonene2024-06-081-0/+1
* gh-119258: Eliminate Type Guards in Tier 2 Optimizer with Watcher (GH-119365)Saul Shanabrook2024-06-081-0/+3
* bpo-37755: Use configured output in pydoc instead of pager (GH-15105)Enrico Tröger2024-06-081-0/+3
* gh-120225: fix crash in compiler on empty block at end of exception handler (...Irit Katriel2024-06-071-0/+1
* gh-114264: Optimize performance of copy.deepcopy by adding a fast path for at...Pieter Eendebak2024-06-071-0/+1
* gh-93691: fix too broad source locations of with-statement instructions (#120...Irit Katriel2024-06-071-0/+1
* gh-120211: Fix tkinter.ttk with Tcl/Tk 9.0 (GH-120213)Serhiy Storchaka2024-06-071-0/+1
* gh-120080: Accept ``None`` as a valid argument for direct call of the ``int._...Kirill Podoprigora2024-06-071-0/+2
* gh-120157: Remove unused code in concurrent.future (gh-120187)Clinton2024-06-071-0/+1
* gh-119577: Adjust DeprecationWarning when testing element truth values in Ele...Jacob Walls2024-06-071-0/+4
* Add Tian Gao to CODEOWNERS and ACKS (GH-120166)Tian Gao2024-06-061-0/+1
* gh-115225: Raise error on unsupported ISO 8601 time strings (#119339)benchatt2024-06-052-0/+2
* gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843)Pablo Galindo Salgado2024-06-041-0/+1
* gh-112672: Fix builtin Tkinter with Tcl 9.0 (GH-112681)Christopher Chavez2024-06-041-0/+1
* gh-89928: Fix integer conversion of device numbers (GH-31794)Serhiy Storchaka2024-06-041-0/+3
* gh-120029: export `DEF_TYPE_PARAM` compiler flag (#120028)Bénédikt Tran2024-06-041-0/+2
* gh-119819: Fix regression to allow logging configuration with multipr… (GH-...Vinay Sajip2024-06-041-0/+2
* gh-118868: logging QueueHandler fix passing of kwargs (GH-118869)Kaundur2024-06-041-0/+2
* gh-119613: Soft deprecate the Py_MEMCPY() macro (#120020)Victor Stinner2024-06-041-0/+2
* gh-119879: str.find(): Utilize last character gap for two-way periodic needle...d.grigonis2024-06-041-0/+1
* gh-106531: Apply changes from importlib_resources 6.3.2 (#117054)Jason R. Coombs2024-06-041-0/+6
* gh-119724: Revert "bpo-45759: Better error messages for non-matching 'elif'/'...Petr Viktorin2024-06-041-0/+3
* gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-119929)Eric Snow2024-06-031-0/+2
* gh-117142: Support Importing ctypes in Isolated Interpreters (gh-119991)Eric Snow2024-06-031-0/+2
* gh-118835: pyrepl: Fix prompt length computation for custom prompts containin...Daniel Hollas2024-06-031-0/+1
* gh-119727: Add --single-process option to regrtest (#119728)Victor Stinner2024-06-031-0/+2
* gh-119057: Use better error messages for zero division (#119066)Nikita Sobolev2024-06-031-0/+4
* gh-119588: Implement zipfile.Path.is_symlink (zipp 3.19.0). (#119591)Jason R. Coombs2024-06-031-0/+1
* gh-119679: Ensures correct import libraries are included in Windows install p...Steve Dower2024-06-031-0/+1
* gh-102511: Amend 3.13.0b1.rst (GH-119895)Nice Zombies2024-06-031-0/+1
* gh-116560: Add PyLong_GetSign() public function (#116561)Sergey B Kirpichev2024-06-031-0/+1
* gh-119838: Treat Fraction as a real value in mixed arithmetic operations with...Serhiy Storchaka2024-06-031-0/+3
* gh-118827: Remove `Quoter` from `urllib.parse` (#118828)Nikita Sobolev2024-06-031-0/+3
* gh-119506: fix `_io.TextIOWrapper.write()` write during flush (#119507)Radislav Chugunov2024-06-031-0/+1
* gh-119740: Remove deprecated trunc delegation (#119743)Mark Dickinson2024-06-021-0/+2
* gh-119775: Remove ability to create immutable types with mutable bases (#119776)Nikita Sobolev2024-06-021-0/+2
* GH-89727: Fix `shutil.rmtree()` recursion error on deep trees (#119808)Barney Gale2024-06-011-0/+2
* gh-113892: Add a extra check to `ProactorEventLoop.sock_connect` to ensure th...Kirill Podoprigora2024-06-011-0/+3
* gh-119180: Lazily wrap annotations on classmethod and staticmethod (#119864)Jelle Zijlstra2024-05-311-0/+3
* gh-119821: Support non-dict globals in LOAD_FROM_DICT_OR_GLOBALS (#119822)Jelle Zijlstra2024-05-311-0/+2
* gh-118894: Make asyncio REPL use pyrepl (GH-119433)Łukasz Langa2024-05-311-0/+1
* gh-119369: Fix deadlock during thread exit in free-threaded build (#119528)Sam Gross2024-05-311-0/+2
* gh-119770: Make termios ioctl() constants positive (#119840)Victor Stinner2024-05-311-0/+1
* gh-119585: Fix crash involving `PyGILState_Release()` and `PyThreadState_Clea...Sam Gross2024-05-311-0/+5
* gh-116145: Updated bundled Tcl/Tk on Windows to 8.6.14 (GH-117030)Steve Dower2024-05-312-8/+9
* gh-119189: Fix the power operator for Fraction (GH-119242)Joshua Herman2024-05-312-0/+4
* gh-103194: Fix Tkinter’s Tcl value type handling for Tcl 8.7/9.0 (GH-103846)Christopher Chavez2024-05-311-0/+4
* gh-111201: Support pyrepl on Windows (#119559)Dino Viehland2024-05-311-0/+1
* gh-109218: Deprecate weird cases in the complex() constructor (GH-119620)Serhiy Storchaka2024-05-301-0/+3