Aaron Meurer
|
5e81fc22e1
|
Skip doctests that are just completion examples
|
2013-08-10 11:20:31 -06:00 |
|
Aaron Meurer
|
754835bec5
|
Add some print statements to the .pythonrc.py example
|
2013-08-10 10:34:30 -06:00 |
|
Aaron Meurer
|
1ac6d779a1
|
Cleanup to the Jedi .pythonrc.py example
|
2013-08-10 10:28:09 -06:00 |
|
Aaron Meurer
|
8b3a62a76f
|
Indent code blocks in the docstring
|
2013-08-10 00:50:26 -06:00 |
|
Aaron Meurer
|
7c53988bae
|
Note that you have to add PYTHONSTARTUP to your profile
|
2013-08-10 00:44:30 -06:00 |
|
Aaron Meurer
|
6f9da26593
|
Show how to fallback to regular readline completion
|
2013-08-10 00:43:37 -06:00 |
|
Aaron Meurer
|
c60fd21805
|
Don't make it sound like Jedi has to be installed with pip
|
2013-08-10 00:42:34 -06:00 |
|
Aaron Meurer
|
396e19c2fd
|
Don't format the code to go in .pythonrc.py in a doctest
This is way too confusing. You don't put doctests in files, you put code in
files.
|
2013-08-10 00:42:00 -06:00 |
|
David Halter
|
2dd9ad7864
|
fix goto_definition on lambda problem, fixes #274
|
2013-08-09 13:51:45 +04:30 |
|
David Halter
|
22b11e0706
|
ignore decorators if cannot be found (also get rid of DecoratorNotFound exception), fixes #272
|
2013-08-09 13:01:21 +04:30 |
|
David Halter
|
7548ec7280
|
fix problems with class method decorators
|
2013-08-09 11:32:44 +04:30 |
|
David Halter
|
5cf39565ee
|
fix decorator problems in class methods (at least partially, there are problems with @staticmethod and @classmethod)
|
2013-08-09 02:11:12 +04:30 |
|
David Halter
|
1fb1244b68
|
remove unlogical operation catching
|
2013-08-08 12:36:26 +04:30 |
|
David Halter
|
2ea2a8c6cd
|
filter all non executables when used with call_signatures, fixes #240
|
2013-08-07 14:36:35 +04:30 |
|
David Halter
|
c6e08221ce
|
fixed more import problems (also with the import usage), definitely fixes davidhalter/jedi-vim#152
|
2013-08-07 10:24:28 +04:30 |
|
David Halter
|
f72816a702
|
fix builtin module imports, fixes davidhalter/jedi-vim#152
|
2013-08-06 18:44:34 +04:30 |
|
David Halter
|
50438218ef
|
*args/**kwargs without call, fixes #235
|
2013-08-06 16:10:02 +04:30 |
|
David Halter
|
1a8227aeec
|
changed no duplicate modules test to respect attributes with the same name as their module
|
2013-08-06 13:52:25 +04:30 |
|
David Halter
|
0dc3106569
|
add keyword_names method to keyword module (includes test), fixes #248
|
2013-08-06 10:55:05 +04:30 |
|
David Halter
|
77d771b10e
|
Merge branch 'dev' into repl
|
2013-08-05 15:35:59 +04:30 |
|
David Halter
|
57ab3cf92c
|
fix doctest problem
|
2013-08-05 15:35:46 +04:30 |
|
David Halter
|
8f7de8f663
|
Merge branch 'dev' into repl
|
2013-08-05 15:20:10 +04:30 |
|
David Halter
|
cea1d265a6
|
repl documentation, adds @asmeurer suggestions
|
2013-08-05 15:18:24 +04:30 |
|
David Halter
|
a118b001cc
|
version bump to 0.7
|
2013-08-02 15:38:39 +02:00 |
|
David Halter
|
997e506038
|
fix a magic method problem
|
2013-08-02 15:11:01 +02:00 |
|
David Halter
|
68d02df017
|
fix a parent problem with generators
|
2013-08-01 15:49:52 +02:00 |
|
David Halter
|
6c3d7431e7
|
fix a typo
|
2013-07-31 23:03:50 +02:00 |
|
David Halter
|
c615e70889
|
only use repl keyword for now in __main__.py.
|
2013-07-31 17:32:47 +02:00 |
|
David Halter
|
ae6dc782da
|
simplify repl completion support, only use the jedi one, because the builtin completion (rlcompleter) is not context sensitive and makes the whole thing really complicated.
|
2013-07-31 17:16:12 +02:00 |
|
David Halter
|
cdba4ef3e1
|
fixed multi level import issue, includes parts of a patch by Lubos Trilety <ltrilety@redhat.com>
|
2013-07-28 23:15:45 +02:00 |
|
David Halter
|
1ed94060df
|
fix another position problem with the reverse tokenizer. includes tests.
|
2013-07-28 21:19:17 +02:00 |
|
David Halter
|
8598fe7327
|
get the reverse tokenizer positions right even with strange docstring situations
|
2013-07-26 01:24:44 +02:00 |
|
David Halter
|
284f2f1671
|
add __iter__method to InstanceElement, because it's needed for arrays
|
2013-07-24 17:21:49 +02:00 |
|
David Halter
|
f4fdf904ee
|
fix lambdas in instances
|
2013-07-24 16:30:38 +02:00 |
|
David Halter
|
18e561f332
|
fix problem that strings are no function calls
|
2013-07-24 16:11:51 +02:00 |
|
David Halter
|
972d4e9a08
|
fix a problem with dynamic flow information and usages
|
2013-07-24 01:28:15 +02:00 |
|
David Halter
|
991b138ff3
|
star imports and usages
|
2013-07-23 17:21:12 +02:00 |
|
David Halter
|
fd2e158cf6
|
fix usage problem on **kwargs params
|
2013-07-23 16:33:59 +02:00 |
|
David Halter
|
68635fc80c
|
fix empty return statement docstrings
|
2013-07-23 15:36:53 +02:00 |
|
David Halter
|
434de60350
|
fixed docstring params
|
2013-07-23 15:26:29 +02:00 |
|
David Halter
|
000eb20cce
|
delete old IndexError catches, didn't make sense
|
2013-07-23 14:39:43 +02:00 |
|
David Halter
|
d78b72b046
|
fixed getattr with array call
|
2013-07-23 14:30:18 +02:00 |
|
David Halter
|
db17c27bb8
|
removed old very strange string casts, that didn't really make sense and even though it mentioned a test, it wouldn't break after deleting it
|
2013-07-23 13:33:00 +02:00 |
|
David Halter
|
bb8e864f8e
|
fix UnboundLocalError and TypeError within Array lookups, not a very good solution, but for now it doesn't puke errors
|
2013-07-23 02:33:07 +02:00 |
|
David Halter
|
52c8340d72
|
invalid goto syntax
|
2013-07-23 00:19:58 +02:00 |
|
David Halter
|
471f492f12
|
generators in *args and illegal *args like *1
|
2013-07-23 00:07:17 +02:00 |
|
David Halter
|
6017daded5
|
removed statement docstr stuff for now. it will be reintroduced when using the evaluator class
|
2013-07-19 13:17:27 +02:00 |
|
David Halter
|
ed99e380d7
|
catch ValueError when the cache json.load method fails, fixes #245
|
2013-07-19 10:55:07 +02:00 |
|
David Halter
|
4e34fb9494
|
fixed illegal params problem
|
2013-07-19 10:32:58 +02:00 |
|
David Halter
|
f754d1565f
|
fixed error with 'comma' separated exceptions
|
2013-07-19 01:27:40 +02:00 |
|