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
Kenneth Reitz
0ebc8f5e1b
Merge branch 'release/0.9.6' into develop
2011-05-12 02:53:15 -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
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
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
7ae7d3ff46
Update TODOs
2011-04-05 08:56:20 -04:00
Kenneth Reitz
69ed718191
make it mobile!
2011-03-24 16:46:00 -04:00
Kenneth Reitz
328d3880d5
added google analytics to generated docs
2011-03-24 13:53:03 -04:00
Kenneth Reitz
ea3cc847a0
updated roadmap
2011-03-24 06:16:34 -04:00
Kenneth Reitz
8efab51355
Merge branch 'develop'
2011-03-24 06:11:02 -04:00
Kenneth Reitz
e42d215833
sphinx version # fix.
v0.9.5
2011-03-24 06:09:15 -04:00
Kenneth Reitz
10bc5549c9
Merge branch 'release/0.9.5'
2011-03-24 05:58:50 -04:00
Kenneth Reitz
1a5e2ecb33
release date bump
2011-03-24 05:57:22 -04:00
Kenneth Reitz
e1bf189847
setup.py says 25,26,27,30,31,32
2011-03-23 05:47:49 -04:00
Kenneth Reitz
0785328e21
updated HISTORY
2011-03-23 04:53:24 -04:00
Kenneth Reitz
6ba0cc9af3
3.1, 3.2 support.
2011-03-23 04:49:07 -04:00
Kenneth Reitz
36876205e7
3.2 compatibility
2011-03-23 04:48:58 -04:00
Kenneth Reitz
1b97b7191e
pre-version bump
2011-03-23 04:24:25 -04:00
Kenneth Reitz
8b575df419
version check in setup.py fix
2011-03-23 04:24:12 -04:00
Kenneth Reitz
6a3928759a
25 support
2011-03-23 04:13:49 -04:00
Kenneth Reitz
63348d883b
fix imports for 2x
2011-03-23 04:04:03 -04:00
Kenneth Reitz
5dce600969
xls import fix
2011-03-23 04:00:05 -04:00
Kenneth Reitz
0913b54f47
this isn't an apple
2011-03-23 03:56:07 -04:00
Kenneth Reitz
c5bbc74b96
import magic
2011-03-23 03:55:23 -04:00
Kenneth Reitz
7f5342a1b8
no need for simplejson anymore
2011-03-23 02:27:40 -04:00
Kenneth Reitz
d42f9bc10f
python3 tox config for jenkins
2011-03-23 02:23:43 -04:00
Kenneth Reitz
c6565c9e29
2.5 compatible version checking
2011-03-23 02:22:10 -04:00
Kenneth Reitz
1a9343750e
Merge branch 'feature/3.x'
2011-03-23 02:08:40 -04:00
Kenneth Reitz
8a393214c8
add tox tests for 3.x
2011-03-23 02:08:04 -04:00
Kenneth Reitz
b8ed741a36
Same codebase for 2.x and 3.x!
2011-03-23 02:07:39 -04:00
Kenneth Reitz
cddbd78a61
autoload 3 modules if using 3
2011-03-23 02:02:59 -04:00
Kenneth Reitz
b113f49ce6
python3 AND python2 packages.
2011-03-23 01:59:19 -04:00
Kenneth Reitz
1429b9f8c4
xlwrt3 if python 3
2011-03-23 01:56:57 -04:00
Kenneth Reitz
42700f98a5
check python version
2011-03-23 01:47:10 -04:00
Kenneth Reitz
0e56db632a
xlwt3 package
2011-03-23 01:47:01 -04:00
Kenneth Reitz
b07512071e
cyaml fixes
2011-03-23 01:38:31 -04:00
Kenneth Reitz
e4881809d6
BytesIO in xls for 3.x
2011-03-23 01:38:20 -04:00
Kenneth Reitz
54ab300d2d
markup changes for 3.x
2011-03-23 01:37:33 -04:00
Kenneth Reitz
4368d64317
xlwrt cleanups
2011-03-23 01:37:14 -04:00
Kenneth Reitz
117344de14
2to3!
2011-03-23 01:13:16 -04:00
Kenneth Reitz
58bc1c7dcf
add xlwt 3.x
2011-03-23 01:13:03 -04:00