4.x
python: discover tests from module/misc/python/test paths
fix python test runner wildcard handling
Fix spelling typos
core: Async API / AsyncArray
python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
python: replace numpy.full() to support numpy<1.13
cuda: Fix GpuMat::copyTo and GpuMat::converTo python bindings
Merge pull request #13415 from alalek:issue_13406
port base64 encoding from 3.4
Merge pull request #19668 from asmorkalov:as/filesystem_py
Merge pull request #20584 from AleksandrPanov:fix_HoughCircles_ALT_dimensions
Merge pull request #19423 from LaurentBerger:houg_acc
Merge pull request #24415 from thewoz:imread
feat: update conversion logic for `std::vector<T>` in Python bindings
python: cv.Mat wrapper over numpy.ndarray
Merge pull request #25643 from cpoerschke:issue-25635-find-existing-file-tests
Merge pull request #23691 from dkurt:pycv_float16_fixes
Update findContours parameter type
Merge pull request #22959 from feuerste:parallel_mertens
Merge pull request #24250 from dkurt:ts_fixture_constructor_skip_2
Remove references to deprecated NumPy type aliases.