summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* GH-127381: pathlib ABCs: remove `PathBase.lstat()` (#127382)Barney Gale2024-11-294-29/+26
* gh-127316: fix incorrect assertion in setting `__class__` in free-threading (...Kumar Aditya2024-11-291-0/+15
* gh-127208: Reject null character in _imp.create_dynamic() (#127400)Victor Stinner2024-11-291-0/+13
* gh-127258: Fix asyncio test_staggered_race_with_eager_tasks() (#127358)Victor Stinner2024-11-291-1/+5
* gh-127341: Argument Clinic: fix compiler warnings for getters with docstrings...Peter Bierma2024-11-291-8/+4
* gh-127303: Add docs for token.EXACT_TOKEN_TYPES (#127304)Илья Любавский2024-11-291-1/+2
* gh-127190: Fix local_setattro() error handling (#127366)Victor Stinner2024-11-281-0/+15
* GH-127178: install a _sysconfig_vars_(...).json file in the stdlib directory ...Filipe Laíns 🇵🇸2024-11-272-11/+59
* gh-122288: Improve performances of `fnmatch.translate` (#122289)Bénédikt Tran2024-11-273-49/+112
* gh-124008: Fix calculation of the number of written bytes for the Windows con...Serhiy Storchaka2024-11-271-0/+23
* gh-109746: Fix race condition in test_start_new_thread_failed (GH-127299)Serhiy Storchaka2024-11-271-2/+2
* gh-69639: Add mixed-mode rules for complex arithmetic (C-like) (GH-124829)Sergey B Kirpichev2024-11-263-2/+114
* gh-119180: Add VALUE_WITH_FAKE_GLOBALS format to annotationlib (#124415)Jelle Zijlstra2024-11-264-21/+47
* GH-126985: move pyvenv.cfg detection from site to getpath (#126987)Filipe Laíns 🇵🇸2024-11-265-99/+33
* gh-124873: Skip timerfd tests on Android (#127279)Malcolm Smith2024-11-261-2/+3
* gh-122273: Support PyREPL history on Windows (#127141)Victor Stinner2024-11-262-20/+39
* gh-126946: Improve error message in getopt.do_longs based on existing comment...Beomsoo Kim2024-11-262-5/+7
* gh-126612: Include stack effects of uops when computing maximum stack depth (...mpage2024-11-261-1/+178
* GH-127236: `pathname2url()`: generate RFC 1738 URL for absolute POSIX path (#...Barney Gale2024-11-253-16/+22
* gh-127182: Fix `io.StringIO.__setstate__` crash when `None` is the first valu...sobolevn2024-11-251-0/+15
* gh-127183: Add `_ctypes.CopyComPointer` tests (GH-127184)Jun Komoda2024-11-251-17/+115
* gh-127217: Fix pathname2url() for paths starting with multiple slashes on Pos...Serhiy Storchaka2024-11-242-0/+7
* gh-122356: restore the position of a file-like object after `zipfile.is_zipfi...Bénédikt Tran2024-11-242-2/+10
* GH-127133: Remove ability to nest argument groups & mutually exclusive groups...Savannah Ostrowski2024-11-242-85/+18
* gh-113841: fix possible undefined division by 0 in _Py_c_pow() (GH-127211)Sergey B Kirpichev2024-11-241-0/+5
* gh-126662: harmonize naming for three namedtuple base classes in urllib.parse...Stephen Morton2024-11-241-3/+3
* pathlib tests: move `walk()` tests into their own classes (GH-126651)Barney Gale2024-11-242-84/+107
* GH-125866: Preserve Windows drive letter case in file URIs (#127138)Barney Gale2024-11-232-2/+4
* gh-109746: Make _thread.start_new_thread delete state of new thread on its st...Radislav Chugunov2024-11-221-0/+34
* gh-115999: Add free-threaded specialization for `UNPACK_SEQUENCE` (#126600)Kirill Podoprigora2024-11-221-0/+31
* gh-88110: Clear concurrent.futures.thread._threads_queues after fork to avoid...Andrei Bodrov2024-11-222-0/+20
* gh-126384: Add tests to verify the behavior of basic COM methods. (GH-126610)Jun Komoda2024-11-221-0/+188
* gh-109413: Fix libregrtest get_running() (#127153)Victor Stinner2024-11-221-1/+1
* gh-127001: Fix PATHEXT issues in shutil.which() on Windows (GH-127035)Serhiy Storchaka2024-11-222-242/+299
* gh-86463: Fix default prog in subparsers if usage is used in the main parser ...Serhiy Storchaka2024-11-222-5/+48
* gh-127076: Ignore memory mmap in FileIO testing (#127088)Cody Maloney2024-11-222-7/+35
* gh-126700: pygettext: Support more gettext functions (GH-126912)Tomas R.2024-11-225-17/+88
* GH-127078: `url2pathname()`: handle extra slash before UNC drive in URL path ...Barney Gale2024-11-222-1/+4
* GH-126766: `url2pathname()`: handle 'localhost' authority (#127129)Barney Gale2024-11-223-5/+13
* GH-126601: `pathname2url()`: handle NTFS alternate data streams (#126760)Barney Gale2024-11-222-14/+13
* gh-126091: Always link generator frames when propagating a thrown-in exceptio...Jacob Bower2024-11-211-1/+21
* gh-115999: Add free-threaded specialization for ``TO_BOOL`` (gh-126616)Donghee Na2024-11-211-0/+66
* gh-115999: Specialize `LOAD_GLOBAL` in free-threaded builds (#126607)mpage2024-11-211-1/+18
* gh-124470: Fix crash when reading from object instance dictionary while repla...Dino Viehland2024-11-211-0/+64
* gh-127020: Make `PyCode_GetCode` thread-safe for free threading (#127043)Sam Gross2024-11-211-0/+30
* gh-118761: Improve import time of `mimetypes` (#126979)Hugo van Kemenade2024-11-211-6/+16
* gh-124873: Tolerate 100 ms in TimerfdTests on Android (#127101)Victor Stinner2024-11-211-2/+2
* gh-126780: Fix `ntpath.normpath()` for drive-relative paths (GH-126801)Nice Zombies2024-11-212-0/+7
* gh-126727: Fix locale.nl_langinfo(locale.ERA) (GH-126730)Serhiy Storchaka2024-11-211-0/+45
* gh-126997: Fix support of non-ASCII strings in pickletools (GH-127062)Serhiy Storchaka2024-11-212-4/+89