1
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 24 hours ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Test decode() instead of extract() More... about 13 years ago
Use decode() insted of extract() More... about 13 years ago
Remove usage of extract() More... about 13 years ago
No longer need to check if there's an instance More... about 13 years ago
Fall back to the field itself if there's no other instance given More... about 13 years ago
Don't use features that have yet to be written More... about 13 years ago
Properly set the size for CRC32 and Adler32 More... about 13 years ago
_get_value is no longer used anywhere More... about 13 years ago
Don't try to apply class-level arguments that a field doesn't understand More... about 13 years ago
Simplify testing of checksum failures More... about 13 years ago
Make Checksum use the new decoding system More... about 13 years ago
Include the terminator when reading bytes from strings More... about 13 years ago
Fix a test that relies on behavior that's not yet specified More... about 13 years ago
Add a default value of None for reserved fields More... about 13 years ago
Clean up initialization of field arguments More... about 13 years ago
Add preliminary support for default field values More... about 13 years ago
Get values properly while writing to the object as a file More... about 13 years ago
Raise TypeError for unknown field arguments More... about 13 years ago
Remove any trace of get_encoded_name() now that _raw_values works better More... about 13 years ago
Properly store away encoded values when setting arguments More... about 13 years ago
Not necessary to override size now that it's required by default More... about 13 years ago
Fix encoding size if it's a related field More... about 13 years ago
Fix triggers when applied as bound or unbound More... about 13 years ago
Fix field resolution to get the value from the right place More... about 13 years ago
Fix string size to override, rather than replace the original argument More... about 13 years ago
Make Zlib interpret size correctly More... about 13 years ago
Fix usage of callables as field arguments More... about 13 years ago
Fix field resolution on field arguments More... about 13 years ago
Removed any trace of DynamicValue More... about 13 years ago
Revert "Removed any trace of DynamicValue" More... about 13 years ago