1
0
forked from VimPlug/jedi
Commit Graph

64 Commits

Author SHA1 Message Date
Dave Halter
240b0c9581 NamePart doesn't have an __eq__ method anymore 2014-04-18 14:36:10 +02:00
Dave Halter
6a40c9b671 remove get_set_vars completely from existance 2014-04-14 12:40:59 +02:00
Dave Halter
058e123879 fix issues with a copy.copy usage for Name 2014-04-13 14:55:07 +02:00
Dave Halter
f7e236971b moved the input of get_index_types to a more typical type system 2014-04-04 12:09:46 +02:00
Dave Halter
283a5086f9 use memoize_default instead of strange underscore_decorators in api classes 2014-04-02 10:34:43 +02:00
Dave Halter
305b593f3b create an is_callable method for all representation objects, to determine if something is callable or not 2014-04-02 09:42:15 +02:00
Dave Halter
2dbfe46a5a fix a minor issue with __repr__ for decorators 2014-03-26 16:33:31 +01:00
Dave Halter
c71247e9c9 syntastic sugar 2014-03-13 10:39:18 +01:00
Dave Halter
8b176e34f2 clean up decorator mess 2014-03-13 01:51:02 +01:00
Dave Halter
ec6d7df950 fix problems with decorators with call signatures, fixes #319 2014-03-13 01:29:32 +01:00
Dave Halter
cffdcd2571 correct developer documentation a little bit 2014-03-11 15:38:46 +01:00
Dave Halter
f191917555 fixed compild classes inheritance issue, fixes #380 2014-03-11 12:45:29 +01:00
Dave Halter
6c5e91da69 some code - just written for @dbrgn 2014-03-10 23:08:09 +01:00
Dave Halter
62a14f7558 restructure NameFinder.filter_name a little bit 2014-03-10 15:57:01 +01:00
Dave Halter
1eba63760e more change to simplify the statement parser 2014-02-27 16:58:08 +01:00
Dave Halter
2e12eb7861 start with the integration of an Operator class to make way for precedences 2014-02-26 14:44:51 +01:00
Dave Halter
44e16c11e5 fixed docstr problems with unified interfaces 2014-02-26 02:33:18 +01:00
Dave Halter
d5aa36cc69 replace propery with safe_property in some evaluate cases. fixes #249 2014-01-15 15:07:06 +01:00
Dave Halter
717c4315df Remove Todos that didn't make sense. 2014-01-13 16:29:30 +01:00
Dave Halter
682e1c2708 debug.dbg and debug.warning now take a string and format args parameters to make debugging a little bit cleaner 2014-01-13 16:16:07 +01:00
Dave Halter
83b490dd6d PyObject -> CompiledObject, PyName -> CompiledName 2014-01-13 14:09:03 +01:00
Dave Halter
1765fadf73 fix problems with self attributes - from fake modules 2014-01-11 18:05:44 +01:00
Dave Halter
6f9d834a93 now able to execute instance subscopes on compiled 2014-01-11 13:01:09 +01:00
Dave Halter
28ab937eca in the process... 2014-01-11 02:55:50 +01:00
Dave Halter
19fa320c88 a hopefully simple integration of PyObject into Instance 2014-01-11 01:48:59 +01:00
Dave Halter
0234c1429b fix a few more tracebacks 2014-01-09 17:54:40 +01:00
Dave Halter
dfd9a779c3 fix magic_function issues with compiled module 2014-01-09 17:09:31 +01:00
Dave Halter
f755e615c9 magic_method -> magic_function 2014-01-09 17:06:02 +01:00
Dave Halter
11e2446438 replaced builtin with compiled in all modules except imports 2014-01-09 11:05:04 +01:00
Dave Halter
d2358c60b7 more builtin replacements with compiled 2014-01-09 02:02:33 +01:00
Dave Halter
1881a24e73 moved the param generation into another file 2014-01-07 14:33:27 +01:00
Dave Halter
53dbec52ab use find_types instead of find_names 2014-01-06 14:29:23 +01:00
Dave Halter
887418bbfd move helpers to evaluate 2014-01-06 00:09:29 +01:00
Dave Halter
1e3b936052 move FakeStatement 2014-01-06 00:01:25 +01:00
Dave Halter
fbfab9eefb moved docstrings module to evaluate 2014-01-05 14:40:21 +01:00
Dave Halter
7b936cf6ec move dynamic array stuff to evaluate.iterable 2013-12-30 01:38:15 +01:00
Dave Halter
e4692381cb created evaluate.iterable to push arrays and generators into a seperate file 2013-12-30 01:02:18 +01:00
Dave Halter
8561217333 evaluator executions instead of direct instances 2013-12-29 19:40:45 +01:00
Dave Halter
0f6b5b222b add a stdlib module to make it easy to write functions in pure python (instead of evaluating them) 2013-12-29 03:05:05 +01:00
Dave Halter
4215e7934e basic refactoring, of function executions super() is not working yet 2013-12-29 02:05:37 +01:00
Dave Halter
870f5da354 use execute method instead of Execution creators 2013-12-28 21:21:15 +01:00
Dave Halter
75a1b6f8cb follow_paths -> follow_path, follow_path -> _follow_path 2013-12-28 15:00:04 +01:00
Dave Halter
7347c46502 expression_list instead of commands in more places 2013-12-27 14:32:15 +01:00
Dave Halter
4af92b166a use expression_list instead of commands or call_list 2013-12-27 14:24:14 +01:00
Dave Halter
eb30c3e6cf follow_statement -> eval_statement 2013-12-27 11:55:35 +01:00
Dave Halter
c862afb967 fix a few nasty bugs 2013-12-27 01:27:07 +01:00
Dave Halter
ff983f70bc fix execution recursion decorators 2013-12-26 18:01:54 +01:00
Dave Halter
002b7001ca pass more than half of the integration tests, more bugfixes 2013-12-25 18:38:23 +01:00
Dave Halter
f039bc3fc9 fix docstrings with evaluator stuff 2013-12-25 18:31:42 +01:00
Dave Halter
d86f180d2e bug fixes for dynamic/iterator stuff 2013-12-25 18:28:56 +01:00