index
:
delta/python-prettytable.git
0.5
0.6
0.7
baserock/morph
master
prettytable.googlecode.com: Obsolete (use python-prettytable-ptable)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
prettytable.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for issue 55 - constructor argument float_format not working as intended
HEAD
master
john.filleau@gmail.com
2014-07-06
1
-40
/
+112
*
Added 0x000f to the list of special characters with width 0, to fix problems ...
luke@maurits.id.au
2014-05-16
1
-1
/
+1
*
First implementation of paginate method.
luke@maurits.id.au
2013-10-07
1
-0
/
+13
*
Handle colspan in from_html.
luke@maurits.id.au
2013-10-07
1
-0
/
+10
*
Add padding to titles and make table expand to fit title if necessary.
luke@maurits.id.au
2013-10-07
1
-7
/
+18
*
Initial implementation of min/max_table_width.
luke@maurits.id.au
2013-10-07
1
-3
/
+52
*
Initial implementation of min_width.
luke@maurits.id.au
2013-10-07
1
-1
/
+14
*
Added title to example table.
luke@maurits.id.au
2013-10-07
1
-0
/
+1
*
Get rid of weird formatting characters in example table.
luke@maurits.id.au
2013-10-07
1
-2
/
+2
*
Improvements to title generation, especially do not include spurious junction...
luke@maurits.id.au
2013-10-07
1
-12
/
+15
*
Print title when making HTML table.
luke@maurits.id.au
2013-10-06
1
-0
/
+17
*
User property and property.setter decorators for attributes.
luke@maurits.id.au
2013-10-06
1
-94
/
+116
*
Added title attribute/option.
luke@maurits.id.au
2013-10-05
1
-4
/
+37
*
Accept CSV format parameters as keyword arguments to from_csv.
luke@maurits.id.au
2013-10-05
1
-3
/
+11
*
Fixed sorting/slicing so that they happen in the more obvious order.
luke@maurits.id.au
2013-05-14
1
-7
/
+29
*
Added print_empty option to control whether or not emtpy tables result in a b...
luke@maurits.id.au
2013-04-06
1
-5
/
+32
*
Added xhtml option to control linebreak element produced by get_html_string().
luke@maurits.id.au
2013-02-19
1
-8
/
+27
*
Copied 0.7-RELEASE code from 0.7 branch to trunk.\n\nDon't count ANSI color c...
luke@maurits.id.au
2013-02-19
1
-48
/
+160
*
Implemented the totally unobjectionable parts of the enhancement suggested in...
luke@maurits.id.au
2013-01-22
1
-20
/
+78
*
Fixed bug reported in issue 19, whereby "pt.sortby = None" returned a validat...
luke@maurits.id.au
2013-01-21
1
-32
/
+76
*
Fix simple bug regarding initialisation of int_format for new tables.
luke@maurits.id.au
2012-08-02
1
-1
/
+1
*
Made sure field name widths are calculated using the new Unicode-aware code s...
luke@maurits.id.au
2012-07-26
1
-6
/
+16
*
Fixed Python 3 compatibility bug - Py3k requires __str__ to return unicode fo...
luke@maurits.id.au
2012-07-04
1
-2
/
+6
*
Fixed small Python 3 compatibility issue, regarding calling .next() on an ite...
luke@maurits.id.au
2012-07-04
1
-1
/
+1
*
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
1
-10
/
+10
*
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
*
1) Fixed a bug regarding validation of max_width, on the basis of an email fr...
luke@maurits.id.au
2012-05-18
1
-5
/
+6
*
Build table strings using cStringIO, for best performance with large tables.
luke@maurits.id.au
2012-05-16
1
-9
/
+21
*
Updated trunk to mirror 0.6 branch.
luke@maurits.id.au
2012-05-16
1
-0
/
+1068