Dave Halter
|
857f6a79ae
|
Merge branch 'master' of github.com:davidhalter/jedi
|
2019-05-21 13:39:27 +02:00 |
|
micbou
|
744662d096
|
Fix resource warnings
|
2019-05-21 13:35:12 +02:00 |
|
micbou
|
16b64f59b7
|
Fix transform_path_to_dotted tests on Windows
Compiled modules end with the .pyd extension on Windows.
|
2019-05-21 12:07:17 +02:00 |
|
micbou
|
6f9f5102d0
|
Fix correct_zip_package_behavior tests on Windows
|
2019-05-21 12:07:17 +02:00 |
|
Dave Halter
|
b17e7d5746
|
A work in progress improvement for compiled signatures
|
2019-05-21 09:37:17 +02:00 |
|
Dave Halter
|
95cd8427f4
|
Fix a NotImplementedError when loading random modules
|
2019-05-20 09:54:41 +02:00 |
|
Dave Halter
|
655344c09c
|
Merge branch 'master' into pytest
|
2019-05-20 00:21:57 +02:00 |
|
Dave Halter
|
d2d1bb4def
|
Raise a speed limit a bit to avoid false positives
|
2019-05-19 18:22:47 +02:00 |
|
Dave Halter
|
55feb95d41
|
Fix an issue with the latest typeshed upgrade in tests
|
2019-05-19 13:27:38 +02:00 |
|
Dave Halter
|
4176af337f
|
A few Python 2 fixes
|
2019-05-18 01:09:09 +02:00 |
|
Dave Halter
|
52ae6e7f0b
|
Remove a print statement
|
2019-05-18 00:19:06 +02:00 |
|
Dave Halter
|
0fb5fd271a
|
Better scanning for module names, now includes namespace packages and stubs
|
2019-05-18 00:11:08 +02:00 |
|
Dave Halter
|
8e3f85c475
|
Revert "One more small test change"
This reverts commit a6693616a0.
|
2019-05-17 23:49:26 +02:00 |
|
Dave Halter
|
4b829c358b
|
Fix an import names completion issue
|
2019-05-17 23:34:17 +02:00 |
|
Dave Halter
|
02ab71ff26
|
Tests for stub import completions
|
2019-05-17 16:53:34 +02:00 |
|
Dave Halter
|
7de5fee3ad
|
Minor change, because of typeshed changes
|
2019-05-17 16:09:23 +02:00 |
|
Dave Halter
|
e70c49fea2
|
Use completions from both stubs and actual modules
|
2019-05-17 16:04:16 +02:00 |
|
Dave Halter
|
c640aa9213
|
goto_assignments should work even if something is only defined in a stub
|
2019-05-17 14:58:55 +02:00 |
|
Dave Halter
|
9d5f57d798
|
Make sure inferring works even if a stub doesn't have all variables defined
|
2019-05-17 14:45:22 +02:00 |
|
Dave Halter
|
b5d1e00930
|
Deal better with instance conversions for stubs
|
2019-05-17 12:27:53 +02:00 |
|
Dave Halter
|
051db30dfb
|
Proper loading for third-party stub packages
|
2019-05-16 00:45:09 +02:00 |
|
Dave Halter
|
4f64dd30f9
|
Make sure Python is still loadable in stub only folders
|
2019-05-15 22:23:23 +02:00 |
|
Dave Halter
|
904c4d04bb
|
Make sure Python is still loadable in mixed stub/python folders
|
2019-05-15 22:20:57 +02:00 |
|
Dave Halter
|
f49d48fbd2
|
Add a few more tests for nested stub folders
|
2019-05-15 22:18:22 +02:00 |
|
Dave Halter
|
e4170d65b7
|
Make namespace folders work with stubs
|
2019-05-15 21:55:54 +02:00 |
|
Dave Halter
|
5ff3e4d1d1
|
Implement stub tests and a first iteration of loading them from some random place
|
2019-05-13 10:13:59 +02:00 |
|
Dave Halter
|
079783e3a1
|
Move trying to resolve stubs to a different place
|
2019-05-10 22:33:49 +02:00 |
|
Dave Halter
|
4a2ada56e5
|
Remove two asserts that were pointless
|
2019-05-10 01:31:12 +02:00 |
|
Dave Halter
|
a6a71c59f4
|
Move some contents of gradual.stub_contexts to gradual.conversion
|
2019-05-10 01:24:58 +02:00 |
|
Dave Halter
|
895eae1d54
|
Move all Name classes to a separate file
|
2019-05-07 00:30:16 +02:00 |
|
Dave Halter
|
a6693616a0
|
One more small test change
|
2019-05-06 23:59:39 +02:00 |
|
Dave Halter
|
2d6c037f39
|
Some forgotten renames in tests
|
2019-05-05 21:05:38 +02:00 |
|
Dave Halter
|
d9919efb4c
|
is_compiled fix
|
2019-05-05 21:03:37 +02:00 |
|
Dave Halter
|
9af8638589
|
Small test fix
|
2019-05-05 20:30:11 +02:00 |
|
Dave Halter
|
16ec84efe4
|
Some test compiled fixes
|
2019-05-05 20:12:36 +02:00 |
|
Dave Halter
|
c0c1aff577
|
Remove get_call_signature_for_any
|
2019-05-05 19:51:54 +02:00 |
|
Dave Halter
|
45a5eee18a
|
Better control over docstring generation
|
2019-05-05 19:50:52 +02:00 |
|
Dave Halter
|
2d8d4d5c99
|
Small test fixes for parser utils
|
2019-05-05 19:17:38 +02:00 |
|
Dave Halter
|
c647bfa490
|
Fix a test
|
2019-05-05 17:09:15 +02:00 |
|
Dave Halter
|
171874d288
|
Fix all gradual tests
|
2019-05-05 15:33:56 +02:00 |
|
Dave Halter
|
6ced926db0
|
Try to get some more stub to definitions working and vice versa
|
2019-04-14 17:37:48 +02:00 |
|
Dave Halter
|
05eb06d91b
|
Merge remote-tracking branch 'origin/master' into typeshed
|
2019-04-13 01:52:15 +02:00 |
|
Dave Halter
|
b2f6758a9c
|
Merge pull request #1313 from CXuesong/master
get_module_names should include top-level async functions when all_scopes=False.
|
2019-04-13 00:43:58 +02:00 |
|
Andreas Mittelberger
|
e843c6108d
|
fix add_bracket_after_function had no effect (#1297)
* fix add_bracket_after_function had no effect
* added test for fix
* using monkeypatch to set add_bracket_after_function.
|
2019-04-13 00:41:02 +02:00 |
|
forest93
|
2724ac9e07
|
Make a separate test case.
|
2019-04-12 23:31:06 +08:00 |
|
Dave Halter
|
3ba3d72d6b
|
Fix a small issue
|
2019-04-12 12:09:03 +02:00 |
|
forest93
|
1e12e1e318
|
Make get_module_names return top-level async functions when all_scopes=False.
|
2019-04-11 23:38:55 +08:00 |
|
Dave Halter
|
bb050eebed
|
Move creating stub modules
|
2019-04-11 08:35:16 +02:00 |
|
Dave Halter
|
9f26c27b6d
|
Start adding tests for goto_assignments on stubs
|
2019-04-10 20:41:05 +02:00 |
|
Dave Halter
|
31442ecb3b
|
Merge branch 'master' into typeshed
|
2019-04-09 22:58:30 +02:00 |
|