Commit Graph

  • 0cb23dcfa2 tried to start introducing the compiled module to the library Dave Halter 2014-01-09 01:26:51 +01:00
  • 3017e72b86 first executions with compiled seem to be working Dave Halter 2014-01-09 00:53:50 +01:00
  • 7af9e6dfd7 pushed the _parse_function_doc to compiled Dave Halter 2014-01-08 22:01:26 +01:00
  • d71fe3061b better environment for compiled executions Dave Halter 2014-01-08 02:20:41 +01:00
  • f257e279c2 pass the first test Dave Halter 2014-01-07 18:48:54 +01:00
  • 70413768ef add a 'compiled' module, to finally solve #102 and #335 Dave Halter 2014-01-07 18:45:02 +01:00
  • f3768f818b Merge pull request #362 from davidhalter/refactoring Dave Halter 2014-01-07 09:35:44 -08:00
  • 1a3541e3aa removed from 'from __future__ import with_statement' imports, they are not needed anymore (python 2.5 is no longer supported) Dave Halter 2014-01-07 17:46:22 +01:00
  • 73aeee6919 make defined_names public in api.classes, because it is Dave Halter 2014-01-07 15:47:00 +01:00
  • 6deac1dc41 api is now a separate package, to structure the whole thing better. Dave Halter 2014-01-07 15:33:12 +01:00
  • 3126031ff2 move module checking again - probably the last time (resolves an import issue) Dave Halter 2014-01-07 15:20:00 +01:00
  • a74b7299e2 scan_statement -> scan_statement_for_calls Dave Halter 2014-01-07 15:10:19 +01:00
  • 359f3ed4a9 also moved scan_statement away from dynamic Dave Halter 2014-01-07 15:06:11 +01:00
  • a5fa739960 moved another method away from dynamic Dave Halter 2014-01-07 15:01:59 +01:00
  • 8a9453872f cleaned up evaluate.param Dave Halter 2014-01-07 14:44:39 +01:00
  • 1881a24e73 moved the param generation into another file Dave Halter 2014-01-07 14:33:27 +01:00
  • 69afc2482a nicer _remove_statements Dave Halter 2014-01-07 13:25:30 +01:00
  • a3e4b209c7 _remove_statements beautified Dave Halter 2014-01-07 12:19:05 +01:00
  • 35640abd82 split param stuff from remove_statements - which is now finally a simple method Dave Halter 2014-01-07 12:02:33 +01:00
  • 66ec389f5c make _remove_statements smaller Dave Halter 2014-01-07 11:32:20 +01:00
  • 821d2b9220 remove some recursion Dave Halter 2014-01-07 11:28:01 +01:00
  • 546a7bbad9 merged _some_method and _remove_statements Dave Halter 2014-01-07 10:53:53 +01:00
  • d1a4eccf13 prepare merging of some_method and remove_statement Dave Halter 2014-01-07 00:54:45 +01:00
  • bbc15d4349 moved some NameFinder methods around Dave Halter 2014-01-07 00:32:39 +01:00
  • a66589161d remove is_goto parameters from NameFinder - yay, finally reached a first longtime goal Dave Halter 2014-01-07 00:24:57 +01:00
  • d38c4f7482 split is_array_assignment and no_break_scope calculations Dave Halter 2014-01-07 00:11:25 +01:00
  • 41eb305d41 removed another whole lot of code previously added as a hack and try/error Dave Halter 2014-01-06 23:54:11 +01:00
  • 453421395f reduced the first process method Dave Halter 2014-01-06 23:46:23 +01:00
  • 090536d03c fix by disabling test - usages are tainted crap anyway :) Dave Halter 2014-01-06 23:41:16 +01:00
  • 292fb010ca improve the hack (still not passing tests) Dave Halter 2014-01-06 23:16:15 +01:00
  • 51abedcae1 trying to get some NameFinder things refactored, by adding huge hacks (I hope to remove them later). Dave Halter 2014-01-06 23:11:35 +01:00
  • abe8de679b update ignored debug modules Dave Halter 2014-01-06 21:56:16 +01:00
  • ce207e6dbb goto shouldn't call names_to_types Dave Halter 2014-01-06 21:20:38 +01:00
  • 8e982bf25c move __getattr__ checks Dave Halter 2014-01-06 20:43:24 +01:00
  • 17c18aba98 lambdas should only exist if not named Dave Halter 2014-01-06 20:31:49 +01:00
  • 03ed2c8969 added names_to_types Dave Halter 2014-01-06 18:00:06 +01:00
  • a10f34ab1c move dynamic flow stuff to finder Dave Halter 2014-01-06 16:38:21 +01:00
  • 117a9d8cf2 simplified flowscope stuff again Dave Halter 2014-01-06 16:35:15 +01:00
  • 3f80de34e3 move flowscope stuff to the right place Dave Halter 2014-01-06 16:27:58 +01:00
  • 0e69ad478b moved a few closures around in NameFinder Dave Halter 2014-01-06 14:36:24 +01:00
  • 53dbec52ab use find_types instead of find_names Dave Halter 2014-01-06 14:29:23 +01:00
  • 0a87f8b02f fix last few glitches in NameFinder Dave Halter 2014-01-06 13:26:00 +01:00
  • 7e874f8c9f basic implementation of the new evaluate.finder module, moved the whole find_name procedure there Dave Halter 2014-01-06 11:43:05 +01:00
  • 887418bbfd move helpers to evaluate Dave Halter 2014-01-06 00:09:29 +01:00
  • 1e3b936052 move FakeStatement Dave Halter 2014-01-06 00:01:25 +01:00
  • c9efc15ea0 delete unused check_arr_index function Dave Halter 2014-01-05 23:54:38 +01:00
  • 39c16237da remove a circular dependency for docstrings. Dave Halter 2014-01-05 14:44:55 +01:00
  • fbfab9eefb moved docstrings module to evaluate Dave Halter 2014-01-05 14:40:21 +01:00
  • 5857b4dbc9 moved modules.py -> parser/user_context.py Dave Halter 2014-01-05 14:13:59 +01:00
  • 3afda3cb3e more UserContext improvements Dave Halter 2014-01-05 14:10:55 +01:00
  • d4701d7be8 refactor ModuleWithCursor to UserContext Dave Halter 2014-01-05 13:55:39 +01:00
  • 6df69478dc move load_module to imports Dave Halter 2014-01-05 13:51:22 +01:00
  • 2e65fbb00f rename parser.tokenizer -> parser.tokenize Dave Halter 2014-01-05 13:38:14 +01:00
  • 261f49d3e2 move NoErrorTokenizer to the tokenizer module, where it more or less belongs. Dave Halter 2014-01-05 13:34:29 +01:00
  • e115689b7f move NoErrorTokenizer to the parser, where it more or less belongs. Dave Halter 2014-01-05 13:25:11 +01:00
  • fce36ebea4 move source_to_unicode to common Dave Halter 2014-01-05 13:17:04 +01:00
  • 9523e70a71 sys_path stuff has its own module, now. Dave Halter 2014-01-05 13:07:14 +01:00
  • 40c7949d20 remove parser from modules.py Dave Halter 2014-01-05 12:55:28 +01:00
  • 78ac8b2fd6 use it for the parser representation as well Dave Halter 2014-01-05 11:29:12 +01:00
  • 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