Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | test_fun works | Sebastian Thiel | 2015-01-05 | 1 | -0/+3 | |
| | ||||||
* | Fixes test_blob and improved commit writing/reading | Sebastian Thiel | 2015-01-05 | 1 | -1/+3 | |
| | ||||||
* | Intermediate commit: test_config and test_actor works | Sebastian Thiel | 2015-01-05 | 1 | -1/+31 | |
| | | | | | Kind of tackling the tasks step by step, picking low-hanging fruit first, or the ones that everyone depends on | |||||
* | Fixed io types to make tests work on PY2 once again.py3 | Sebastian Thiel | 2015-01-05 | 1 | -1/+2 | |
| | | | | Now it's about going through PY3 issues | |||||
* | Dum brute force conversion of all types. | Sebastian Thiel | 2015-01-04 | 1 | -2/+9 | |
| | | | | | | However, StringIO really is ByteIO in most cases, and py2.7 should run but doesn't. This should be made work first. | |||||
* | initial set of adjustments to make (most) imports work. | Sebastian Thiel | 2015-01-04 | 1 | -0/+19 | |
More to come, especially when it's about strings |