summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gh-110850: Replace _PyTime_t with PyTime_t (#115719)Victor Stinner2024-02-2031-341/+341
* gh-112175: Add `eval_breaker` to `PyThreadState` (#115194)Brett Simmers2024-02-2019-169/+262
* gh-112020: Document the meaning of empty bytes returned by socket.recv() (GH-...talcs2024-02-201-2/+3
* gh-110850: Enhance PyTime C API tests (#115715)Victor Stinner2024-02-201-4/+9
* Add missed `stream` argument (#111775)Alexander Shadchin2024-02-202-1/+3
* gh-110850: PyTime_Time() return 0 on success (GH-115713)Victor Stinner2024-02-201-1/+1
* gh-115687: Split up guards from COMPARE_OP (GH-115688)Ken Jin2024-02-209-163/+249
* gh-115700: Add target `_RegenCases` in Windows build for cases regeneration. ...Kirill Podoprigora2024-02-202-3/+30
* GH-115457: Support splitting and replication of micro ops. (GH-115558)Mark Shannon2024-02-2020-309/+908
* GH-112354: Initial implementation of warm up on exits and trace-stitching (GH...Mark Shannon2024-02-2029-198/+744
* gh-113157: Document and test __get__ for MethodType (gh-115492)Raymond Hettinger2024-02-201-2/+18
* Make the title match the content (GH-115702)Raymond Hettinger2024-02-202-5/+5
* Modernize the Sorting HowTo guide (gh-115479)Raymond Hettinger2024-02-201-6/+54
* gh-115539: Allow enum.Flag to have None members (GH-115636)Jason Zhang2024-02-192-21/+52
* gh-115543: Update py.exe to know about Python 3.13 and to install 3.12 by def...Steve Dower2024-02-192-1/+7
* Fix typo in multiprocessing docs (#115650)Naglis Jonaitis2024-02-191-1/+1
* gh-115664: Fix versionadded and versionchanged directives in multiprocessing....Serhiy Storchaka2024-02-191-15/+14
* gh-115664: Fix chronological ordering of versionadded and versionchanged dire...Brian Schubert2024-02-196-20/+20