index
:
delta/python-prettytable-ptable.git
develop
feature/support-wrapping-options
master
release/0.8
release/0.9
github.com: kxxoling/PTable.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'hotfix/travis-install'
travis-install
kxxoling
2015-05-02
1
-0
/
+9
|
\
|
*
Remove wrong travis install command
kxxoling
2015-05-02
1
-4
/
+0
|
*
Merge branch 'develop' into hotfix/travis-install
kxxoling
2015-05-02
1
-0
/
+13
|
|
\
|
/
/
|
*
Add travis config
kxxoling
2015-05-02
1
-0
/
+13
*
|
Merge branch 'release/0.9.0'
kxxoling
2015-05-01
11
-266
/
+358
|
\
\
|
|
/
|
*
Create .gitignore
kxxoling
2015-05-01
1
-0
/
+20
|
*
Create a Makefile
kxxoling
2015-05-01
1
-0
/
+31
|
*
Update meta data
kxxoling
2015-05-01
2
-2
/
+2
|
*
Merge branch 'feature/cli-support' into develop
kxxoling
2015-05-01
3
-2
/
+33
|
|
\
|
|
*
Update change log about cli support
kxxoling
2015-05-01
1
-0
/
+4
|
|
*
Add a simple command line support
kxxoling
2015-05-01
2
-2
/
+29
|
|
/
|
*
Merge branch 'feature/split-prettytable-module' into develop
Kane Blueriver
2015-04-30
7
-263
/
+273
|
|
\
|
|
*
Move factory funcs to factory.py; specify imports.
Kane Blueriver
2015-04-30
4
-144
/
+151
|
|
*
Split prettytable.py to prettytable module; move main test func to test modul...
Kane Blueriver
2015-04-30
6
-121
/
+124
|
|
/
|
*
Merge branch 'hotfix/fix-README.rst' into develop
Kane Blueriver
2015-04-30
1
-372
/
+483
|
|
\
|
*
\
Merge branch 'release/0.8.0' into develop
Kane Blueriver
2015-04-28
4
-210
/
+244
|
|
\
\
*
|
\
\
Merge branch 'hotfix/fix-README.rst'
Kane Blueriver
2015-04-30
1
-372
/
+483
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Using google support tool to convert wiki file to md, then convert it to rst ...
Kane Blueriver
2015-04-30
1
-372
/
+483
|
/
/
/
*
|
|
Merge branch 'release/0.8.0'
Kane Blueriver
2015-04-28
4
-210
/
+244
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Fix tests
release/0.8
Kane Blueriver
2015-04-28
1
-0
/
+2
|
*
|
Reformat
Kane Blueriver
2015-04-28
4
-211
/
+243
|
|
/
|
*
Merge branch 'hotfix/fix-README' into develop
Kane Blueriver
2015-04-28
2
-1
/
+1
|
|
\
*
|
\
Merge branch 'hotfix/fix-README'
Kane Blueriver
2015-04-28
2
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Move README to README.rst
Kane Blueriver
2015-04-28
2
-1
/
+1
|
/
*
Merge branch 'hotfix/clear-blank-spaces'
Kane Blueriver
2015-04-28
2
-27
/
+27
|
\
|
*
Clean all the blank spaces at the end of a line
Kane Blueriver
2015-04-28
2
-27
/
+27
|
/
*
Fix for issue 55 - constructor argument float_format not working as intended
john.filleau@gmail.com
2014-07-06
2
-41
/
+114
*
Modified first example to show how to correctly import the PrettyTable class....
luke@maurits.id.au
2014-05-16
0
-0
/
+0
*
Added 0x000f to the list of special characters with width 0, to fix problems ...
luke@maurits.id.au
2014-05-16
1
-1
/
+1
*
Fixed typos, as reported by Nick Chammas. Thanks, Nick!
luke@maurits.id.au
2014-02-19
0
-0
/
+0
*
First implementation of paginate method.
luke@maurits.id.au
2013-10-07
2
-0
/
+15
*
Handle colspan in from_html.
luke@maurits.id.au
2013-10-07
2
-0
/
+12
*
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
2
-4
/
+54
*
Initial implementation of min_width.
luke@maurits.id.au
2013-10-07
2
-1
/
+15
*
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
*
Document title functionality.
luke@maurits.id.au
2013-10-06
1
-0
/
+1
*
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
2
-4
/
+46
*
Document previous work on changing slice/sort order.
luke@maurits.id.au
2013-10-05
1
-0
/
+4
*
Accept CSV format parameters as keyword arguments to from_csv.
luke@maurits.id.au
2013-10-05
2
-3
/
+16
*
Add shebang line and set executable.
luke@maurits.id.au
2013-10-05
1
-0
/
+1
*
Fixed sorting/slicing so that they happen in the more obvious order.
luke@maurits.id.au
2013-05-14
2
-7
/
+41
*
Tagging 0.7.2 release.
luke@maurits.id.au
2013-04-07
0
-0
/
+0
*
Backporting print_empty feature from trunk.
luke@maurits.id.au
2013-04-06
0
-0
/
+0
*
Added print_empty option to control whether or not emtpy tables result in a b...
luke@maurits.id.au
2013-04-06
2
-5
/
+51
*
Tagging 0.7.1 release.
luke@maurits.id.au
2013-02-25
0
-0
/
+0
[next]