summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-118164: str(10**10000) hangs if the C _decimal module is missing (#118503)Tim Peters2024-05-041-0/+1
* gh-109617: fix ncurses incompatibility on macOS with Xcode 15 (#111258)Davide Rizzo2024-05-041-0/+2
* GH-111744: Support opcode events in bdb (GH-111834)Tian Gao2024-05-041-0/+1
* gh-74929: Implement PEP 667 (GH-115153)Tian Gao2024-05-042-0/+7
* gh-113081: Print colorized exception just like built-in traceback in pdb (#11...Tian Gao2024-05-041-0/+1
* gh-111997: C-API for signalling monitoring events (#116413)Irit Katriel2024-05-041-0/+1
* gh-107674: Improve performance of `sys.settrace` (GH-117133)Tian Gao2024-05-031-0/+1
* gh-83856: Honor atexit for all multiprocessing start methods (GH-114279)Tian Gao2024-05-031-0/+1
* gh-115119: Update macOS installer to build with libmpdec 4.0.0 (GH-118382)Erlend E. Aasland2024-05-031-0/+1
* gh-115119: Update Windows installer to mpdecimal 4.0.0 (#118506)Erlend E. Aasland2024-05-032-4/+5
* gh-116322: Add Py_mod_gil module slot (#116882)Brett Simmers2024-05-031-0/+5
* gh-117514: Add `sys._is_gil_enabled()` function (#118514)Sam Gross2024-05-031-0/+4
* gh-118513: Fix sibling comprehensions with a name bound in one and global in ...Carl Meyer2024-05-031-0/+1
* gh-101732: Modules/_ssl.c: use Y2038 compatible openssl function when availab...Alexander Kanavin2024-05-031-0/+1
* gh-116126: Implement PEP 696 (#116129)Jelle Zijlstra2024-05-031-0/+2
* gh-118500: Add pdb support for zipapp (#118501)Tian Gao2024-05-021-0/+1
* gh-90848: Fixed create_autospec ignoring configure_mock style kwargs (#118163)infohash2024-05-021-0/+1
* gh-93502: Add new C-API functions to trace object creation and destruction (#...Pablo Galindo Salgado2024-05-021-0/+4
* gh-105879: Add support for keyword arguments to eval and exec (#105885)Raphael Gaschignard2024-05-021-0/+2
* gh-82062: Fix support of parameter defaults on methods in extension modules (...Sergey B Kirpichev2024-05-021-0/+3
* gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488)Steve Dower2024-05-021-0/+2
* gh-118216: Don't consider dotted `__future__` imports (#118267)Crowthebird2024-05-021-0/+1
* gh-118335: Make REGEN_JIT_COMMAND empty if tier2 interpreter enabled (#118493)Guido van Rossum2024-05-011-0/+3
* gh-117607: Speedup os.path.relpath() (GH-117608)Nice Zombies2024-05-011-0/+1
* gh-110850: Add PyTime_TimeRaw() function (#118394)Victor Stinner2024-05-011-0/+7
* gh-116622: Android sysconfig updates (#118352)Malcolm Smith2024-05-011-0/+2
* gh-99730: urllib.request: Keep HEAD method on redirect (GH-99731)Harmen Stoppels2024-05-011-0/+1
* gh-117958: Expose JIT code via method in UOpExecutor (#117959)Anthony Shaw2024-05-011-0/+2
* gh-99180: Remove traceback anchors in return and assign statements that cover...Pablo Galindo Salgado2024-05-011-0/+2
* gh-116767: fix crash on 'async with' with many context managers (GH-118348)Irit Katriel2024-05-011-0/+1
* GH-117881: fix athrow().throw()/asend().throw() concurrent access (GH-117882)Thomas Grainger2024-05-011-0/+1
* gh-116622: Add Android testbed (GH-117878)Malcolm Smith2024-05-011-0/+1
* gh-118335: Configure Tier 2 interpreter at build time (#118339)Guido van Rossum2024-05-011-0/+4
* gh-118124: Use static_assert() in Py_BUILD_ASSERT() on C11 (#118398)Victor Stinner2024-04-301-0/+3
* gh-118218: Reuse return tuple in itertools.pairwise (GH-118219)Shantanu2024-04-301-0/+1
* gh-118406: Add signature for sqlite3.Connection objects (#118428)Erlend E. Aasland2024-04-301-0/+1
* gh-118272: Clear generator frame's locals when the generator is closed (#118277)Irit Katriel2024-04-301-0/+2
* gh-117618: Make package.module searchable for breakpoints and clean up docs (...Tian Gao2024-04-301-0/+1
* gh-118402: Fix inspect.signature() for functools.cmp_to_key() result (GH-118427)Serhiy Storchaka2024-04-301-0/+2
* gh-116622: Redirect stdout and stderr to system log when embedded in an Andro...Malcolm Smith2024-04-301-0/+1
* gh-118404: Fix inspect.signature() for non-comparable callables (GH-118405)Serhiy Storchaka2024-04-301-0/+1
* GH-118306: Update JIT to use LLVM 18 (GH-118307)Savannah Ostrowski2024-04-291-0/+1
* gh-118347: Fix Windows installer not updating launcher (GH-118386)Steve Dower2024-04-291-0/+1
* gh-118285: Fix signatures of operator.{attrgetter,itemgetter,methodcaller} in...Serhiy Storchaka2024-04-291-0/+4
* gh-107674: Lazy load line number to improve performance of tracing (GH-118127)Tian Gao2024-04-291-0/+1
* gh-115119: Detect _decimal dependencies using pkg-config (#115406)Erlend E. Aasland2024-04-291-0/+2
* gh-118293: Suppress mouse cursor feedback when launching Windows processes wi...Henrik Tunedal2024-04-281-0/+2
* gh-101100: Fix Sphinx warnings in `whatsnew/3.9.rst` (#118364)Hugo van Kemenade2024-04-285-10/+10
* gh-109118: Make comprehensions work within annotation scopes, but without inl...Jelle Zijlstra2024-04-281-0/+3
* Correct spelling error in recent NEWS entry (#118308)Xie Yanbo2024-04-271-1/+1