| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Mentioned from_html and valign. | luke@maurits.id.au | 2013-02-08 | 0 | -0/+0 |
| * | Test from_html. Also, rename a from_db_cursor test to begin with test so tha... | luke@maurits.id.au | 2013-02-08 | 0 | -0/+0 |
| * | Initial import of from_html patch provided by Christoph Robbert. | luke@maurits.id.au | 2013-02-08 | 0 | -0/+0 |
| * | Updated __version__. | luke@maurits.id.au | 2013-02-07 | 0 | -0/+0 |
| * | Restored 3.x compatibility which was broken in an effort to reintroduce 2.4 a... | luke@maurits.id.au | 2013-02-07 | 0 | -0/+0 |
| * | Restored 3.x compatibility (StringIO is gone). Test table slicing more thoro... | luke@maurits.id.au | 2013-02-07 | 0 | -0/+0 |
| * | Restored complete Python 2.4 compatibility by rewriting __getitem__. Kind of... | luke@maurits.id.au | 2013-02-07 | 0 | -0/+0 |
| * | Restore complete Python2.5 compatibility. | luke@maurits.id.au | 2013-02-07 | 0 | -0/+0 |
| * | Don't try to use sqlite if it's not there (e.g. Py2.4). | luke@maurits.id.au | 2013-02-07 | 0 | -0/+0 |
| * | Stylistic improvement: use dict.get(,), not an if statement. | luke@maurits.id.au | 2013-02-07 | 0 | -0/+0 |
| * | Pass kwargs arguments from from_csv to PrettyTable constructor. | luke@maurits.id.au | 2013-02-07 | 0 | -0/+0 |
| * | Test CSV consructor. | luke@maurits.id.au | 2013-02-07 | 0 | -0/+0 |
| * | Handle calling from_db_cursor after non-SELECT execution, and pass keyword ar... | luke@maurits.id.au | 2013-02-07 | 0 | -0/+0 |
| * | Fixed misdocumentation of from_db_cursor function. | luke@maurits.id.au | 2013-02-07 | 0 | -0/+0 |
| * | Tagging 0.7-RC01. | luke@maurits.id.au | 2013-01-22 | 0 | -0/+0 |
| * | Creating 0.7 branch. | luke@maurits.id.au | 2013-01-22 | 0 | -0/+0 |
| * | Updated CHANGELOG in preparation for 0.7. | luke@maurits.id.au | 2013-01-22 | 1 | -3/+17 |
| * | Updated README to discuss new features. | luke@maurits.id.au | 2013-01-22 | 1 | -12/+37 |
| * | Implemented the totally unobjectionable parts of the enhancement suggested in... | luke@maurits.id.au | 2013-01-22 | 2 | -27/+85 |
| * | Fixed bug reported in issue 19, whereby "pt.sortby = None" returned a validat... | luke@maurits.id.au | 2013-01-21 | 2 | -32/+99 |
| * | Corrected example at top of tutorial, which used outdated < 0.6 syntax. | luke@maurits.id.au | 2013-01-21 | 0 | -0/+0 |
| * | Fix simple bug regarding initialisation of int_format for new tables. | luke@maurits.id.au | 2012-08-02 | 2 | -1/+4 |
| * | Made sure field name widths are calculated using the new Unicode-aware code s... | luke@maurits.id.au | 2012-07-26 | 2 | -7/+38 |
| * | Fixed Python 3 compatibility bug - Py3k requires __str__ to return unicode fo... | luke@maurits.id.au | 2012-07-04 | 2 | -7/+11 |
| * | Fixed small Python 3 compatibility issue, regarding calling .next() on an ite... | luke@maurits.id.au | 2012-07-04 | 2 | -1/+6 |
| * | Substantially sped up the Unicode block width code! | luke@maurits.id.au | 2012-07-03 | 1 | -5/+6 |
| * | 1) Fixed width calculation for katakana | luke@maurits.id.au | 2012-07-03 | 1 | -22/+27 |
| * | Removed and/or replaced all encumbered LGPL code from Kitchen. Seems to be w... | luke@maurits.id.au | 2012-07-03 | 1 | -168/+23 |
| * | Lots of work to support appropriate alignment/padding/etc. of text using non-... | luke@maurits.id.au | 2012-07-02 | 1 | -10/+201 |
| * | Removed all use of StringIO because it can't handle Unicode characters that c... | luke@maurits.id.au | 2012-07-01 | 1 | -70/+68 |
| * | Switched int_format and float_format to use fancy new Python string formattin... | luke@maurits.id.au | 2012-07-01 | 2 | -14/+14 |
| * | Added header_style option. | luke@maurits.id.au | 2012-06-29 | 1 | -5/+37 |
| * | First implementation of DB cursor factory. | luke@maurits.id.au | 2012-06-29 | 1 | -4/+10 |
| * | Added initial implementation of CSV factory. | luke@maurits.id.au | 2012-06-29 | 1 | -0/+25 |
| * | Lots of miscellaneous improvements: reduction of code duplication, performanc... | luke@maurits.id.au | 2012-06-29 | 1 | -46/+72 |
| * | Copied the fix for different cgi escaping libraries for different versions of... | luke@maurits.id.au | 2012-06-27 | 1 | -2/+4 |
| * | Substantially tidied up the logic of the non-HTML stringify functions, making... | luke@maurits.id.au | 2012-06-27 | 1 | -48/+27 |
| * | Edited wiki page Tutorial through web user interface. | luke@maurits.id.au | 2012-06-17 | 0 | -0/+0 |
| * | Tagging 0.6.1 release | luke@maurits.id.au | 2012-06-03 | 0 | -0/+0 |
| * | Updated CHANGELOG for 0.6.1. | luke@maurits.id.au | 2012-06-03 | 0 | -0/+0 |
| * | 1) Fixed Python 3.x incompatibility - html.escape is 3.2 only, so use cgi.esc... | luke@maurits.id.au | 2012-06-03 | 0 | -0/+0 |
| * | 1) Fixed a bug regarding validation of max_width, on the basis of an email fr... | luke@maurits.id.au | 2012-05-18 | 3 | -5/+43 |
| * | Build table strings using cStringIO, for best performance with large tables. | luke@maurits.id.au | 2012-05-16 | 2 | -10/+22 |
| * | Updated trunk to mirror 0.6 branch. | luke@maurits.id.au | 2012-05-16 | 5 | -5/+471 |
| * | Added MANIFEST.in file to pull in CHANGELOG, COPYING and README. Updated set... | luke@maurits.id.au | 2012-05-16 | 0 | -0/+0 |
| * | Added license information to setup.py | luke@maurits.id.au | 2012-05-06 | 0 | -0/+0 |
| * | Added link to Tutorial 0.6 | luke@maurits.id.au | 2012-05-06 | 0 | -0/+0 |
| * | Tagging 0.6-RELEASE | luke@maurits.id.au | 2012-05-06 | 0 | -0/+0 |
| * | Rearranged directory structure so that COPYING, README, etc. get included in ... | luke@maurits.id.au | 2012-05-06 | 0 | -0/+0 |
| * | * Removed some old references to caching in docstrings | luke@maurits.id.au | 2012-05-06 | 0 | -0/+0 |