Commit Graph

  • 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
  • f8f2194db3 imports that are not in sys.path - as a second option to those in sys.path David Halter 2013-10-11 23:18:29 +04:30
  • ee181ea098 use encoding instead of source_encoding as a param in the API. I really hope this doesn't break anything, but I doubt it. David Halter 2013-10-07 23:52:51 +04:30
  • 4ea5f370eb use GlobalNamespace differently David Halter 2013-10-07 23:50:27 +04:30
  • ea25b1489a GlobalNamespace doesn't use a lot of attributes - remove them David Halter 2013-10-07 23:47:06 +04:30
  • c4896f767c remove unused ModuleNotFound exception raise David Halter 2013-10-07 23:41:20 +04:30
  • b357c099bc test for imports that are not in the sys.path. David Halter 2013-10-07 21:43:23 +04:30
  • 7e6ee728ea Merge pull request #323 from blink1073/gc-disable David Halter 2013-10-06 08:55:38 -07:00
  • 9cac894273 Disabling gc while loading pickles for a 20% speed boost on larger libs Steven Silvester 2013-10-06 06:26:36 -05:00
  • b6c30b542a merge fix for docs David Halter 2013-09-14 23:27:36 +04:30
  • 566d1023ee don't load builtin modules, if not necessary in python3.3 David Halter 2013-09-14 23:15:41 +04:30
  • 92237b5598 test fix in python 3.2 David Halter 2013-09-14 23:13:35 +04:30
  • a2ceaf1987 fixed import problems in python3.3 David Halter 2013-09-14 23:12:09 +04:30
  • 0025a8c61e added failing test for import problems in py33 David Halter 2013-09-14 23:11:47 +04:30
  • 5ad12bc8aa fix mro usage and all the type stuff (see also my blog post about why dir is wrong). fixes #314, fixes #86 David Halter 2013-09-13 22:47:00 +04:30
  • b17de836c3 Added SynJedi also to sphinx docs David Halter 2013-09-12 13:25:21 +04:30
  • cedae32605 Add SynWrite to supported editors. David Halter 2013-09-11 22:38:42 +04:30
  • 70123a6499 awesome badge power again :-) David Halter 2013-09-09 20:09:14 +04:30
  • ae365eb930 Merge branch 'dev' of github.com:davidhalter/jedi into dev David Halter 2013-09-08 22:28:26 +04:30
  • 353bc54642 fix reversed builtin in 2.7 David Halter 2013-09-07 22:56:01 +04:30
  • 06cdc3753a Merge pull request #316 from asmeurer/sith_run David Halter 2013-09-06 21:41:45 -07:00
  • fc4e5408ba Try to make it clearer that the first output of sith.py run is just the input Aaron Meurer 2013-09-06 20:39:26 -06:00
  • 9feb76ed53 add _io mixin because that's what open in python3 returns David Halter 2013-09-06 16:10:00 +04:30
  • 39a5c8501b fixed file in python 2.7 with test, fixes #309 David Halter 2013-09-06 16:00:12 +04:30
  • 9bbd73bf86 fix problems with set_vars that were no set_vars David Halter 2013-09-06 15:24:14 +04:30
  • 6f16aaaa19 corrected an old comment David Halter 2013-09-06 15:12:54 +04:30
  • d216ab331a also add a test for class execution, which still fails due to another bug, that has been (almost) fixed lately, fixes #305 David Halter 2013-09-06 15:09:12 +04:30
  • fcc6c4d811 goto before assignments should still work, 305 David Halter 2013-09-06 14:56:35 +04:30
  • 95bac43840 before assignment goto test, #305 David Halter 2013-09-06 14:35:56 +04:30
  • 648095ad52 sorted builtin should now be working, fixes #312 David Halter 2013-09-06 13:33:15 +04:30
  • b18cafa8f8 test for #312, sorted/reversed builtins David Halter 2013-09-06 13:27:15 +04:30
  • 2deccb6d66 correct docstring, fixes #310 David Halter 2013-09-06 13:03:30 +04:30
  • c74aa71549 update development docs with parser changes David Halter 2013-09-06 01:49:46 +04:30
  • 92a3491b3d removed an unused tokenizer import David Halter 2013-09-06 01:45:29 +04:30
  • 9eca33f55c final import renamings for the new parser package David Halter 2013-09-06 01:27:07 +04:30
  • 3e217a8270 setup.py add new parser package David Halter 2013-09-06 01:21:18 +04:30
  • 13f0c2b91f all the import changes David Halter 2013-09-06 01:19:19 +04:30
  • 390442dc3b move all the parser stuff into a seperate package David Halter 2013-09-06 00:58:40 +04:30
  • dd4d0bc619 remove unused ParserError David Halter 2013-09-06 00:49:21 +04:30
  • 33711ba966 fix problems with literals, finally David Halter 2013-09-06 00:40:08 +04:30
  • c3ba7d2ae8 remove except only clauses David Halter 2013-09-06 00:02:32 +04:30
  • 78f3199b03 fix some tests, that have been broken by literals David Halter 2013-09-05 23:51:25 +04:30