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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-98188: Fix EmailMessage.get_payload to decode data when CTE value has extr...
RanKKI
2025-01-06
2
-0/+49
*
pathlib tests: create `walk()` test hierarchy without using class under test ...
Barney Gale
2025-01-04
2
-39/+58
*
GH-127381: pathlib ABCs: remove `PathBase.move()` and `move_into()` (#128337)
Barney Gale
2025-01-04
2
-118/+118
*
gh-128152: Argument Clinic: ignore pre-processor directives inside C comments...
Erlend E. Aasland
2025-01-04
1
-0/+10
*
gh-128002: fix many thread safety issues in asyncio (#128147)
Kumar Aditya
2025-01-04
1
-0/+82
*
gh-128400: Only show the current thread in `faulthandler` if the GIL is disab...
Peter Bierma
2025-01-03
1
-2/+9
*
gh-127903: Fix a crash on debug builds when calling `Objects/unicodeobject::_...
Alexander Shadchin
2025-01-03
1
-0/+7
*
gh-89083: improve UUIDv8 uniqueness tests (GH-128149)
Bénédikt Tran
2025-01-03
1
-6/+10
*
gh-112015: Implement `ctypes.memoryview_at()` (GH-112018)
Rian Hunter
2025-01-03
1
-1/+59
*
gh-128404: Remove `asyncio` from `Lib/test/test_sys_settrace` (#128435)
Thomas Grainger
2025-01-03
1
-6/+2
*
gh-127529: Correct asyncio's `accept_connection` behaviour for handling `Conn...
jb2170
2025-01-03
1
-0/+25
*
gh-128404: remove asyncio from test_type_params (#128436)
Thomas Grainger
2025-01-03
1
-5/+2
*
gh-128400: Stop-the-world when manually calling `faulthandler` (GH-128422)
Peter Bierma
2025-01-02
1
-1/+29
*
gh-128014: Fix passing default='' to the tkinter method wm_iconbitmap() (GH-...
Zhikang Yan
2025-01-02
1
-1/+27
*
gh-128404: Remove ``asyncio`` from ``test_builtin`` (#128403)
Thomas Grainger
2025-01-02
1
-59/+64
*
gh-124130: Fix a bug in matching regular expression \B in empty string (GH-12...
Serhiy Storchaka
2025-01-02
1
-8/+5
*
gh-128277: remove unnecessary critical section from `socket.close` (#128305)
Kumar Aditya
2025-01-01
1
-0/+20
*
gh-121676: Raise a ``DeprecationWarning`` if the Python implementation of ``f...
Kirill Podoprigora
2025-01-01
1
-0/+6
*
gh-88834: Unify the instance check for typing.Union and types.UnionType (GH-1...
Serhiy Storchaka
2024-12-31
1
-2/+73
*
gh-119180: Set the name of the param to __annotate__ to "format" (#124730)
Jelle Zijlstra
2024-12-30
2
-2/+51
*
GH-127381: pathlib ABCs: remove uncommon `PurePathBase` methods (#127853)
Barney Gale
2024-12-29
2
-366/+360
*
GH-127381: pathlib ABCs: remove `PathBase.stat()` (#128334)
Barney Gale
2024-12-29
2
-53/+49
*
gh-123424: add `ZipInfo._for_archive` to set suitable default properties (#12...
Bénédikt Tran
2024-12-29
2
-18/+30
*
gh-128192: mark new tests with skips based on hashlib algorithm availability ...
Gregory P. Smith
2024-12-29
2
-1/+19
*
gh-128192: support HTTP sha-256 digest authentication as per RFC-7617 (GH-128...
Calvin Bui
2024-12-28
1
-3/+22
*
gh-128265: Support WASI/Emscripten on PDB tests, by removing asyncio from pdb...
Thomas Grainger
2024-12-28
4
-60/+70
*
gh-127586: multiprocessing.Pool does not properly restore blocked signals (tr...
Stephen Hansen
2024-12-27
1
-0/+21
*
gh-127089: Add missing description for codes in `http.HTTPStatus` (#127100)
donBarbos
2024-12-27
1
-15/+26
*
gh-127537: Add __class_getitem__ to the python implementation of functools.pa...
CF Bolz-Tereick
2024-12-27
1
-0/+6
*
gh-128234: support emscripten and wasi in async contextlib tests by removing ...
Thomas Grainger
2024-12-25
1
-33/+61
*
gh-128201: Fix ``DeprecationWarning`` in ``test_pdb`` (#128202)
Kirill Podoprigora
2024-12-25
1
-16/+4
*
gh-128035: Add ssl.HAS_PHA to detect libssl PHA support (GH-128036)
Will Childs-Klein
2024-12-24
2
-3/+4
*
gh-127847: Fix position in the special-cased zipfile seek (#127856)
Dima Ryazanov
2024-12-24
1
-0/+12
*
gh-127949: deprecate `asyncio.set_event_loop` (#128218)
Kumar Aditya
2024-12-24
12
-41/+49
*
gh-127949: deprecate asyncio policy classes (#128216)
Kumar Aditya
2024-12-24
3
-19/+35
*
gh-127949: fix `DeprecationWarning` in test_inspect.py (#128215)
Thomas Grainger
2024-12-24
1
-15/+13
*
pathlib tests: create test hierarchy without using class under test (#128200)
Barney Gale
2024-12-23
2
-29/+55
*
gh-115999: Update test_opcache to test with nested method (gh-128166)
Donghee Na
2024-12-23
1
-10/+8
*
gh-127949: fix resource warnings in `test_tasks.py` (#128172)
Thomas Grainger
2024-12-22
1
-8/+8
*
GH-127807: pathlib ABCs: remove `PurePathBase._raw_paths` (#127883)
Barney Gale
2024-12-22
2
-56/+54
*
gh-112328: Make EnumDict usable on its own and document it (GH-123669)
Petr Viktorin
2024-12-20
1
-1/+32
*
gh-128049: Fix type confusion bug with the return value of a custom Exception...
Nico-Posada
2024-12-20
1
-0/+43
*
gh-127946: Use a critical section for `CFuncPtr` attributes (GH-128109)
Peter Bierma
2024-12-20
1
-1/+19
*
gh-128116: Skip test_socket VSOCK testStream() on PermissionError (#128120)
Victor Stinner
2024-12-20
1
-1/+4
*
gh-109959: Log the current directory in test_glob.test_selflink() (#128122)
Victor Stinner
2024-12-20
1
-0/+7
*
gh-128030: Avoid error from PyModule_GetFilenameObject for non-module (#128047)
Shantanu
2024-12-20
1
-0/+23
*
gh-128058: Fix test_builtin ImmortalTests (#128068)
Victor Stinner
2024-12-20
1
-1/+4
*
gh-127274: Defer nested methods (#128012)
mpage
2024-12-19
2
-13/+7
*
gh-115999: Specialize `STORE_ATTR` in free-threaded builds. (gh-127838)
Neil Schemenauer
2024-12-19
2
-0/+207
*
GH-122548: Implement branch taken and not taken events for sys.monitoring (GH...
Mark Shannon
2024-12-19
3
-198/+262
[next]