summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-116417: Move limited C API dict.c tests to _testlimitedcapi (#117006)Victor Stinner2024-03-198-304/+325
* gh-116647: Fix recursive child in dataclasses (#116790)et-repositories2024-03-193-1/+13
* gh-116417: Move limited C API long.c tests to _testlimitedcapi (#117001)Victor Stinner2024-03-1912-916/+962
* gh-92906: Enable test_cext and test_cppext on Windows (#117000)Victor Stinner2024-03-197-63/+148
* gh-90872: Fix subprocess.Popen.wait() for negative timeout (#116989)Victor Stinner2024-03-193-0/+21
* gh-114099 - Add iOS framework loading machinery. (GH-116454)Russell Keith-Magee2024-03-1922-62/+302
* gh-116417: Move limited C API unicode.c tests to _testlimitedcapi (#116993)Victor Stinner2024-03-1912-2032/+2082
* gh-116869: Test the limited C API in test_cext (#116995)Victor Stinner2024-03-193-30/+55
* gh-116808: Fix optimized trace length histogram (GH-116827)Michael Droettboom2024-03-191-1/+2
* gh-116869: Build test_cext with -Werror=declaration-after-statement (#116990)Victor Stinner2024-03-192-0/+6
* gh-116417: Move limited C API abstract.c tests to _testlimitedcapi (#116986)Victor Stinner2024-03-1913-722/+774
* gh-116957: configparser: Do post-process values after DuplicateOptionError (G...David Röthlisberger2024-03-193-91/+111
* gh-115756: make PyCode_GetFirstFree an unstable API (GH-115781)Bogdan Romanyuk2024-03-198-6/+23
* gh-116621: Specialize list.extend for dict items (gh-116888)Donghee Na2024-03-191-3/+36
* gh-105866: fix dataclass with slots=True, weakref_slot=True (#105870)Aviel Boag2024-03-193-1/+15
* gh-116869: Enable test_cext and test_cppext on Free Threading build (#116973)Victor Stinner2024-03-182-32/+19
* gh-116417: Fix WASI build of _testlimitedcapi (#116974)Victor Stinner2024-03-1810-24/+26
* gh-116941: Fix pyatomic_std.h syntax errors (#116967)Sam Gross2024-03-181-0/+2
* gh-116417: Move limited C API list.c tests to _testlimitedcapi (#116602)Victor Stinner2024-03-1811-351/+404
* gh-113538: Add asycio.Server.{close,abort}_clients (redo) (#116784)Pierre Ossman (ThinLinc team)2024-03-188-20/+152
* gh-116869: Make C API compatible with ISO C90 (#116950)Victor Stinner2024-03-183-3/+5
* gh-116869: Add test_cext test: build a C extension (#116954)Victor Stinner2024-03-185-0/+222
* gh-108716: Cleanup remaining deepfreeze infrastructure (#116919)Guido van Rossum2024-03-189-180/+7
* gh-116916: Remove separate next_func_version counter (#116918)Guido van Rossum2024-03-184-9/+7
* Cleanup tier2 debug output (#116920)Guido van Rossum2024-03-185-22/+50
* gh-115119: Switch Windows build to mpdecimal external (GH-115182)Zachary Ware2024-03-187-63/+117
* gh-115258: Fix hanging tests for threading queue shutdown (#115940)Duprat2024-03-181-61/+71
* gh-116869: Fix redefinition of the _PyOptimizerObject type (#116963)Victor Stinner2024-03-181-2/+2
* gh-63207: Use GetSystemTimePreciseAsFileTime() in time.time() (#116822)Victor Stinner2024-03-183-16/+32
* gh-116877: Update `wheel` to version `0.43.0` (#116878)Sam Gross2024-03-182-0/+0
* gh-71765: Fix inspect.getsource() on empty file (GH-20809)kernc2024-03-184-2/+23
* Revert "gh-96844: Improve error message of list.remove (gh-106455)" (#116956)Victor Stinner2024-03-183-5/+5
* GH-65056: Improve the IP address' is_global/is_private documentation (GH-113186)Jakub Stasiak2024-03-182-17/+68
* gh-115874: Don't use module state in teedataobject tp_dealloc (#116204)Erlend E. Aasland2024-03-182-6/+12
* gh-115538: Emit warning when use bool as fd in _io.WindowsConsoleIO (GH-116925)AN Long2024-03-183-0/+15
* CI: Pass environment variables directly to configure in JIT CI (#116156)Erlend E. Aasland2024-03-181-6/+6
* gh-116664: Ensure thread-safe dict access in _warnings (#116768)Erlend E. Aasland2024-03-181-29/+32
* gh-116881: Remove erroneous or redundant grammar NULL (GH-116885)Terry Jan Reedy2024-03-181-1/+1
* Bump GitHub Actions (#116944)Hugo van Kemenade2024-03-183-3/+3
* gh-116915: Make `_thread._ThreadHandle` support GC (#116934)mpage2024-03-181-3/+13
* gh-85283: Build _statistics extension with the limited C API (#116927)Victor Stinner2024-03-174-37/+20
* GH-116377: Stop raising `ValueError` from `glob.translate()`. (#116378)Barney Gale2024-03-174-26/+18
* gh-85283: Build termios extension with the limited C API (#116928)Victor Stinner2024-03-174-32/+42
* gh-73468: Add math.fma() function (#116667)Victor Stinner2024-03-176-1/+371
* GH-112536: Add more TSan tests (#116911)Antoine Pitrou2024-03-172-2/+8
* gh-85287: Change codecs to raise precise UnicodeEncodeError and UnicodeDecode...John Sloboda2024-03-179-81/+306
* Update titles and subtitles on landing page template (#116914)Carol Willing2024-03-171-31/+31
* gh-116809: Restore removed _PyErr_ChainExceptions1() function (#116900)Victor Stinner2024-03-163-3/+6
* CI: Process stale issues four times per day (#116857)Hugo van Kemenade2024-03-161-1/+1
* gh-116879: Add new optimizer pystats to tables (GH-116880)Michael Droettboom2024-03-161-4/+30