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
*
Fixes #274 - Fix Databook.load() params ordering
Claude Paroz
2019-10-04
1
-1
/
+1
*
Refs #322 - Open dbf file in binary mode in docs
Claude Paroz
2019-10-03
1
-1
/
+1
*
Made blank lines PEP-8 compatible
Claude Paroz
2019-10-03
1
-50
/
+4
*
Avoid DeprecationWarning due to invalid escape in docstring
Ran Benita
2019-10-03
1
-5
/
+5
*
release: 0.13.0
v0.13.0
Timo Furrer
2019-03-08
1
-1
/
+1
*
Merge pull request #351 from jdufresne/isinstance
Timo Furrer
2019-03-03
1
-3
/
+3
|
\
|
*
Merge multiple isinstance() calls to one
Jon Dufresne
2019-03-02
1
-3
/
+3
*
|
Trim trailing white space throughout the project
Jon Dufresne
2019-03-02
1
-2
/
+2
|
/
*
Merge branch 'master' into bugfix/invalid-ascii-csv
Bruno Alla
2019-03-02
1
-7
/
+38
|
\
|
*
Merge pull request #333 from hudgeon/master
Timo Furrer
2019-03-02
1
-2
/
+14
|
|
\
|
|
*
Add instructions for handling csv line endings in Windows in Python 3
DougHudgeon
2018-06-26
1
-2
/
+14
|
*
|
Merge pull request #348 from mloesch/jira
Timo Furrer
2019-03-02
1
-1
/
+7
|
|
\
\
|
|
*
|
Add Jira table export
Mathias Loesch
2019-01-23
1
-1
/
+7
|
|
|
/
|
*
|
Remove vendored ordereddict package
Jon Dufresne
2019-01-01
1
-1
/
+2
|
|
/
|
*
next version
v0.12.1
Kenneth Reitz
2017-09-01
1
-2
/
+2
|
*
drop 2.6
Kenneth Reitz
2017-08-27
1
-2
/
+2
|
*
Adding initial DataFrames Support
Jason Myers
2017-08-26
1
-0
/
+12
|
*
v0.11.5
Kenneth Reitz
2017-06-13
1
-2
/
+2
*
|
Fix unicode encode errors on Python 2 -- Fixes #215
Bruno Alla
2017-05-02
1
-1
/
+1
|
/
*
Version bump: 0.11.4
v0.11.4
Iuri de Silvio
2017-01-23
1
-2
/
+2
*
Put Dataset.title in the documentation
Erwin Junge
2016-05-20
1
-0
/
+1
*
Fixed __unicode__/__str__ for dataset with no headers
Tom Christie
2016-02-25
1
-2
/
+4
*
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
|
/
/
[next]