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 |
|