0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Sep 10, 2025 — Sep 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added coerce param to NamedCollection. More... over 16 years ago
added ability to coerce column types on collection init More... over 16 years ago
Fixed bug encountered when adding multiple formatted columns on a collection with multiple rows. More... over 16 years ago
Added calculated columns for NamedCollection. More... over 16 years ago
Added add_calculated_columns method to Collection. More... over 16 years ago
Added missing-coverage detail to 'make test' More... over 16 years ago
Refactored 'new column commit' for simplified 'new column' methods, and actual working transaction order error-correction. More... over 16 years ago
added more stuff to test_commit_group More... over 16 years ago
beefed up test_commit_new_cols More... over 16 years ago
Added test for 'new_cols' transaction commit-instruction. More... over 16 years ago
Check for ValueErrors during commit process (helps resolve solvable errors in NamedCollections) More... over 16 years ago
DependencyResolutionError is now raised when needed. Added test for commit-errors that helped track down this problem. More... over 16 years ago
datalib.transaction doc fixes. More... over 16 years ago
Added tests for _commit_group; fixed bug encountered when grouping with custom function. More... over 16 years ago
simplified _group_commit by keeping the instructions list 1d. More... over 16 years ago
removed unnecessary try/catch More... over 16 years ago
Test transaction._commit_filter More... over 16 years ago
Added test for TransactionAlreadyActiveError. More... over 16 years ago
Added html coverage instructions to readme. More... over 16 years ago
Added test for 'rollback transaction on exception in with-block' functionality More... over 16 years ago
Include doc-tests in makefile test commands More... over 16 years ago
Added make cmd that yields html coverage report. More... over 16 years ago
Added testing section to readme More... over 16 years ago
Added makefile for misc util stuff (just 'test' for now). More... over 16 years ago
Fixed issue of group records having improper number of columns More... over 16 years ago
removed unnecessary hashing stuff - just convert to string and use hash() More... over 16 years ago
Added __hash__ to NamedRecord. Added tests for NamedRecord. Added group-by children membership tests for NamedCollection. More... over 16 years ago
Added tests for indexed record. More... over 16 years ago
Added __hash__ to Record object Added assert for checking groupby child collection membership in original ungrouped collection. More... over 16 years ago
refactored group-by tests. More... over 16 years ago