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 |
|