index
:
delta/python-packages/tablib.git
ci
develop
feature-cli-format
feature/apache
feature/xls-width
fix/unicode_append
import_export
jazzband-releases
master
project_urls
python2
rm-manifest
github.com: kennethreitz/tablib.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tablib
/
core.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
DataBook().load function params error
cls1991
2017-10-24
1
-1
/
+1
*
v0.11.3
v0.11.3
Kenneth Reitz
2016-02-16
1
-2
/
+2
*
v0.11.2
v0.11.2
Kenneth Reitz
2016-02-16
1
-2
/
+2
*
Fix export only formats
Timo Furrer
2016-02-15
1
-2
/
+3
*
v0.11.1, fix packaging error
v0.11.1
Kenneth Reitz
2016-02-07
1
-2
/
+2
*
v0.11.0
Kenneth Reitz
2016-02-07
1
-4
/
+4
*
smarter detect_format function
Kenneth Reitz
2016-02-07
1
-41
/
+26
*
fix __unicode__
Kenneth Reitz
2016-02-07
1
-3
/
+6
*
Fix for transpose().transpose() with duplicate keys
Kenneth Reitz
2016-02-07
1
-3
/
+3
*
cleanup
Kenneth Reitz
2016-02-07
1
-0
/
+1
*
Merge branch 'develop' into import_export
Kenneth Reitz
2016-02-07
1
-11
/
+87
|
\
|
*
/s/unique/remove_duplicates
Kenneth Reitz
2016-02-07
1
-6
/
+6
|
*
Merge pull request #182 from cherepski/develop
Kenneth Reitz
2016-02-07
1
-0
/
+7
|
|
\
|
|
*
Adding ability to unique all rows in a dataset.
Kevin Cherepski
2015-02-04
1
-0
/
+7
|
*
|
Merge branch 'develop' of https://github.com/rabinnankhwa/tablib into develop
Kenneth Reitz
2016-02-07
1
-8
/
+42
|
|
\
\
|
|
*
|
filter row and column values
rabinnankhwa
2014-08-31
1
-0
/
+4
|
|
*
|
adding support for creating subset of a dataset.
rabinnankhwa
2014-08-30
1
-0
/
+36
|
|
*
|
used get method of dictionary instead of exception handling
rabinnankhwa
2014-08-30
1
-8
/
+2
|
|
*
|
__getslice__ method of Row classcorrected
rabinnankhwa
2014-08-30
1
-1
/
+1
|
*
|
|
Merge branch 'develop' of https://github.com/papisz/tablib into develop
Kenneth Reitz
2016-02-07
1
-0
/
+2
|
|
\
\
\
|
|
*
|
|
CSV custom delimiter support
papisz
2014-04-09
1
-0
/
+2
|
*
|
|
|
Merge branch 'latex-export' of https://github.com/mloesch/tablib into develop
Kenneth Reitz
2016-02-07
1
-0
/
+10
|
|
\
\
\
\
|
|
*
|
|
|
Added LaTeX table export format
Mathias Loesch
2015-06-04
1
-0
/
+10
|
*
|
|
|
|
Small documentation fix in Dataset class
Daniel Harms
2015-11-10
1
-1
/
+1
|
|
/
/
/
/
|
*
|
|
|
Fixes Row slicing. Fixes #184.
Thomas Roten
2015-03-28
1
-1
/
+1
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Fix JSON import example
Alex Marandon
2014-10-03
1
-1
/
+1
|
*
|
|
Cleaning up DBF documentation
James Douglass
2014-09-05
1
-4
/
+5
|
|
|
/
|
|
/
|
|
*
|
Adding DBF support.
James Douglass
2014-08-21
1
-0
/
+23
*
|
|
New import/export interface with dataset and databook `import_` and `export` ...
import_export
Iuri de Silvio
2015-04-05
1
-14
/
+78
|
/
/
*
|
v0.10.0
Kenneth Reitz
2014-05-27
1
-4
/
+4
|
/
*
Maintain dataset title after sort.
Iuri de Silvio
2014-01-11
1
-2
/
+2
*
Merge pull request #76 from djv/develop
Kenneth Reitz
2014-01-08
1
-0
/
+2
|
\
|
*
xls and xlsx import support
Daniel Velkov
2012-06-01
1
-0
/
+2
*
|
Merge pull request #131 from fusionbox/quotes
Kenneth Reitz
2014-01-08
1
-4
/
+4
|
\
\
|
*
|
remove extraneous quote marks
Gavin Wahl
2013-11-13
1
-4
/
+4
*
|
|
Merge pull request #129 from lexual/dataset_typo_fix
Kenneth Reitz
2014-01-08
1
-2
/
+2
|
\
\
\
|
*
|
|
fix misspelling. hundres -> hundreds.
lexual
2013-11-08
1
-2
/
+2
|
|
/
/
*
|
|
Add pass to json property.
Olle Lundberg
2013-11-11
1
-0
/
+1
|
/
/
*
|
Merge pull request #68 from msabramo/python3
Kenneth Reitz
2012-11-15
1
-6
/
+8
|
\
\
|
|
/
|
/
|
|
*
Changes for Python 3 compatibility, including vendorizing xlrd3
Marc Abramowitz
2012-05-15
1
-6
/
+8
*
|
Generic method import_book (similar to import_set) to import data into Databo...
xando
2012-05-16
1
-0
/
+13
|
/
*
Databook.add_sheet accepts Dataset subclasses
Kuba Janoszek
2012-03-13
1
-1
/
+1
*
ref #48. makes Dataset more like a duck with extend()
mellort
2012-01-28
1
-0
/
+8
*
Render table in Markdown format on unicode(dataset). Closes #41.
Alexander Artemenko
2011-10-16
1
-0
/
+17
*
really need to use testing branches..
Kenneth Reitz
2011-08-15
1
-1
/
+1
*
a column w/ no length could work
Kenneth Reitz
2011-08-11
1
-6
/
+9
*
Throwing InvalidDimensions when append_col with header is called but only hea...
Mike Waldner
2011-08-10
1
-0
/
+6
*
Merge branch 'append_col_docs' of https://github.com/mawaldne/tablib into dev...
Kenneth Reitz
2011-08-09
1
-24
/
+28
|
\
|
*
Adding documentation changes for append_col
Mike Waldner
2011-08-09
1
-24
/
+28
*
|
Merge branch 'fix_pickle_bug_2' of https://github.com/cswegger/tablib into de...
Kenneth Reitz
2011-07-14
1
-2
/
+9
|
\
\
[next]