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
*
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
|
\
\
|
*
|
Fix also __slots__ to ensure proper unpickling
Luca Beltrame
2011-07-14
1
-1
/
+1
|
*
|
Fix pickling (again). Unit tests still pass.
Luca Beltrame
2011-07-14
1
-1
/
+8
*
|
|
Created get_col method with tests and tutorial.rst update
Mark Walling
2011-07-11
1
-1
/
+6
|
/
/
*
|
Merge branch 'unicodeheaders' of https://github.com/mwalling/tablib into develop
Kenneth Reitz
2011-07-04
1
-3
/
+3
|
\
\
|
*
|
Added support for detecting unicode column headers
Mark Walling
2011-07-01
1
-3
/
+3
|
|
/
*
|
Updated some docstrings in core.py
Mark Walling
2011-06-30
1
-2
/
+13
|
/
*
dynamic columns bugfix for @mwalling :)
Kenneth Reitz
2011-06-30
1
-6
/
+4
*
v0.9.10 (packaging fix)
v0.9.10
Kenneth Reitz
2011-06-23
1
-2
/
+2
*
0.9.9
Kenneth Reitz
2011-06-21
1
-2
/
+2
*
lpop/rpop
Kenneth Reitz
2011-06-21
1
-1
/
+16
*
add row pop
Kenneth Reitz
2011-06-21
1
-0
/
+9
*
Major API Changes
Kenneth Reitz
2011-06-21
1
-110
/
+198
*
style fixes
Kenneth Reitz
2011-06-21
1
-4
/
+3
*
Turn off OrderedDict for yaml.
Kenneth Reitz
2011-05-22
1
-5
/
+16
*
version bump (v0.9.8)!
Kenneth Reitz
2011-05-22
1
-2
/
+2
*
Merge pull request #14 from f4nt/tablib
Kenneth Reitz
2011-05-22
1
-0
/
+12
|
\
|
*
Bolding still doesn't work :(
Mark Rogers
2011-05-15
1
-3
/
+3
|
*
Tidied up a bit, renamed _odf to _ods like it should have been. Bold not work...
Mark Rogers
2011-05-14
1
-1
/
+1
|
*
proof of concept works. Onto styling and tidying
Mark Rogers
2011-05-14
1
-0
/
+12
*
|
pass
Kenneth Reitz
2011-05-22
1
-0
/
+1
*
|
docs on xlsx
Kenneth Reitz
2011-05-13
1
-2
/
+6
|
/
*
version bump
Kenneth Reitz
2011-05-13
1
-2
/
+2
*
Merge pull request #9 from f4nt/tablib
Kenneth Reitz
2011-05-12
1
-0
/
+13
|
\
|
*
a bunch of cleanup from my previous commit
Mark Rogers
2011-05-12
1
-0
/
+9
|
*
Merely a proof of concept, soon to be tidied up
Mark Rogers
2011-05-12
1
-0
/
+4
*
|
callable check fix
Kenneth Reitz
2011-05-12
1
-3
/
+3
*
|
compat module
Kenneth Reitz
2011-05-12
1
-5
/
+3
|
/
*
seperator => separator
Kenneth Reitz
2011-05-11
1
-18
/
+18
[next]