summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* GH-111438: Add Support for Sharing Floats Between Interpreters (gh-111439)Anthony Shaw2023-10-314-2/+34
* GH-111485: Remove some special cases from the code generator and bytecodes.c ...Mark Shannon2023-10-318-55/+119
* GH-111485: Increment `next_instr` consistently at the start of the instructio...Mark Shannon2023-10-3111-521/+1079
* gh-111531: Tkinter: fix reference leaks in bind_class() and bind_all() (GH-11...Serhiy Storchaka2023-10-312-2/+4
* gh-111301: Move importlib.resources changes to the Removed section (#111509)Karolina Surma2023-10-311-14/+18
* gh-111301: Move `importlib.resources.files` change to What's new in Python 3....Karolina Surma2023-10-312-1/+3
* gh-111062 CI: Update skip lists for resuable workflows (#111521)Hugo van Kemenade2023-10-311-6/+8
* gh-111277: In summarize_stats.py, don't fail fast on invalid ratios (#111278)Michael Droettboom2023-10-311-3/+5
* gh-109329: Count tier2 opcode misses (#110561)Michael Droettboom2023-10-315-4/+9
* gh-76785: Move the Cross-Interpreter Code to Its Own File (gh-111502)Eric Snow2023-10-3018-760/+849
* gh-110697: Use CLOCK_RES in test_os.TimerfdTests (#111529)Victor Stinner2023-10-301-6/+6
* gh-90815: Fix mimalloc atomic.h on Windows arm64 (#111527)Victor Stinner2023-10-301-1/+1
* gh-90815: Fix mimalloc build on WASI (#111524)Victor Stinner2023-10-301-0/+1
* gh-90815: Fix _PyMem_MimallocEnabled() compiler warning (#111522)Victor Stinner2023-10-301-6/+6
* Remove myself from typing CODEOWNERS (#111523)Ken Jin2023-10-301-1/+1
* gh-111181: Fix enum doctests (GH-111180)Nikita Sobolev2023-10-303-15/+22
* gh-111366: Correctly show custom syntax error messages in the codeop module f...Pablo Galindo Salgado2023-10-303-5/+30
* gh-111284: Make multiprocessing tests with threads faster and more reliable (...Serhiy Storchaka2023-10-301-9/+21
* gh-110481: Fix _Py_ThreadId for non-free-threaded mode (gh-111503)Donghee Na2023-10-301-3/+1
* gh-108082: C API: Add tests for PyErr_WriteUnraisable() (GH-111455)Serhiy Storchaka2023-10-303-0/+70
* gh-109515: When generating deep frozen modules on Windows, use a list file in...Riccardo Ghetta2023-10-303-30/+78
* gh-110481: Implement biased reference counting (gh-110764)Sam Gross2023-10-3029-52/+511
* gh-90815: Add mimalloc memory allocator (#109914)Dino Viehland2023-10-3061-158/+16789
* gh-111062: Reusable Windows build that supports free-threaded mode as the con...Donghee Na2023-10-302-49/+63
* gh-111062: Update name of reusable workflows for Ubuntu / macOS (gh-111494)Donghee Na2023-10-302-0/+2
* gh-111062: Reusable ubuntu build that supports free-threaded mode as the cond...NCLI2023-10-302-58/+91
* gh-106168: Check allocated instead of size index bounds in PyList_SET_ITEM() ...scoder2023-10-301-1/+1
* GH-111339: Fix initialization and finalization of static optimizer types (GH-...Savannah Ostrowski2023-10-294-19/+26
* gh-111165: Remove documentation for moved functions (GH-111467)Serhiy Storchaka2023-10-291-10/+0
* gh-101100: Fix sphinx warnings in `library/asyncio-eventloop.rst` (GH-111222)Nikita Sobolev2023-10-293-7/+15
* gh-111347: Remove wrong assertion in test_sendfile (#111377)zcxsythenew2023-10-291-2/+5
* gh-111062: Build both default and free-threaded on macOS (gh-111449)Dima Tisnek2023-10-292-0/+14
* gh-94808: Add coverage test for number check (gh-111445)Evan Kohilas2023-10-292-0/+14
* gh-111062: Separate macOS build into a reusable workflow (gh-111444)Dima Tisnek2023-10-292-31/+43
* gh-66425: Remove the unreachable code to set `REMOTE_HOST` header (gh-111441)c-bata2023-10-292-4/+3
* gh-111426: Remove `test_cmd.test_coverage` (#111427)Nikita Sobolev2023-10-281-11/+1
* GH-110109: Move tests for `pathlib.Path.walk()` into main test classes. (#110...Barney Gale2023-10-281-169/+169
* gh-79033: Try to fix asyncio.Server.wait_closed() again (GH-111336)Guido van Rossum2023-10-284-9/+67
* CI: Include Python version in cache.config key (#111410)Hugo van Kemenade2023-10-281-7/+5
* gh-111342: fix typo in math.sumprod (GH-111416)Sergey B Kirpichev2023-10-283-1/+3
* gh-110205: Fix asyncio ThreadedChildWatcher._join_threads() (#110884)Guido van Rossum2023-10-272-12/+10
* gh-59013: Make line number of function breakpoint more precise (#110582)Tian Gao2023-10-273-3/+63
* gh-108765: Include explicitly <unistd.h> in signalmodule.c (#111402)Victor Stinner2023-10-272-1/+5
* gh-111406: Fix broken link to bpython's site (#111407)Zack Cerza2023-10-271-1/+1
* Fix typos in import system docs (#111396)Jonathan Berthias2023-10-271-3/+3
* gh-111386: Fix `uint32_t` cast in `generated_cases.c.h` (#111387)Nikita Sobolev2023-10-272-2/+2
* gh-111388: Add `show_group` parameter to `traceback.format_exception_only` (#...Nikita Sobolev2023-10-274-8/+185
* gh-111276: Clarify docs and comments about the role of LC_CTYPE (#111319)Ɓukasz Langa2023-10-272-9/+12
* no-issue: Remove unused variable in getpath.py (gh-111372)Satish Pokala2023-10-271-2/+0
* gh-89519: Remove classmethod descriptor chaining, deprecated since 3.11 (gh-1...Raymond Hettinger2023-10-278-193/+25