summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-122313: Clean up deep recursion guarding code in the compiler (GH-122640)Serhiy Storchaka2024-08-033-162/+164
* gh-122560: add test that comprehension loop var appears only in one scope of ...Irit Katriel2024-08-021-0/+21
* gh-122527: Fix a crash on deallocation of `PyStructSequence` (GH-122577)Sam Gross2024-08-024-7/+41
* GH-117224: Move the body of a few large-ish micro-ops into helper functions (...Mark Shannon2024-08-025-335/+163
* gh-122445: populate only modified fields in __static_attributes__ (#122446)Irit Katriel2024-08-025-10/+18
* gh-122334: Fix crash when importing ssl after re-initialization (#122481)neonene2024-08-023-0/+33
* gh-120974: Make asyncio `swap_current_task` safe in free-threaded build (#122...Sam Gross2024-08-023-31/+67
* gh-121723: Relax constraints on queue objects for `logging.handlers.QueueHand...Bénédikt Tran2024-08-024-50/+124
* Update PyObject_Del() documentation (#122597)Victor Stinner2024-08-024-18/+13
* gh-122188: Remove _imp.pyc_magic_number (GH-122503)Serhiy Storchaka2024-08-023-10/+8
* gh-122544: Change OS image in readthedocs.yml to ubuntu-24.04 (#122568)Damien2024-08-021-1/+1
* gh-120083: Add IDLE Hovertip foreground color needed for recent macOS (#120605)John Riggles2024-08-023-2/+11
* Fixes typo in idlelib/idle_test/example_stub.pyi (#122520)Jonathon Vandezande2024-08-021-1/+1
* gh-122562: Remove ste_free and ste_child_free from symtable (#122563)Jelle Zijlstra2024-08-012-15/+0
* GH-118095: Add tier two support for BINARY_SUBSCR_GETITEM (GH-120793)Mark Shannon2024-08-0110-207/+317
* Replace PyObject_Del with PyObject_Free (#122453)Victor Stinner2024-08-0113-18/+18
* gh-122555: Remove removed functions from `Doc/data/refcounts.dat` (#122556)Bénédikt Tran2024-08-012-11/+0
* gh-122384: Mark strings from Download page for translation (#122385)Rafael Fontenelle2024-08-011-32/+42
* GH-122155: Track local variables between pops and pushes in cases generator (...Mark Shannon2024-08-0113-159/+463
* Fix typos in docs, error messages and comments (#122502)jianghuyiyuan2024-08-016-6/+6
* gh-116622: Don't expose `FICLONE` ioctl on Android (#122522)Malcolm Smith2024-08-012-0/+7
* gh-116622: Skip PosixPathTest.test_expanduser_pwd2 on platforms which don't s...Malcolm Smith2024-07-311-2/+2
* gh-87320: In the code module, handle exceptions raised in sys.excepthook (GH-...CF Bolz-Tereick2024-07-314-3/+76
* Move change detection to separate workflow in CI (#122336)Sviatoslav Sydorenko (Святослав Сидоренко)2024-07-312-118/+163
* gh-122133: Rework pure Python socketpair tests to avoid use of importlib.relo...Russell Keith-Magee2024-07-312-77/+64
* Docs: bump Sphinx to 8.0 and update constraints (#122496)Hugo van Kemenade2024-07-312-8/+8
* gh-121381 Remove subprocess._USE_VFORK escape hatch (#121383)Cody Maloney2024-07-318-62/+21
* gh-116622: Fix testPyObjectPrintOSError on Android (#122487)Malcolm Smith2024-07-314-9/+39
* GH-122482: Make About IDLE direct discussion to DPO (#122483)Terry Jan Reedy2024-07-303-7/+13
* gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233)Petr Viktorin2024-07-3010-4/+160
* gh-120906: Support arbitrary hashable keys in FrameLocalsProxy (GH-122309)Petr Viktorin2024-07-303-60/+208
* gh-112301: Add argument aliases and tee compiler output for check warnings (G...Nate Ohlson2024-07-302-2/+5
* Remove outdated note about instance methods from datamodel.rst (#122471)Thomas Grainger2024-07-301-8/+1
* gh-122188: Move magic number to its own file (#122243)Michael Droettboom2024-07-307-295/+307
* gh-117657: Avoid race in `PAUSE_ADAPTIVE_COUNTER` in free-threaded build (#12...Sam Gross2024-07-302-2/+2
* gh-116402: Avoid readline in test_builtin TTY input tests (GH-122447)Łukasz Langa2024-07-301-15/+24
* gh-121946: Temporarily switch to llvm-17 in TSan CI again (GH-122466)Sam Gross2024-07-301-5/+5
* gh-119896: Fix CTRL-Z behavior in the new REPL on Windows (GH-122217)Dino Viehland2024-07-304-4/+14
* gh-121474: Add threading.Barrier parties arg sanity check. (GH-121480)Clinton2024-07-303-0/+8
* gh-122400: Handle ValueError in filecmp (GH-122401)Bénédikt Tran2024-07-303-4/+42
* gh-105733: Soft-deprecate ctypes.ARRAY, rather than hard-deprecating it. (GH-...Petr Viktorin2024-07-305-17/+14
* GH-121970: Extract ``audit_events`` into a new extension (#122325)Adam Turner2024-07-303-207/+263
* gh-122420: Fix accounting for immortal interned strings in refleak.py (GH-122...Sam Gross2024-07-291-1/+1
* GH-118093: Improve handling of short and mid-loop traces (GH-122252)Brandt Bucher2024-07-292-35/+34
* gh-122133: Authenticate socket connection for `socket.socketpair()` fallback ...Seth Michael Larson2024-07-293-3/+147
* GH-122085: Use include files for C API deprecations (#109843)Adam Turner2024-07-297-181/+121
* gh-121996: Fix --disable-safety and --enable-slower-safety options (gh-122414)Donghee Na2024-07-292-11/+19
* GH-116090: Fire RAISE events from _FOR_ITER_TIER_TWO (GH-122413)Brandt Bucher2024-07-296-12/+14
* gh-122311: Fix a refleak in pickle (GH-122411)Serhiy Storchaka2024-07-291-0/+1
* gh-117482: Fix the Slot Wrapper Inheritance Tests (gh-122248)Eric Snow2024-07-294-48/+143