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