Commit | Date | |
---|---|---|
[r18705]
by
bugman
Merged revisions 18689-18704 via svnmerge from ........ |
2013-03-08 14:33:31 | Tree |
[r18704]
by
bugman
Python 3 fix for the test_format_table4() unit test of lib.text.table.format_table(). The string representation of the builtin list object is different in Python 2 vs. 3. |
2013-03-08 14:28:19 | Tree |
[r18703]
by
bugman
Rounding error fix for the test_format_table4() unit test of lib.text.table.format_table(). |
2013-03-08 14:21:25 | Tree |
[r18702]
by
bugman
Implemented the custom_format argument for lib.text.table.format_table(). This allows cell contents to be formatted as the user asks. It defaults to standard string |
2013-03-08 14:16:34 | Tree |
[r18701]
by
bugman
Modified the test_format_table4() unit test of lib.text.table.format_table(). This change is to test the currently unimplemented custom_format argument. This will be used to |
2013-03-08 14:15:27 | Tree |
[r18700]
by
bugman
Numbers are now right justified in cells in the lib.text.table.format_table() function. |
2013-03-08 13:57:34 | Tree |
[r18699]
by
bugman
Converted the test_format_table4() unit test of lib.text.table.format_table() to check justification. The right justification of cells with numbers will be implemented to match these changes. |
2013-03-08 13:57:05 | Tree |
[r18698]
by
bugman
The table contents are now all converted to strings in lib.text.table.format_table(). This uses the _convert_to_string() private function. |
2013-03-08 13:43:46 | Tree |
[r18697]
by
bugman
Created a new unit test of lib.text.table.format_table() to check for non-string type data. |
2013-03-08 13:40:16 | Tree |
2013-03-08 13:13:49 | Tree |