index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-127381: pathlib ABCs: remove `PathBase.lstat()` (#127382)
Barney Gale
2024-11-29
4
-29/+26
*
gh-127316: fix incorrect assertion in setting `__class__` in free-threading (...
Kumar Aditya
2024-11-29
1
-0/+15
*
gh-127208: Reject null character in _imp.create_dynamic() (#127400)
Victor Stinner
2024-11-29
1
-0/+13
*
gh-127258: Fix asyncio test_staggered_race_with_eager_tasks() (#127358)
Victor Stinner
2024-11-29
1
-1/+5
*
gh-127341: Argument Clinic: fix compiler warnings for getters with docstrings...
Peter Bierma
2024-11-29
1
-8/+4
*
gh-127303: Add docs for token.EXACT_TOKEN_TYPES (#127304)
Илья Любавский
2024-11-29
1
-1/+2
*
gh-127190: Fix local_setattro() error handling (#127366)
Victor Stinner
2024-11-28
1
-0/+15
*
GH-127178: install a _sysconfig_vars_(...).json file in the stdlib directory ...
Filipe Laíns 🇵🇸
2024-11-27
2
-11/+59
*
gh-122288: Improve performances of `fnmatch.translate` (#122289)
Bénédikt Tran
2024-11-27
3
-49/+112
*
gh-124008: Fix calculation of the number of written bytes for the Windows con...
Serhiy Storchaka
2024-11-27
1
-0/+23
*
gh-109746: Fix race condition in test_start_new_thread_failed (GH-127299)
Serhiy Storchaka
2024-11-27
1
-2/+2
*
gh-69639: Add mixed-mode rules for complex arithmetic (C-like) (GH-124829)
Sergey B Kirpichev
2024-11-26
3
-2/+114
*
gh-119180: Add VALUE_WITH_FAKE_GLOBALS format to annotationlib (#124415)
Jelle Zijlstra
2024-11-26
4
-21/+47
*
GH-126985: move pyvenv.cfg detection from site to getpath (#126987)
Filipe Laíns 🇵🇸
2024-11-26
5
-99/+33
*
gh-124873: Skip timerfd tests on Android (#127279)
Malcolm Smith
2024-11-26
1
-2/+3
*
gh-122273: Support PyREPL history on Windows (#127141)
Victor Stinner
2024-11-26
2
-20/+39
*
gh-126946: Improve error message in getopt.do_longs based on existing comment...
Beomsoo Kim
2024-11-26
2
-5/+7
*
gh-126612: Include stack effects of uops when computing maximum stack depth (...
mpage
2024-11-26
1
-1/+178
*
GH-127236: `pathname2url()`: generate RFC 1738 URL for absolute POSIX path (#...
Barney Gale
2024-11-25
3
-16/+22
*
gh-127182: Fix `io.StringIO.__setstate__` crash when `None` is the first valu...
sobolevn
2024-11-25
1
-0/+15
*
gh-127183: Add `_ctypes.CopyComPointer` tests (GH-127184)
Jun Komoda
2024-11-25
1
-17/+115
*
gh-127217: Fix pathname2url() for paths starting with multiple slashes on Pos...
Serhiy Storchaka
2024-11-24
2
-0/+7
*
gh-122356: restore the position of a file-like object after `zipfile.is_zipfi...
Bénédikt Tran
2024-11-24
2
-2/+10
*
GH-127133: Remove ability to nest argument groups & mutually exclusive groups...
Savannah Ostrowski
2024-11-24
2
-85/+18
*
gh-113841: fix possible undefined division by 0 in _Py_c_pow() (GH-127211)
Sergey B Kirpichev
2024-11-24
1
-0/+5
*
gh-126662: harmonize naming for three namedtuple base classes in urllib.parse...
Stephen Morton
2024-11-24
1
-3/+3
*
pathlib tests: move `walk()` tests into their own classes (GH-126651)
Barney Gale
2024-11-24
2
-84/+107
*
GH-125866: Preserve Windows drive letter case in file URIs (#127138)
Barney Gale
2024-11-23
2
-2/+4
*
gh-109746: Make _thread.start_new_thread delete state of new thread on its st...
Radislav Chugunov
2024-11-22
1
-0/+34
*
gh-115999: Add free-threaded specialization for `UNPACK_SEQUENCE` (#126600)
Kirill Podoprigora
2024-11-22
1
-0/+31
*
gh-88110: Clear concurrent.futures.thread._threads_queues after fork to avoid...
Andrei Bodrov
2024-11-22
2
-0/+20
*
gh-126384: Add tests to verify the behavior of basic COM methods. (GH-126610)
Jun Komoda
2024-11-22
1
-0/+188
*
gh-109413: Fix libregrtest get_running() (#127153)
Victor Stinner
2024-11-22
1
-1/+1
*
gh-127001: Fix PATHEXT issues in shutil.which() on Windows (GH-127035)
Serhiy Storchaka
2024-11-22
2
-242/+299
*
gh-86463: Fix default prog in subparsers if usage is used in the main parser ...
Serhiy Storchaka
2024-11-22
2
-5/+48
*
gh-127076: Ignore memory mmap in FileIO testing (#127088)
Cody Maloney
2024-11-22
2
-7/+35
*
gh-126700: pygettext: Support more gettext functions (GH-126912)
Tomas R.
2024-11-22
5
-17/+88
*
GH-127078: `url2pathname()`: handle extra slash before UNC drive in URL path ...
Barney Gale
2024-11-22
2
-1/+4
*
GH-126766: `url2pathname()`: handle 'localhost' authority (#127129)
Barney Gale
2024-11-22
3
-5/+13
*
GH-126601: `pathname2url()`: handle NTFS alternate data streams (#126760)
Barney Gale
2024-11-22
2
-14/+13
*
gh-126091: Always link generator frames when propagating a thrown-in exceptio...
Jacob Bower
2024-11-21
1
-1/+21
*
gh-115999: Add free-threaded specialization for ``TO_BOOL`` (gh-126616)
Donghee Na
2024-11-21
1
-0/+66
*
gh-115999: Specialize `LOAD_GLOBAL` in free-threaded builds (#126607)
mpage
2024-11-21
1
-1/+18
*
gh-124470: Fix crash when reading from object instance dictionary while repla...
Dino Viehland
2024-11-21
1
-0/+64
*
gh-127020: Make `PyCode_GetCode` thread-safe for free threading (#127043)
Sam Gross
2024-11-21
1
-0/+30
*
gh-118761: Improve import time of `mimetypes` (#126979)
Hugo van Kemenade
2024-11-21
1
-6/+16
*
gh-124873: Tolerate 100 ms in TimerfdTests on Android (#127101)
Victor Stinner
2024-11-21
1
-2/+2
*
gh-126780: Fix `ntpath.normpath()` for drive-relative paths (GH-126801)
Nice Zombies
2024-11-21
2
-0/+7
*
gh-126727: Fix locale.nl_langinfo(locale.ERA) (GH-126730)
Serhiy Storchaka
2024-11-21
1
-0/+45
*
gh-126997: Fix support of non-ASCII strings in pickletools (GH-127062)
Serhiy Storchaka
2024-11-21
2
-4/+89
[next]