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
Jim Dalton
21c11b9911
Fix UnicodeError in HTML output
...
* Alter `test_unicode_append` so that actual unicode characters outside the ASCII bytestring range are tested.
* Make sure output of `render` in markup.py is unicode
* Add wrapper around output of `export_set` in _html.py so that unicode characters are output.
2012-05-10 11:14:17 -07:00
Kenneth Reitz
e8c923d712
Merge pull request #58 from jqb/develop
...
Support for Dataset subclassing
2012-04-20 06:17:05 -07:00
Kenneth Reitz
bc581c08df
Update NOTICE
2012-04-20 10:16:28 -03:00
Kenneth Reitz
4f9c9d09ec
ODFPy license
...
(which seems to be missing a copyright for some reason)
2012-04-20 10:15:36 -03:00
Kenneth Reitz
63e8a7172d
Merge pull request #61 from bmihelac/patch-1
...
tablib.org domain expired
2012-04-04 05:41:25 -07:00
Bojan Mihelac
45e0af9f0e
tablib.org domain expired
2012-04-04 15:35:16 +03:00
Kuba Janoszek
fa6f5b3af3
Databook.add_sheet test for not Dataset subclass added.
2012-03-13 00:21:32 +01:00
Kuba Janoszek
0528e0a500
AUTHORS updated
2012-03-13 00:14:51 +01:00
Kuba Janoszek
8e83734985
Databook.add_sheet accepts Dataset subclasses
2012-03-13 00:05:24 +01:00
Kenneth Reitz
783eccc67d
skip install
2012-02-23 06:31:50 -05:00
Kenneth Reitz
7236415f42
travis
2012-02-23 06:20:57 -05:00
Kenneth Reitz
c0a3c3ea1e
travis test
2012-02-23 06:17:01 -05:00
Jan Brauer
14bd964fb1
Fix #50 - Catch YAML ScannerError
2012-01-29 17:18:30 +01:00
Kenneth Reitz
6bfc6634ba
index update
2012-01-28 01:23:54 -05:00
mellort
54affad292
ref #48 . makes Dataset more like a duck with extend()
2012-01-28 01:17:15 -05:00
Kenneth Reitz
7c963a0f4d
SOPA
2012-01-18 11:24:18 -05:00
Kenneth Reitz
02f27f15c5
Merge pull request #47 from VanL/develop
...
Add detect function in _xls. Update yaml, csv, and tsv detection functio...
2012-01-05 21:37:51 -08:00
VanL
9c65515e7a
Add detect function in _xls. Update yaml, csv, and tsv detection functions to catch other errors when faced with invalid input.
2012-01-06 00:12:06 +00:00
Kenneth Reitz
c87a954a9e
Merge pull request #43 from svetlyak40wt/develop
...
Render table in Markdown format on unicode(dataset). Closes #41 .
2011-12-24 23:05:03 -08:00
Kenneth Reitz
42e40ed0ab
use yaml safe_load (thanks @toastdriven)
2011-11-02 02:35:59 -03:00