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-109120: Fix syntax error in handlinh of incorrect star expressionsâ...
Grigoriev Semyon
2024-04-04
1
-7/+19
*
[3.12] gh-117467: Add preserving of mailbox owner on flush (GH-117510) (GH-11...
Miss Islington (bot)
2024-04-04
1
-0/+42
*
[3.12] gh-117166: Ignore empty and temporary dirs in `test_makefile` (GH-1171...
Miss Islington (bot)
2024-04-03
1
-2/+10
*
[3.12] gh-115538: Use pathlib to compare prefixes in test_venv (GH-117076)
Miss Islington (bot)
2024-04-02
1
-1/+2
*
[3.12] gh-117347: Fix test_clinic side effects (#117363) (#117365)
Victor Stinner
2024-03-29
1
-0/+18
*
[3.12] Fix reversed assertRegex checks in test_ssl. (GH-117351) (#117359)
Miss Islington (bot)
2024-03-29
1
-2/+2
*
[3.12] gh-117110: Fix subclasses of typing.Any with custom constructors (GH-1...
Miss Islington (bot)
2024-03-29
1
-0/+20
*
[3.12] gh-114331: Skip decimal test_maxcontext_exact_arith on s390x (GH-11732...
Miss Islington (bot)
2024-03-28
1
-1/+5
*
[3.12] gh-117178: Recover lazy loading of self-referential modules (GH-117179...
Miss Islington (bot)
2024-03-28
1
-0/+18
*
[3.12] gh-104242: Enable test_is_char_device_true in pathlib test on all plat...
AN Long
2024-03-27
1
-5/+5
*
[3.12] gh-115538: Use isolate mode when running venv test_multiproces… (#11...
AN Long
2024-03-26
1
-1/+1
*
[3.12] gh-66543: Fix mimetype.guess_type() (GH-117217) (GH-117256)
Miss Islington (bot)
2024-03-26
2
-8/+34
*
[3.12] gh-83845: Add tests for operator module (GH-115883) (#117253)
Miss Islington (bot)
2024-03-26
1
-0/+47
*
[3.12] gh-83434: Sync libregrtest and test_regrtest with the main branch (#11...
Victor Stinner
2024-03-26
8
-43/+242
*
[3.12] gh-117187: Fix XML tests for vanilla Expat <2.6.0 (GH-117203) (GH-117244)
Miss Islington (bot)
2024-03-26
2
-9/+8
*
[3.12] gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (GH-320...
Miss Islington (bot)
2024-03-25
2
-0/+155
*
[3.12] gh-117084: Fix ZIP file extraction for directory entry names with back...
Serhiy Storchaka
2024-03-22
2
-0/+16
*
[3.12] gh-117127: glob tests: Reopen dir_fd to pick up directory changes (GH-...
Miss Islington (bot)
2024-03-22
1
-0/+9
*
[3.12] gh-75988: Fix issues with autospec ignoring wrapped object (GH-115223)...
infohash
2024-03-22
1
-0/+66
*
[3.12] gh-117061: Fix test_posix.test_sched_setaffinity() on RHEL9 (GH-117126...
Miss Islington (bot)
2024-03-21
1
-1/+10
*
[3.12] gh-116333: Relax error string text expectations in SSL-related tests (...
Miss Islington (bot)
2024-03-21
3
-38/+93
*
[3.12] gh-116773: Fix overlapped memory corruption crash (GH-116774) (#117078)
jkriegshauser
2024-03-20
1
-5/+45
*
[3.12] gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bi...
Serhiy Storchaka
2024-03-20
1
-0/+23
*
[3.12] gh-113964: Don't prevent new threads until all non-daemon threads exit...
Sam Gross
2024-03-19
3
-21/+47
*
[3.12] gh-116957: configparser: Do post-process values after DuplicateOptionE...
David Röthlisberger
2024-03-19
1
-0/+15
*
[3.12] gh-116735: Use `MISSING` for `CALL` event if argument is absen… (#11...
Tian Gao
2024-03-19
1
-1/+4
*
[3.12] gh-90872: Fix subprocess.Popen.wait() for negative timeout (#116989) (...
Victor Stinner
2024-03-19
1
-0/+16
*
[3.12] gh-105866: fix dataclass with slots=True, weakref_slot=True (GH-105870...
Miss Islington (bot)
2024-03-19
1
-0/+11
*
[3.12] gh-90535: Fix support of interval>1 in logging.TimedRotatingFileHandle...
Miss Islington (bot)
2024-03-18
1
-34/+166
*
[3.12] gh-115874: Don't use module state in teedataobject tp_dealloc (GH-1162...
Miss Islington (bot)
2024-03-18
1
-1/+9
*
[3.12] gh-112536: Add TSAN build on Github Actions (GH-116872)
Antoine Pitrou
2024-03-18
2
-0/+8
*
[3.12] gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-11...
Antoine Pitrou
2024-03-18
5
-2/+57
*
[3.12] gh-112536: Add support for thread sanitizer (TSAN) (gh-112648) (#116924)
Antoine Pitrou
2024-03-17
3
-10/+25
*
[3.12] gh-116780: Fix `test_inspect` in `-OO` mode (GH-116788) (#116799)
Nikita Sobolev
2024-03-17
1
-0/+1
*
[3.12] gh-116484: Fix collisions between Checkbutton and ttk.Checkbutton defa...
Miss Islington (bot)
2024-03-16
1
-1/+21
*
[3.12] gh-116764: Fix regressions in urllib.parse.parse_qsl() (GH-116801) (GH...
Miss Islington (bot)
2024-03-16
1
-0/+24
*
[3.12] gh-116858: Add `@cpython_only` to several tests in `test_cmd_line` (GH...
Nikita Sobolev
2024-03-16
1
-0/+9
*
[3.12] gh-90095: Ignore empty lines and comments in `.pdbrc` (GH-116834) (#11...
Miss Islington (bot)
2024-03-15
1
-0/+19
*
[3.12] gh-112795: Move the test for ZipFile into the core tests for zipfile. ...
Miss Islington (bot)
2024-03-14
2
-12/+11
*
[3.12] gh-116731: libregrtest: Clear inspect & importlib.metadata caches in c...
Miss Islington (bot)
2024-03-14
1
-0/+9
*
[3.12] gh-116626: Emit `CALL` events for all `INSTRUMENTED_CALL_FUNCTION_EX (...
Tian Gao
2024-03-14
1
-0/+15
*
[3.12] gh-116785: Fix direct invocation of `test_inspect` (GH-116787) (#116794)
Miss Islington (bot)
2024-03-14
1
-5/+5
*
[3.12] GH-115979: update test_importlib to work under WASI SDK 21 (GH-116754)...
Miss Islington (bot)
2024-03-13
7
-28/+44
*
[3.12] gh-100746: Improve `test_named_expressions.py` (GH-116713) (#116747)
Miss Islington (bot)
2024-03-13
1
-2/+68
*
[3.12] gh-110918: Fix side effects of regrtest test_match_tests() (GH-116718)...
Miss Islington (bot)
2024-03-13
2
-1/+10
*
[3.12] gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on opening a na...
Serhiy Storchaka
2024-03-13
3
-4/+107
*
[3.12] gh-116491: Improve `test_win32_ver` (GH-116506) (#116708)
Miss Islington (bot)
2024-03-13
1
-1/+29
*
[3.12] gh-115264: Fix `test_functools` with `-00` mode (GH-115276) (#116707)
Miss Islington (bot)
2024-03-13
1
-3/+12
*
[3.12] gh-116682: stdout may be empty in test_cancel_futures_wait_false (GH-1...
Miss Islington (bot)
2024-03-13
1
-1/+3
*
[3.12] gh-116604: Correctly honor the gc status when calling _Py_RunGC (GH-11...
Pablo Galindo Salgado
2024-03-12
1
-0/+25
[prev]
[next]