0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 21, 2024 — Jun 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
start moving display stuff into ui.py More... about 19 years ago
use stat object attributes rather than the tuple interface More... about 19 years ago
move FileInfoCache into cfv.caching module More... about 19 years ago
move FileInfoCache into cfv.caching module More... about 19 years ago
move the filtering of which files should be tested out of FileInfoCache into new FileNameFilter class More... about 19 years ago
rename FileInfoCache.stdin to stdin_finfo More... about 19 years ago
move get_path_key into FileInfoCache class More... about 19 years ago
fix partial removal of python 2.1 compatibility: s/_realpath/os.path.realpath/ More... about 19 years ago
fix whitespace in docstring More... about 19 years ago
add docstring/doctests for strippath More... about 19 years ago
add doctests for path_split, fix behaviour on filename with a trailing slash More... about 19 years ago
import modules for doctest automatically rather than with a hardcoded list More... about 19 years ago
copy testdata to temp dir in order to avoid .svn dirs breaking some tests More... about 19 years ago
move test data files into testdata subdir, create unchecked.dat file to stand in for previous use of test.py in tests More... about 19 years ago
remove .cvsignore files, remove old test.log svnignore in testdir More... about 19 years ago
add need_reload arg to runcfv_exe so that external test mode works again More... about 19 years ago
allow test.py to be run from any dir, not just the test dir More... about 19 years ago
move nocase_findfile into FileInfoCache class More... about 19 years ago
move strippath into osutil.py More... about 19 years ago
move path_split into osutil.py More... about 19 years ago
move PeekFile* and doopen_* into new fileutil module More... about 19 years ago
move path_join into osutil.py More... about 19 years ago
move do_f_* functions into ChksumType class More... about 19 years ago
remove compatibility hacks for python < 2.3 More... about 19 years ago
remove compatibility hacks for python 2.2 More... about 19 years ago
only reload cfv.hash once per run of setcfv, rather than every time More... about 19 years ago
don't write test temp files to source dir More... about 19 years ago
save test.log to tempdir, not in source tree More... about 19 years ago
fix error from moving code into own osutil module but still refering to osutil in the code More... about 19 years ago
use augmented assignment in more places (that the other change missed) More... about 19 years ago