Guglielmo Saggiorato
|
7c4a96fbfa
|
Citing autocomplete-python-jedi alongside to autocomplete-python
|
2017-09-07 10:58:13 +02:00 |
|
Dave Halter
|
4841b8d491
|
Merge branch 'master' of github.com:davidhalter/jedi
|
2017-09-07 10:46:15 +02:00 |
|
Dave Halter
|
794880b8a8
|
Prepare for version 0.11.0.
|
2017-09-07 10:43:40 +02:00 |
|
Dave Halter
|
c4601b835f
|
Don't go crazy with big lists.
|
2017-09-07 01:26:53 +02:00 |
|
Dave Halter
|
a0bf465aee
|
Fix an issue in stdlib path checking.
|
2017-09-07 01:10:54 +02:00 |
|
Dave Halter
|
d2b4e0511f
|
Ignore stdlib paths for dynamic param inference.
|
2017-09-07 00:09:14 +02:00 |
|
Dave Halter
|
8d06e9f9c9
|
Do some parser tree caching. This might be important for recursions.
|
2017-09-05 19:00:49 +02:00 |
|
Dave Halter
|
16ad43922f
|
Aldo change CachedMetaClass a bit to use the same memoize decorator.
|
2017-09-05 18:52:12 +02:00 |
|
Dave Halter
|
e85000b798
|
Replace memoize_default with two nicer functions.
|
2017-09-05 18:46:16 +02:00 |
|
Dave Halter
|
e81486894f
|
Prepare for eventual cache changes.
|
2017-09-05 18:38:32 +02:00 |
|
Dave Halter
|
2aa5da8682
|
Parso was finally released.
|
2017-09-05 18:19:10 +02:00 |
|
Jakub Wilk
|
6c85ec1a6d
|
Fix typos.
|
2017-09-05 00:34:27 +02:00 |
|
Dave Halter
|
882f8029ea
|
Use split_lines and python_bytes_to_unicode directly.
|
2017-09-03 18:38:00 +02:00 |
|
Dave Halter
|
ef89593896
|
Disable more tests in Python2.6, because of set literals that don't exist there.
|
2017-09-03 02:01:43 +02:00 |
|
Dave Halter
|
957f2cedf4
|
Disable some tests that don't run in 2.6, because its syntax doesn't support it.
|
2017-09-03 01:23:54 +02:00 |
|
Dave Halter
|
245ad9d581
|
Bump parso version.
|
2017-09-03 01:10:22 +02:00 |
|
Dave Halter
|
65c02a2332
|
A bit of shuffling code around get_definition around.
|
2017-09-03 01:05:53 +02:00 |
|
Dave Halter
|
f69d8f1f29
|
_get_definition -> get_definition in parso.
|
2017-09-03 00:50:52 +02:00 |
|
Dave Halter
|
4795ed9071
|
More refactoring.
|
2017-09-03 00:39:15 +02:00 |
|
Dave Halter
|
6fb2f73f88
|
Some more refactorings.
|
2017-09-03 00:37:20 +02:00 |
|
Dave Halter
|
b64690afb8
|
Param defaults were not correctly followed when goto was used on them.
|
2017-09-03 00:22:59 +02:00 |
|
Dave Halter
|
e85816cc85
|
Simplify getting code for completions.
|
2017-09-03 00:11:23 +02:00 |
|
Dave Halter
|
fc8326bca1
|
Finally get rid of the last get_definition.
|
2017-09-03 00:07:14 +02:00 |
|
Dave Halter
|
333babea39
|
get_definition has now a new option.
|
2017-09-02 23:56:00 +02:00 |
|
Dave Halter
|
747e0aa7c4
|
Remove a get_definition usage.
|
2017-09-02 23:23:09 +02:00 |
|
Dave Halter
|
4a04bf78c7
|
Move some code around.
|
2017-09-02 22:45:23 +02:00 |
|
Dave Halter
|
9663e343c2
|
Almost the last switch to _get_definition.
|
2017-09-02 22:42:01 +02:00 |
|
Dave Halter
|
03da6b5655
|
get_definition change in finder.
|
2017-09-02 21:46:03 +02:00 |
|
Dave Halter
|
6419534417
|
Some more _get_definition fixes
|
2017-09-02 21:37:59 +02:00 |
|
Dave Halter
|
ee6d68c3a8
|
Remove a get_definnition usage.
|
2017-09-02 17:59:09 +02:00 |
|
Dave Halter
|
7e19e49200
|
Start replacing get_definitions.
|
2017-09-02 17:48:01 +02:00 |
|
Dave Halter
|
9cac7462d6
|
Return statements should be handled correctly if the return_stmt is only a return without an expression behind it.
|
2017-09-02 14:03:54 +02:00 |
|
Dave Halter
|
c47f5ca68c
|
Fix issues with yield.
|
2017-09-01 18:38:19 +02:00 |
|
Dave Halter
|
e2d53f51b0
|
test for yields in expressions.
|
2017-09-01 18:08:52 +02:00 |
|
Dave Halter
|
16f1eb417a
|
One more parso rename.
|
2017-09-01 18:05:19 +02:00 |
|
Dave Halter
|
2b08c0ac88
|
Bump parso to 0.0.3
|
2017-08-31 22:54:09 +02:00 |
|
Dave Halter
|
3789709ec0
|
Add the deployment script from parso.
|
2017-08-31 22:45:27 +02:00 |
|
Dave Halter
|
fe9be9fe09
|
source_to_unicode -> python_bytes_to_unicode.
|
2017-08-15 20:09:48 +02:00 |
|
Dave Halter
|
f9e31dc941
|
Refactor splitlines -> split_lines.
|
2017-08-15 19:55:50 +02:00 |
|
Dave Halter
|
e3ca1e87ff
|
Simplify Contributing.md.
|
2017-08-13 22:31:05 +02:00 |
|
Dave Halter
|
a37201bc1d
|
Finally fixing the Python 2 issues with static_getattr.
|
2017-08-13 22:24:50 +02:00 |
|
Dave Halter
|
13a0d63091
|
Add Python 2 compatibility.
|
2017-08-12 23:15:16 +02:00 |
|
Dave Halter
|
88cfb2cb91
|
Remove side effects when accessing jedi from the interpreter.
Note that there is http://bugs.python.org/issue31184.
Fixes #925.
|
2017-08-12 22:49:05 +02:00 |
|
Dave Halter
|
b26b8a1749
|
Merge branch 'dev'
|
2017-08-12 22:46:24 +02:00 |
|
Dave Halter
|
997cb2d366
|
Merge branch 'dev' of github.com:davidhalter/jedi into dev
|
2017-08-12 22:45:47 +02:00 |
|
Yariv Kenan
|
9a43c35a4d
|
fix old_files method
Returns old files instead of new files info.
Probably not what it was meant for.
|
2017-08-10 00:14:07 +02:00 |
|
bcolsen
|
3422b21c62
|
Added Yields test
|
2017-08-09 00:37:29 -06:00 |
|
bcolsen
|
38a690b4e4
|
add numpydoc to cov in tox.ini
|
2017-08-08 23:41:08 -06:00 |
|
bcolsen
|
77d6de0ae5
|
fix test skip and py3.6
|
2017-08-08 23:30:02 -06:00 |
|
bcolsen
|
4f96cdb3b0
|
Numpydocs doesn't support 2.6 or 3.3
|
2017-08-08 23:13:16 -06:00 |
|