Romain Bignon
|
6fcac89dd5
|
first step in python3 support
|
2014-05-17 14:27:55 +02:00 |
|
Laurent Bachelier
|
7094931c92
|
Easy spacing fixes, trailing stuff
Remove useless trailing \
Remove trailing spaces
Add missing empty lines
autopep8 -ir -j2 --select=E301,E302,E502,W291,W293,W391 .
Diff quickly checked.
|
2013-03-16 00:54:55 +01:00 |
|
Florent
|
bad531679a
|
Fix table formatter with 0.6 version
I didn't see a way to only align header...
|
2012-05-21 17:47:34 +02:00 |
|
Romain Bignon
|
f7214e5e62
|
ability to format dicts
|
2012-05-04 16:27:49 +02:00 |
|
Romain Bignon
|
fc849995f4
|
rewrite of the formatters system
|
2012-04-03 22:40:38 +02:00 |
|
Laurent Bachelier
|
3b2bafdf12
|
Centralize "empty" comparisons
And always use "is" instead of "==".
|
2012-03-27 12:14:37 +02:00 |
|
Romain Bignon
|
18dd9e2b8f
|
always flush formatter after calling a command
|
2011-08-12 09:56:30 +02:00 |
|
Romain Bignon
|
7e2bb91b3b
|
change license to AGPLv3+
|
2011-04-08 12:48:07 +02:00 |
|
Romain Bignon
|
16b7b1d9be
|
do not display columns with only None values
|
2010-10-27 23:45:48 +02:00 |
|
Romain Bignon
|
0b646e0e14
|
do not display columns when all values are NotLoaded or NotAvailable
|
2010-10-17 15:01:32 +02:00 |
|
Romain Bignon
|
2968b4f7b6
|
fix: class attributes are shared between instances, do not use them here
|
2010-10-16 19:00:03 +02:00 |
|
Romain Bignon
|
a86a6b2669
|
rewrite formatters management in repl
Commands can use specific default formatters, user can redefine formatters
per commands or globally.
|
2010-10-14 20:09:32 +02:00 |
|
Christophe Benz
|
d384a10810
|
reset queue before return
|
2010-09-27 14:57:26 +02:00 |
|
Christophe Benz
|
4f4897e0f2
|
add formatter command
|
2010-09-23 19:48:52 -04:00 |
|
Christophe Benz
|
cea76a076d
|
bugfix with args
|
2010-08-02 16:35:29 +02:00 |
|
Christophe Benz
|
5547e14e11
|
enhance formatters
|
2010-07-11 22:00:18 +02:00 |
|
Christophe Benz
|
e4b789d340
|
enhance --select, add --no-header option
|
2010-07-10 03:27:41 +02:00 |
|
Christophe Benz
|
5bbe266c8c
|
new HTML formatter using webkit
|
2010-06-30 20:20:25 +02:00 |
|
Christophe Benz
|
470f2a9fe2
|
use real comments for licence header
|
2010-06-22 16:27:33 +02:00 |
|
Christophe Benz
|
504b6c4c77
|
return if no columns (if no results)
|
2010-06-22 16:26:24 +02:00 |
|
Christophe Benz
|
676a95047d
|
enhance formatters, add table formatter
|
2010-06-02 02:01:33 +02:00 |
|