summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-122187: Avoid TSan reported race in `run_udp_echo_server` (#122189)Sam Gross2024-07-251-2/+7
* gh-122087: Add tests for ismethoddescriptor() and isroutine() with partial ob...Serhiy Storchaka2024-07-251-0/+3
* gh-113785: csv: fields starting with escapechar are not quoted (GH-122110)Mikołaj Kuranowski2024-07-253-1/+5
* gh-122191: Fix test_warnings failure if run with -Werror (GH-122222)Serhiy Storchaka2024-07-251-13/+23
* gh-122208: Don't delivery PyDict_EVENT_ADDED until it can't fail (#122207)Dino Viehland2024-07-242-11/+9
* gh-121404: extract compiler_lookup_arg out of compiler_make_closure (#122181)Irit Katriel2024-07-241-41/+49
* GH-118093: Remove invalidated executors from side exits (GH-121885)Brandt Bucher2024-07-244-28/+27
* gh-122229: Add missing `Py_DECREF` in `func_get_annotation_dict` (#122230)sobolevn2024-07-241-0/+1
* Integrate `build_msi` into main CI workflow (#121778)Sviatoslav Sydorenko (Святослав Сидоренко)2024-07-243-40/+56
* GH-121832: Assert that the version number of static builtin types is not chan...Mark Shannon2024-07-243-67/+46
* gh-122085: Use include files for `whatsnew/3.12.rst` deprecations (#122093)Hugo van Kemenade2024-07-244-146/+77
* Fix typo in news document (GH-122209)Xie Yanbo2024-07-241-1/+1
* GH-120754: Add more tests around seek + readall (#122103)Cody Maloney2024-07-241-0/+19
* gh-122029: Log call events in sys.setprofile when it's a method with c functi...Tian Gao2024-07-233-0/+28
* gh-122199: Skip test_slot_wrappers When Checking For Refleaks (gh-122200)Eric Snow2024-07-231-1/+5
* gh-119180: Add `annotationlib` module to support PEP 649 (#119891)Jelle Zijlstra2024-07-2315-510/+1815
* gh-117657: Skip tests that use threads after fork (#122194)Sam Gross2024-07-231-0/+3
* gh-117482: Expand Tests for Slot Wrappers of Inherited Slots of Static Builti...Eric Snow2024-07-232-10/+66
* gh-122129: Improve support of method descriptors and wrappers in the help tit...Serhiy Storchaka2024-07-233-3/+18
* gh-120974: Make _asyncio._leave_task atomic in the free-threaded build (#122139)Sam Gross2024-07-234-45/+48
* gh-122163: Add notes for JSON serialization errors (GH-122165)Serhiy Storchaka2024-07-238-66/+135
* gh-120974: Use common freelist code in asyncio (#122132)Sam Gross2024-07-233-70/+10
* gh-121973: Fix flaky test_pyrepl tests (GH-122140)Sam Gross2024-07-231-4/+4
* GH-122155: Fix cases generator to correctly compute 'peek' offset for error h...Mark Shannon2024-07-234-6/+68
* Docs: Use cross-reference to `os.uname` in `sysconfig.get_platform` (#122083)Ville Skyttä2024-07-231-1/+1
* GH-121970: Remove ``escape4chm`` (#122065)Adam Turner2024-07-233-60/+0
* gh-121832: Skip subinterpreter static type check on iOS to restore test suite...Russell Keith-Magee2024-07-231-1/+2
* gh-122088: Copy the coroutine status of the underlying callable in `@warnings...Sebastian Rittau2024-07-233-0/+31
* Fix typos in comments and exception message (#122147)Xie Yanbo2024-07-233-3/+3
* gh-120974: Make _asyncio._enter_task atomic in the free-threaded build (#122138)Sam Gross2024-07-231-10/+5
* gh-121996: Introduce --disable-safety and --enable-slower-safety options (#1...Donghee Na2024-07-237-7/+93
* gh-121637: Syntax error for optimized-away incorrect await (#121656)Jelle Zijlstra2024-07-225-55/+107
* Refactor test_capi.test_long (GH-122113)Serhiy Storchaka2024-07-221-179/+66
* Revert "gh-121946: Temporarily switch to llvm-17 in TSan CI (#121975)" (#122032)Sam Gross2024-07-221-5/+5
* gh-121404: move calculation of module start location from compiler_body up to...Irit Katriel2024-07-221-20/+28
* gh-100240: Use a consistent implementation for freelists (#121934)Sam Gross2024-07-2227-700/+290
* 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