Commit | Date | |
---|---|---|
[r18707]
by
bugman
The lib.text.table.format_table() function can now create a table without headers. |
2013-03-08 14:47:12 | Tree |
[r18706]
by
bugman
Created the test_format_table5() unit test for lib.text.table.format_table(). This test checks what happens if no header is given to format_table(). This currently fails. |
2013-03-08 14:46:30 | Tree |
[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 |