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-45269: test wrong `markers` type to `c_make_encoder` (GH-28540)
Nikita Sobolev
2021-09-28
1
-0/+1
*
bpo-45280: Add test for empty `NamedTuple` in `test_typing` (GH-28559)
Nikita Sobolev
2021-09-26
1
-0/+1
*
bpo-45209: fix `UserWarning: resource_tracker` in test_multiprocessing (GH-28...
Nikita Sobolev
2021-09-21
1
-0/+2
*
bpo-45128: fixes `test_multiprocessing_fork` mysterious crash (GH-28387)
Nikita Sobolev
2021-09-19
1
-0/+2
*
bpo-45185: enables `TestEnumerations` in `test_ssl` (GH-28330)
Nikita Sobolev
2021-09-15
1
-0/+1
*
bpo-45195: Fix test_readline.test_nonascii() (GH-28329)
Victor Stinner
2021-09-14
1
-0/+3
*
bpo-45156: Fixes inifite loop on unittest.mock.seal() (GH-28300)
Nikita Sobolev
2021-09-14
1
-0/+2
*
bpo-44860: Update test_sysconfig for posix_user platlib (GH-28235)
Victor Stinner
2021-09-09
1
-0/+2
*
bpo-45052: Unskips a failing `test_shared_memory_basics` test (GH-28182)
Nikita Sobolev
2021-09-06
1
-0/+7
*
bpo-45042: Now test classes decorated with `requires_hashdigest` are not skip...
Nikita Sobolev
2021-09-04
1
-0/+1
*
bpo-44895: libregrtest: refleak check clears types later (GH-28113)
Victor Stinner
2021-09-01
1
-0/+5
*
bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
Serhiy Storchaka
2021-08-29
1
-0/+1
*
bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968)
Serhiy Storchaka
2021-08-26
1
-0/+3
*
bpo-44949: Fix test_readline auto history tests (#27813)
Victor Stinner
2021-08-18
1
-0/+2
*
bpo-44852: Support ignoring specific DeprecationWarnings wholesale in regrtes...
Łukasz Langa
2021-08-16
1
-0/+2
*
bpo-44891: Tests `id` preserving on `* 1` for `str` and `bytes` (GH-27745)
Nikita Sobolev
2021-08-13
1
-0/+2
*
bpo-40928: notify users running test_decimal on macOS of malloc warnings (GH-...
Jack DeVries
2021-08-06
1
-0/+2
*
bpo-44515: handle non-refcounted GC in contextlib tests (GH-26910)
Nick Coghlan
2021-07-26
1
-0/+2
*
bpo-44734: Fix precision in turtle tests (GH-27343)
Logan Jones
2021-07-26
1
-0/+1
*
bpo-44708: Only re-run test methods that match names of previously failing te...
Łukasz Langa
2021-07-22
1
-0/+2
*
bpo-42095: plistlib: Add tests that compare with plutil(1) (#27173)
Hasan
2021-07-17
1
-0/+2
*
bpo-44647: Add a permanent Unicode-valued env var to regrtest (#27187)
Łukasz Langa
2021-07-16
1
-0/+4
*
bpo-30256: Add manager_owned keyword arg to AutoProxy (GH-16341)
finefoot
2021-07-02
1
-0/+2
*
bpo-44287: asyncio test_popen() uses longer timeout (GH-26832)
Victor Stinner
2021-06-21
1
-0/+4
*
bpo-44451: Reset DeprecationWarning filters in test_importlib.test_entry_poin...
Miro Hrončok
2021-06-18
1
-0/+3
*
bpo-44364:Add non integral tests for `sqrt()` (#26625)
Ajith Ramachandran
2021-06-10
1
-0/+1
*
bpo-44363: Get test_capi passing with address sanitizer (GH-26639)
Mark Shannon
2021-06-10
1
-0/+2
*
bpo-43921: Fix test_ssl.test_wrong_cert_tls13() on Windows (GH-26502)
Victor Stinner
2021-06-03
1
-0/+3
*
bpo-43921: Fix test_ssl.test_pha_required_nocert() (GH-26489)
Victor Stinner
2021-06-02
1
-0/+2
*
bpo-44131: Test Py_FrozenMain() (GH-26126)
Victor Stinner
2021-05-17
1
-0/+2
*
bpo-31904: Correct error string in test_file_not_exists() for VxWorks (GH-25965)
pxinwr
2021-05-08
1
-0/+1
*
Add the blurbify of the 3.10.0b1 changelog to the main branch (GH-25976)
Ned Deily
2021-05-08
5
-15/+0
*
bpo-35753: Fix crash in doctest with unwrap-able functions (#22981)
Alfred Perlstein
2021-05-05
1
-0/+2
*
Add C-API tests (#25886)
Ken Jin
2021-05-04
1
-0/+2
*
bpo-43961: Fix test_logging.test_namer_rotator_inheritance() (GH-25684)
Victor Stinner
2021-04-28
1
-0/+2
*
bpo-43843: libregrtest uses threading.excepthook (GH-25400)
Victor Stinner
2021-04-16
1
-0/+5
*
bpo-43842: Fix race condition in test_logging SMTP test (GH-25436)
Victor Stinner
2021-04-16
1
-0/+4
*
bpo-43811: Test multiple OpenSSL versions on GHA (GH-25360)
Christian Heimes
2021-04-13
1
-0/+2
*
bpo-4379: Skip TLS 1.0/1.1 tests under OpenSSL 3.0.0 (GH-25304)
Christian Heimes
2021-04-09
1
-0/+2
*
Python 3.10.0a7
v3.10.0a7
Pablo Galindo
2021-04-05
2
-3/+0
*
bpo-37945: Fix test_locale.test_getsetlocale_issue1813() (#25110)
Victor Stinner
2021-03-31
1
-0/+2
*
bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915)
Christian Heimes
2021-03-18
1
-0/+1
*
Python 3.10.0a6
Pablo Galindo
2021-03-01
1
-2/+0
*
bpo-43288: Fix bug in test_importlib test. (GH-24612)
Neil Schemenauer
2021-02-21
1
-0/+2
*
Python 3.10.0a5
Pablo Galindo
2021-02-02
2
-3/+0
*
bpo-40823: Use loadTestsFromTestCase() iso. makeSuite() in sqlite3 tests (GH-...
Erlend Egeberg Aasland
2021-01-07
1
-0/+2
*
Fix broken NEWS markup (GH-24110)
Brandt Bucher
2021-01-05
1
-1/+1
*
bpo-40810: Fix CheckTraceCallbackContent for SQLite pre 3.7.15 (GH-20530)
Erlend Egeberg Aasland
2021-01-04
1
-0/+1
*
Python 3.10.0a4
v3.10.0a4
Pablo Galindo
2021-01-04
8
-10/+0
*
bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037)
Dong-hee Na
2021-01-01
1
-0/+2
[next]