Dave Halter
|
ac33d5dea3
|
If branch inference should not trigger for things we don't know, fixes #1530
|
2020-03-31 22:46:31 +02:00 |
|
Dave Halter
|
88c13639bc
|
Remove unused environment param
|
2020-03-21 03:19:39 +01:00 |
|
Dave Halter
|
28c1ba6c1c
|
Fix a Python 2 test
|
2020-03-21 03:13:59 +01:00 |
|
Dave Halter
|
a2764283ba
|
Merge branch 'refactor'
|
2020-03-21 02:54:07 +01:00 |
|
Dave Halter
|
0ffd566957
|
Merge branch 'project'
|
2020-03-21 02:52:51 +01:00 |
|
Dave Halter
|
5b54ac835d
|
Fix deprecations in tests
|
2020-03-21 02:42:00 +01:00 |
|
Dave Halter
|
d6d9286242
|
Get rid of deprecations in tests
|
2020-03-21 02:15:57 +01:00 |
|
Dave Halter
|
4c964ae655
|
Fix some test results
|
2020-03-21 01:52:56 +01:00 |
|
Dave Halter
|
0888dd468f
|
Fix partialmethod issues
|
2020-03-14 01:22:46 +01:00 |
|
Dave Halter
|
661fdb2b26
|
Merge branch 'add-partialmethod' of https://github.com/ffe4/jedi
|
2020-03-14 00:28:06 +01:00 |
|
Dave Halter
|
10bc578bfe
|
Merge branch 'master' into refactor
|
2020-03-13 23:53:09 +01:00 |
|
Daniel Lemm
|
fd6540a9e5
|
Fix PartialMethodObject (WIP)
Implemented feedback from PR #1522.
Does not pass new tests in test/completion/stdlib.py
|
2020-03-13 21:40:58 +01:00 |
|
Daniel Lemm
|
96c969687a
|
Add partialmethod, fixes #1519
Returns correct method signature but test/completion/stdlib.py fails
|
2020-03-12 18:47:17 +01:00 |
|
Dave Halter
|
d574162da3
|
Fix namedtuple docstring/signature issues, fixes #1506
|
2020-03-10 20:07:10 +01:00 |
|
Dave Halter
|
7247c32990
|
Refactor load_module_from_path to be simpler
|
2020-03-09 17:40:14 +01:00 |
|
Dave Halter
|
e5fabb4c5f
|
Fix some version issue stuff
|
2020-03-01 01:42:22 +01:00 |
|
Dave Halter
|
fd23946de3
|
Avoid universal newlines even more
|
2020-03-01 01:12:47 +01:00 |
|
Dave Halter
|
5f2a402b19
|
Removed some more 3.4 usages
|
2020-02-27 18:30:46 +01:00 |
|
Dave Halter
|
a892887b04
|
Remove Python 3.4 support
|
2020-02-27 02:04:03 +01:00 |
|
Dave Halter
|
6e63799a7d
|
Fix a test that picked up the wrong paths
|
2020-02-06 22:51:40 +01:00 |
|
Dave Halter
|
14ac0512a9
|
Get rid of cwd modifications in tests
|
2020-02-06 01:47:39 +01:00 |
|
Dave Halter
|
f2722952e7
|
Fix load_unsafe_extensions issue
|
2020-02-05 10:01:21 +01:00 |
|
Dave Halter
|
3101e43aa6
|
Merge branch 'master' into project
|
2020-02-03 09:26:43 +01:00 |
|
Dave Halter
|
eee919174d
|
Stubs should not become stubs again in the conversion function, fixes #1475
|
2020-02-03 00:58:54 +01:00 |
|
Dave Halter
|
8ff2ea4b38
|
Make sure to not load unsafe modules anymore if they are not on the sys path, fixes #760
|
2020-01-31 13:09:28 +01:00 |
|
Dave Halter
|
4a1d9a9116
|
Use project instead of sys_path parameter in tests
|
2020-01-30 21:02:47 +01:00 |
|
Dave Halter
|
ceccbf3678
|
Make the Project API public, fixes #778
|
2020-01-30 19:24:16 +01:00 |
|
Dave Halter
|
8cccdde28d
|
CompiledObject -> CompiledValue
|
2020-01-25 18:13:50 +01:00 |
|
Dave Halter
|
da2a55c73f
|
Fix issue with mixed objects, fixes #1480
|
2020-01-25 15:02:55 +01:00 |
|
Dave Halter
|
9c0efd5a67
|
Prepare a test for #1479
|
2020-01-25 01:07:20 +01:00 |
|
Dave Halter
|
066b8b7165
|
Avoid a print in tests
|
2020-01-24 22:11:52 +01:00 |
|
Dave Halter
|
7683c05de3
|
Fix value/context mixup in mixed, fixes #1479
|
2020-01-24 22:09:25 +01:00 |
|
Dave Halter
|
6a75a0c590
|
Rewrite some whitespace
|
2020-01-22 23:14:07 +01:00 |
|
Dave Halter
|
8cc836e816
|
find_signatures -> get_signatures, see #1476
|
2020-01-22 01:10:38 +01:00 |
|
Dave Halter
|
9d7858eb3a
|
Fix remaining tests
|
2020-01-22 00:36:30 +01:00 |
|
Dave Halter
|
26f0fa9eb0
|
Move get_module_contexts_containing_name to the references module
|
2020-01-17 22:51:09 +01:00 |
|
Dave Halter
|
9c1063c35a
|
Use the proper fixture
|
2020-01-12 23:58:49 +01:00 |
|
Dave Halter
|
591e3c4565
|
Make sure tests are proper packages, so that pytest doesn't do shenannigans with sys path
|
2020-01-12 19:58:29 +01:00 |
|
Dave Halter
|
bd2ed8dbbd
|
Finally get rid of call_of_leaf
|
2020-01-12 03:06:52 +01:00 |
|
Dave Halter
|
cc34c7d4f3
|
Move not_in_sys_path tests to examples
|
2020-01-12 00:55:01 +01:00 |
|
Dave Halter
|
796a2b4df5
|
Move namespace tests to examples
|
2020-01-12 00:51:42 +01:00 |
|
Dave Halter
|
f3919823fb
|
Moved zipped imports test files
|
2020-01-12 00:43:36 +01:00 |
|
Dave Halter
|
46f8e53e71
|
Move sample_venvs to examples
|
2020-01-12 00:30:05 +01:00 |
|
Dave Halter
|
8dc7f2d899
|
Move the extension test to examples
|
2020-01-12 00:26:01 +01:00 |
|
Dave Halter
|
f31c90926e
|
Move implicit namespace package code to example dir
|
2020-01-11 22:25:12 +01:00 |
|
Dave Halter
|
8459b02a98
|
Move flask tests to examples folder
|
2020-01-11 22:01:33 +01:00 |
|
Dave Halter
|
ba6154c314
|
Move the absolute import test files
|
2020-01-11 21:59:21 +01:00 |
|
Dave Halter
|
76a4820926
|
Skip a test that doesn't work in Python 2
|
2020-01-10 10:30:53 +01:00 |
|
Dave Halter
|
10c5990614
|
Remove a statement that didn't make sense
|
2020-01-07 22:20:36 +01:00 |
|
Dave Halter
|
fdb5071bec
|
Fix some issues with converting names, see #1466
|
2020-01-07 10:59:15 +01:00 |
|