summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-104530: Enable native Win32 condition variables by default (GH-104531)Andrew Rogers2024-02-021-0/+1
* gh-114329: Add `PyList_GetItemRef` function (GH-114504)Sam Gross2024-02-022-0/+5
* gh-103820: IDLE: Do not interpret buttons 4/5 as scrolling on non-X11 (GH-103...Christopher Chavez2024-02-021-0/+2
* gh-111239: Update Windows build to use zlib 1.3.1 (GH-114877)Zachary Ware2024-02-011-0/+1
* gh-112529: Remove PyGC_Head from object pre-header in free-threaded build (#1...Sam Gross2024-02-011-0/+4
* GH-114806. Don't specialize calls to classes with metaclasses. (GH-114870)Mark Shannon2024-02-011-0/+3
* gh-105089: Fix test_create_directory_with_write test failure in AIX (GH-105228)Ayappan Perumal2024-02-011-0/+4
* gh-114364: Fix awkward wording about mmap.mmap.seekable (#114374)technillogue2024-02-011-3/+3
* gh-109534: fix reference leak when SSL handshake fails (#114074)Jamie Phan2024-02-011-0/+3
* gh-113939: Frame clear, clear locals (#113940)Albert Zeyer2024-01-311-0/+4
* gh-111741: Recognise image/webp as a standard format in the mimetypes module ...Nachtalb2024-01-311-0/+1
* gh-59013: Set breakpoint on the first executable line of function when using ...Tian Gao2024-01-311-0/+1
* gh-114685: Check flags in PyObject_GetBuffer() (GH-114707)Serhiy Storchaka2024-01-311-0/+3
* gh-109653: Speedup import of threading module (#114509)Daniel Hollas2024-01-311-0/+1
* gh-110190: Fix ctypes structs with array on Windows ARM64 (GH-114753)Diego Russo2024-01-301-0/+1
* GH-70303: Make `pathlib.Path.glob('**')` return both files and directories (#...Barney Gale2024-01-301-0/+2
* gh-113744: Add a new IncompleteInputError exception to improve incomplete inp...Pablo Galindo Salgado2024-01-301-0/+2
* gh-112919: Speed-up datetime, date and time.replace() (GH-112921)Eugene Toder2024-01-301-0/+2
* gh-113732: Fix support of QUOTE_NOTNULL and QUOTE_STRINGS in csv.reader (GH-1...Serhiy Storchaka2024-01-301-0/+2
* gh-114678: Fix incorrect deprecation warning for 'N' specifier in Decimal for...Serhiy Storchaka2024-01-291-0/+3
* gh-112240: Add option to calendar module CLI to specify the weekday to start ...Steven Ward2024-01-291-0/+2
* Fix more references to datetime and time classes (GH-114717)Serhiy Storchaka2024-01-291-1/+1
* gh-85984: Add POSIX pseudo-terminal functions. (GH-102413)Soumendra Ganguly2024-01-291-0/+2
* gh-91325: Skip Stable ABI checks with Py_TRACE_REFS special build (GH-92046)Petr Viktorin2024-01-291-0/+4
* gh-112050: Adapt collections.deque to Argument Clinic (#113963)mpage2024-01-291-0/+1
* gh-109653: Improve import time of importlib.metadata / email.utils (#114664)Shantanu2024-01-291-0/+1
* GH-113464: Add a JIT backend for tier 2 (GH-113465)Brandt Bucher2024-01-291-0/+4
* gh-55664: Add warning when creating a type using a namespace dictionary with ...Furkan Onder2024-01-281-0/+1
* gh-101100: Fix Sphinx warnings in `whatsnew/3.11.rst` and related (#114531)Hugo van Kemenade2024-01-2712-19/+19
* gh-113055: Use pointer for interp->obmalloc state (gh-113412)Neil Schemenauer2024-01-271-0/+5
* gh-114490: Add check for Mach-O linkage in Lib/platform.py (#114491)Aiden Fox Ivey2024-01-261-0/+1
* gh-88569: add `ntpath.isreserved()` (#95486)Barney Gale2024-01-261-0/+4
* gh-77749: Fix inconsistent behavior of non-ASCII handling in EmailPolicy.fold...Rito Takeuchi2024-01-261-0/+2
* gh-114250: Fetch metadata for pip and its vendored dependencies from PyPI (#1...Seth Michael Larson2024-01-261-0/+624
* gh-112451: Prohibit subclassing of datetime.timezone. (#114190)Mariusz Felisiak2024-01-261-0/+2
* gh-114315: Make `threading.Lock` a real class, not a factory function (#114479)Nikita Sobolev2024-01-251-0/+2
* gh-112529: Implement GC for free-threaded builds (#114262)Sam Gross2024-01-251-0/+3
* gh-111051: Check if file is modifed during debugging in `pdb` (#111052)Tian Gao2024-01-251-0/+1
* gh-100107: Make py.exe launcher ignore app aliases that launch Microsoft Stor...Vincent Cunningham2024-01-251-0/+1
* GH-112354: `END_FOR` instruction to only pop one value. (GH-114247)Mark Shannon2024-01-241-0/+2
* GH-114456: lower the recursion limit under WASI for debug builds (GH-114457)Brett Cannon2024-01-231-0/+1
* gh-114492: Initialize struct termios before calling tcgetattr() (GH-114495)Serhiy Storchaka2024-01-231-0/+2
* gh-101438: Avoid reference cycle in ElementTree.iterparse. (GH-114269)Sam Gross2024-01-231-0/+4
* gh-113884: Make queue.SimpleQueue thread-safe when the GIL is disabled (#114161)mpage2024-01-231-0/+1
* gh-114423: Remove DummyThread from threading._active when thread dies (GH-114...Fabio Zadrozny2024-01-231-0/+1
* gh-114257: Ignore the FileNotFound error in ctypes.util._is_elf() (GH-114394)AN Long2024-01-221-0/+2
* gh-114083: apply optimization of LOAD_CONST instructions to the whole CFG bef...Irit Katriel2024-01-221-0/+1
* gh-75128: Ignore EADDRNOTAVAIL error in asyncio.BaseEventLoop.create_server()...Serhiy Storchaka2024-01-221-0/+2
* gh-114321: Expose more constants in the fcntl module (GH-114322)Serhiy Storchaka2024-01-221-0/+2
* gh-102512: Turn _DummyThread into _MainThread after os.fork() called from a f...Serhiy Storchaka2024-01-221-0/+3