summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-116622: Android sysconfig updates (#118352)Malcolm Smith2024-05-016-5/+53
* Bump types-setuptools from 69.2.0.20240317 to 69.5.0.20240423 in /Tools (#118...dependabot[bot]2024-05-011-1/+1
* Bump mypy from 1.9.0 to 1.10.0 in /Tools (#118461)dependabot[bot]2024-05-011-1/+1
* gh-99730: urllib.request: Keep HEAD method on redirect (GH-99731)Harmen Stoppels2024-05-013-0/+11
* GH-115802: Use the GHC calling convention in JIT code (GH-118287)Brandt Bucher2024-05-018-27/+117
* gh-117958: Expose JIT code via method in UOpExecutor (#117959)Anthony Shaw2024-05-012-1/+26
* gh-99180: Remove traceback anchors in return and assign statements that cover...Pablo Galindo Salgado2024-05-013-33/+240
* gh-116767: fix crash on 'async with' with many context managers (GH-118348)Irit Katriel2024-05-014-7/+50
* GH-118095: Make invalidating and clearing executors memory safe (GH-118459)Mark Shannon2024-05-015-42/+103
* Test syntax error on comma-less tuple-style sequence patterns (#115485)da-woods2024-05-011-0/+8
* GH-117881: fix athrow().throw()/asend().throw() concurrent access (GH-117882)Thomas Grainger2024-05-013-2/+235
* gh-116622: Add Android testbed (GH-117878)Malcolm Smith2024-05-0119-10/+570
* gh-118201: Accomodate flaky behavior of `os.sysconf` on iOS (GH-118453)Russell Keith-Magee2024-05-012-1/+3
* gh-118335: Configure Tier 2 interpreter at build time (#118339)Guido van Rossum2024-05-0132-42/+181
* gh-118201 - Disable the flaky POSIX test_confstr test on iOS (GH-118452)Russell Keith-Magee2024-04-301-0/+1
* gh-117657: Don't specialize RESUME_CHECK when specialization is disabled (GH-...Ken Jin2024-04-302-0/+4
* gh-117139: Add header for tagged pointers (GH-118330)Ken Jin2024-04-304-0/+200
* gh-118422: Fix run_fileexflags() test (#118429)Victor Stinner2024-04-304-58/+62
* gh-118124: Use static_assert() in Py_BUILD_ASSERT() on C11 (#118398)Victor Stinner2024-04-304-16/+45
* gh-118218: Reuse return tuple in itertools.pairwise (GH-118219)Shantanu2024-04-303-2/+40
* gh-118406: Add signature for sqlite3.Connection objects (#118428)Erlend E. Aasland2024-04-303-0/+13
* [gh-117657] Fix some issues with TSAN in typeobject (#118249)Dino Viehland2024-04-302-6/+19
* gh-118332: Fix deadlock involving stop the world (#118412)Sam Gross2024-04-305-7/+96
* gh-117657: Fix small issues with instrumentation and TSAN (#118064)Dino Viehland2024-04-307-13/+25
* gh-118272: Clear generator frame's locals when the generator is closed (#118277)Irit Katriel2024-04-305-5/+38
* gh-109975: Document crypt_r as a possible replacement of crypt (#118439)Miro HronĨok2024-04-301-1/+4
* gh-117618: Make package.module searchable for breakpoints and clean up docs (...Tian Gao2024-04-304-15/+69
* gh-118418: Use a default value for `type_params` in `typing._eval_type` (#118...Nikita Sobolev2024-04-301-2/+2
* gh-116122: Add SBOM generation to PCbuild/build.bat (GH-116138)Seth Michael Larson2024-04-302-5/+31
* gh-118379: Use PyTuple_Pack instead of Py_BuildValue if possible (GH-118381)Nice Zombies2024-04-306-9/+9
* gh-118402: Fix inspect.signature() for functools.cmp_to_key() result (GH-118427)Serhiy Storchaka2024-04-303-3/+23
* gh-102402: Make test_relativeCreated_has_higher_precision less implementation...Serhiy Storchaka2024-04-301-15/+45
* gh-117860: Add tests for resolving names when import rebind names (GH-118176)Serhiy Storchaka2024-04-308-0/+149
* gh-116622: Redirect stdout and stderr to system log when embedded in an Andro...Malcolm Smith2024-04-307-0/+511
* gh-118404: Fix inspect.signature() for non-comparable callables (GH-118405)Serhiy Storchaka2024-04-303-2/+15
* GH-118095: Add tier 2 support for YIELD_VALUE (GH-118380)Mark Shannon2024-04-309-16/+92
* gh-85453: Consistent backquotes on None occurences across datetime.rst (#118282)edson duarte2024-04-301-1/+1
* gh-118392: Add note about random.random for multi thread app (gh-118396)Donghee Na2024-04-301-0/+6
* GH-118306: Update JIT to use LLVM 18 (GH-118307)Savannah Ostrowski2024-04-298-37/+55
* gh-118359: Improve docs for Bdb.user_call (#118368)Tian Gao2024-04-291-0/+3
* gh-118347: Fix Windows installer not updating launcher (GH-118386)Steve Dower2024-04-293-6/+7
* gh-117657: TSAN fix race on `gstate->young.count` (#118313)Alex Turner2024-04-292-13/+13
* gh-118331: Handle errors in _PyObject_SetManagedDict (#118334)Sam Gross2024-04-293-13/+20
* gh-118401: Docs: Use Sphinx short options (#118403)Hugo van Kemenade2024-04-291-1/+1
* gh-117953: Share More Machinery Code Between Builtin and Dynamic Extensions (...Eric Snow2024-04-293-156/+197
* gh-117783: Immortalize objects that use deferred reference counting (#118112)Sam Gross2024-04-2913-8/+134
* Docs: Upgrade to Sphinx 7.3 (#118397)Hugo van Kemenade2024-04-292-2/+2
* gh-118331: Don't raise an error if tuple allocation fails when clearing weakr...mpage2024-04-292-1/+29
* gh-118285: Fix signatures of operator.{attrgetter,itemgetter,methodcaller} in...Serhiy Storchaka2024-04-296-5/+76
* gh-118351: Adapt support.TEST_MODULES_ENABLED for builds without the config v...Kirill Podoprigora2024-04-292-4/+7