Dave Halter
|
48b137a7f5
|
Revert "Remove an used function"
This reverts commit efd8861d62.
|
2019-02-21 17:54:01 +01:00 |
|
Dave Halter
|
b4a4dacebd
|
Fix embedded Python with Jedi (see comments in source code), fixes davidhalter/jedi-vim#870
|
2019-02-21 10:19:28 +01:00 |
|
Dave Halter
|
efd8861d62
|
Remove an used function
|
2019-02-21 10:16:17 +01:00 |
|
Dave Halter
|
2f86f549f5
|
Improve an error message, see #1279
|
2019-02-16 04:32:03 +01:00 |
|
Marc Zimmermann
|
cc0c4cc308
|
fixing permission denied errors with project.json
|
2019-02-16 04:28:26 +01:00 |
|
Dave Halter
|
9617d4527d
|
setup.py was not executable in Python3.7
|
2018-12-15 22:18:42 +01:00 |
|
Dave Halter
|
86ae11eb43
|
Add a new release 0.13.2
v0.13.2
|
2018-12-15 20:09:36 +01:00 |
|
Dave Halter
|
078595f8d7
|
Merge pull request #1262 from hoefling/pytest-marks
Use `pytest.param` when marking single parameters
|
2018-12-15 19:14:56 +01:00 |
|
Bet4
|
76417cc3c1
|
Fix environment cache regression (#1238)
The only remaining issue with this PR is that it does compare with executable instead of _start_executable (they don't need to be the same).
|
2018-12-15 18:37:28 +01:00 |
|
oleg.hoefling
|
70800a6dc2
|
bumped pytest dependency to 3.1.0
|
2018-12-07 18:22:29 +01:00 |
|
oleg.hoefling
|
4711b85b50
|
used pytest.param to comply with pytest>=4
|
2018-12-07 17:49:39 +01:00 |
|
micbou
|
368bf7e58a
|
Improve docstring formatting
|
2018-11-26 00:26:34 +01:00 |
|
Jelte Fennema
|
3bdb941daa
|
Add an exact_key_items method to DictComprehension fixes #1233
|
2018-10-14 17:08:44 +02:00 |
|
Dave Halter
|
bd1010bbd2
|
Create a new 0.13.1 release
v0.13.1
|
2018-10-02 19:07:35 +02:00 |
|
Dave Halter
|
23b3327b1d
|
Fixed completions of global vars and tensorflow slowness, fixes #1228, #1116
|
2018-10-02 15:28:51 +02:00 |
|
Dave Halter
|
075577d50c
|
The changelog date was wrong
|
2018-10-02 15:25:31 +02:00 |
|
Dave Halter
|
96b57f46cb
|
Release notes for 0.13.0
v0.13.0
|
2018-10-02 01:14:28 +02:00 |
|
Dave Halter
|
c24eb4bd67
|
Fix tensorflow issues with a few hacks (temporary), fixes #1195
|
2018-10-02 00:52:11 +02:00 |
|
Dave Halter
|
862f611829
|
If the VIRTUAL_ENV variable changes, need to reload the default environment, fixes #1201, #1200
|
2018-09-30 19:07:48 +02:00 |
|
Dave Halter
|
f9cbc65f2d
|
Return SameEnvironment as a default, fixes #1226, #1196
|
2018-09-30 14:07:37 +02:00 |
|
Dave Halter
|
e1f9624bd4
|
Document that using the REPL autocompletion is only available on Linux/Mac, fixes #1184
|
2018-09-30 13:36:05 +02:00 |
|
Dave Halter
|
6a2a2a9fa1
|
Fix an issue with f-strings, fixes #1224
|
2018-09-30 13:26:54 +02:00 |
|
Dave Halter
|
4545d91929
|
Ignore some errors that are happening when the Python process ends and its subprocesses are cleaned up
|
2018-09-30 13:26:26 +02:00 |
|
Claude
|
a2b984ce24
|
also remove crashes with pep 448 unpacking of lists and sets
|
2018-09-23 21:00:11 +02:00 |
|
Claude
|
6bc79b4933
|
Fixed crash (and now recognises correctly) {**d, "b": "b"}["b"]
|
2018-09-23 21:00:11 +02:00 |
|
Claude
|
b9127147e4
|
Recognize {**d} as a dict instead of set
|
2018-09-23 21:00:11 +02:00 |
|
Daniel Hahler
|
afb2755c27
|
Add extras_require=testing
|
2018-09-22 10:03:12 +02:00 |
|
Daniel Hahler
|
56bd795100
|
_get_virtual_env_from_var: use safe=False
Without this creating an env from VIRTUAL_ENV will always silently fail
if it is not the same/current environment.
|
2018-09-16 11:37:22 +02:00 |
|
Daniel Hahler
|
cdb760487b
|
tests: venv_path: use session scope
|
2018-09-16 11:24:27 +02:00 |
|
Daniel Hahler
|
fc9a55b042
|
jedi/api/environment.py: minor flake8 fix
|
2018-09-16 11:22:02 +02:00 |
|
Daniel Hahler
|
1cf5b194ca
|
jedi.api.environment._SUPPORTED_PYTHONS: add 3.7
The grammar is available in parso already, and it works in general.
|
2018-09-15 16:58:07 +02:00 |
|
Dave Halter
|
84b07a8809
|
Removing a test from doctests, becaues it shouldn't be one
|
2018-08-26 03:09:46 +02:00 |
|
Dave Halter
|
6c555e62aa
|
Refactor argument clinic usage
|
2018-08-26 03:02:58 +02:00 |
|
Dave Halter
|
d6306a06a4
|
With the recent changes one performance optimization got lost
|
2018-08-07 02:47:25 +02:00 |
|
Dave Halter
|
8fc2add242
|
FunctionExecutionContext should use the parent if possible
|
2018-08-06 12:49:31 +02:00 |
|
Dave Halter
|
4a593f9693
|
Use anonymous instance arguments in a different way
|
2018-08-06 11:19:29 +02:00 |
|
Dave Halter
|
38a22a4ae8
|
Move some anonymous instance function execution stuff
|
2018-08-05 23:37:46 +02:00 |
|
Dave Halter
|
10ecb77673
|
Get rid of InstanceFunctionExecution, because it's really not needed
|
2018-08-05 23:26:15 +02:00 |
|
Dave Halter
|
357c86ad9c
|
Use the InstanceArguments for super as well
|
2018-08-05 14:58:35 +02:00 |
|
Dave Halter
|
8cae517821
|
Use InstanceArguments directly and not via InstanceFunctionExecution
|
2018-08-05 14:34:44 +02:00 |
|
Dave Halter
|
0101fdd9da
|
Remove old garbage code
|
2018-08-05 14:19:18 +02:00 |
|
Dave Halter
|
e17d7f5d42
|
Don't use arguments that are not needed
|
2018-08-05 14:17:46 +02:00 |
|
Dave Halter
|
7d16a35693
|
Also move the remaining get_params to get_executed_params
Remove the class's get_params entirely, because it is apparently not needed and contained a funny return.
|
2018-08-05 13:58:06 +02:00 |
|
Dave Halter
|
1456a156a6
|
get_params -> get_executed_params where possible
|
2018-08-05 13:53:57 +02:00 |
|
Dave Halter
|
3d55b2d826
|
Subprocess error reporting improvements
|
2018-08-05 12:50:17 +02:00 |
|
Dave Halter
|
1547177128
|
Fix a recursion issue about compiled objects
|
2018-08-04 23:20:51 +02:00 |
|
Dave Halter
|
bd43608f98
|
Use a CompiledInstanceNameFilter that wraps the class name as well
|
2018-08-04 13:10:14 +02:00 |
|
Dave Halter
|
72f2a9e4a5
|
Prefer Python 3 import over 2
|
2018-08-04 12:07:41 +02:00 |
|
Dave Halter
|
b91203820c
|
Now it's actually possible to specify a pytest environment for the same Python version
|
2018-08-04 02:00:13 +02:00 |
|
Dave Halter
|
71572e63cd
|
Note that Python 3.3 support was dropped in Changelog
|
2018-08-04 00:49:45 +02:00 |
|