Commit Graph

  • 8d313e014f Check for specific Python versions first on unix, see davidhalter/jedi-vim#870 Dave Halter 2019-02-22 00:32:27 +01:00
  • a79d386eba Cleanup SameEnvironment and use the same logic for creation in virtualenvs Dave Halter 2019-02-22 00:24:55 +01:00
  • 48b137a7f5 Revert "Remove an used function" Dave Halter 2019-02-21 17:54:01 +01:00
  • b4a4dacebd Fix embedded Python with Jedi (see comments in source code), fixes davidhalter/jedi-vim#870 Dave Halter 2019-02-21 10:18:40 +01:00
  • efd8861d62 Remove an used function Dave Halter 2019-02-21 10:16:17 +01:00
  • 2f86f549f5 Improve an error message, see #1279 Dave Halter 2019-02-16 04:31:52 +01:00
  • cc0c4cc308 fixing permission denied errors with project.json Marc Zimmermann 2019-02-01 10:53:28 +01:00
  • e3d5ee8332 Don't use a while loop in py__iter__ Dave Halter 2019-01-25 20:09:27 +01:00
  • 3c201cc36c Fix power operation for Python 2 Dave Halter 2018-12-25 00:59:00 +01:00
  • f6983d6126 Add an empty init file for Python 2 Dave Halter 2018-12-25 00:53:26 +01:00
  • 1c80705276 Fix power operation, fixes #1268 Dave Halter 2018-12-25 00:51:22 +01:00
  • d3f205f634 Split up the typeshed file Dave Halter 2018-12-25 00:19:34 +01:00
  • b542b17d93 Remove old todo list for annotations Dave Halter 2018-12-24 21:44:54 +01:00
  • 59c7623769 Move annotation pep0484 file (about anontations) to gradual folder Dave Halter 2018-12-24 17:48:21 +01:00
  • e2ab4c060f Move all the gradual typing stuff into one folder Dave Halter 2018-12-24 17:40:47 +01:00
  • 025b8bba76 Fix a unicode path issue Dave Halter 2018-12-23 16:29:25 +01:00
  • 5e7ff808d4 Fix f-string evaluation, fixes #1248 Dave Halter 2018-12-23 15:32:22 +01:00
  • 86fbf3fef6 Fixed a string deprecation warning, fixes #1261 Dave Halter 2018-12-22 22:49:23 +01:00
  • 24174632d4 Fix some bugs of the last few commits Dave Halter 2018-12-22 22:08:54 +01:00
  • 1065768c77 Use ContextualizedNode instead of Node in get_calling_nodes Dave Halter 2018-12-22 14:55:20 +01:00
  • ca784916bb Fix get_modules_containing_name Dave Halter 2018-12-22 14:33:24 +01:00
  • fcda3f7bc5 Properly handle no __getitem__ on CompiledObject Dave Halter 2018-12-20 00:34:15 +01:00
  • fcda62862c Fix calculate_dotted_path_from_sys_path. It was broken beyond stupid. Dave Halter 2018-12-18 09:30:49 +01:00
  • 881ffadb5c Python 3.7 was not disabled in the right way for travis Dave Halter 2018-12-16 19:24:10 +01:00
  • 7b20ad7749 Make a doctest simpler that only led to issues in the past Dave Halter 2018-12-16 19:22:17 +01:00
  • ddef626e66 Disable Python 3.7 on travis again for now Dave Halter 2018-12-16 19:17:46 +01:00
  • 50399935c9 Revert "Get rid of the fancy magic of preinstalling Python versions" Dave Halter 2018-12-16 19:15:53 +01:00
  • 57587f71ab Make it possible that tests work also on Windows Dave Halter 2018-12-16 19:09:08 +01:00
  • b561d1fc17 Get rid of the fancy magic of preinstalling Python versions Dave Halter 2018-12-16 18:58:04 +01:00
  • ed90a69e2c Clone appveyor submodules recursively Dave Halter 2018-12-16 18:57:26 +01:00
  • 3703c43d62 Testing the nightly should use a more modern Python version Dave Halter 2018-12-16 18:27:47 +01:00
  • 30c2e64d9e py__name__ does not need to be defined Dave Halter 2018-12-16 18:24:10 +01:00
  • af12789762 Try to fix the appveyor config Dave Halter 2018-12-16 18:20:00 +01:00
  • 9bf2b9f6e4 Add Python 3.7 to appveyor Dave Halter 2018-12-16 18:18:00 +01:00
  • 50edd82268 Add 3.7 to to travis config Dave Halter 2018-12-16 18:16:50 +01:00
  • babf074448 Sometimes os_path_join is really too slow :( Dave Halter 2018-12-16 17:58:44 +01:00
  • 9d3043ee39 Cloning typeshed should be possible without git write access Dave Halter 2018-12-16 17:40:41 +01:00
  • 33b73d7fbc Typing does not need to be installed for Jedi to work, vendored typeshed is enough Dave Halter 2018-12-16 17:26:56 +01:00
  • af51c9cc33 Fix Python 3 with Python 2 environment issues Dave Halter 2018-12-16 17:13:02 +01:00
  • f55da1e1d6 Fix isues with Python 2.7 running a 3.6 env Dave Halter 2018-12-16 15:53:42 +01:00
  • ba0d71bef1 Simplify tox.ini Dave Halter 2018-12-16 15:53:21 +01:00
  • add33f5f80 Fix grammar cache problems, because multiple grammars were potentially loaded Dave Halter 2018-12-16 13:14:05 +01:00
  • 79189f243a Upgrade typeshed version Dave Halter 2018-12-16 00:13:54 +01:00
  • 81b42c8633 Fix a test for Python 2 Dave Halter 2018-12-15 22:27:45 +01:00
  • 541a8d3a3e Fix some doctests that were slightly changed because of stubs Dave Halter 2018-12-15 22:20:05 +01:00
  • 3cbba71e7e Merge branch 'master' into typeshed Dave Halter 2018-12-15 22:19:02 +01:00
  • 9617d4527d setup.py was not executable in Python3.7 Dave Halter 2018-12-15 22:18:42 +01:00
  • dc77c12e83 Fix pytest issues with this branch Dave Halter 2018-12-15 20:48:58 +01:00
  • 3ec78ba6c9 Merge branch 'master' into typeshed Dave Halter 2018-12-15 20:38:03 +01:00
  • 86ae11eb43 Add a new release 0.13.2 v0.13.2 Dave Halter 2018-12-15 20:08:16 +01:00
  • 078595f8d7 Merge pull request #1262 from hoefling/pytest-marks Dave Halter 2018-12-15 19:14:56 +01:00
  • a21eaf9dba Merge remote-tracking branch 'origin/master' into typeshed Dave Halter 2018-12-15 19:05:10 +01:00
  • 76417cc3c1 Fix environment cache regression (#1238) Bet4 2018-12-16 01:37:29 +08:00
  • 249564d6ea Merge remote-tracking branch 'origin/master' into typeshed Dave Halter 2018-12-15 18:20:51 +01:00
  • 90a28c7b1e Don't make complicated subprocess calls for version info comparisons Dave Halter 2018-12-15 17:10:40 +01:00
  • 46da1df5ae Add an assert that makes it impossible to nest classes of the same type Dave Halter 2018-12-14 09:37:30 +01:00
  • fda6409600 Cache _apply_decorators Dave Halter 2018-12-14 09:36:13 +01:00
  • d1be92ac80 Cache used names definition finding per evaluator Dave Halter 2018-12-14 09:20:42 +01:00
  • b6cb1fb72d Rewrite the typeshed algorithm of matching actual and stub classes Dave Halter 2018-12-13 09:32:57 +01:00
  • 26b49f8d01 Make the profile_output script usable for Python 2 as well Dave Halter 2018-12-11 00:11:49 +01:00
  • c87398a8c2 Remove unused code Dave Halter 2018-12-10 21:34:47 +01:00
  • 3940fd8eff Restructure eval_annotation so that it's more understandable Dave Halter 2018-12-09 20:46:29 +01:00
  • aa4846bff6 If the stub module is not a package but the actual module is, it should not fail the import Dave Halter 2018-12-09 13:39:40 +01:00
  • 3ec194093d Fix _sre issues Dave Halter 2018-12-09 12:54:39 +01:00
  • f7442032b2 Fix version differences for re.sub Dave Halter 2018-12-09 12:50:01 +01:00
  • 2c5e2609f3 Overloaded functions now return values even if nothing matches Dave Halter 2018-12-09 12:43:55 +01:00
  • ae1f5fa511 Fix namedtuples and reactivate tests for Python 2 Dave Halter 2018-12-09 12:41:58 +01:00
  • 0c37256050 Change some tests in Python2 Dave Halter 2018-12-08 23:55:08 +01:00
  • 70800a6dc2 bumped pytest dependency to 3.1.0 #1262 oleg.hoefling 2018-12-07 18:22:29 +01:00
  • 4711b85b50 used pytest.param to comply with pytest>=4 oleg.hoefling 2018-12-07 17:49:39 +01:00
  • decb5046ea Some Python 2.7 fixes Dave Halter 2018-12-07 08:58:17 +01:00
  • b2824a3547 Remove a test, because it's different in Python 2/3 and covered by typeshed Dave Halter 2018-12-06 19:07:06 +01:00
  • 74c965b55c Fix a return type for py__iter__() Dave Halter 2018-12-06 18:54:51 +01:00
  • 83ba02d0fb Fix remaining issues for Python 3.4 Dave Halter 2018-12-06 18:19:30 +01:00
  • 63bd762f91 Fix a colorama debug highlighting issue Dave Halter 2018-12-06 01:12:48 +01:00
  • cc9641f8c1 Fixed an issue about compiled bound methods Dave Halter 2018-12-06 01:03:17 +01:00
  • c446bcf885 Fix Python 3.5 issues Dave Halter 2018-12-06 00:59:56 +01:00
  • d9e711ab11 Fix remaining Python 3.7 issues to get the tests to pass Dave Halter 2018-12-06 00:35:09 +01:00
  • 3260867918 Move the stdlib namedtuple template of 3.6 to Jedi. Dave Halter 2018-12-06 00:34:52 +01:00
  • d90011c002 Cleanup a few issues with the latest module refactoring Dave Halter 2018-12-05 22:35:39 +01:00
  • 2406c8374f StubModuleContext is now a wrapped context Dave Halter 2018-12-05 21:33:23 +01:00
  • 3d4f241129 Cache Script._get_module Dave Halter 2018-12-05 18:18:26 +01:00
  • 9766abf1c5 Fix a small caching issue Dave Halter 2018-12-05 18:17:33 +01:00
  • feefde400e Fix mro for typing classes Dave Halter 2018-12-05 00:16:06 +01:00
  • 15ae767a79 Fix mro detail Dave Halter 2018-12-05 00:07:21 +01:00
  • b293e8e9e1 Reintroduce CompiledStubName, because we actually need it for positions Dave Halter 2018-12-04 19:25:01 +01:00
  • bb0bf41cab Use ClassMixin the right way in typing Dave Halter 2018-12-04 00:36:53 +01:00
  • b2c0597a7d Fix names for typing classes Dave Halter 2018-12-03 00:56:19 +01:00
  • 3c3ad7b240 Add a generator cache for py__mro__ Dave Halter 2018-12-03 00:51:45 +01:00
  • a7c21eff4b Move py__mro__ to ClassMixin Dave Halter 2018-12-01 15:24:21 +01:00
  • 6b86ad9083 Move py__mro__ calls to direct calls, because it's defined on ClassMixin Dave Halter 2018-12-01 15:17:22 +01:00
  • 2b268435c4 Make some profile output better Dave Halter 2018-12-01 13:35:29 +01:00
  • 07d48df314 Make it possible to have higher precision with pstats displayed Dave Halter 2018-12-01 11:45:09 +01:00
  • a07b062752 Merge StubName and CompiledNameWithStub Dave Halter 2018-11-30 23:36:30 +01:00
  • dd1e53b498 Small refactoring Dave Halter 2018-11-28 22:48:33 +01:00
  • 2eb5e9b42d Improve the profiling script Dave Halter 2018-11-28 09:52:31 +01:00
  • 5e6e4356fc Start using gather_annotation_classes Dave Halter 2018-11-27 01:17:12 +01:00
  • 5bb88ca703 Make it possible to gather annotation classes for Union and Optional Dave Halter 2018-11-27 01:14:15 +01:00
  • 368bf7e58a Improve docstring formatting micbou 2018-11-11 11:32:33 +01:00
  • eb27c64c71 Make os.path import issues clearer Dave Halter 2018-11-25 18:37:19 +01:00