Mark Rogers
1e21fee70e
start of the py3k port of odfpy
2011-05-14 16:44:23 -05:00
Mark Rogers
420dd36ab8
Tidied up a bit, renamed _odf to _ods like it should have been. Bold not working yet :(
2011-05-14 16:13:17 -05:00
Mark Rogers
9a05770899
proof of concept works. Onto styling and tidying
2011-05-14 14:52:16 -05:00
Mark Rogers
8e055f1c57
adding odfpy to packages
2011-05-14 14:32:03 -05:00
Kenneth Reitz
77d9fe8b41
Merge branch 'develop'
2011-05-13 01:27:44 -04:00
Kenneth Reitz
64cb547e0a
missing modules
2011-05-13 01:27:38 -04:00
Kenneth Reitz
9146de36d4
Merge branch 'release/0.9.7'
v0.9.7
2011-05-13 01:15:06 -04:00
Kenneth Reitz
9761ff5e9e
hmmm
2011-05-13 01:13:50 -04:00
Kenneth Reitz
e5259cbb58
version bump
2011-05-13 01:13:25 -04:00
Kenneth Reitz
56ef89424f
fallback on from xml.etree.ElementTree for pypy
2011-05-13 01:05:11 -04:00
Kenneth Reitz
4a01299293
v0.9.7 release notes
2011-05-13 00:40:36 -04:00
Kenneth Reitz
9399bf2fe7
no vendored tests
2011-05-13 00:32:02 -04:00
Kenneth Reitz
cbdaa09e83
success!!
2011-05-13 00:30:03 -04:00
Kenneth Reitz
f30e760657
less compat reliance
2011-05-13 00:29:51 -04:00
Kenneth Reitz
a60e2f132e
Finally! :sparkles:Python 3 ✨ port of openpyxl
2011-05-13 00:28:50 -04:00
Kenneth Reitz
2b36d71554
additional compat mappings
2011-05-12 19:16:37 -04:00
Kenneth Reitz
690de63b7c
ugh
2011-05-12 19:16:24 -04:00
Kenneth Reitz
6b6ef70c61
Convert openpyxl to relative imports
2011-05-12 17:54:00 -04:00
Kenneth Reitz
322283b8f9
Merge pull request #9 from f4nt/tablib
...
---
I thought I was going to wait til later to do this, but once I got started I couldnt stop myself I guess. I believe this fixes the row limit issues that I mentioned earlier by adding XLSX support. Ive tested it up to 75k rows. Believe the tests and setup.py should be squared away properly as well. Im a bit concerned about the pane freezing stuff, as thats completely undocumented in openpyxl. Truth be told, I barely even know what that functionality does. I hate spreadsheets :)
Anyways, let me know if you want any changes or anything made. Dont have to worry about hurting my feelings or anything!
Conflicts:
tablib/core25.py
test_tablib.py
2011-05-12 17:40:17 -04:00
Kenneth Reitz
3968729903
html out
2011-05-12 17:38:53 -04:00
Kenneth Reitz
7b1e533e39
Merge pull request #8 from cswegger/tablib
...
---
This pull request is to fix pickling / unpickling of Row within Dataset. __getstate__ resembled a dictionary comprehension (Python 2.7+) but it wasnt, and it caused wrong values to be pickled, leading to unusable objects after restoring.
This patch fixes the issues. All unit tests still pass.
Conflicts:
tablib/core25.py
2011-05-12 17:35:54 -04:00
Kenneth Reitz
8dd7d73abc
compat module notes
2011-05-12 17:27:17 -04:00
Kenneth Reitz
176c9615d6
Merge branch 'feature/compat' into develop
...
Conflicts:
tablib/core25.py
2011-05-12 17:26:08 -04:00
Kenneth Reitz
c65fd4201f
Merge branch 'compat' into feature/compat
2011-05-12 17:24:35 -04:00
Kenneth Reitz
11bca4f7a2
callable check fix
2011-05-12 17:20:22 -04:00
Kenneth Reitz
2b5818598a
compat module
2011-05-12 17:17:10 -04:00
Kenneth Reitz
79fb82d69d
compat module
2011-05-12 17:00:13 -04:00
Mark Rogers
5350355fbe
a bunch of cleanup from my previous commit
2011-05-12 15:59:57 -05:00
Kenneth Reitz
85673b365c
no more core25
2011-05-12 16:26:22 -04:00
Mark Rogers
87ce64d4c8
Merely a proof of concept, soon to be tidied up
2011-05-12 15:12:46 -05:00
Kenneth Reitz
2cd381389c
Merge pull request #8 from cswegger/tablib
...
---
This pull request is to fix pickling / unpickling of Row within Dataset. __getstate__ resembled a dictionary comprehension (Python 2.7+) but it wasnt, and it caused wrong values to be pickled, leading to unusable objects after restoring.
This patch fixes the issues. All unit tests still pass.
2011-05-12 10:14:39 -04:00
Luca Beltrame
35f21cf73e
Fix pickling/unpickling of Dataset instances.
2011-05-12 16:04:46 +02:00
Kenneth Reitz
0ebc8f5e1b
Merge branch 'release/0.9.6' into develop
2011-05-12 02:53:15 -04:00
Kenneth Reitz
865ce62782
Merge branch 'release/0.9.6'
v0.9.6
2011-05-12 02:53:12 -04:00
Kenneth Reitz
3b961c59e7
version bump
2011-05-12 02:52:35 -04:00
Kenneth Reitz
4be341be4f
history: unicode+csv support
...
refs #7
2011-05-12 02:35:07 -04:00
Kenneth Reitz
2c4337b317
Merge branch 'develop' into feature/compat
2011-05-12 02:31:16 -04:00
Kenneth Reitz
0e4128c73e
Erik Youngren to authors
2011-05-12 02:30:39 -04:00
Kenneth Reitz
4ebd66cb09
Merge branch 'bug/csv-unicode' into develop
...
Closes #7
Conflicts:
test_tablib.py
2011-05-12 02:28:03 -04:00
Kenneth Reitz
bfcfa37ebb
Python3 support for csv module.
...
Refs #7
2011-05-12 02:24:14 -04:00
Kenneth Reitz
5c50c1822e
integration of unicodecsv module
...
refs #7
2011-05-12 02:01:07 -04:00
Kenneth Reitz
2e5577ee91
move csv-unicode branch to bug/csv-unicode
...
refs #7
2011-05-12 01:52:48 -04:00
Kenneth Reitz
84e4bd9a47
added csv/unicode test
2011-05-12 01:47:49 -04:00
Kenneth Reitz
7270ce49e1
testing webhook
2011-05-11 23:37:38 -04:00
Kenneth Reitz
c3052cc02c
kill fabfile
2011-05-11 22:57:12 -04:00
Kenneth Reitz
999c49a4f0
initial compat module
2011-05-11 19:01:35 -04:00
Kenneth Reitz
59c996f9df
history update
2011-05-11 18:21:44 -04:00
Kenneth Reitz
a2b62669b7
seperator => separator
2011-05-11 17:58:31 -04:00
Kenneth Reitz
15e25ef735
no more reqs
2011-05-10 21:24:56 -04:00
Kenneth Reitz
7ae7d3ff46
Update TODOs
2011-04-05 08:56:20 -04:00