aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* gh-116520: Fix error handling in `os_get_terminal_size_impl` in `posixmodule`...Nikita Sobolev2024-03-091-6/+17
* GH-116218 Docs: Add availability information for the 'resource' module (#116256)Kerim Kabirov2024-03-091-0/+2
* gh-112069: Make sets thread-safe with the GIL disabled (#113800)Tomas R2024-03-082-152/+498
* gh-108724: Fix _PySemaphore_Wait call during thread deletion (#116483)Sam Gross2024-03-081-4/+6
* gh-105535 Document potential performance trap during enum creation (GH-107119)Nicolas A. Oyarzabal2024-03-081-0/+7
* gh-75988: Fix issues with autospec ignoring wrapped object (#115223)infohash2024-03-084-2/+199
* gh-112075: Support freeing object memory via QSBR (#116344)Dino Viehland2024-03-084-13/+68
* Replace stat.ST_xxx usage with os.stat().st_xxx (#116501)Victor Stinner2024-03-083-27/+40
* gh-115103: Fix unregistering of QSBR state (#116480)Sam Gross2024-03-081-3/+7
* gh-116493: Remove old Python 2.x _winreg imports from platform.py (GH-116494)Nikita Sobolev2024-03-081-8/+2
* gh-116447: Fix possible UB in `arraymodule` and `getargs` (#116459)Nikita Sobolev2024-03-082-3/+3
* GH-113710: Fix optimization of globals using `_CHECK_FUNCTION` (GH-116460)Mark Shannon2024-03-083-10/+16
* gh-116349: Deprecate `platform.java_ver` function (#116471)Nikita Sobolev2024-03-085-4/+26
* gh-116485: Fixed the typo (#116486)Varun Gole2024-03-081-1/+1
* gh-116303: Explicitly check for the _testsinglephase module in configure.ac (...Erlend E. Aasland2024-03-073-1/+46
* gh-116472: Replace literal newlines with escape characters in MSBuild files (...Dan Albert2024-03-071-3/+1
* gh-116040: [Enum] fix by-value calls when second value is falsey; e.g. Cardin...Ethan Furman2024-03-073-4/+35
* gh-116000: Make optimizer_generator.py work without any arguments (#116470)Kirill Podoprigora2024-03-071-5/+8
* gh-116396: Pass "detached_state" argument to tstate_set_detached (#116398)Sam Gross2024-03-071-6/+6
* gh-116417: Add _testlimitedcapi C extension (#116419)Victor Stinner2024-03-0723-109/+394
* gh-106259: Add minimal help target to Makefile (#106260)Skip Montanaro2024-03-072-26/+128
* gh-116381: Remove bad specializations, add fail stats (GH-116464)Ken Jin2024-03-0816-320/+125
* gh-116420: Fix unused var compilation warnings (GH-116466)Ken Jin2024-03-082-0/+24
* Parallelize regen-cases (#116446)Guido van Rossum2024-03-071-11/+44
* gh-115421: Test that our Makefile has all needed test folders (GH-115813)Nikita Sobolev2024-03-071-0/+64
* gh-116437: Use new C API PyDict_Pop() to simplify the code (GH-116438)Serhiy Storchaka2024-03-0715-119/+116
* gh-116448: Handle errors correctly in `os_waitid_impl` in `posixmodule` (#116...Nikita Sobolev2024-03-071-9/+19
* gh-115664: Fix ordering of more versionadded and versionchanged directives (G...Serhiy Storchaka2024-03-0722-109/+80
* gh-116386: Fix format string "%ld" warning in `_xxinterpqueuesmodule` (#116387)Nikita Sobolev2024-03-071-1/+1
* gh-114099 - Add iOS testbed, plus Makefile target to invoke it. (gh-115930)Russell Keith-Magee2024-03-0621-126/+1195
* GH-116314: Update `Tools/wasm/README.md` to point to the devguide for buildin...Brett Cannon2024-03-071-61/+3
* gh-116397: Move the _PyGC_ClearAllFreeLists to the safe point (gh-116414)Donghee Na2024-03-071-2/+5
* gh-109653: Reduce import overhead of uuid module on Linux (#115160)Shantanu2024-03-062-1/+5
* gh-107361: strengthen default SSL context flags (#112389)William Woodruff2024-03-0626-1067/+1184
* gh-88118: Fix some test_multiprocessing flakiness. (#116434)Gregory P. Smith2024-03-061-5/+10
* gh-114271: Make `_thread.lock` thread-safe in free-threaded builds (#116433)mpage2024-03-061-2/+2
* gh-115957: Close coroutine if TaskGroup.create_task() raises an error (#116009)Jason Zhang2024-03-065-16/+42
* gh-116381: Specialize CONTAINS_OP (GH-116385)Ken Jin2024-03-0721-194/+645
* gh-115398: Suggest use of `hasattr` with checking for 3.13 Expat API availabi...Sebastian Pipping2024-03-062-0/+15
* gh-115398: Revert `PyExpat_CAPI_MAGIC` version bump (GH-116411)Sebastian Pipping2024-03-061-1/+1
* gh-115103: Delay reuse of mimalloc pages that store PyObjects (#115435)Sam Gross2024-03-069-17/+199
* gh-116143: Fix race condition in pydoc _start_server (#116144)Itamar Oren2024-03-062-3/+7
* gh-107625: configparser: Raise error if a missing value is continued (GH-107651)Prince Roshan2024-03-064-0/+55
* GH-113710: Tier 2 optimizer: check the function instead of checking globals. ...Mark Shannon2024-03-066-149/+137
* GH-115687: Most comparisons create Booleans, so propagate that information (G...Mark Shannon2024-03-062-16/+68
* gh-107954: Add PyConfig_MEMBER_BOOL type to PyConfigSpec (#116359)Victor Stinner2024-03-064-191/+213
* gh-116404: Handle errors correctly in `wait_helper` in `posixmodule` (#116405)Nikita Sobolev2024-03-061-26/+29
* gh-112087: Update list_get_item_ref to optimistically avoid locking (gh-116353)Donghee Na2024-03-061-11/+60
* gh-116112: Fix `ResourceWarning` in `test_asyncio.test_stream` (#116371)Nikita Sobolev2024-03-061-0/+1
* gh-115986: Fix inaccuracies in pprint docs (#116104)Kerim Kabirov2024-03-051-2/+2