1
I Use This!
Inactive

Commits : Listings

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