| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
git-svn-id: http://prettytable.googlecode.com/svn/trunk@147 0f58610c-415a-11de-9c03-5d6cfad8e937
|
|
|
|
|
|
| |
with coloured strings produced by the Blessings library.
git-svn-id: http://prettytable.googlecode.com/svn/trunk@145 0f58610c-415a-11de-9c03-5d6cfad8e937
|
|
|
|
| |
git-svn-id: http://prettytable.googlecode.com/svn/trunk@143 0f58610c-415a-11de-9c03-5d6cfad8e937
|
|
|
|
| |
git-svn-id: http://prettytable.googlecode.com/svn/trunk@142 0f58610c-415a-11de-9c03-5d6cfad8e937
|
|
|
|
| |
git-svn-id: http://prettytable.googlecode.com/svn/trunk@141 0f58610c-415a-11de-9c03-5d6cfad8e937
|
|
|
|
| |
git-svn-id: http://prettytable.googlecode.com/svn/trunk@140 0f58610c-415a-11de-9c03-5d6cfad8e937
|
|
|
|
| |
git-svn-id: http://prettytable.googlecode.com/svn/trunk@139 0f58610c-415a-11de-9c03-5d6cfad8e937
|
|
|
|
| |
git-svn-id: http://prettytable.googlecode.com/svn/trunk@138 0f58610c-415a-11de-9c03-5d6cfad8e937
|
|
|
|
| |
git-svn-id: http://prettytable.googlecode.com/svn/trunk@137 0f58610c-415a-11de-9c03-5d6cfad8e937
|
|
|
|
|
|
| |
junction characters.
git-svn-id: http://prettytable.googlecode.com/svn/trunk@136 0f58610c-415a-11de-9c03-5d6cfad8e937
|
|
|
|
| |
git-svn-id: http://prettytable.googlecode.com/svn/trunk@134 0f58610c-415a-11de-9c03-5d6cfad8e937
|
|
|
|
| |
git-svn-id: http://prettytable.googlecode.com/svn/trunk@133 0f58610c-415a-11de-9c03-5d6cfad8e937
|
|
|
|
| |
git-svn-id: http://prettytable.googlecode.com/svn/trunk@132 0f58610c-415a-11de-9c03-5d6cfad8e937
|
|
|
|
| |
git-svn-id: http://prettytable.googlecode.com/svn/trunk@130 0f58610c-415a-11de-9c03-5d6cfad8e937
|
|
|
|
|
|
|
| |
Added oldsortslice option to revert to old behaviour for backward compatibility.
git-svn-id: http://prettytable.googlecode.com/svn/trunk@128 0f58610c-415a-11de-9c03-5d6cfad8e937
|
|
|
|
|
|
| |
blank string or an empty frame.
git-svn-id: http://prettytable.googlecode.com/svn/trunk@125 0f58610c-415a-11de-9c03-5d6cfad8e937
|
|
|
|
| |
git-svn-id: http://prettytable.googlecode.com/svn/trunk@122 0f58610c-415a-11de-9c03-5d6cfad8e937
|
|
|
|
|
|
| |
codes when calculating string length.
git-svn-id: http://prettytable.googlecode.com/svn/trunk@121 0f58610c-415a-11de-9c03-5d6cfad8e937
|
|
|
|
|
|
|
|
|
| |
in Issue 22.
Made formatted HTML output more closely mirror ASCII output.
git-svn-id: http://prettytable.googlecode.com/svn/trunk@88 0f58610c-415a-11de-9c03-5d6cfad8e937
|
|
|
|
|
|
|
|
|
| |
validation error.
Fixed bug reported in issue 23, whereby certain constructor keywords, including "border", were effectively ignored.
git-svn-id: http://prettytable.googlecode.com/svn/trunk@87 0f58610c-415a-11de-9c03-5d6cfad8e937
|
|
|
|
| |
git-svn-id: http://prettytable.googlecode.com/svn/trunk@85 0f58610c-415a-11de-9c03-5d6cfad8e937
|
|
|
|
|
|
|
|
|
| |
so that e.g. Japanese field names are rendered correctly.
Added a table of Japanese text to the unit tests to help make sure alignment of CJK characters is handled appropriately.
git-svn-id: http://prettytable.googlecode.com/svn/trunk@84 0f58610c-415a-11de-9c03-5d6cfad8e937
|
|
|
|
|
|
| |
for print() to work, duh!
git-svn-id: http://prettytable.googlecode.com/svn/trunk@83 0f58610c-415a-11de-9c03-5d6cfad8e937
|
|
|
|
|
|
| |
iterator.
git-svn-id: http://prettytable.googlecode.com/svn/trunk@82 0f58610c-415a-11de-9c03-5d6cfad8e937
|
|
|
|
| |
git-svn-id: http://prettytable.googlecode.com/svn/trunk@81 0f58610c-415a-11de-9c03-5d6cfad8e937
|
|
|
|
|
|
|
| |
2) Strip data read from .csv files
git-svn-id: http://prettytable.googlecode.com/svn/trunk@80 0f58610c-415a-11de-9c03-5d6cfad8e937
|
|
|
|
|
|
| |
working for basic Japanese, Russian and Arabic. However, new implementation is quite a bit slower than Kitchen's. Plenty of scope for optimisation.
git-svn-id: http://prettytable.googlecode.com/svn/trunk@79 0f58610c-415a-11de-9c03-5d6cfad8e937
|
|
|
|
|
|
| |
non-Latin characters (e.g. Kanji, Cyrillic, etc.). Note that this has currently been achieved by using a modified version of code from the "kitchen" library. Kitchen is LGPL, and since I had to modify their code (to get Python 3 support working), if I were to distribute the current trunk code it would need to be LGPLed instead of BSD licensed. If I don't want to switch to LGPL for PrettyTable I need to either get permission from everyone who has copyright on the modified code (could be hard) or do a clean room reimplementation. Fun times ahead!
git-svn-id: http://prettytable.googlecode.com/svn/trunk@78 0f58610c-415a-11de-9c03-5d6cfad8e937
|
|
|
|
|
|
| |
can't be encoded using ASCII. Totally lame.
git-svn-id: http://prettytable.googlecode.com/svn/trunk@77 0f58610c-415a-11de-9c03-5d6cfad8e937
|
|
|
|
|
|
| |
formatting. This allows e.g. binary, hex, etc. formatting of integers, scientific notation formatting of floats and other fancy stuff that wasn't possible previously.
git-svn-id: http://prettytable.googlecode.com/svn/trunk@76 0f58610c-415a-11de-9c03-5d6cfad8e937
|
|
|
|
| |
git-svn-id: http://prettytable.googlecode.com/svn/trunk@75 0f58610c-415a-11de-9c03-5d6cfad8e937
|
|
|
|
|
|
|
| |
Fixed a bug affecting use of the "fields" option.
git-svn-id: http://prettytable.googlecode.com/svn/trunk@74 0f58610c-415a-11de-9c03-5d6cfad8e937
|
|
|
|
| |
git-svn-id: http://prettytable.googlecode.com/svn/trunk@73 0f58610c-415a-11de-9c03-5d6cfad8e937
|
|
|
|
|
|
| |
performance tweaks, validation, etc.
git-svn-id: http://prettytable.googlecode.com/svn/trunk@72 0f58610c-415a-11de-9c03-5d6cfad8e937
|
|
|
|
|
|
| |
of Python 3.x from 0.6.1 to trunk.
git-svn-id: http://prettytable.googlecode.com/svn/trunk@71 0f58610c-415a-11de-9c03-5d6cfad8e937
|
|
|
|
|
|
| |
making things much more logical and consistent, and quite a bit faster as a nice bonus.
git-svn-id: http://prettytable.googlecode.com/svn/trunk@70 0f58610c-415a-11de-9c03-5d6cfad8e937
|
|
|
|
|
|
|
|
|
| |
from Anthony Toole. Also made some other changes to validation code and unit testing on the basis of this bug.
2) Repaired Python 3 compatibility, which the switch to StringIO had broken.
git-svn-id: http://prettytable.googlecode.com/svn/trunk@65 0f58610c-415a-11de-9c03-5d6cfad8e937
|
|
|
|
| |
git-svn-id: http://prettytable.googlecode.com/svn/trunk@64 0f58610c-415a-11de-9c03-5d6cfad8e937
|
|
git-svn-id: http://prettytable.googlecode.com/svn/trunk@63 0f58610c-415a-11de-9c03-5d6cfad8e937
|