0
I Use This!
Inactive

Commits : Listings

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