summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-93691: fix too broad source locations of for statement iterators (#120330)Irit Katriel2024-06-121-0/+2
* gh-120029: make `symtable.Symbol.__repr__` correctly reflect the compiler's f...Bénédikt Tran2024-06-121-0/+4
* gh-120056: Add `IP_RECVERR`, `IP_RECVORIGDSTADDR`, `IP_RECVTTL` to `socket` m...Nikita Sobolev2024-06-121-0/+3
* gh-120221: Deliver real singals on Ctrl-C and Ctrl-Z in the new REPL (#120354)Pablo Galindo Salgado2024-06-111-0/+2
* gh-120198: Fix race condition when editing __class__ with an audit hook activ...Ken Jin2024-06-111-0/+1
* gh-120326: Include <intrin.h> on Windows with Free Threading (#120329)Kirill Podoprigora2024-06-111-0/+2
* gh-118908: Limit exposed globals from internal imports and definitions on new...Eugene Triguba2024-06-111-0/+2
* gh-120343: Do not reset byte_col_offset_diff after multiline tokens (#120352)Lysandros Nikolaou2024-06-111-0/+1
* gh-120346: Respect PYTHON_BASIC_REPL when running in interactive inspect mode...Pablo Galindo Salgado2024-06-111-0/+2
* gh-119180: PEP 649 compiler changes (#119361)Jelle Zijlstra2024-06-111-0/+1
* gh-120291: Fix a bashism in python-config.sh.in (#120292)Michał Górny2024-06-112-4/+6
* gh-120298: Fix use-after-free in `list_richcompare_impl` (#120303)Nikita Sobolev2024-06-111-0/+2
* gh-65454: avoid triggering call to a PropertyMock in NonCallableMock.__setatt...blhsing2024-06-111-0/+1
* gh-119600: mock: do not access attributes of original when new_callable is se...Robert Collins2024-06-111-0/+2
* gh-120057: Add os.environ.refresh() method (#120059)Victor Stinner2024-06-101-0/+4
* gh-115801: Only allow sequence of strings as input for difflib.unified_diff (...Pieter Eendebak2024-06-101-0/+1
* bpo-24766: doc= argument to subclasses of property not handled correctly (GH-...E. M. Bray2024-06-101-0/+1
* gh-119666: fix multiple class-scope comprehensions referencing __class__ (#12...Carl Meyer2024-06-101-0/+1
* gh-120268: Prohibit passing ``None`` to ``_pydatetime.date.fromtimestamp`` (#...Kirill Podoprigora2024-06-081-0/+2
* 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