Commit Graph
12 Commits
Author SHA1 Message Date
ColinDuquesnoy 7aed62cb99 Add compiled modules sources + readme 2014-02-18 20:12:30 +01:00
ColinDuquesnoy 5a706265bc Move dummy pyc to dummy package 2014-02-18 19:18:17 +01:00
ColinDuquesnoy 18a31dcbf1 Fix read mode for pyc files
Now all test should pass on travis.
2014-02-18 19:00:55 +01:00
ColinDuquesnoy ea43efc9d8 Fix pyc test for python3
To import pyc modules, we must move them out of the __pycache__
directory and rename them to remove ".cpython-%s%d".

This should still faild with python3 (UnicodeDecodeError)
2014-02-18 19:00:55 +01:00
ColinDuquesnoy d80caa7108 Add test pyc
Should succeed for python2 and faild for python3
2014-02-18 17:36:01 +01:00
ColinDuquesnoy a75773cf9f Fix import of compiled module with python3.
This at least fix #331
2014-02-17 09:08:30 +01:00
Colin d96bc94b0b Remove test pyqt 2013-12-21 14:24:12 +01:00
Colin 478140caab Add a comment 2013-12-21 14:23:41 +01:00
ColinDuquesnoy c7d4c0453a Add a regression test 2013-12-20 13:48:58 +01:00
ColinDuquesnoy 3da4ff1f89 Fix for #357/#331 2013-12-20 13:48:49 +01:00
ColinDuquesnoy ebbe0eeb18 Add name to authors 2013-10-31 17:18:59 +01:00
ColinDuquesnoy 1fccefab5a Documentation: add thread safety warning in API 2013-10-31 16:26:49 +01:00