openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
C
cfv
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
2 days
ago. based on code collected
3 days
ago.
Jun 21, 2024 — Jun 21, 2025
Showing page 4 of 13
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
improve error message when the type isn't recognized and the encoding was wrong too
Matthew Mueller
More...
over 20 years ago
run unittests from test.py
Matthew Mueller
More...
over 20 years ago
fix all_unittests_suite() to work on older python versions
Matthew Mueller
More...
over 20 years ago
add function to load all unittests and doctests at once, and make running cfvtest.py use that func
Matthew Mueller
More...
over 20 years ago
decode torrent comment field (add test file forgotten in original commit)
Matthew Mueller
More...
over 20 years ago
decode torrent comment field
Matthew Mueller
More...
over 20 years ago
move test initialization stuff into its own module (cfvtest.py), so that all tests can easily utilize the same base
Matthew Mueller
More...
over 20 years ago
Print help output to stdout under non-error conditions. (Requested by Simon Howard)
Matthew Mueller
More...
over 20 years ago
fix import hack to save compiled bytecode in cfv.pyc instead of cfvc
Matthew Mueller
More...
over 20 years ago
make lchoplen and rchoplen handle wide characters and combining characters
Matthew Mueller
More...
over 20 years ago
use from X import Y as Z syntax instead of seperate import and assignment
Matthew Mueller
More...
over 20 years ago
use __version__ instead of version for cfv version. Matches existing conventions and also removes some shadowing by other functions that have local version variables
Matthew Mueller
More...
over 20 years ago
Remove some occurances of shadowing builtins (file, object, id). Also fixes many places that were confusingly using the variable name "file" for storing a filename.
Matthew Mueller
More...
over 20 years ago
remove encoding option from cfvrc, it makes no sense to set it globally
Matthew Mueller
More...
over 20 years ago
autodetect text checksum file encodings if they have a unicode BOM
Matthew Mueller
More...
over 20 years ago
increase amount of peeking at commentlines from 128 to 512 bytes, since with encoded text multiple bytes may give only a single character
Matthew Mueller
More...
over 20 years ago
move comment chopping into rchoplen func, to reduce duplication and pave the way for unicode width-aware chopping
Matthew Mueller
More...
over 20 years ago
fix codec_supports_readline to detect failure of utf-16 on python < 2.3 with UnicodeError instead of NotImplementedError
Matthew Mueller
More...
over 20 years ago
Fix creation with stateful encodings (eg, utf-16)
Matthew Mueller
More...
over 20 years ago
use os.linesep instead of defining our own endl
Matthew Mueller
More...
over 20 years ago
remove zip compatibility func for python < 2.0
Matthew Mueller
More...
over 20 years ago
update minimum supported python version to 2.0. (Weird testcase failures on 1.6, and I'd like to start using some newer features too.)
Matthew Mueller
More...
over 20 years ago
Full unicode awareness. Work is done internally in unicode, only translating to encoded form on input/output. Python >= 2.3 is required for full support. Added --encoding option. Specifying --encoding=raw will allow working with broken filenames. Torrent files now default to UTF-8 filename encoding, and specify the encoding field in the metainfo. Split TextChksumType subclass off of ChksumType for textfile specific functionality. Check filename validity before writing to chksum file, previously filenames with newlines in them would write without error but then (of course) could not be tested.
Matthew Mueller
More...
over 20 years ago
change PY2EXEDIR to match my new method of buliding
Matthew Mueller
More...
over 20 years ago
fifos can have a non-zero size, so just make the progress meter check if the file is a normal file or not.
Matthew Mueller
More...
over 20 years ago
prepare for 1.18.1 release
Matthew Mueller
More...
over 20 years ago
Make -t help (or -t with unknown type) print list of types, with descriptions.
Matthew Mueller
More...
over 20 years ago
Sort list of checksum types in --help output.
Matthew Mueller
More...
over 20 years ago
Fix progress meter spew when checksumming special files
Matthew Mueller
More...
over 20 years ago
Fix TypeError when using progress meter and checksumming stdin.
Matthew Mueller
More...
over 20 years ago
←
1
2
3
4
5
6
7
8
9
…
12
13
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree