David Halter
|
33711ba966
|
fix problems with literals, finally
|
2013-09-06 00:40:08 +04:30 |
|
David Halter
|
1b5f4f5e0b
|
literal classes mostly working
|
2013-09-05 23:45:56 +04:30 |
|
David Halter
|
d483143d47
|
fix a very annoying caching problem
|
2013-09-03 22:41:56 +04:30 |
|
David Halter
|
4c6a58644e
|
removed used_vars and set_vars parameters, because they are unused
|
2013-09-03 01:17:35 +04:30 |
|
David Halter
|
2e8432de21
|
don't use function_definition as a name anymore, also not in helper functions
|
2013-08-21 13:38:13 +04:30 |
|
David Halter
|
18e561f332
|
fix problem that strings are no function calls
|
2013-07-24 16:11:51 +02:00 |
|
David Halter
|
471f492f12
|
generators in *args and illegal *args like *1
|
2013-07-23 00:07:17 +02:00 |
|
David Halter
|
a2da599d6e
|
fix a completion in dict problem
|
2013-05-03 18:31:05 +04:30 |
|
Danilo Bargen
|
f98b0d7b6f
|
New "with ignored(*exceptions)" context manager
|
2013-04-17 23:28:37 +02:00 |
|
David Halter
|
9ad9c806bb
|
rename non-cycling imports to 'from jedi import ..'
|
2013-03-15 15:02:33 +04:30 |
|
David Halter
|
d05018757d
|
completely rewrote helpers.search_function_definition
|
2013-02-21 19:56:05 +04:30 |
|
David Halter
|
79216f189f
|
moved parsing.Simple.module to _sub_module
|
2013-02-17 00:30:44 +04:30 |
|
David Halter
|
da4ad7fd3f
|
fix Name (instead of Param) as param key
|
2013-02-10 23:57:20 +01:00 |
|
David Halter
|
5722cd2382
|
fix parts of helpers.search_function_definition
|
2013-02-10 22:40:28 +01:00 |
|
David Halter
|
22a1b2397d
|
simple function tests pass now
|
2013-02-09 03:55:30 +01:00 |
|
David Halter
|
94126edda8
|
get rid of generate_param_array
|
2013-02-08 12:32:19 +01:00 |
|
David Halter
|
56d900b7e2
|
moved recursion parts from helper to recursion.py
|
2013-02-05 23:41:54 +01:00 |
|
David Halter
|
1474dcb91c
|
other modules also adapt to the new evaluate_representation now
|
2013-02-05 17:09:57 +01:00 |
|
David Halter
|
bc08ea9630
|
renamed all occurences of parsing
|
2013-02-05 16:29:39 +01:00 |
|
David Halter
|
cf22a08d0a
|
care for python 3 dict.items iterator return (in python2 list)
|
2013-01-10 10:02:21 +01:00 |
|
David Halter
|
e9aadce5ae
|
__slots__ usage works much better now -> scan for all slots and not only for current class
|
2013-01-09 21:44:59 +01:00 |
|
David Halter
|
7aa527f12e
|
use_as_parent again and fast_parent_copy deals now with __slots__
|
2013-01-09 15:23:33 +01:00 |
|
David Halter
|
082db3fdbd
|
scan_array_for_pos -> search_function_call, which makes much more sense
|
2013-01-07 14:11:45 +01:00 |
|
David Halter
|
d35cb1898d
|
change helpers.scan_array_for_pos to helpers.array_for_pos for refactorings
|
2013-01-07 14:01:14 +01:00 |
|
David Halter
|
6c2f8a759d
|
fix problems of the last 10 commits
|
2013-01-05 18:24:07 +01:00 |
|
David Halter
|
f3e71a220f
|
basic exctract refactoring (not working yet)
|
2013-01-05 14:22:24 +01:00 |
|
David Halter
|
c1d442fa17
|
added a line_offset attribute - enables fast_parser to change positions
|
2012-12-16 17:23:15 +01:00 |
|
David Halter
|
2b579eb09b
|
many bugfixes related to fast_parser
|
2012-12-15 16:38:21 +01:00 |
|
David Halter
|
6963a6ac4a
|
other random bugfixes for positions and the use of fast_parser
|
2012-12-14 15:22:28 +01:00 |
|
David Halter
|
cab74d5f51
|
move parsing.PushBackIterator and parsing.indent_block to common
|
2012-12-13 16:38:15 +01:00 |
|
David Halter
|
9b45ddcb7c
|
removed faked_scopes, was only necessary because of weakrefs.
|
2012-12-12 21:31:41 +01:00 |
|
David Halter
|
e8ddc35a1b
|
caches have their own module now.
|
2012-12-12 21:28:19 +01:00 |
|
David Halter
|
ba6297a070
|
fix for a problem with get_in_function_call, if parentheses were not closed.
|
2012-12-10 19:46:17 +01:00 |
|
David Halter
|
6bdda36205
|
removed all the weakref stuff again. It didn't speed up anything, but made things much more complicated
|
2012-12-09 16:33:24 +01:00 |
|
David Halter
|
3474d481b6
|
faster get_in_function_call, may improve #34
|
2012-11-20 18:14:42 +01:00 |
|
David Halter
|
8ce2633c06
|
Removed an ancient bug. Don't know why it's that easy this time.
|
2012-11-20 14:59:12 +01:00 |
|
David Halter
|
3d1f67b8a0
|
better support for get_in_function_call - fixes #57
|
2012-11-11 02:48:33 +01:00 |
|
David Halter
|
5dba06caa8
|
reenabled a test
|
2012-10-24 16:45:35 +02:00 |
|
David Halter
|
e6d9a0a745
|
restructured fast_parent_copy again
|
2012-10-23 18:23:26 +02:00 |
|
David Halter
|
197c2f642b
|
fixed some evil bugs in the import mechanism and even worse: In helpers.fast_parent_copy.
|
2012-10-22 17:22:44 +02:00 |
|
David Halter
|
99739754ef
|
pep8
|
2012-10-21 14:33:14 +02:00 |
|
David Halter
|
4519221f33
|
move scan_array_for_pos to helpers
|
2012-10-20 18:52:24 +02:00 |
|
David Halter
|
3838b5482e
|
builtin scope doesn't load by default anymore. This makes Jedi faster at startup. -> jedi issue 7
|
2012-10-17 21:26:55 +02:00 |
|
David Halter
|
3a6d9ba955
|
fixed bug in recursion detection (not really a fix, I don't understand why this happens only in python3)
|
2012-10-14 02:19:58 +02:00 |
|
David Halter
|
39f89462b4
|
assert isinstance checks
|
2012-10-07 15:13:40 +02:00 |
|
Danilo Bargen
|
21826e7a34
|
Moved jedi files to separate package folder
|
2012-09-17 22:38:38 +02:00 |
|