Dave Halter
|
a96a2baf5b
|
fix an issue with missing '__class__' methods e.g. in numpy
|
2014-01-13 02:30:10 +01:00 |
|
Dave Halter
|
c75cef0882
|
fix some python 3 compatibility things (which involves some real bugs, but py2 was passing)
|
2014-01-12 17:02:26 +01:00 |
|
Dave Halter
|
bd239446f5
|
fix call signatures
|
2014-01-12 02:42:00 +01:00 |
|
Dave Halter
|
0bff729294
|
lots of small bugfixes
|
2014-01-12 02:15:59 +01:00 |
|
Dave Halter
|
4006b231d3
|
fix a few last standing issues with integration tests. ok after running tests with tox i see that they are not the last issues...
|
2014-01-12 00:34:56 +01:00 |
|
Dave Halter
|
f755e615c9
|
magic_method -> magic_function
|
2014-01-09 17:06:02 +01:00 |
|
Dave Halter
|
11e2446438
|
replaced builtin with compiled in all modules except imports
|
2014-01-09 11:05:04 +01:00 |
|
Dave Halter
|
e7e802408b
|
fix some api stuff for PyObject
|
2014-01-09 01:52:10 +01:00 |
|
Dave Halter
|
0cb23dcfa2
|
tried to start introducing the compiled module to the library
|
2014-01-09 01:30:29 +01:00 |
|
Dave Halter
|
1a3541e3aa
|
removed from 'from __future__ import with_statement' imports, they are not needed anymore (python 2.5 is no longer supported)
|
2014-01-07 17:46:22 +01:00 |
|
Dave Halter
|
73aeee6919
|
make defined_names public in api.classes, because it is
|
2014-01-07 15:47:00 +01:00 |
|
Dave Halter
|
6deac1dc41
|
api is now a separate package, to structure the whole thing better.
|
2014-01-07 15:33:24 +01:00 |
|