0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 19, 2023 — May 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
move mutable attributes into the instance from the class! More... about 14 years ago
correct variable name More... about 14 years ago
take advantage of new ragged rows functionality More... about 14 years ago
Get tests passing with trunk xlrd and xlwt: - deal with ragged rows flag in DummyBook - return zoom defaults to what they should be :-) More... about 14 years ago
Use less memory when using MemoryLogger (oh, the irony!) More... over 14 years ago
preparing for 1.4.1 release More... over 14 years ago
more efforts to control memory usage in big batch filtering More... over 14 years ago
bring the benefits of MethodFilter speed improvements to all BaseFilter-based classes More... over 14 years ago
Further speed optimisation for MethodFilters. More... over 14 years ago
- make cmp of MethodFilters not blow up - maybe slight speed optimisation More... over 14 years ago
a better url. More... almost 15 years ago
d'oh. More... almost 15 years ago
Preparing for 1.4.0 release. More... almost 15 years ago
Document the way to save memory. More... almost 15 years ago
correct docs More... almost 15 years ago
- add sheet density information - add onesheet option - add an entry point More... almost 15 years ago
remove another unused import. More... almost 15 years ago
remove unused import. More... almost 15 years ago
Make ColumnTrimmer use less memory. More... almost 15 years ago
Make buildout friendly... More... almost 15 years ago
bump version. More... almost 15 years ago
have DummyBook support sheet_by_name More... almost 15 years ago
- test that boolean cells copy okay - as they do, remove boolean cells as a trigger in ErrorFilter More... almost 15 years ago
- make BaseReader open with on_demand=True - make ErrorFilter open with on_demand=False due to tempfile deleting problems on Windows :-( More... almost 15 years ago
support on_demand opening in base reader. More... almost 15 years ago
py is more useful if it has all the testing bits too! More... almost 15 years ago
Fix bug when copying error cells. More... almost 15 years ago
update copyright. More... almost 15 years ago
- require the latest versions of xlwt and xlrd so we can get their benefits. - make a best guess at setting the active sheet in xlutils.filter.BaseWriter as xlrd doesn't pass the WINDOW1 record - add test and fix for show_zero_values change in xlwt 0.7.2 - make passing rows optional in xlutils.tests.fixtures.make_book - add more flexibility to BaseWriter tests for where we expect copied to be different from source. More... almost 15 years ago
make error reporting on test failure the right way round. More... almost 15 years ago