summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-123110: correct note about _Bool in the struct module docs (GH-123111)Sergey B Kirpichev2024-08-181-3/+3
* gh-82378 fix sys.tracebacklimit in pyrepl, approach 2 (#123062)CF Bolz-Tereick2024-08-184-16/+54
* Docs: Run ``latexmk`` in parallel when creating PDFs (#123113)Adam Turner2024-08-171-17/+32
* gh-123022: Fix crash with `Py_Initialize` in background thread (#123052)Sam Gross2024-08-174-5/+40
* gh-122974: Suppress GCC array bound warnings in free-threaded build (#123071)Sam Gross2024-08-171-0/+12
* gh-123067: Fix quadratic complexity in parsing "-quoted cookie values with ba...Serhiy Storchaka2024-08-173-26/+47
* GH-109975: Copyedit 3.13 What's New: Other Language Changes (#123086)Adam Turner2024-08-171-102/+156
* gh-121477: mention new PyLong_*Bytes() functions in PyLong_FromString() (#121...Sergey B Kirpichev2024-08-171-3/+3
* fix typo in dis.rst (#121612)mathysEthical2024-08-171-1/+1
* Remove unneeded verb in the phrase in sys.rst (#122718)Rafael Fontenelle2024-08-171-1/+1
* gh-122519: Adding socket module shutdown() constants description (#122543)Damien2024-08-171-0/+7
* gh-122681: remove m_atan2()/c_atan2() helpers (#122715)Sergey B Kirpichev2024-08-173-42/+3
* gh-123087: ``Lib/test/test_unittest/testmock/testasync.py``: Replace usage of...Kirill Podoprigora2024-08-171-19/+15
* GH-120754: Disable buffering in Path.read_bytes (#122111)Cody Maloney2024-08-163-2/+3
* gh-118658: Return consistent types from `get_un/verified_chain` in `SSLObject...Mateusz Nowak2024-08-164-2/+86
* 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