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-111696, PEP 737: Add PyType_GetModuleName() function (#116824)
Victor Stinner
2024-03-14
2
-2/+4
*
gh-112795: Move the test for ZipFile into the core tests for zipfile. (#116823)
Jason R. Coombs
2024-03-14
2
-12/+11
*
gh-111696, PEP 737: Add PyType_GetFullyQualifiedName() function (#116815)
Victor Stinner
2024-03-14
2
-11/+66
*
gh-116731: libregrtest: Clear inspect & importlib.metadata caches in clear_ca...
Petr Viktorin
2024-03-14
1
-0/+9
*
gh-116780: Fix `test_inspect` in `-OO` mode (#116788)
Nikita Sobolev
2024-03-14
1
-0/+5
*
gh-113308: Remove some internal parts of `uuid` module (#115934)
Nikita Sobolev
2024-03-14
1
-6/+10
*
gh-116785: Fix direct invocation of `test_inspect` (#116787)
Nikita Sobolev
2024-03-14
1
-5/+5
*
gh-116646: Add limited C API support to AC fildes converter (#116769)
Victor Stinner
2024-03-14
1
-0/+33
*
GH-115979: update test_importlib to work under WASI SDK 21 (GH-116754)
Brett Cannon
2024-03-13
7
-28/+44
*
gh-116631: Fix race condition in `test_shutdown_immediate_put_join` (#116670)
Sam Gross
2024-03-13
1
-6/+11
*
gh-100746: Improve `test_named_expressions.py` (#116713)
Nikita Sobolev
2024-03-13
1
-2/+68
*
gh-116604: Fix test_gc on free-threaded build (#116662)
Sam Gross
2024-03-13
2
-1/+13
*
gh-110918: Fix side effects of regrtest test_match_tests() (#116718)
Victor Stinner
2024-03-13
2
-1/+10
*
gh-115419: Change default sym to not_null (GH-116562)
Ken Jin
2024-03-13
1
-2/+2
*
gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on opening a named pip...
Serhiy Storchaka
2024-03-13
3
-4/+107
*
gh-116626: Emit `CALL` events for all `INSTRUMENTED_CALL_FUNCTION_EX` (GH-116...
Tian Gao
2024-03-13
1
-0/+15
*
gh-116491: Improve `test_win32_ver` (#116506)
Nikita Sobolev
2024-03-13
1
-1/+29
*
gh-115264: Fix `test_functools` with `-00` mode (#115276)
Nikita Sobolev
2024-03-13
1
-3/+12
*
GH-116554: Relax list.sort()'s notion of "descending" runs (#116578)
Tim Peters
2024-03-13
1
-0/+21
*
gh-116682: stdout may be empty in test_cancel_futures_wait_false (#116683)
Sam Gross
2024-03-13
1
-1/+3
*
GH-116098: Remove dead frame object creation code (GH-116687)
Tian Gao
2024-03-12
1
-65/+0
*
gh-116307: Proper fix for 'mod' leaking across importlib tests (#116680)
Jason R. Coombs
2024-03-12
2
-1/+13
*
gh-116656: Fix test_capi test_py_config_isoloated_per_interpreter() (#116658)
Victor Stinner
2024-03-12
1
-0/+1
*
gh-116127: PEP-705: Add `ReadOnly` support for `TypedDict` (#116350)
Nikita Sobolev
2024-03-12
1
-1/+64
*
gh-116604: Correctly honor the gc status when calling _Py_RunGC (#116628)
Pablo Galindo Salgado
2024-03-12
1
-0/+25
*
gh-89547: Support for nesting special forms like Final (#116096)
Mehdi Drissi
2024-03-12
1
-12/+28
*
gh-113538: Revert "gh-113538: Add asycio.Server.{close,abort}_clients (#11443...
Guido van Rossum
2024-03-12
1
-88/+8
*
gh-116600: [Enum] fix global Flag repr (GH-116615)
Ethan Furman
2024-03-11
1
-0/+2
*
gh-90095: Make .pdbrc work properly and add some reasonable tests (#110496)
Tian Gao
2024-03-11
1
-62/+87
*
gh-116040: [Enum] fix test_empty_names test (GH-116508)
Ethan Furman
2024-03-11
1
-11/+7
*
gh-71052: Use `raise_signal` in `ThreadSignals.test_signals` (#116423)
Malcolm Smith
2024-03-11
1
-18/+7
*
gh-113538: Add asycio.Server.{close,abort}_clients (#114432)
Pierre Ossman (ThinLinc team)
2024-03-11
1
-8/+88
*
gh-71052: Change Android's `sys.platform` from "linux" to "android"
Malcolm Smith
2024-03-11
15
-44/+53
*
gh-116167: Allow disabling the GIL with `PYTHON_GIL=0` or `-X gil=0` (#116338)
Brett Simmers
2024-03-11
3
-0/+49
*
gh-116417: Move 4 limited C API test files to _testlimitedcapi (#116571)
Victor Stinner
2024-03-11
3
-31/+31
*
gh-88352: Make TimedRotatingFileHandler tests more stable (GH-116409)
Serhiy Storchaka
2024-03-11
1
-38/+17
*
gh-116417: Argument Clinic: test generated Limited C API code for float args ...
Erlend E. Aasland
2024-03-11
1
-2/+56
*
gh-116057: Use relative recursion limits when testing os.walk() and Path.walk...
Malcolm Smith
2024-03-10
2
-5/+5
*
gh-115142: Skip ``test__xxsubinterpreters`` if ``_testinternalcapi`` is not a...
Kirill Podoprigora
2024-03-09
1
-1/+1
*
gh-75988: Fix issues with autospec ignoring wrapped object (#115223)
infohash
2024-03-08
1
-0/+67
*
Replace stat.ST_xxx usage with os.stat().st_xxx (#116501)
Victor Stinner
2024-03-08
2
-7/+5
*
gh-116349: Deprecate `platform.java_ver` function (#116471)
Nikita Sobolev
2024-03-08
1
-3/+7
*
gh-116040: [Enum] fix by-value calls when second value is falsey; e.g. Cardin...
Ethan Furman
2024-03-07
1
-0/+23
*
gh-116417: Add _testlimitedcapi C extension (#116419)
Victor Stinner
2024-03-07
3
-25/+42
*
gh-115421: Test that our Makefile has all needed test folders (GH-115813)
Nikita Sobolev
2024-03-07
1
-0/+64
*
gh-107361: strengthen default SSL context flags (#112389)
William Woodruff
2024-03-06
21
-1066/+1135
*
gh-88118: Fix some test_multiprocessing flakiness. (#116434)
Gregory P. Smith
2024-03-06
1
-5/+10
*
gh-115957: Close coroutine if TaskGroup.create_task() raises an error (#116009)
Jason Zhang
2024-03-06
1
-16/+25
*
gh-107625: configparser: Raise error if a missing value is continued (GH-107651)
Prince Roshan
2024-03-06
1
-0/+24
*
gh-107954: Add PyConfig_MEMBER_BOOL type to PyConfigSpec (#116359)
Victor Stinner
2024-03-06
3
-151/+163
[next]