summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-114058: Improve method information in redundancy eliminator (GH-115848)Ken Jin2024-02-232-6/+14
* gh-111789: Use PyDict_GetItemRef() in Python/compile.c (GH-112083)Serhiy Storchaka2024-02-231-5/+4
* gh-115806: Make configure output more readable (#115807)Erlend E. Aasland2024-02-232-14/+15
* gh-90300: Reformat the Python CLI help output (GH-93415)Serhiy Storchaka2024-02-231-108/+106
* Remove `ConverterKeywordDict` alias in `clinic.py` (#115843)Nikita Sobolev2024-02-231-3/+1
* gh-114058: More robust method handling in redundancy eliminator (GH-115779)Ken Jin2024-02-233-16/+41
* gh-115836: Don't use hardcoded line numbers in test_monitoring (#115837)Brett Simmers2024-02-231-6/+14
* gh-88516: show file proxy icon in IDLE editor windows on macOS (#112894)Ronald Oussoren2024-02-232-1/+12
* gh-115727: Reduce confidence even on 100% predicted jumps (#115748)Guido van Rossum2024-02-221-7/+13
* gh-112075: Iterating a dict shouldn't require locks (#115108)Dino Viehland2024-02-222-60/+265
* Update http.cookiejar document for cookie object attributes (GH-101885)NewUserHa2024-02-221-0/+5
* GH-113464: Clean up JIT stencil generation (GH-115800)Brandt Bucher2024-02-221-6/+5
* gh-115827: Fix compile warning in `longobject.c` (#115828)Nikita Sobolev2024-02-221-1/+1
* GH-115651: Convert `LOAD_MODULE_ATTR` into `LOAD_INLINE_CONST` when the modul...Mark Shannon2024-02-226-95/+182
* gh-115663: Remove 'regen-sbom' from the 'regen-all' target (#115790)Seth Michael Larson2024-02-222-3/+3
* gh-115796: fix exception table construction in _testinternalcapi.assemble_cod...Irit Katriel2024-02-223-8/+52
* gh-115714: Don't use CLOCK_PROCESS_CPUTIME_ID and times() on WASI (GH-115757)Petr Viktorin2024-02-222-5/+15
* gh-115765: Don't use deprecated AC_CHECK_TYPE macro in configure.ac (#115792)Erlend E. Aasland2024-02-223-20/+25
* gh-115795: Doc: fix obsolete URL (#115749)partev2024-02-221-1/+1
* gh-111140: Improve PyLong_AsNativeBytes API doc example & improve the test (#...Gregory P. Smith2024-02-222-22/+82
* gh-111225: Link extension modules against libpython on Android (#115780)Malcolm Smith2024-02-215-25/+19
* gh-93205: When rotating logs with no namer specified, match whole extension (...Gabriele Catania2024-02-213-19/+62
* gh-115491: Keep some fields valid across allocations in obmalloc (free-thread...Sam Gross2024-02-212-10/+33
* gh-115304: Add doc for initializing PyMutex as a global variable (#115305)AN Long2024-02-211-0/+3
* gh-96310: Fix a traceback in argparse when all options in a mutually exclusiv...Daniel Mach2024-02-213-0/+25
* gh-104090: Add exit code to multiprocessing ResourceTracker (GH-115410)Petr Viktorin2024-02-214-7/+94
* argparse: remove incoherent and redundant docstring for private method (GH-10...Frank Dana2024-02-211-8/+0
* gh-115399: Document CVE-2023-52425 under "XML vulnerabilities" (GH-115400)Sebastian Pipping2024-02-212-0/+14
* gh-110850: Cleanup PyTime API: PyTime_t are nanoseconds (#115753)Victor Stinner2024-02-218-100/+57
* gh-112364: Correct unparsing of backslashes and quotes in ast.unparse (#115696)Frank Hoffmann2024-02-213-7/+24
* gh-115737: Correct libpython install name for macOS shared library builds. (g...Russell Keith-Magee2024-02-212-1/+3
* gh-115653: Document PyCode_GetFirstFree() (#115654)Bogdan Romanyuk2024-02-211-2/+6
* gh-110850: Replace private _PyTime_MAX with public PyTime_MAX (#115751)Victor Stinner2024-02-213-8/+4
* Delete unused sym_clear_flag function. (#115744)Benjamin Peterson2024-02-211-6/+0
* gh-112087: Make list_{concat, repeat, inplace_repeat, ass_item) to be thread...Donghee Na2024-02-212-40/+88
* gh-112075: Accessing a single element should optimistically avoid locking (#1...Dino Viehland2024-02-213-175/+496
* gh-112075: Make PyDictKeysObject thread-safe (#114741)Dino Viehland2024-02-216-93/+257
* gh-110850: Use public PyTime functions (#115746)Victor Stinner2024-02-2012-55/+39
* gh-110850: Rename internal PyTime C API functions (#115734)Victor Stinner2024-02-2016-83/+68
* gh-104061: Add socket.SO_BINDTOIFINDEX constant (GH-104062)Victor Westerhuis2024-02-203-0/+9
* Tier 2 cleanups and tweaks (#115534)Guido van Rossum2024-02-208-121/+203
* gh-115733: Fix crash involving exhausted list iterator (#115740)Sam Gross2024-02-206-5/+13
* GH-115727: Temporary fix of confidence score test. (GH-115728)Mark Shannon2024-02-201-4/+3
* gh-115735: Fix current executor NULL before _START_EXECUTOR (#115736)Ken Jin2024-02-201-2/+2
* gh-115103: Implement delayed free mechanism for free-threaded builds (#115367)Sam Gross2024-02-208-0/+226
* gh-110850: Cleanup pycore_time.h includes (#115724)Victor Stinner2024-02-2023-17/+28
* gh-86291: linecache: get module name from __spec__ if available (GH-22908)Eugene Toder2024-02-203-7/+45
* gh-115712: Support CSV dialects with delimiter=' ' and skipinitialspace=True ...Serhiy Storchaka2024-02-203-17/+90
* gh-115491: Keep some fields valid across allocations (free-threading) (#115573)Sam Gross2024-02-205-25/+33
* gh-101860: Expose __name__ on property (GH-101876)Eugene Toder2024-02-208-25/+158