summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Python 3.14.0a4v3.14.0a4Hugo van Kemenade2025-01-1479-187/+830
* gh-118761: Improve import time of the `pickle` module. (#128732)Bénédikt Tran2025-01-141-0/+3
* gh-71339: Add additional assertion methods for unittest (GH-128707)Serhiy Storchaka2025-01-141-0/+9
* gh-128562: Fix generation of the tkinter widget names (GH-128604)Zhikang Yan2025-01-131-0/+1
* gh-128400: Only show the current thread in `Py_FatalError` on the free-thread...Peter Bierma2025-01-131-0/+2
* gh-128182: Add per-object memory access synchronization to `ctypes` (GH-128490)Peter Bierma2025-01-131-0/+2
* gh-127773: Disable attribute cache on incompatible MRO entries (GH-127924)Petr Viktorin2025-01-131-0/+1
* gh-128078: Clear exception in `anext` before calling `_PyGen_SetStopIteration...Bénédikt Tran2025-01-131-0/+2
* gh-128150: Improve performances of `uuid.uuid*` constructor functions. (#128151)Bénédikt Tran2025-01-131-0/+2
* GH-124483: Mark `Py_DECREF`, etc. as escaping for the JIT (GH-128678)Mark Shannon2025-01-131-0/+3
* gh-128690: temporarily do not use test_embed in PGO profile builds (#128771)Ned Deily2025-01-131-0/+2
* gh-90905: Allow cross-compilation on macOS (#128385)Zanie Blue2025-01-131-0/+1
* gh-128627: Emscripten: Use wasm-gc based call adaptor if available (#128628)Hood Chatham2025-01-121-0/+3
* gh-128731: Fix ResourceWarning in robotparser.RobotFileParser.read() (GH-128733)Serhiy Storchaka2025-01-121-0/+1
* gh-128717: Stop-the-world when setting the recursion limit (#128741)Peter Bierma2025-01-121-0/+2
* gh-126703: Add freelist for `PyMethodObject` (#128594)Pieter Eendebak2025-01-121-0/+1
* gh-127257: Add hex code to ssl "unknown error" message (GH-127360)Petr Viktorin2025-01-101-0/+4
* gh-128388: pyrepl on Windows: add meta and ctrl+arrow keybindings (GH-128389)Paulie Peña2025-01-101-0/+1
* gh-126862: Use `Py_ssize_t` instead of `int` when processing the number of su...Bénédikt Tran2025-01-101-0/+2
* gh-127196: Fix crash in `_interpreters`, when `shared` had invalid encodings ...sobolevn2025-01-091-0/+2
* gh-128661: Fix `typing.evaluate_forward_ref` not showing deprecation (#128663)sobolevn2025-01-091-0/+2
* gh-128629: Add Py_PACK_VERSION and Py_PACK_FULL_VERSION (GH-128630)Petr Viktorin2025-01-092-0/+6
* acks: add myself (#128652)Filipe Laíns 🇵🇸2025-01-081-0/+1
* GH-66409: check if exec_prefix is the same as prefix before searching executa...Filipe Laíns 🇵🇸2025-01-081-0/+3
* GH-127970: find the runtime library when dladdr is available (#127972)Filipe Laíns 🇵🇸2025-01-081-0/+6
* gh-41872: Fix quick extraction of module docstrings from a file in pydoc (GH-...Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి)2025-01-081-0/+3
* GH-127809: Fix the JIT's understanding of ** (GH-127844)Brandt Bucher2025-01-081-0/+2
* gh-128552: fix refcycles in eager task creation (#128553)Thomas Grainger2025-01-071-0/+1
* gh-128302: Fix bugs in xml.dom.xmlbuilder (GH-128284)Stephen Morton2025-01-072-0/+5
* gh-128146: Exclude os/log.h import on older macOS versions. (#128165)Russell Keith-Magee2025-01-071-0/+2
* gh-128472: Add `-skip-funcs` to BOLT options to fix computed goto errors (gh-...Zanie Blue2025-01-071-0/+2
* gh-128559: Remove typing import from asyncio.timeouts (#128560)Michael H2025-01-061-0/+1
* gh-127350: Add Py_fopen() and Py_fclose() functions (#127821)Victor Stinner2025-01-061-0/+5
* gh-128340: add thread safe handle for `loop.call_soon_threadsafe` (#128369)Kumar Aditya2025-01-061-0/+1
* gh-98188: Fix EmailMessage.get_payload to decode data when CTE value has extr...RanKKI2025-01-062-0/+4
* gh-128137: Update PyASCIIObject to handle interned field with the atomic oper...Donghee Na2025-01-051-0/+2
* gh-128152: Argument Clinic: ignore pre-processor directives inside C comments...Erlend E. Aasland2025-01-041-0/+2
* gh-128400: Only show the current thread in `faulthandler` if the GIL is disab...Peter Bierma2025-01-031-0/+2
* gh-127903: Fix a crash on debug builds when calling `Objects/unicodeobject::_...Alexander Shadchin2025-01-031-0/+2
* gh-112015: Implement `ctypes.memoryview_at()` (GH-112018)Rian Hunter2025-01-031-0/+5
* gh-128317: Highlight today in colour in calendar CLI output (#128318)Hugo van Kemenade2025-01-031-0/+2
* gh-115765: Upgrade to GNU Autoconf 2.72 (#128411)Erlend E. Aasland2025-01-031-0/+2
* gh-127529: Correct asyncio's `accept_connection` behaviour for handling `Conn...jb21702025-01-031-0/+4
* gh-128104: Remove `Py_STRFTIME_C99_SUPPORT`; require C99-compliant strftime (...Zanie Blue2025-01-031-0/+3
* gh-128400: Stop-the-world when manually calling `faulthandler` (GH-128422)Peter Bierma2025-01-021-0/+2
* gh-128014: Fix passing default='' to the tkinter method wm_iconbitmap() (GH-...Zhikang Yan2025-01-021-0/+2
* gh-126624: Expose error code ``XML_ERROR_NOT_STARTED`` of Expat >=2.6.4 (#126...Sebastian Pipping2025-01-021-0/+2
* gh-124130: Fix a bug in matching regular expression \B in empty string (GH-12...Serhiy Storchaka2025-01-021-0/+4
* gh-123925: Fix building curses on platforms without libncursesw (GH-128405)Serhiy Storchaka2025-01-021-0/+2
* gh-95371: Add support for other image formats(e.g. PNG) to the turtle… (#95...Shin-myoung-serp2025-01-021-0/+1