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
*
gh-109156: Add tests for de-instrumenting instructions with instrumented line...
Tian Gao
2023-09-13
1
-0/+17
*
gh-104736: Fix test_gdb tests on ppc64le with clang (#109360)
Victor Stinner
2023-09-13
1
-0/+8
*
gh-109357: Fix test_monitoring.test_gh108976() (#109358)
Victor Stinner
2023-09-13
1
-0/+1
*
gh-109276: libregrtest: fix work dir on WASI (#109356)
Victor Stinner
2023-09-13
2
-11/+21
*
gh-109276: libregrtest: WASM use stdout for JSON (#109355)
Victor Stinner
2023-09-13
4
-33/+40
*
gh-109276: libregrtest: WASM use filename for JSON (#109340)
Victor Stinner
2023-09-12
6
-140/+273
*
gh-109276: test.pythoninfo gets more test.support data (#109337)
Victor Stinner
2023-09-12
1
-9/+68
*
gh-60283: Check for redefined test names in CI (#109161)
Hugo van Kemenade
2023-09-12
1
-0/+35
*
gh-84867: Do not load tests from TestCase and FunctionTestCase (GH-100497)
Nikita Sobolev
2023-09-12
1
-0/+29
*
gh-109276: libregrtest: fix worker working dir (#109313)
Victor Stinner
2023-09-12
4
-16/+24
*
gh-109256: allocate opcode IDs for internal opcodes in their own range (#109269)
Irit Katriel
2023-09-12
1
-176/+176
*
gh-108303: Move tokenize-related data to Lib/test/tokenizedata (GH-109265)
Nikita Sobolev
2023-09-12
16
-23/+38
*
gh-109276: libregrtest: limit number workers (#109288)
Victor Stinner
2023-09-12
4
-5/+40
*
gh-109276: libregrtest calls random.seed() before each test (#109279)
Victor Stinner
2023-09-12
4
-34/+88
*
gh-109276: libregrtest only checks saved_test_environment() once (#109278)
Victor Stinner
2023-09-12
2
-15/+12
*
gh-109276: Complete test.pythoninfo (#109312)
Victor Stinner
2023-09-12
1
-10/+11
*
gh-109295: Skip test_generated_cases if different mount drives (#109308)
Victor Stinner
2023-09-12
1
-1/+21
*
gh-109295: Fix test_os.test_access_denied() for TEMP=cwd (#109299)
Victor Stinner
2023-09-12
1
-1/+1
*
gh-109295: Clean up multiprocessing in test_asyncio and test_compileall (#109...
Victor Stinner
2023-09-12
2
-3/+10
*
gh-109118: Disallow nested scopes within PEP 695 scopes within classes (#109196)
Jelle Zijlstra
2023-09-12
1
-0/+93
*
gh-109195: fix source location for super load before LOAD_SUPER_ATTR (#109289)
Carl Meyer
2023-09-11
1
-0/+7
*
gh-109214: Rename SAVE_IP to _SET_IP, and similar (#109285)
Guido van Rossum
2023-09-11
1
-2/+2
*
gh-109039: Branch prediction for Tier 2 interpreter (#109038)
Guido van Rossum
2023-09-11
5
-134/+173
*
gh-109179: Fix traceback display for SyntaxErrors with notes (#109197)
Irit Katriel
2023-09-11
1
-21/+22
*
gh-109276: libregrtest: use separated file for JSON (#109277)
Victor Stinner
2023-09-11
5
-36/+81
*
gh-90805: Make sure test_functools works with and without _functoolsmodule (G...
Nikita Sobolev
2023-09-11
1
-30/+28
*
gh-109182: Fix and improve tests for gh-108654 (GH-109189)
Serhiy Storchaka
2023-09-11
1
-18/+28
*
GH-108976. Keep monitoring data structures valid during de-optimization durin...
Mark Shannon
2023-09-11
2
-0/+26
*
Better integration of doctest and unittest in test_ctypes.test_objects (GH-10...
Serhiy Storchaka
2023-09-11
1
-6/+4
*
Test DocTestFinder directly instead of calling support.run_doctest() (GH-108917)
Serhiy Storchaka
2023-09-11
1
-5/+3
*
gh-109162: libregrtest: move code around (#109253)
Victor Stinner
2023-09-11
3
-93/+105
*
gh-109162: libregrtest: use relative imports (#109250)
Victor Stinner
2023-09-11
17
-105/+110
*
gh-109162: libregrtest: rename runtest_mp.py to run_workers.py (#109248)
Victor Stinner
2023-09-11
9
-164/+171
*
gh-109162: libregrtest: fix Logger (#109246)
Victor Stinner
2023-09-11
3
-30/+38
*
gh-109162: libregrtest: add single.py and result.py (#109243)
Victor Stinner
2023-09-11
14
-697/+722
*
gh-109162: libregrtest: add worker.py (#109229)
Victor Stinner
2023-09-10
10
-213/+238
*
gh-109230: test_pyexpat no longer depends on the current directory (#109233)
Victor Stinner
2023-09-10
1
-24/+48
*
gh-109237: Fix test_site for non-ASCII working directory (#109238)
Victor Stinner
2023-09-10
1
-2/+2
*
gh-50644: Forbid pickling of codecs streams (GH-109180)
Serhiy Storchaka
2023-09-10
1
-0/+79
*
gh-109207: Fix SystemError when printing symtable entry object. (GH-109225)
δΊ‘line
2023-09-10
1
-0/+4
*
gh-93627: Align Python implementation of pickle with C implementation of pick...
Pieter Eendebak
2023-09-10
1
-0/+59
*
gh-109174: Add support of SimpleNamespace in copy.replace() (GH-109175)
Serhiy Storchaka
2023-09-10
1
-0/+27
*
gh-109162: libregrtest: add Logger class (#109212)
Victor Stinner
2023-09-10
4
-99/+123
*
gh-109162: libregrtest: add TestResults class (#109208)
Victor Stinner
2023-09-10
3
-274/+306
*
gh-109162: Refactor libregrtest.Regrtest (#109206)
Victor Stinner
2023-09-10
5
-115/+120
*
gh-109162: Refactor libregrtest.runtest_mp (#109205)
Victor Stinner
2023-09-10
4
-56/+57
*
gh-109162: libregrtest: remove WorkerJob class (#109204)
Victor Stinner
2023-09-09
7
-88/+126
*
gh-109162: libregrtest: fix _decode_worker_job() (#109202)
Victor Stinner
2023-09-09
3
-5/+21
*
gh-109162: Refactor libregrtest.RunTests (#109177)
Victor Stinner
2023-09-09
5
-60/+88
*
gh-109050: Remove remaining tests for legacy Unicode C API (GH-109068)
Serhiy Storchaka
2023-09-09
5
-145/+1
[next]