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-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
*
gh-127076: Disable strace tests under LD_PRELOAD (#127086)
Cody Maloney
2024-11-21
1
-0/+8
*
GH-127010: Don't lazily track and untrack dicts (GH-127027)
Mark Shannon
2024-11-20
1
-109/+0
*
gh-97514: Authenticate the forkserver control socket. (GH-99309)
Gregory P. Smith
2024-11-20
4
-16/+126
*
GH-126892: Reset warmup counters when JIT compiling code (GH-126893)
Brandt Bucher
2024-11-20
2
-29/+26
*
gh-126991: Add tests for unpickling bad object state (GH-127031)
Serhiy Storchaka
2024-11-20
1
-0/+35
*
gh-126615: `ctypes`: Make `COMError` public (GH-126686)
Jun Komoda
2024-11-20
2
-4/+5
*
GH-85168: Use filesystem encoding when converting to/from `file` URIs (#126852)
Barney Gale
2024-11-19
3
-10/+22
*
Merge remote-tracking branch 'upstream/main'
Hugo van Kemenade
2024-11-19
11
-11/+101
|
\
|
*
gh-126914: Store the Preallocated Thread State's Pointer in a PyInterpreterSt...
Eric Snow
2024-11-19
1
-0/+30
|
*
gh-109413: Enable mypy's `disallow_any_generics` setting when checking `libre...
sobolevn
2024-11-19
4
-4/+7
|
*
gh-126947: Typechecking for _pydatetime.timedelta.__new__ arguments (#126949)
Beomsoo Kim
2024-11-19
2
-1/+23
|
*
gh-118201: Simplify conv_confname (#126089)
Malcolm Smith
2024-11-19
3
-6/+33
|
*
gh-126980: Fix `bytearray.__buffer__` crash on `PyBUF_{READ,WRITE}` (#126981)
sobolevn
2024-11-19
1
-0/+8
*
|
Python 3.14.0a2
v3.14.0a2
Hugo van Kemenade
2024-11-19
1
-231/+304
|
/
*
GH-84850: Remove `urllib.request.URLopener` and `FancyURLopener` (#125739)
Barney Gale
2024-11-19
3
-862/+33
*
Revert "GH-126491: GC: Mark objects reachable from roots before doing cycle c...
Hugo van Kemenade
2024-11-19
2
-14/+128
*
gh-126594: Fix typeobject.c wrap_buffer() cast (#126754)
Victor Stinner
2024-11-19
1
-0/+15
*
gh-126876: Fix socket internal_select() for large timeout (#126968)
Victor Stinner
2024-11-19
1
-0/+27
[prev]
[next]