summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)Eric Snow2024-04-2434-543/+550
* gh-117953: Cleanups For fix_up_extension() in import.c (gh-118192)Eric Snow2024-04-245-97/+163
* gh-118013: Use weakrefs for the cache key in `inspect._shadowed_dict` (#118202)Alex Waygood2024-04-245-8/+59
* GH-115419: Move setting the instruction pointer to error exit stubs (GH-118088)Mark Shannon2024-04-245-5/+6
* GH-118095: Convert DEOPT_IFs on likely side exits to EXIT_IFs (GH-118106)Mark Shannon2024-04-244-24/+24
* GH-117536: GH-117894: fix athrow().throw(...) unawaited warning (GH-117851)Thomas Grainger2024-04-244-13/+81
* gh-117225: Add color to doctest output (#117583)Hugo van Kemenade2024-04-245-15/+92
* no-issue: devcontainer: update to Fedora 40 (gh-118161)rindeal2024-04-241-1/+1
* gh-117901: Add option for compiler's codegen to save nested instruction seque...Irit Katriel2024-04-244-1/+115
* gh-116023: Add `show_empty=False` to `ast.dump` (#116037)Nikita Sobolev2024-04-244-167/+249
* gh-118074: Immortal executors are not GC-able (#118182)Guido van Rossum2024-04-231-4/+1
* gh-118189: Revert accidentally added incl.tar (#118190)Oleg Iarygin2024-04-231-0/+0
* gh-117657: Quiet TSAN warnings about remaining non-atomic accesses of `tstate...mpage2024-04-232-2/+3
* Fix typo in py_compile.rst (GH-118102)Animesh Kumar2024-04-231-1/+1
* gh-117151: optimize BufferedWriter(), do not buffer writes that are the buffe...morotti2024-04-231-2/+2
* gh-117953: Small Cleanup of Extensions-Related Machinery Code (gh-118167)Eric Snow2024-04-233-75/+105
* gh-118168: Fix Unpack interaction with builtin aliases (#118169)Jelle Zijlstra2024-04-233-2/+39
* gh-118140: Make the``test_concurrent_futures.test_init`` quiet. (GH-118141)Kirill Podoprigora2024-04-231-1/+2
* gh-118082: Improve `import` without names syntax error message (#118083)Nikita Sobolev2024-04-234-149/+219
* gh-68114: Fix handling for removed PyArg_ParseTuple 'w' formatters (GH-8204)Joe Jevnik2024-04-234-17/+146
* gh-116984: Install mimalloc headers (#116985)Yichen Yan2024-04-233-2/+22
* gh-118039: Fix config.cache key on WASI (#118137)Nice Zombies2024-04-232-2/+5
* gh-95754: Better error when script shadows a standard library or third party ...Shantanu2024-04-238-53/+456
* gh-116741: Upgrade libexpat to 2.6.2 (#117296)Seth Michael Larson2024-04-235-26/+47
* GH-118074: Executors in the COLD_EXITS array are not GC'able (#118117)Guido van Rossum2024-04-222-0/+12
* Set proper permissions for `jit.yml` workflow (#118084)Nikita Sobolev2024-04-221-0/+3
* gh-109118: Allow lambdas in annotation scopes in classes (#118019)Jelle Zijlstra2024-04-224-13/+53
* Remove more remnants of deepfreeze (#118159)Guido van Rossum2024-04-225-29/+0
* bpo-18108: Adding dir_fd and follow_symlinks keyword args to shutil.chown (GH...tahia2024-04-225-4/+53
* gh-118030: Group definitions for `ParamSpecArgs` and `ParamSpecKwargs` in `ty...Nice Zombies2024-04-221-1/+1
* gh-118148: Improve tests for shutil.make_archive() (GH-118149)Serhiy Storchaka2024-04-221-71/+176
* GH-115480: Reduce guard strength for binary ops when type of one operand is k...Mark Shannon2024-04-2210-103/+316
* gh-115986 Improve pprint documentation accuracy (#117403)Kerim Kabirov2024-04-221-3/+2
* gh-117995: Don't raise DeprecationWarnings for indexed nameless params (#118001)Erlend E. Aasland2024-04-223-1/+17
* gh-112075: Make instance attributes stored in inline "dict" thread safe (#114...Dino Viehland2024-04-2213-142/+419
* Docs: replace Harry Potter reference with Monty Python (#118130)Clément Robert2024-04-211-3/+3
* gh-115961: Add name and mode attributes for compressed file-like objects (GH-...Serhiy Storchaka2024-04-2117-37/+246
* gh-118121: Fix `test_doctest.test_look_in_unwrapped` (#118122)Nikita Sobolev2024-04-211-1/+16
* gh-91629 Use conf.d configs and fish_add_path to set the PATH when installing...Andrew Cassidy2024-04-212-6/+8
* gh-114099: Formalize Tier 3 status of iOS (GH-118020)Russell Keith-Magee2024-04-212-0/+17
* ``Objects/typeobject.c``: Fix typo (#118126)Kirill Podoprigora2024-04-211-1/+1
* Clarifying nonlocal doc: SyntaxError is raised if nearest enclosing scope is ...Quazi Irfan2024-04-211-2/+3
* GH-112855: Speed up `pathlib.PurePath` pickling (#112856)Barney Gale2024-04-202-3/+3
* GH-115874: Fix segfault in FutureIter_dealloc (GH-117741)Savannah Ostrowski2024-04-192-2/+17
* gh-116818: Make `sys.settrace`, `sys.setprofile`, and monitoring thread-safe ...Dino Viehland2024-04-1918-61/+528
* [gh-117657] _Py_MergeZeroLocalRefcount isn't loading ob_ref_shared with stron...Dino Viehland2024-04-191-1/+1
* Fix a typo in dictobject.c documentation (#117515)Noah Kim2024-04-191-1/+1
* gh-114099: Modify preprocessor symbol usage to support older macOS SDKs (GH-1...Russell Keith-Magee2024-04-194-4/+12
* gh-118100: Improve links in `ast.rst` (#118101)Nikita Sobolev2024-04-191-2/+3
* gh-117657: use relaxed loads for checking dict keys immortality (#118067)Dino Viehland2024-04-192-4/+2