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
/
Misc
/
NEWS.d
/
next
/
Tests
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-40280: Detect missing threading on WASM platforms (GH-32352)
Christian Heimes
2022-04-07
1
-0/+1
*
Python 3.11.0a7
v3.11.0a7
Pablo Galindo
2022-04-05
7
-13/+0
*
bpo-46126: Restore 'descriptions' when running tests internally. (GH-32128)
Jason R. Coombs
2022-04-03
1
-0/+1
*
bpo-47205: Skip error check of sched_get/setaffinity on FreeBSD (GH-32285)
Christian Heimes
2022-04-03
1
-0/+2
*
bpo-47104: Rewrite asyncio.to_thread tests to use IsolatedAsyncioTestCase (GH...
Andrew Svetlov
2022-03-23
1
-0/+2
*
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
Christian Heimes
2022-03-22
1
-0/+2
*
bpo-47015: Update test_os from asyncore to asyncio (GH-31876)
Oleg Iarygin
2022-03-20
1
-0/+2
*
bpo-47037: Don't test for strftime('%4Y') on Windows (GH-31945)
Christian Heimes
2022-03-18
1
-0/+2
*
bpo-46587: Skip tests if strftime does not support glibc extension (GH-31873)
Christian Heimes
2022-03-15
1
-0/+2
*
Python 3.11.0a6
v3.11.0a6
Pablo Galindo
2022-03-07
5
-12/+0
*
bpo-46913: Fix test_faulthandler.test_sigfpe() on UBSAN (GH-31662)
Victor Stinner
2022-03-03
1
-0/+3
*
bpo-46623: Skip two test_zlib tests on s390x (GH-31096)
Victor Stinner
2022-02-24
1
-0/+2
*
Remove offsets from expected output in test.test_dis (GH-31369)
Mark Shannon
2022-02-16
1
-0/+2
*
Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio (...
Andrew Svetlov
2022-02-10
1
-0/+2
*
bpo-46678: Fix Invalid cross device link in Lib/test/support/import_helper.py...
Jason Wilkes
2022-02-08
1
-0/+3
*
Python 3.11.0a5
v3.11.0a5
Pablo Galindo
2022-02-03
11
-23/+0
*
Restrict use of Mock objects as specs (GH-31090)
Matthew Suozzo
2022-02-03
1
-0/+1
*
bpo-46576: bpo-46524: Disable compiler optimization within test_peg_generator...
Gregory P. Smith
2022-02-02
1
-0/+3
*
bpo-46616: Ensures test_importlib.test_windows cleans up registry keys after ...
Steve Dower
2022-02-02
1
-0/+2
*
bpo-44359: Fix test_ftplib unhandled thread exceptions (GH-31069)
Victor Stinner
2022-02-02
1
-0/+2
*
bpo-46600: Fix test_gdb.test_pycfunction() for clang -Og (GH-31058)
Victor Stinner
2022-02-01
1
-0/+2
*
bpo-46542: test_lib2to3 uses support.infinite_recursion() (GH-31035)
Victor Stinner
2022-01-31
1
-0/+2
*
bpo-46542: test_json uses support.infinite_recursion() (GH-30972)
Victor Stinner
2022-01-28
1
-0/+2
*
bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)
Christian Heimes
2022-01-25
1
-0/+3
*
bpo-46126: Disable 'descriptions' when running tests internally. (GH-30194)
Jason R. Coombs
2022-01-22
1
-0/+1
*
bpo-13886: Skip PTY non-ASCII tests if readline is loaded (GH-30631)
Victor Stinner
2022-01-17
1
-0/+3
*
bpo-40280: Add requires_fork test helper (GH-30622)
Christian Heimes
2022-01-16
1
-0/+2
*
Python 3.11.0a4
v3.11.0a4
Pablo Galindo
2022-01-13
8
-12/+0
*
bpo-46205: exit if no workers are alive in runtest_mp (GH-30470)
Sam Gross
2022-01-11
1
-0/+1
*
bpo-46296: [Enum] add a test for missing `value` recovery (GH-30458)
Nikita Sobolev
2022-01-07
1
-0/+2
*
bpo-46263: FreeBSD 14.0 jemalloc workaround for junk bytes of freed memory (G...
Christian Heimes
2022-01-06
1
-0/+2
*
bpo-46262: [Enum] test error path in `Flag._missing_` (GH-30408)
Nikita Sobolev
2022-01-05
1
-0/+1
*
bpo-23819: Fix asyncio tests on python optimized mode (GH-30195)
Kumar Aditya
2021-12-26
1
-0/+1
*
bpo-46150: ensure `fakeuser` does not exist in `PosixPathTest.test_expanduser...
Nikita Sobolev
2021-12-24
1
-0/+2
*
bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (GH-30198)
Andrew Svetlov
2021-12-19
1
-0/+2
*
bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170)
Christian Heimes
2021-12-17
1
-0/+1
*
Python 3.11.0a3
v3.11.0a3
Pablo Galindo
2021-12-08
7
-11/+0
*
bpo-45695: Test out-of-tree builds on GHA (GH-29904)
Christian Heimes
2021-12-04
1
-0/+1
*
bpo-19460: Add test for MIMENonMultipart (GH-29817)
180909
2021-11-28
1
-0/+1
*
bpo-45783: Preserve file moves and deletions in the tests for the freeze tool...
Eric Snow
2021-11-23
1
-0/+1
*
bpo-45878: convert `try/except` to `self.assertRaises` in `Lib/ctypes/test/te...
Nikita Sobolev
2021-11-23
1
-0/+2
*
bpo-45835: Fix race condition in test_queue (#29601)
Sam Gross
2021-11-18
1
-0/+1
*
bpo-45745: Remove regrtest --findleaks options (GH-29514)
Victor Stinner
2021-11-12
1
-0/+3
*
Merge tag 'v3.11.0a2'
Pablo Galindo
2021-11-05
12
-26/+0
|
\
|
*
Python 3.11.0a2
v3.11.0a2
Pablo Galindo
2021-11-05
12
-26/+0
*
|
bpo-45679: add `tuple` tests with `lru_cache` to `test_functools` (GH-29339)
Nikita Sobolev
2021-11-05
1
-0/+2
|
/
*
bpo-45678: Add more ``singledispatchmethod`` tests (GH-29412)
Alex Waygood
2021-11-05
1
-0/+3
*
bpo-45678: Add ``functools.singledispatchmethod`` tests (GH-29328)
Alex Waygood
2021-11-03
1
-0/+2
*
bpo-45578: add tests for `dis.distb` (GH-29332)
Nikita Sobolev
2021-11-03
1
-0/+1
*
bpo-45668: Fix PGO tests without test extensions (GH-29315)
Christian Heimes
2021-11-01
1
-0/+1
[prev]
[next]