summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-116646, AC: Always use PyObject_AsFileDescriptor() in fildes (#116806)Victor Stinner2024-03-144-48/+74
* gh-116646, AC: Add CConverter.use_converter() method (#116793)Victor Stinner2024-03-142-8/+36
* gh-85283: Build fcntl extension with the limited C API (#116791)Victor Stinner2024-03-144-26/+48
* gh-116780: Fix `test_inspect` in `-OO` mode (#116788)Nikita Sobolev2024-03-141-0/+5
* gh-90300: Fix undocumented envvars in the Python CLI help (GH-116765)Serhiy Storchaka2024-03-141-0/+3
* gh-113308: Remove some internal parts of `uuid` module (#115934)Nikita Sobolev2024-03-143-22/+14
* gh-116785: Fix direct invocation of `test_inspect` (#116787)Nikita Sobolev2024-03-141-5/+5
* gh-116646: Add limited C API support to AC fildes converter (#116769)Victor Stinner2024-03-144-13/+98
* gh-113317, AC: Move warn() and fail() to libclinic.errors (#116770)Victor Stinner2024-03-143-47/+51
* GH-114736: Use WASI SDK 21 (GH-116771)Brett Cannon2024-03-143-4/+5
* GH-115983: skip building shared modules for testing under WASI (GH-116528)Brett Cannon2024-03-133-0/+15
* Docs: PyUnstable_Long_IsCompact() docs now mention PyLong_AsNativeBytes() (#1...Sergey B Kirpichev2024-03-131-1/+1
* Docs: fix spelling of the word 'transferring' (#116641)guangwu2024-03-131-3/+3
* gh-116760: Fix pystats for trace attempts (GH-116761)Michael Droettboom2024-03-133-2/+1
* gh-90300: Document equivalent -X options for envvars in the Python CLI help (...Serhiy Storchaka2024-03-131-29/+31
* GH-115979: update test_importlib to work under WASI SDK 21 (GH-116754)Brett Cannon2024-03-138-28/+45
* Better presentation order for recipes. (gh-116755)Raymond Hettinger2024-03-131-43/+43
* gh-90300: Sort the -X options and some envvars in the Python CLI help (GH-116...Serhiy Storchaka2024-03-131-40/+43
* gh-116631: Fix race condition in `test_shutdown_immediate_put_join` (#116670)Sam Gross2024-03-131-6/+11
* gh-100746: Improve `test_named_expressions.py` (#116713)Nikita Sobolev2024-03-131-2/+68
* gh-98731: Improvements to the logging documentation (GH-101618)Nir Friedman2024-03-132-162/+108
* gh-116604: Fix test_gc on free-threaded build (#116662)Sam Gross2024-03-132-1/+13
* [doc]: Update cookbook recipe for Qt6. (GH-116719)Vinay Sajip2024-03-131-13/+36
* gh-110918: Fix side effects of regrtest test_match_tests() (#116718)Victor Stinner2024-03-132-1/+10
* gh-90300: Fix cmdline.rst (GH-116721)Serhiy Storchaka2024-03-132-7/+10
* gh-115419: Change default sym to not_null (GH-116562)Ken Jin2024-03-134-94/+104
* gh-116714: Handle errors correctly in `PyFloat_GetInfo` (#116715)Nikita Sobolev2024-03-131-8/+13
* gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on opening a named pip...Serhiy Storchaka2024-03-136-8/+113
* gh-116626: Emit `CALL` events for all `INSTRUMENTED_CALL_FUNCTION_EX` (GH-116...Tian Gao2024-03-134-28/+45
* gh-96471: Add ShutDown to queue.py '__all__' (#116699)Laurie O2024-03-131-1/+9
* Modernize roundrobin() recipe and improve variable names (gh-116710)Raymond Hettinger2024-03-131-17/+14
* gh-116491: Improve `test_win32_ver` (#116506)Nikita Sobolev2024-03-131-1/+29
* gh-115264: Fix `test_functools` with `-00` mode (#115276)Nikita Sobolev2024-03-131-3/+12
* gh-111307: Update design FAQ 'switch' entry (#115899)Terry Jan Reedy2024-03-131-3/+8
* Docs: fix broken links (#116651)Mariusz Felisiak2024-03-135-5/+5
* Minor clarity improvement for the iter_index() recipe. Also add value subsequ...Raymond Hettinger2024-03-131-4/+21
* GH-116554: Relax list.sort()'s notion of "descending" runs (#116578)Tim Peters2024-03-134-66/+156
* gh-116682: stdout may be empty in test_cancel_futures_wait_false (#116683)Sam Gross2024-03-131-1/+3
* Merge branch 'main' of https://github.com/python/cpythonThomas Wouters2024-03-1211-162/+239
|\
| * GH-116098: Remove dead frame object creation code (GH-116687)Tian Gao2024-03-122-83/+9
| * Add `typing.NamedTuple` in glossary section for named tuples (#108327)Tushar Sadhwani2024-03-121-4/+5
| * gh-116621: Set manual critical section for list.extend (gh-116657)Donghee Na2024-03-122-64/+97
| * Beef-up tests for the itertool docs. (gh-116679)Raymond Hettinger2024-03-121-9/+103
| * gh-89547: typing.rst: Add note about change in behavior with ClassVar/Final (...Jelle Zijlstra2024-03-121-0/+8
| * gh-116307: Proper fix for 'mod' leaking across importlib tests (#116680)Jason R. Coombs2024-03-123-1/+16
| * CI: Process stale issues twice per day (#116636)Hugo van Kemenade2024-03-121-1/+1
* | Post 3.13.0a5Thomas Wouters2024-03-121-1/+1
* | Python 3.13.0a5v3.13.0a5Thomas Wouters2024-03-12117-293/+1231
|/
* gh-116656: Fix test_capi test_py_config_isoloated_per_interpreter() (#116658)Victor Stinner2024-03-121-0/+1
* gh-116604: Check for `gcstate->enabled` in _Py_RunGC in free-threaded build (...Sam Gross2024-03-121-0/+4