Commit Graph
32 Commits
Author SHA1 Message Date
ColinDuquesnoy d7836c1034 Add a comment and link to issue #483 2014-09-29 11:57:38 +02:00
ColinDuquesnoy 42596dba15 Merge remote-tracking branch 'upstream/dev' into fix_runtime_error
Conflicts:
	jedi/evaluate/imports.py
2014-09-29 11:53:35 +02:00
ColinDuquesnoy d1ae447362 Simplify code 2014-09-29 09:50:49 +02:00
ColinDuquesnoy fb86388890 Fix RuntimeError: the PyQt5.QtCore and PyQt4.QtCore modules both wrap the QObject class 2014-09-13 12:18:34 +02:00
ColinDuquesnoy b18b3e3edd install python 3.4 only if toxenv is py34 2014-03-18 21:47:24 +01:00
ColinDuquesnoy 666d037022 Travis: add apt-get update 2014-03-18 20:55:39 +01:00
ColinDuquesnoy d810c13a58 Install python 3.4 from ppa 2014-03-18 20:51:49 +01:00
ColinDuquesnoy 9470bc6c63 Add TOXENV=py34 to .travis.yml 2014-03-18 20:39:02 +01:00
ColinDuquesnoy d6187a4e23 Fix UnicodeDecodeError
Open binary file in binary mode. This happens in py34 because they
fixed the missing ``get_filename`` attribute of ExtensionLoader
2014-03-18 19:19:35 +01:00
ColinDuquesnoy dceec59877 Add py34 to tox's envlist 2014-03-18 19:16:49 +01:00
ColinDuquesnoy 2c49a968a9 Fix test (bad assert) 2014-02-26 14:29:27 +01:00
ColinDuquesnoy b56c1cb118 Add test with standard lib
math.cos( should return <Param: x @0,0>
2014-02-26 14:21:52 +01:00
ColinDuquesnoy d5ba683756 Fix api.classes.CallDef.params
We need to check for compiled objects
2014-02-26 13:53:35 +01:00
ColinDuquesnoy 725e55485a Add params property to compiled object 2014-02-26 13:53:09 +01:00
ColinDuquesnoy da27ce4d7c Execute test only on 64bit platforms 2014-02-26 13:52:46 +01:00
ColinDuquesnoy 2ee60675f1 Add a test call_signatures for compiled modules
Should fail
2014-02-26 13:51:40 +01:00
ColinDuquesnoy 9d7ecae27c Add precompiled extension modules 2014-02-19 08:14:51 +01:00
ColinDuquesnoy 2c97d01bd0 Move extensions dir into test 2014-02-19 08:10:43 +01:00
ColinDuquesnoy f808dbbd28 Change sys.path for the test to succeed.
Tested locally with a python3 extension module (in
/extensions/compiled33).

Also tested that reverting a75773cf9f make
the test fail.
2014-02-18 22:14:43 +01:00
ColinDuquesnoy 7977d57169 Add test_compiled
Should pass on travis since there is no precompiled modules yet
2014-02-18 20:31:06 +01:00
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