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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #108 - Test and improve format autodetection
Claude Paroz
2019-10-04
5
-11
/
+18
*
Fixed #373 - Properly detect xlsx format
Claude Paroz
2019-10-04
3
-3
/
+7
*
Fixes #314 - Delegate type coercion to openpyxl
Claude Paroz
2019-10-04
1
-9
/
+9
*
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
*
io.BytesIO is also available in Python 2.7
Claude Paroz
2019-10-03
6
-25
/
+10
*
Made blank lines PEP-8 compatible
Claude Paroz
2019-10-03
5
-55
/
+4
*
Refs #273 - Replaced vendored markup lib by dependency
Claude Paroz
2019-10-03
4
-971
/
+4
*
Avoid DeprecationWarning due to invalid escape in docstring
Ran Benita
2019-10-03
1
-5
/
+5
*
Added stream to CSV
Anthony Monthe
2019-03-30
1
-2
/
+9
*
Open xlsx workbooks in read-only mode
Claude Paroz
2019-03-09
1
-2
/
+2
*
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
2
-4
/
+4
|
\
|
*
Merge multiple isinstance() calls to one
Jon Dufresne
2019-03-02
2
-4
/
+4
*
|
Trim trailing white space throughout the project
Jon Dufresne
2019-03-02
7
-29
/
+23
|
/
*
Merge branch 'master' into bugfix/invalid-ascii-csv
Bruno Alla
2019-03-02
12
-165
/
+444
|
\
|
*
Merge pull request #333 from hudgeon/master
Timo Furrer
2019-03-02
2
-3
/
+15
|
|
\
|
|
*
Add instructions for handling csv line endings in Windows in Python 3
DougHudgeon
2018-06-26
1
-2
/
+14
|
|
*
Updated xlsx format to use openpyxl's .active property
DougHudgeon
2018-06-25
1
-1
/
+1
|
*
|
Merge pull request #348 from mloesch/jira
Timo Furrer
2019-03-02
3
-2
/
+48
|
|
\
\
|
|
*
|
Add Jira table export
Mathias Loesch
2019-01-23
3
-2
/
+48
|
*
|
|
Merge pull request #338 from lepuchi/hotfix/csv-new-line
Timo Furrer
2019-03-02
1
-1
/
+1
|
|
\
\
\
|
|
*
|
|
only add row if it exists
lepuchi
2018-10-02
1
-1
/
+1
|
|
|
/
/
|
*
|
|
Merge pull request #343 from jdufresne/od
Parth Shandilya
2019-03-02
3
-135
/
+2
|
|
\
\
\
|
|
*
|
|
Remove vendored ordereddict package
Jon Dufresne
2019-01-01
3
-135
/
+2
|
|
|
/
/
|
*
|
|
Merge pull request #339 from thombashi/replace_deprecated_method
Parth Shandilya
2019-03-02
1
-1
/
+1
|
|
\
\
\
|
|
*
|
|
Replace a deprecated method call
Tsuyoshi Hombashi
2018-10-06
1
-1
/
+1
|
|
|
/
/
|
*
|
|
Remove unused compat entries
Jon Dufresne
2019-01-01
1
-11
/
+5
|
|
/
/
|
*
|
ujson presence no longer breaks tablib (resolves #297) (#311)
Maciej "RooTer" UrbaĆski
2018-09-12
1
-4
/
+1
|
*
|
Fix: Circular reference detected error (#332)
Bruno Soares
2018-09-12
1
-5
/
+5
|
*
|
reStructuredText (#336)
Norman Hooper
2018-09-12
4
-2
/
+303
|
*
|
fix(): remove openpyxl warning by properly accessing cells (#296)
Gregory Bataille
2018-09-12
1
-1
/
+1
|
|
/
|
*
next version
v0.12.1
Kenneth Reitz
2017-09-01
1
-2
/
+2
|
*
Raise NotImplementedError if pandas is not installed
Ryan Castner
2017-09-01
1
-1
/
+10
|
*
drop 2.6
Kenneth Reitz
2017-08-27
1
-2
/
+2
|
*
Adding initial DataFrames Support
Jason Myers
2017-08-26
3
-1
/
+54
|
*
v0.11.5
Kenneth Reitz
2017-06-13
1
-2
/
+2
|
*
use safe load
Kenneth Reitz
2017-06-13
1
-1
/
+1
*
|
Fix unicode encode errors on Python 2 -- Fixes #215
Bruno Alla
2017-05-02
4
-12
/
+7
|
/
*
Replaced vendored odfpy by a dependency (#280)
Claude Paroz
2017-02-26
70
-33792
/
+3
*
Replaced vendored omnijson by the standard lib version (#279)
Claude Paroz
2017-02-24
9
-1660
/
+2
*
Replaced vendored pyyaml by a dependency (#278)
Claude Paroz
2017-02-20
35
-11530
/
+1
*
Replaced vendored xlrd/xlwt by dependencies (#277)
Claude Paroz
2017-02-20
93
-42752
/
+4
*
Replaced vendored openpyxl by a dependency (#221)
Claude Paroz
2017-02-20
66
-11303
/
+17
*
Merge pull request #272 from founders4schools/unicodecsv
Kenneth Reitz
2017-01-24
2
-198
/
+1
|
\
|
*
Replaced vendored unicodecsv by a dependency
Bruno Alla
2017-01-15
2
-198
/
+1
*
|
Version bump: 0.11.4
v0.11.4
Iuri de Silvio
2017-01-23
1
-2
/
+2
|
/
*
remove file must be close it.
tomwen
2016-12-30
1
-0
/
+1
*
Merge pull request #234 from BrianPainter/master
Iuri de Silvio
2016-12-18
1
-1
/
+8
|
\
|
*
if the object is a decimal, return the string representation of it.
Brian Painter
2016-03-23
1
-1
/
+8
[next]