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-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
*
bpo-42199: Fix bytecode_helper assertNotInBytecode (#23031)
Max Bernstein
2020-12-18
1
-0/+1
*
bpo-31904: Skip some asyncio tests on VxWorks (#23815)
pxinwr
2020-12-17
1
-0/+1
*
bpo-31904: Skip some tests of changing owner in _test_all_chown_common() on V...
pxinwr
2020-12-15
1
-0/+1
*
bpo-31904: Disable os.popen and popen test cases on VxWorks (GH-21687)
pxinwr
2020-12-15
1
-0/+1
*
bpo-42641: Enhance test_select.test_select() (GH-23782)
Victor Stinner
2020-12-15
1
-0/+2
*
bpo-41439: Skip test_ssl and test_uuid tests if fork() is not supported (GH-2...
pxinwr
2020-12-08
1
-0/+1
*
bpo-41443: Add more attribute checking in test_posix (GH-21688)
pxinwr
2020-12-08
1
-0/+1
*
Python 3.10.0a3
v3.10.0a3
Pablo Galindo
2020-12-07
12
-16/+0
*
bpo-31904: fix test_doctest.py failures for VxWorks (GH-23419)
pxinwr
2020-12-04
1
-0/+1
*
bpo-41473: Reenable test_gdb on gdb 9.2 and newer (GH-23637)
Victor Stinner
2020-12-04
1
-0/+3
*
bpo-42553: Fix test_asyncio.test_call_later() (GH-23627)
Victor Stinner
2020-12-03
1
-0/+3
*
bpo-31904: Fix test_netrc for VxWorks RTOS (GH-21675)
pxinwr
2020-12-01
1
-0/+1
*
bpo-31904: Fix fifo test cases for VxWorks (GH-20254)
pxinwr
2020-12-01
1
-0/+1
*
bpo-31904: skip some tests related to fifo on VxWorks (GH-23473)
pxinwr
2020-11-28
1
-0/+1
*
bpo-31904: add shell requirement for test_pipes (GH-23489)
pxinwr
2020-11-28
1
-0/+1
*
skip test_test of test_mailcap on VxWorks (GH-23507)
pxinwr
2020-11-28
1
-0/+1
*
skip test_getaddrinfo_ipv6_scopeid_symbolic and test_getnameinfo_ipv6_scopeid...
pxinwr
2020-11-28
1
-0/+1
*
bpo-31904: Fix test_os.test_getcwd_long_path() failure for VxWorks (GH-20256)
pxinwr
2020-11-28
1
-0/+1
*
bpo-41561: skip test_min_max_version_mismatch (GH-22308)
Christian Heimes
2020-11-18
1
-0/+1
*
bpo-40754: Adds _testinternalcapi to Windows installer for test suite (GH-23271)
Steve Dower
2020-11-13
1
-0/+1
*
Python 3.10.0a2
v3.10.0a2
Pablo Galindo
2020-11-03
4
-6/+0
*
bpo-41739: Fix test_logging.test_race_between_set_target_and_flush() (GH-22655)
Victor Stinner
2020-10-11
1
-0/+2
[next]