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
*
[3.12] gh-107888: Fix test_mmap.test_access_parameter() on macOS 14 (GH-10992...
Miss Islington (bot)
2023-10-02
1
-4/+9
*
[3.12] gh-110045: Update symtable module for PEP 695 (GH-110066) (#110070)
Miss Islington (bot)
2023-09-29
1
-0/+31
*
[3.12] gh-109823: Adjust labels in compiler when removing an empty basic bloc...
Miss Islington (bot)
2023-09-26
1
-0/+5
*
[3.12] gh-109719: Fix missing jump target labels when compiler reorders cold/...
Miss Islington (bot)
2023-09-24
1
-0/+11
*
[3.12] gh-109627: duplicated small exit blocks need to be assigned jump targe...
Irit Katriel
2023-09-22
1
-0/+9
*
[3.12] gh-109496: Detect Py_DECREF() after dealloc in debug mode (GH-109539) ...
Miss Islington (bot)
2023-09-18
1
-10/+26
*
[3.12] gh-109371: Fix monitoring with instruction events set (gh-109385) (#10...
Miss Islington (bot)
2023-09-18
2
-1/+28
*
[3.12] gh-108843: fix ast.unparse for f-string with many quotes (GH-108981) (...
Miss Islington (bot)
2023-09-18
1
-0/+14
*
[3.12] gh-102251: Disable non-rerunnable test in test_import (GH-106013) (#10...
Miss Islington (bot)
2023-09-18
1
-4/+20
*
[3.12] gh-109096: Silence test_httpservers fork + threads DeprecationWarning ...
Gregory P. Smith
2023-09-17
1
-1/+6
*
[3.12] gh-109219: propagate free vars through type param scopes (GH-109377) (...
Miss Islington (bot)
2023-09-14
1
-0/+13
*
[3.12] gh-109396: Fix test_socket.test_hmac_sha1() in FIPS mode (GH-109423) (...
Miss Islington (bot)
2023-09-14
1
-3/+7
*
[3.12] gh-105658: fix excess trace events for except block ending with a cond...
Irit Katriel
2023-09-14
1
-1/+30
*
[3.12] gh-109341: Fix crash on compiling invalid AST including TypeAlias (GH-...
Miss Islington (bot)
2023-09-14
1
-0/+20
*
[3.12] gh-60283: Check for redefined test names in CI (GH-109161) (#109365)
Miss Islington (bot)
2023-09-14
1
-0/+42
*
[3.12] gh-104736: Fix test_gdb tests on ppc64le with clang (GH-109360) (#109361)
Miss Islington (bot)
2023-09-13
1
-0/+8
*
[3.12] gh-109357: Fix test_monitoring.test_gh108976() (GH-109358) (#109359)
Miss Islington (bot)
2023-09-13
1
-0/+1
*
[3.12] gh-109114: Relax the check for invalid lambdas inside f-strings to avo...
Pablo Galindo Salgado
2023-09-12
1
-0/+4
*
[3.12] gh-109118: Disallow nested scopes within PEP 695 scopes within classes...
Miss Islington (bot)
2023-09-12
1
-0/+93
*
[3.12] gh-109295: Fix test_os.test_access_denied() for TEMP=cwd (GH-109299) (...
Miss Islington (bot)
2023-09-12
1
-1/+1
*
[3.12] gh-109295: Clean up multiprocessing in test_asyncio and test_compileal...
Miss Islington (bot)
2023-09-12
2
-3/+10
*
[3.12] gh-109195: fix source location for super load before LOAD_SUPER_ATTR (...
Miss Islington (bot)
2023-09-12
1
-0/+7
*
[3.12] gh-90805: Make sure test_functools works with and without _functoolsmo...
Miss Islington (bot)
2023-09-12
1
-30/+28
*
[3.12] gh-109182: Fix and improve tests for gh-108654 (GH-109189) (#109271)
Miss Islington (bot)
2023-09-12
1
-18/+28
*
[3.12] GH-108976. Keep monitoring data structures valid during de-optimizatio...
Mark Shannon
2023-09-12
2
-0/+26
*
[3.12] Test DocTestFinder directly instead of calling support.run_doctest() (...
Miss Islington (bot)
2023-09-12
1
-5/+3
*
[3.12] gh-109230: test_pyexpat no longer depends on the current directory (GH...
Miss Islington (bot)
2023-09-12
1
-24/+48
*
[3.12] gh-109237: Fix test_site for non-ASCII working directory (GH-109238) (...
Miss Islington (bot)
2023-09-12
1
-2/+2
*
[3.12] gh-109118: Fix runtime crash when NameError happens in PEP 695 functio...
Jelle Zijlstra
2023-09-12
1
-0/+40
*
[3.12] GH-109067: fix randomly failing `test_async_gen_asyncio_gc_aclose_09` ...
Miss Islington (bot)
2023-09-12
1
-3/+5
*
[3.12] gh-109022: [Enum] require `names=()` to create empty enum type (GH-109...
Miss Islington (bot)
2023-09-12
1
-4/+7
*
[3.12] gh-108732: include comprehension locals in frame.f_locals (GH-109026) ...
Miss Islington (bot)
2023-09-12
1
-0/+7
*
[3.12] gh-106922: Fix error location for constructs with spaces and parenthes...
Miss Islington (bot)
2023-09-08
1
-0/+36
*
[3.12] gh-103186: Suppress RuntimeWarning about unclosed async iterator in te...
Miss Islington (bot)
2023-09-08
1
-4/+28
*
[3.12] gh-68403: Fix test_coverage in test_trace (GH-108910) (#109104)
Miss Islington (bot)
2023-09-08
1
-3/+8
*
[3.12] gh-75743: Restore test_timeout.testConnectTimeout() (GH-109087) (#109103)
Miss Islington (bot)
2023-09-08
1
-16/+10
*
[3.12] gh-103186: Remove debug print in test_sys_settrace (GH-109077) (#109084)
Miss Islington (bot)
2023-09-08
1
-1/+0
*
[3.12] gh-103186: Suppress and assert expected RuntimeWarnings in test_sys_se...
Miss Islington (bot)
2023-09-08
1
-32/+42
*
[3.12] test.pythoninfo logs freedesktop_os_release() (GH-109057) (#109064)
Miss Islington (bot)
2023-09-08
1
-1/+21
*
[3.12] gh-108851: Fix tomllib recursion tests (GH-108853) (#109012)
Miss Islington (bot)
2023-09-08
5
-41/+172
*
[3.12] gh-89392: Use unittest test runner for doctests in test_getopt (GH-108...
Miss Islington (bot)
2023-09-08
1
-35/+36
*
[3.12] gh-89392: Use normal unittest runner in test_type_cache (GH-108911) (#...
Miss Islington (bot)
2023-09-08
1
-1/+1
*
[3.12] gh-91960: Skip test_gdb if gdb cannot retrive Python frames (GH-108999...
Miss Islington (bot)
2023-09-08
1
-4/+3
*
[3.12] gh-108983: Add more PEP 526 tests to `test_grammar` (GH-108984) (#109000)
Miss Islington (bot)
2023-09-08
1
-0/+11
*
[3.12] gh-108962: Skip test_tempfile.test_flags() if not supported (GH-108964...
Miss Islington (bot)
2023-09-08
1
-1/+17
*
[3.12] gh-108834: Sync libregrtest with the main branch (#108966)
Victor Stinner
2023-09-08
26
-499/+881
*
[3.12] gh-109015: Add test.support.socket_helper.tcp_blackhole() (GH-109016) ...
Miss Islington (bot)
2023-09-08
6
-0/+73
*
[3.12] gh-108469: Update ast.unparse for unescaped quote support from PEP701 ...
Miss Islington (bot)
2023-09-05
2
-7/+18
*
[3.12] gh-108927: Fix test_import + test_importlib + test_unittest problem (G...
Miss Islington (bot)
2023-09-05
1
-2/+3
*
[3.12] GH-108390: Prevent non-local events being set with `sys.monitoring.set...
Mark Shannon
2023-09-05
1
-5/+25
[next]