summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-121795: Improve performance of set membership testing from set arguments (...HarryLHW2024-07-223-23/+47
* Remove now unused function from itertools tests (#122100)Bradley Reynolds2024-07-221-20/+0
* gh-119698: deprecate ``symtable.Class.get_methods`` (#121902)Bénédikt Tran2024-07-225-16/+53
* gh-121957: Emit audit events for `python -i` and `python -m asyncio` (GH-121958)Łukasz Langa2024-07-226-2/+36
* gh-111051: [tests] Wait a second to support filesystems with low-resolution m...Łukasz Langa2024-07-221-0/+4
* Docs: spelling and grammar fixes (#122084)Ville Skyttä2024-07-2222-30/+30
* gh-120522: Apply App Store compliance patch during installation (#121947)Russell Keith-Magee2024-07-219-2/+207
* gh-122096: Remove accidentally left debugging prints (#122097)Kirill Podoprigora2024-07-211-2/+0
* Merge Ubuntu test matrices in CI (#121813)Sviatoslav Sydorenko (Святослав Сидоренко)2024-07-212-26/+20
* gh-118124: fix assert related C++ checks on Solaris/Illumos (#121974)Jakub Kulík2024-07-211-5/+5
* Delete stale note about mp.Lock.acquire/SIGINT (#120929)Andrey Mishchenko2024-07-211-11/+0
* gh-121977: Add tips for handling unhashable data (#122075)Raymond Hettinger2024-07-211-0/+6
* GH-73991: Support preserving metadata in `pathlib.Path.copytree()` (#121438)Barney Gale2024-07-203-3/+45
* GH-73991: Add `pathlib.Path.rmtree()` (#119060)Barney Gale2024-07-207-5/+448
* Docs: Fix duplicate object description warnings (#122068)Adam Turner2024-07-203-1/+7
* gh-121988: Fix test hang when pyrepl is not available (#121990)Sam Gross2024-07-201-1/+5
* GH-121970: Modernise the patchlevel extension (#121995)Adam Turner2024-07-203-54/+62
* Docs: Fix a typo in What's New in Python 3.13 (#122051)Rafael Fontenelle2024-07-201-1/+1
* gh-121621: Disable asyncio freelist in free-threaded build (#122046)Sam Gross2024-07-191-5/+17
* gh-120973: Fix thread-safety issues with `threading.local` (#121655)mpage2024-07-193-150/+245
* gh-122026: Fix identification of mismatched parentheses inside f-strings (#12...Pablo Galindo Salgado2024-07-193-0/+6
* gh-122014: Account for abi_thread in test_sysconfig.test_user_similar (gh-122...Karolina Surma2024-07-191-2/+2
* gh-118830: Bump pickle.DEFAULT_PROTOCOL to 5 (GH-119340)Rodrigo Oliveira2024-07-196-20/+33
* Docs: move deprecations into include files (#121241)Hugo van Kemenade2024-07-195-309/+312
* gh-121160: Note that readline libraries using different history formats. (GH-...Petr Viktorin2024-07-191-0/+4
* GH-121970: Rewrite the C-API annotations extension (#121985)Adam Turner2024-07-196-1067/+1156
* GH-121970: Use Ruff to check and format the docs tools (#122018)Adam Turner2024-07-196-52/+157
* GH-121970: Make ``DeprecatedRemoved`` a subclass of ``VersionChange`` (#121971)Adam Turner2024-07-191-44/+24
* GH-121970: Improve the glossary preview in HTML search (#121991)Adam Turner2024-07-193-93/+91
* gh-121905: Consistently use "floating-point" instead of "floating point" (GH-...Serhiy Storchaka2024-07-19100-241/+241
* Docs: Upgrade Sphinx to 7.4 (#121987)Adam Turner2024-07-191-3/+3
* GH-121970: Use ``SphinxDirective`` instead of ``Directive`` (#121972)Adam Turner2024-07-191-20/+16
* Docs: Fix typo in description of ``INTRINSIC_ASYNC_GEN_WRAP`` (#122004)Kirill Podoprigora2024-07-191-1/+1
* gh-82017: Support as_integer_ratio() in the Fraction constructor (GH-120271)Serhiy Storchaka2024-07-195-13/+66
* gh-120289: Add external timer in traverse of _lsprof.Profiler (#121998)Tian Gao2024-07-191-0/+1
* GH-118093: Add tier two support to several instructions (GH-121884)Brandt Bucher2024-07-1811-108/+372
* GH-117928: Bump the minimum Sphinx version to 6.2.1 (#121986)Adam Turner2024-07-181-1/+1
* gh-120289: Disallow disable() and clear() in external timer to prevent use-af...Tian Gao2024-07-183-1/+58
* GH-121970: Combine custom Pygments lexers into a package (#121976)Adam Turner2024-07-184-26/+22
* gh-121946: Temporarily switch to llvm-17 in TSan CI (#121975)Sam Gross2024-07-181-5/+5
* gh-112301: Add fortify source level 3 to default compiler options (gh-121520)Nate Ohlson2024-07-183-0/+42
* gh-65453: Docs - clarify AttributeError behaviour on PropertyMock (GH-121666)Vlastimil Zíma2024-07-181-0/+14
* gh-120930: Remove extra blank occuring in wrapped encoded words in email head...Matthieu Caneill2024-07-183-0/+16
* gh-121657: Additional `yield from` error test using lambda (GH-121722)Gregor2024-07-181-0/+5
* GH-121784: Generate an error during code gen if a variable is marked `unused`...Mark Shannon2024-07-189-255/+443
* GH-120024: Use pointer for stack pointer (GH-121923)Mark Shannon2024-07-185-43/+55
* gh-121874: Define audit-event open parameters consistently (GH-121883)Bernhard M. Wiedemann2024-07-181-1/+1
* gh-121921: Make bogus_code_obj.py crash the interpreter (#121922)Jelle Zijlstra2024-07-182-4/+6
* gh-121266: Remove Py_ALWAYS_INLINE in dictobject.c (#121493)Victor Stinner2024-07-181-3/+3
* gh-121621: Move asyncio_running_loop to private struct (#121939)Sam Gross2024-07-174-8/+8