Stefan Wehrmeyer
|
425528dc17
|
Set up test suite running through setup.py
Run with python setup.py test
|
2013-12-18 13:02:36 +01:00 |
|
Stefan Wehrmeyer
|
2291953e59
|
Do not install test package into global namespace
|
2013-12-18 13:02:36 +01:00 |
|
Stefan Wehrmeyer
|
0de0f0f95a
|
Fix tests under Python 2.6
assertRaises is not a context manager under Py 2.6
|
2013-12-18 13:02:18 +01:00 |
|
Stefan Wehrmeyer
|
2eea58a64c
|
Fix Python version detection for Python 2.6
|
2013-12-18 12:53:11 +01:00 |
|
Stefan Wehrmeyer
|
158e87152c
|
Make argparse a Python 2.6 dependency
|
2013-12-18 12:35:35 +01:00 |
|
Stefan Wehrmeyer
|
aa3dded49e
|
Put actual unicode character into test data
|
2013-12-18 11:33:45 +01:00 |
|
Stefan Wehrmeyer
|
2870fdfb0b
|
Fix a couple of more iterator changes
|
2013-12-18 11:32:58 +01:00 |
|
Stefan Wehrmeyer
|
426095634c
|
Replace unicode with str, duck type encode
|
2013-12-18 11:31:41 +01:00 |
|
Stefan Wehrmeyer
|
ba7109a6b9
|
Add Py 2 and Py 3 classifiers
|
2013-12-18 04:08:24 +01:00 |
|
Stefan Wehrmeyer
|
74b900f1f6
|
Move from sqlalchemy-migrate to alembic
This affects how columns are added and dropped from
tables. MetaData and SQLATable objects have to be
recreated to make sync changed columns.
|
2013-12-18 04:08:24 +01:00 |
|
Stefan Wehrmeyer
|
5d3e8b90bf
|
Turn ResultIter class into Python 3 iterator
|
2013-12-18 04:08:23 +01:00 |
|
Stefan Wehrmeyer
|
23e484cbed
|
Handle Python 3 keys/values iterators
|
2013-12-18 04:08:23 +01:00 |
|
Stefan Wehrmeyer
|
88c0c1a15f
|
Remove basestring, unicode from code base
|
2013-12-18 04:08:21 +01:00 |
|
Stefan Wehrmeyer
|
b3520665d7
|
Replace old except syntax with new one
Drops Python 2.5 support
|
2013-12-18 03:22:49 +01:00 |
|
Stefan Wehrmeyer
|
ad72ca5c4c
|
Use new urllib.parse imports with fallbacks
|
2013-12-18 03:22:22 +01:00 |
|
Stefan Wehrmeyer
|
408145a98d
|
Fix syntax errors cause by old octal literals
|
2013-12-18 03:22:00 +01:00 |
|