Format changes, source consolidation
Add support for del and pop()
Change deprecated forms in example code
Add unit_tests.py
Deprecated access to indexed fields using '<tab...
Added pass-thru kwargs to csv_import, to custom...
Remove use of .query() method from how-to
Module docstring cleanup
Tag for 0.9 release
Linux-friendly filename case
Upgrade setup.py
Code/doc markup cleanup
Python 3 compatibility
Add project README file
Tag 0.8 release
Docstring cleanup for better epydoc output
Relabel code and JSON import/export support not...
Cleanup/add pivot_demo.py to distribution
Add json_export and json_import methods to Table.
Add support for Python version-specific install...
Update examples to use sort() instead of query(...
- Added support for '+=' operator, for in-place...
Epydoc cleanup
Updated demo code to show use of count_fn arg t...
Renamed addfield to add_field, for better name ...