summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* GH-118093: Specialize `CALL_KW` (GH-123006)Mark Shannon2024-08-1617-273/+1083
* gh-121404: rename compiler_addop* to codegen_addop*, and replace direct usage...Irit Katriel2024-08-161-96/+102
* mention pypy somewhat more prominently in the pyrepl section of whatsnew (#12...CF Bolz-Tereick2024-08-161-1/+3
* gh-123046: Fix regexp to catch cases where the module name is omitted from th...Kirill Podoprigora2024-08-161-12/+19
* gh-116622: Add Android test script (#121595)Malcolm Smith2024-08-1614-92/+636
* gh-116608: Apply style and compatibility changes from importlib_metadata. (#1...Jason R. Coombs2024-08-152-36/+50
* Add debug offsets for free threaded builds (#123041)Pablo Galindo Salgado2024-08-154-5/+86
* GH-121634: have `wasi.py` accept the host target triple as an argument (GH-12...Brett Cannon2024-08-152-6/+13
* gh-117139: Garbage collector support for deferred refcounting (#122956)Sam Gross2024-08-156-21/+122
* gh-122584: Import mimalloc headers in a C++ context (#122587)Michael Droettboom2024-08-151-0/+9
* gh-113190: Reenable non-debug interned string cleanup (GH-113601)Eddie Elizondo2024-08-155-42/+42
* gh-121404: split compiler's push/pop_inlined_comprehension_state into codegen...Irit Katriel2024-08-151-63/+102
* gh-99108: Inform HACL when explicit_bzero is unavailable (GH-123027)Malcolm Smith2024-08-153-1/+22
* GH-109975: Copyedit 3.13 What's New: New Features (#122990)Adam Turner2024-08-152-181/+199
* GH-103484: Tell linkcheck to ignore debian manpage redirects (#123019)Rafael Fontenelle2024-08-141-0/+2
* gh-112301: Add warning count to warning check tooling (#122711)Nate Ohlson2024-08-144-14/+46
* gh-123005: Add version added in enum.Flag.__len__ (GH-123007)Damien2024-08-141-0/+2
* GH-118093: Turn some DEOPT_IFs into EXIT_IFs (GH-122998)Brandt Bucher2024-08-145-42/+42
* GH-113464: Speed up JIT builds (GH-122839)Brandt Bucher2024-08-142-5/+19
* gh-122965: Fix `reusable-change-detection.yml` on `workflow_dispatch` (#122966)sobolevn2024-08-142-6/+20
* GH-120024: Remove `CHECK_EVAL_BREAKER` macro. (GH-122968)Mark Shannon2024-08-1416-517/+820
* Fix doctrees directory for the gettext builder (#122997)Rafael Fontenelle2024-08-141-1/+1
* gh-111178: Avoid calling long_hash from incompatible pointer type (GH-122972)Bénédikt Tran2024-08-141-2/+3
* 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