summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-122985: add SYMBOL_TO_SCOPE macro in symtable (#122986)Irit Katriel2024-08-143-9/+7
* Ensure that iOS test re-runs don't try to spawn a process. (#122994)Russell Keith-Magee2024-08-141-0/+1
* Add a --rerun option to the iOS testbed. (#122992)Russell Keith-Magee2024-08-141-0/+1
* GH-121723: Skip test_config_queue_handler_multiprocessing_context in emulated...Bénédikt Tran2024-08-132-1/+2
* gh-99108: Add HACL* Blake2 implementation to hashlib (GH-119316)Jonathan Protzenko2024-08-1355-5133/+11594
* gh-122907: Fix Builds Without HAVE_DYNAMIC_LOADING Set (gh-122952)Eric Snow2024-08-135-12/+32
* GH-85633: Fix pathlib test failures on filesystems without world-write. (#122...Barney Gale2024-08-131-8/+12
* Fix `print` usage in `turtle` doctests (#122940)sobolevn2024-08-131-3/+3
* gh-122873: Allow "python -m json" to work (#122884)Trey Hunner2024-08-138-45/+77
* GH-109975: Copyedit 3.13 What's New: Release Highlights (#122958)Adam Turner2024-08-134-58/+119
* GH-122390: Replace `_Py_GetbaseOpcode` with `_Py_GetBaseCodeUnit` (GH-122942)Mark Shannon2024-08-1316-326/+299
* GH-122821: Simplify compilation of while statements to ensure consistency of ...Mark Shannon2024-08-136-87/+122
* GH-122578: update to WASI SDK 24 (GH-122960)Brett Cannon2024-08-123-4/+5
* GH-118093: Handle some polymorphism before requiring progress in tier two (GH...Brandt Bucher2024-08-126-42/+73
* gh-117482: Make the Slot Wrapper Inheritance Tests Much More Thorough (gh-122...Eric Snow2024-08-126-54/+268
* gh-117139: Replace _PyList_FromArraySteal with stack ref variant (#122830)Sam Gross2024-08-126-34/+13
* gh-117139: Fix a few `_PyStackRef` related bugs (#122831)Sam Gross2024-08-123-16/+14
* gh-122944: Fix incorrect prompt strings in the Python Tutorial (#122949)Damien2024-08-124-10/+10
* GH-122869: Add missing tier two optimizer cases (GH-122936)Mark Shannon2024-08-122-4/+31
* gh-122888: Fix crash on certain calls to str() (#122889)Jelle Zijlstra2024-08-123-12/+44
* Fix old-style `print` statement in `gettext` comments (#122939)sobolevn2024-08-121-1/+1
* gh-122688: Add more tests for var-positional parameters in Argument Clinic (G...Serhiy Storchaka2024-08-123-153/+427
* Fix typos in comments and test code (#122846)Xie Yanbo2024-08-1218-28/+28
* Remove "print >>obj" exception hint for Python 2 (#122853)Victor Stinner2024-08-122-46/+0
* gh-122903: Honor directories in zipfile.Path.glob. (#122908)Jason R. Coombs2024-08-124-9/+40
* gh-122905: Sanitize names in zipfile.Path. (#122906)Jason R. Coombs2024-08-113-1/+81
* gh-119180: annotationlib: Fix __all__, formatting (#122365)Jelle Zijlstra2024-08-113-33/+68
* gh-119180: Improvements to ForwardRef.evaluate (#122210)Jelle Zijlstra2024-08-113-11/+60
* GH-73991: Rework `pathlib.Path.copytree()` into `copy()` (#122369)Barney Gale2024-08-1110-197/+141
* gh-122701: Fix wording of raw strings/bytes in `lexical_analysis.rst` (#122702)sobolevn2024-08-111-5/+4
* Docs: Standardise versionchanged text in weakref.rst (#122898)Rafael Fontenelle2024-08-111-1/+1
* gh-122860: Remove unused macro `_Py_atomic_load_relaxed_int32` (#122861)Sam Gross2024-08-112-14/+0
* gh-122858: Deprecate `asyncio.iscoroutinefunction` (#122875)Wulian2024-08-1110-8/+27
* GH-120974: make `_asyncio.all_tasks` thread safe (#122801)Kumar Aditya2024-08-111-7/+15
* GH-120794: Use example paths with multiple parts in pathlib docs (#122887)Barney Gale2024-08-101-8/+8
* gh-122868: Add more lower bounds for sphinxcontrib dependencies (#122891)Adam Turner2024-08-101-9/+11
* gh-115808: Add ``is_none`` and ``is_not_none`` to ``operator`` (#115814)Nico Mexis2024-08-107-3/+107
* gh-122868: Add lower bounds for sphinxcontrib dependencies (#122870)Adam Turner2024-08-091-3/+3
* gh-105376: Restore deprecated logging warn() method (#122775)Victor Stinner2024-08-095-24/+26
* gh-111495: Fix refleaks in test_capi.test_eval tests (#122851)Victor Stinner2024-08-091-3/+3
* gh-122688: Fix support of var-positional parameter in Argument Clinic (GH-122...Serhiy Storchaka2024-08-097-96/+203
* gh-121268: Remove workarounds for non-IEEE 754 systems in cmath (#122716)Sergey B Kirpichev2024-08-092-14/+4
* gh-116622: Rename build variable MODULE_LDFLAGS back to LIBPYTHON (#122764)Malcolm Smith2024-08-087-12/+20
* GH-118943: Remove regen-jit from the regen-all make target (GH-122602)Miro Hrončok2024-08-082-1/+2
* gh-112301: Update documentation for configure options (``--disable-safety`` a...Nate Ohlson2024-08-081-4/+17
* gh-122835: Fix module name in ``test_typing`` (#122836)Kirill Podoprigora2024-08-081-1/+1
* gh-122697: Fix free-threading memory leaks at shutdown (#122703)Sam Gross2024-08-085-4/+27
* gh-122562: fix dump_symtable for ste_free and ste_child_free removal (#122825)Irit Katriel2024-08-081-1/+1
* gh-111495: Add more tests on PyEval C APIs (#122789)Victor Stinner2024-08-089-65/+205
* GH-120024: Tidy up case generator code a bit. (GH-122780)Mark Shannon2024-08-0811-103/+175