Commit Graph

  • cc950c5ddb also apply to api_classes Dave Halter 2014-01-05 10:44:25 +01:00
  • d0a1f66777 apply underscore_memoization to builtin Dave Halter 2014-01-05 10:41:41 +01:00
  • 471cf742dc add an cache.underscore_memoization decorator to make some recurring patterns easier to read Dave Halter 2014-01-05 10:37:28 +01:00
  • 4fdfbcd7e4 make the invalidate_star_import stuff easier Dave Halter 2014-01-05 10:18:04 +01:00
  • 1b40414d90 skip the strange add additional_modules test for now Dave Halter 2014-01-05 01:53:51 +01:00
  • 4d7349411e probably finished the load_module method migration Dave Halter 2014-01-05 01:37:43 +01:00
  • 29e661ea74 remove a lot of modules crap and replace it with a simple method called load_module Dave Halter 2014-01-04 14:34:56 +01:00
  • 962a678417 minor api refactorings Dave Halter 2014-01-04 13:33:09 +01:00
  • 036f119e68 protect mor variables Dave Halter 2013-12-30 02:24:32 +01:00
  • f1862120e2 protect the assignments stuff Dave Halter 2013-12-30 02:23:15 +01:00
  • 0c62d7d0d9 evaluate.iterable also owns get_iterator_types now Dave Halter 2013-12-30 01:56:40 +01:00
  • 6ece1de22d move some imports around Dave Halter 2013-12-30 01:49:01 +01:00
  • 7b936cf6ec move dynamic array stuff to evaluate.iterable Dave Halter 2013-12-30 01:38:15 +01:00
  • e4692381cb created evaluate.iterable to push arrays and generators into a seperate file Dave Halter 2013-12-30 01:02:18 +01:00
  • 8561217333 evaluator executions instead of direct instances Dave Halter 2013-12-29 19:40:45 +01:00
  • 0f6b5b222b add a stdlib module to make it easy to write functions in pure python (instead of evaluating them) Dave Halter 2013-12-29 03:05:05 +01:00
  • 4215e7934e basic refactoring, of function executions super() is not working yet Dave Halter 2013-12-29 02:05:37 +01:00
  • 870f5da354 use execute method instead of Execution creators Dave Halter 2013-12-28 21:21:15 +01:00
  • 37e157d441 improve follow_path params Dave Halter 2013-12-28 20:56:09 +01:00
  • 75a1b6f8cb follow_paths -> follow_path, follow_path -> _follow_path Dave Halter 2013-12-28 15:00:04 +01:00
  • 46dd0a9abe follow_call_path -> eval_call_path Dave Halter 2013-12-27 14:40:23 +01:00
  • 91f377eeb6 pep8 stylings Dave Halter 2013-12-27 14:35:12 +01:00
  • 7347c46502 expression_list instead of commands in more places Dave Halter 2013-12-27 14:31:03 +01:00
  • 4af92b166a use expression_list instead of commands or call_list Dave Halter 2013-12-27 14:24:14 +01:00
  • 76eec7bfc5 follow_call -> eval_call Dave Halter 2013-12-27 11:58:54 +01:00
  • eb30c3e6cf follow_statement -> eval_statement Dave Halter 2013-12-27 11:55:35 +01:00
  • b7958b32a3 Merge pull request #360 from davidhalter/evaluator Dave Halter 2013-12-26 17:49:00 -08:00
  • d40030c14e disable a test for py26. Dave Halter 2013-12-27 02:40:52 +01:00
  • 08fba1e191 fix last remaining issues with tests Dave Halter 2013-12-27 02:28:01 +01:00
  • 4ec64a9763 move mixin to evaluate directory Dave Halter 2013-12-27 01:35:33 +01:00
  • c290afbb1a increase pickling version and change mixin path for builtins Dave Halter 2013-12-27 01:34:23 +01:00
  • 40bd118acb fix sys path tests Dave Halter 2013-12-27 01:30:22 +01:00
  • c862afb967 fix a few nasty bugs Dave Halter 2013-12-27 01:27:07 +01:00
  • ff983f70bc fix execution recursion decorators Dave Halter 2013-12-26 18:01:54 +01:00
  • dd7d7ceb7e make some parser caches private Dave Halter 2013-12-26 12:20:29 +01:00
  • 84c2be9f58 remove old way of using a separate decorator for search param memoization, use the default one Dave Halter 2013-12-26 02:31:18 +01:00
  • 8f564a301f clean up caches clearing Dave Halter 2013-12-26 02:10:30 +01:00
  • 947e616da0 hand api classes the evaluator Dave Halter 2013-12-26 01:00:37 +01:00
  • 4aa8be7829 include jedi.evaluate as a package in setup.py Dave Halter 2013-12-25 19:08:28 +01:00
  • 05f7e6f4b5 import changes so that all local imports are 'from jedi.* import *' Dave Halter 2013-12-25 18:48:04 +01:00
  • 002b7001ca pass more than half of the integration tests, more bugfixes Dave Halter 2013-12-25 18:38:23 +01:00
  • f039bc3fc9 fix docstrings with evaluator stuff Dave Halter 2013-12-25 18:31:42 +01:00
  • d86f180d2e bug fixes for dynamic/iterator stuff Dave Halter 2013-12-25 18:28:56 +01:00
  • 5d486f0e3c fix a lot of the dynamic issues Dave Halter 2013-12-25 18:16:40 +01:00
  • b768e214eb fix cache memoization Dave Halter 2013-12-25 15:19:12 +01:00
  • 4cf5d56b64 fix more issues and renamings Dave Halter 2013-12-25 03:24:12 +01:00
  • ef764d39d8 evaluator stuff for dynamic Dave Halter 2013-12-25 01:54:51 +01:00
  • dd804dc4cb move the usages stuff away from dynamic Dave Halter 2013-12-24 22:54:03 +01:00
  • 3c28b1907c dynamic belongs also into the evaluate folder Dave Halter 2013-12-24 22:49:57 +01:00
  • 8326658134 more improvements, so that almost all import tests pass again Dave Halter 2013-12-24 19:55:11 +01:00
  • 9e52d51a6b use filter_private_variable correctly in api Dave Halter 2013-12-24 19:50:53 +01:00
  • 39ed0d0f8a most evaluate representation classes probably receive the evaluator instance now Dave Halter 2013-12-24 19:47:52 +01:00
  • 85a12e8866 RecursionDecorator now also works with Evaluator caches Dave Halter 2013-12-24 19:14:14 +01:00
  • 118ed2e0a3 RecursionNode should be public Dave Halter 2013-12-24 18:49:03 +01:00
  • ab2c6bf45d integrate memoize caches into evaluator Dave Halter 2013-12-24 18:46:40 +01:00
  • 066056fb2b memoize_default should always take a first argument Dave Halter 2013-12-24 18:06:15 +01:00
  • 56457a9c8c ImportPath has now also an _evaluator Dave Halter 2013-12-24 18:00:00 +01:00
  • d25cc6e1fe it should be _evaluator not evaluator Dave Halter 2013-12-24 17:52:01 +01:00
  • eedadbfe95 temporary interfaces subclass. let's see if we need to keep it Dave Halter 2013-12-24 17:27:06 +01:00
  • cd8880d8ef move recursion.py to evaluate folder Dave Halter 2013-12-24 17:19:07 +01:00
  • cf4b2c4557 the whole import thing seems to be working Dave Halter 2013-12-24 16:28:28 +01:00
  • 7bf6ff768c first steps to world domination -> removal of the hackish sys.path modifications Dave Halter 2013-12-24 16:22:48 +01:00
  • 4e68856cc4 move builtin and imports into the evaluate directory Dave Halter 2013-12-24 16:12:07 +01:00
  • b9719b8c13 first tests running again with the new structure Dave Halter 2013-12-24 16:05:43 +01:00
  • 28771b8f15 remove import problems - evaluate calls from a lot of places Dave Halter 2013-12-24 15:50:15 +01:00
  • ae17c66148 use evaluator everywhere in representation Dave Halter 2013-12-24 15:38:40 +01:00
  • 65013d1019 add an execute method to the evaluator Dave Halter 2013-12-24 15:24:37 +01:00
  • 5f4bcd330c evaluator class introduction Dave Halter 2013-12-24 15:21:09 +01:00
  • cbe93298ce move evaluate and evaluate_representation to evaluate folder Dave Halter 2013-12-24 15:14:06 +01:00
  • e4013cee77 pep cleanups Dave Halter 2013-12-24 11:47:28 +01:00
  • 5b33de991b protect more Execution methods David Halter 2013-12-23 22:58:02 +01:00
  • 8d2b3a0f7c Executable.decorated should be protected David Halter 2013-12-23 22:52:17 +01:00
  • a885d85fda Merge pull request #358 from ColinDuquesnoy/dev Dave Halter 2013-12-22 15:19:36 -08:00
  • d96bc94b0b Remove test pyqt Colin 2013-12-21 14:24:12 +01:00
  • 478140caab Add a comment Colin 2013-12-21 14:23:41 +01:00
  • c7d4c0453a Add a regression test ColinDuquesnoy 2013-12-20 13:48:58 +01:00
  • 3da4ff1f89 Fix for #357/#331 ColinDuquesnoy 2013-12-20 13:48:49 +01:00
  • 3a8692e730 merge authors.txt David Halter 2013-12-16 20:40:24 +01:00
  • cc1a89b637 * simplified statement Jean-Louis Fuchs 2013-12-13 01:24:25 +01:00
  • d687fa4df6 * replaced docstr-string with TokenDocstring object Jean-Louis Fuchs 2013-12-13 01:22:56 +01:00
  • 53e4962711 * started create paralell get_code Jean-Louis Fuchs 2013-12-12 22:11:15 +01:00
  • 0e00aa103f * created basic test Jean-Louis Fuchs 2013-12-12 19:13:12 +01:00
  • e34874543e Merge pull request #353 from ganwell/tokens David Halter 2013-12-08 04:40:32 -08:00
  • 3204a39f6c * made Token readonly like a tuple by using @property * end_pos calculation didn't respect multiline tokens * replaced all index access to Token * wrapped all code that injects token tuples with Token.from_tuple() * repr of Token is still its tuple form!? * PEP8 where I read or wrote code Jean-Louis Fuchs 2013-12-08 01:32:58 +01:00
  • 13680945d6 * imported utf8 for python 3.2 Jean-Louis Fuchs 2013-12-07 23:00:47 +01:00
  • e204c27ecc * imported u for python 3.2 Jean-Louis Fuchs 2013-12-07 22:53:01 +01:00
  • 5c543ac364 * unicode compatibility Jean-Louis Fuchs 2013-12-07 22:50:20 +01:00
  • f1c49db6b6 * Added doctests to Token class * Added __setattr__ for symmetry * Code cleanup Jean-Louis Fuchs 2013-12-06 02:51:28 +01:00
  • ced926b7f0 * cleanup Jean-Louis Fuchs 2013-12-06 00:11:38 +01:00
  • 099a6c2697 * added token.py Jean-Louis Fuchs 2013-12-05 23:59:48 +01:00
  • 989e12e8a7 * Replaced token tuple with token class * Fixed PEP8 where I read code Jean-Louis Fuchs 2013-12-05 23:34:20 +01:00
  • 4ff8b921a3 editor list always with proper urls at the end (easier to copy) David Halter 2013-11-23 14:31:59 +01:00
  • a80a1fc19b add company jedi by @proofit404 to emacs jedi plugins David Halter 2013-11-23 14:29:21 +01:00
  • 35c05f3162 Merge pull request #338 from ColinDuquesnoy/master David Halter 2013-10-31 13:42:10 -07:00
  • ebbe0eeb18 Add name to authors ColinDuquesnoy 2013-10-31 17:18:59 +01:00
  • 1fccefab5a Documentation: add thread safety warning in API ColinDuquesnoy 2013-10-31 16:26:49 +01:00
  • 099fe4eeb3 test a little bit more with the not in sys path packages David Halter 2013-10-11 23:41:38 +04:30
  • 873fc16247 py33 fix for an undefined name David Halter 2013-10-11 23:37:31 +04:30
  • ec5ad4ac9c Merge branch 'dev' of github.com:davidhalter/jedi into dev David Halter 2013-10-11 23:25:19 +04:30
  • fb5b39a7bd remove a strange imports.py code line David Halter 2013-10-11 23:21:13 +04:30