Mark Feeney
|
c2a9af7fb3
|
Fix funny typo, refs to tablib.org
|
2013-11-27 12:38:55 -05:00 |
|
Gavin Wahl
|
3b06f3760d
|
remove extraneous quote marks
|
2013-11-13 13:01:27 -07:00 |
|
Olle Lundberg
|
e7ee3195a7
|
Add pass to json property.
To conform to the code for the other properties.
|
2013-11-11 21:57:17 +01:00 |
|
lexual
|
5bd2e3df52
|
fix misspelling. hundres -> hundreds.
|
2013-11-08 19:03:53 +11:00 |
|
Pedro Rodrigues
|
837b3f83e6
|
test python 3.3
|
2013-10-27 18:57:26 +00:00 |
|
kennethreitz
|
ff8f23edd5
|
Merge pull request #98 from pfctdayelise/fixtests
Remove wrong/unused import so tests will actually run
|
2013-10-16 23:48:37 -07:00 |
|
Iuri de Silvio
|
5ffcfd56f2
|
Remove XLSX empty sheet on export_book
|
2013-09-16 10:28:50 -03:00 |
|
Iuri de Silvio
|
955c24c974
|
Fix typo: avalable -> available
|
2013-09-15 15:13:29 -03:00 |
|
Kenichi Kamiya
|
192a5efabb
|
Fix some typos in TSV test comment
|
2013-08-31 21:04:57 +09:00 |
|
James Patrick Robinson Jr
|
1aafc7e2f4
|
Fixed callable collumn test
the test was sending a list instead of a function
|
2013-08-28 14:03:58 -04:00 |
|
James Patrick Robinson Jr
|
9e45b95d12
|
Removed import of openpyxl all together
It's not needed for any of these tests, but if it were we would
need to check for the python version to import the right one.
|
2013-08-28 11:40:37 -04:00 |
|
James Patrick Robinson Jr
|
d8f0a018ae
|
safe_load is not working for book
yaml.safe_load() was not working for import_book,
changed it to use yaml.load() instead.
|
2013-08-28 11:24:56 -04:00 |
|
James Patrick Robinson Jr
|
7545f3726e
|
changed import to reflect vendorized openpyxl
|
2013-08-28 09:45:30 -04:00 |
|
James Patrick Robinson Jr
|
85e2bd73fc
|
put the install back in
|
2013-08-27 17:34:06 -04:00 |
|
James Patrick Robinson Jr
|
37033903c5
|
Merge branch 'master' into develop
|
2013-08-27 17:20:31 -04:00 |
|
James Patrick Robinson Jr
|
02c38c2520
|
edited travis to match master
|
2013-08-27 17:14:25 -04:00 |
|
James Patrick Robinson Jr
|
26748deb9f
|
changed split('\r\n') to splitlines()
|
2013-08-27 11:57:43 -04:00 |
|
Robert Lechte
|
63f6cea132
|
Fixed tsv auto format detection.
|
2013-08-28 02:07:06 +12:00 |
|
Robert Lechte
|
1b035f9774
|
Changed yaml dumping to use safe_dump, for consistency with loading.
|
2013-08-28 01:58:30 +12:00 |
|
Kenneth Reitz
|
2c14486c33
|
@alex
|
2013-08-25 17:45:48 -04:00 |
|
Kenneth Reitz
|
8bc69c9d85
|
Merge pull request #109 from alex/patch-1
Write the example file reliably in the readme
|
2013-08-25 13:26:47 -07:00 |
|
Alex Gaynor
|
d36a2cbd42
|
Write the example file reliably in the readme
The previous way doesn't work on PyPy or Jython, and emits warnings in recent python3s.
|
2013-08-25 12:11:46 -07:00 |
|
Brianna Laugher
|
1ab0eb3fae
|
Remove wrong/unused import
|
2013-04-10 17:45:42 +10:00 |
|
Kenneth Reitz
|
cd71e1a5b1
|
Merge pull request #94 from techniq/patch-1
Update CI docs (Jenkins->Travis)
|
2013-03-06 10:02:20 -08:00 |
|
Sean Lynch
|
47f79a7ca1
|
Update CI docs (Jenkins->Travis)
|
2013-01-20 23:22:56 -05:00 |
|
Kenneth Reitz
|
9f38efe413
|
Merge pull request #68 from msabramo/python3
Improve Python 3 compatibility
|
2012-11-15 18:56:50 -08:00 |
|
Kenneth Reitz
|
5d98239a7e
|
Merge pull request #81 from weirdcanada/frozen-frame-fix
Frozen frame fix
|
2012-11-15 18:50:22 -08:00 |
|
Kenneth Reitz
|
a3f0d02633
|
Merge pull request #89 from PiPeep/patch-1
Update url for pip vs easy_install in docs/install
|
2012-11-15 18:03:53 -08:00 |
|
Benjamin Woodruff
|
b29007a0df
|
Update url for pip vs easy_install in docs/install
The page referred to in the pip documentation has been moved. It
discusses the features that pip offers over easy_install.
|
2012-10-31 21:23:49 -03:00 |
|
Kenneth Reitz
|
e75c3c1a66
|
Merge pull request #88 from pfmoore/develop
Remove __init__ from slots in ExcelFormula.py for Python 3.3 compatibility
|
2012-09-22 09:53:49 -07:00 |
|
Paul Moore
|
47cebbc328
|
Remove __init__ from slots in ExcelFormula.py for Python 3.3 compatibility
|
2012-09-21 23:35:24 +01:00 |
|
Aaron Levin
|
e4c39524f7
|
another try at committing
|
2012-08-01 11:51:23 -04:00 |
|
Aaron Levin
|
c88c794314
|
Fixed Frozen Frame issue in xlsx export
|
2012-08-01 11:45:12 -04:00 |
|
Kenneth Reitz
|
752443f077
|
Merge pull request #78 from waywardmonkeys/spelling
Fix typos.
|
2012-06-08 20:12:34 -07:00 |
|
Bruce Mitchener
|
7c0507bcce
|
Fix typos.
|
2012-06-08 14:10:43 +07:00 |
|
Kenneth Reitz
|
652ac85549
|
Merge pull request #77 from rbonvall/fix-typos
Fix typos
|
2012-06-07 17:07:11 -07:00 |
|
Roberto Bonvallet
|
05ea3c35fc
|
s/Jeckyl/Jekyll/
|
2012-06-07 12:05:22 -04:00 |
|
Roberto Bonvallet
|
d5fada7e1d
|
s/ebpub/epub/
|
2012-06-07 12:04:22 -04:00 |
|
Roberto Bonvallet
|
511c58d4e1
|
s/reqeust/request/
|
2012-06-07 12:03:45 -04:00 |
|
Kenneth Reitz
|
c469360a0e
|
new domain
|
2012-06-05 11:19:56 +02:00 |
|
Daniel Velkov
|
97b4401b18
|
xls and xlsx import support
|
2012-06-01 11:11:15 -07:00 |
|
Kenneth Reitz
|
40e0f41b4c
|
Merge pull request #72 from xando/develop
import_book method for xls format implemented
|
2012-05-16 12:13:57 -07:00 |
|
xando
|
39435727ba
|
XLS import_book method implemented.
|
2012-05-16 17:22:14 +01:00 |
|
xando
|
eda9d5af03
|
Generic method import_book (similar to import_set) to import data into Databook model.
|
2012-05-16 17:22:14 +01:00 |
|
Marc Abramowitz
|
15435047c6
|
Add myself to AUTHORS
|
2012-05-15 07:20:04 -07:00 |
|
Marc Abramowitz
|
a3781e3c89
|
Changes for Python 3 compatibility, including vendorizing xlrd3
|
2012-05-15 07:19:15 -07:00 |
|
Marc Abramowitz
|
6a825a8a39
|
NOTICE: Add license info for xlrd3 and xlwt3
|
2012-05-15 07:18:15 -07:00 |
|
Marc Abramowitz
|
6a449d497a
|
Add support for tox
|
2012-05-14 22:24:36 -07:00 |
|
Marc Abramowitz
|
d807c60346
|
Tweak setup.py for py.test (pytest?)
|
2012-05-14 17:14:46 -07:00 |
|
Jim Dalton
|
71603662b1
|
Make sure codecs module loaded for all versions of Python
|
2012-05-10 11:29:41 -07:00 |
|