summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* GH-111485: Silence warnings in Python/executor_cases.c.h (#111619)Guido van Rossum2023-11-013-0/+6
* gh-106718: Treat PyConfig.stdlib_dir as highest-priority setting for stdlib_d...Yilei Yang2023-11-013-10/+30
* gh-106168: Update PyList_SET_ITEM() What's New doc (#111618)Victor Stinner2023-11-011-1/+2
* gh-111374: Add a new PYTHON_FROZEN_MODULES env var, equivalent of `-X frozen_...Yilei Yang2023-11-015-6/+56
* gh-111520: Integrate the Tier 2 interpreter in the Tier 1 interpreter (#111428)Guido van Rossum2023-11-0119-487/+509
* Simplify trivial calls of PyUnicode_FromFormat() (GH-111605)Serhiy Storchaka2023-11-012-2/+2
* gh-111089: Use PyUnicode_AsUTF8() in Argument Clinic (#111585)Victor Stinner2023-11-0134-907/+180
* gh-111495: Add tests for PyBytes and PyByteArray C API (GH-111496)Serhiy Storchaka2023-11-015-1/+725
* Simplify _PyPegen_join_names_with_dot() (GH-111602)Serhiy Storchaka2023-11-011-32/+2
* GH-111537: Avoid using `this_instr` in asserts. (GH-111600)Mark Shannon2023-11-012-36/+24
* GH-111485: Use micro-ops to split specialization code from base action (GH-11...Mark Shannon2023-11-019-577/+858
* gh-111576: Improve documention for tkinter.messagebox (GH-111578)Serhiy Storchaka2023-11-011-10/+165
* gh-111495: add stub files for C API test modules (GH-111586)Sergey B Kirpichev2023-11-0113-3/+204
* gh-110367: Make regrtest --verbose3 compatible with --huntrleaks -jN (#111577)Victor Stinner2023-11-013-2/+34
* gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED was added to 3.12 (#111584)Victor Stinner2023-11-0112-23/+23
* gh-111282: Fix NamedTemporaryFile example code (GH-111283)Krzysiek Karbowiak2023-10-311-7/+7
* gh-110774: allow setting the Runner(loop_factory=...) from IsolatedAsyncioTes...Thomas Grainger2023-10-314-2/+28
* gh-108082: Add PyErr_FormatUnraisable() function (GH-111086)Serhiy Storchaka2023-10-317-8/+142
* gh-111420: Allow type comments in parenthesized `with` statements (#111468)Tomas R2023-10-315-8/+32
* gh-108765: Python.h no longer includes <stddef.h> on Windows (#111563)Victor Stinner2023-10-313-3/+11
* gh-90815: Exclude mimalloc .c files from Windows build (#111532)Dino Viehland2023-10-316-121/+13
* gh-102249: Expand sys.call_tracing documentation (#102806)Quentin Peter2023-10-311-3/+17
* gh-93607: document `root` attribute of `iterparse` (#99410)Prometheus33752023-10-311-1/+3
* gh-106861: Docs: Add availability directives to all Unix-only modules (#108975)xzmeng2023-10-319-6/+14
* gh-111062: CI: Rename reusable-build-[X].yml to reusable-[X].yml (#111552)Hugo van Kemenade2023-10-314-6/+6
* gh-109181: Speed up Traceback object creation by lazily compute the line numb...Pablo Galindo Salgado2023-10-312-6/+31
* 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