Commit Graph

  • 76ff9e3f20 s/svaiter/srusskih/g Danilo Bargen 2013-07-25 22:25:22 +02:00
  • bdbe765b22 Merge pull request #270 from srusskih/patch-1 Danilo Bargen 2013-07-25 13:21:19 -07:00
  • 33397314fe change SublimeJEDI url srusskih 2013-07-25 21:30:42 +03:00
  • 284f2f1671 add __iter__method to InstanceElement, because it's needed for arrays David Halter 2013-07-24 17:21:49 +02:00
  • c8648d9ca5 test for unnecessary parentheses inside instances David Halter 2013-07-24 16:57:46 +02:00
  • f4fdf904ee fix lambdas in instances David Halter 2013-07-24 16:30:38 +02:00
  • 3c96ef8905 test for lambdas in InstanceElements David Halter 2013-07-24 16:16:20 +02:00
  • 18e561f332 fix problem that strings are no function calls David Halter 2013-07-24 16:11:51 +02:00
  • 972d4e9a08 fix a problem with dynamic flow information and usages David Halter 2013-07-24 01:28:15 +02:00
  • 991b138ff3 star imports and usages David Halter 2013-07-23 17:21:12 +02:00
  • dbd04da26c set exit code in sith David Halter 2013-07-23 17:03:13 +02:00
  • fd2e158cf6 fix usage problem on **kwargs params David Halter 2013-07-23 16:33:59 +02:00
  • 68635fc80c fix empty return statement docstrings David Halter 2013-07-23 15:36:53 +02:00
  • 9c53de5034 add empty return type test David Halter 2013-07-23 15:30:37 +02:00
  • 434de60350 fixed docstring params David Halter 2013-07-23 15:26:29 +02:00
  • 90202b2ad6 tests for failing docstrings David Halter 2013-07-23 15:11:14 +02:00
  • 000eb20cce delete old IndexError catches, didn't make sense David Halter 2013-07-23 14:39:43 +02:00
  • d78b72b046 fixed getattr with array call David Halter 2013-07-23 14:30:18 +02:00
  • db17c27bb8 removed old very strange string casts, that didn't really make sense and even though it mentioned a test, it wouldn't break after deleting it David Halter 2013-07-23 13:31:24 +02:00
  • bb8e864f8e fix UnboundLocalError and TypeError within Array lookups, not a very good solution, but for now it doesn't puke errors David Halter 2013-07-23 02:32:33 +02:00
  • 52c8340d72 invalid goto syntax David Halter 2013-07-23 00:19:58 +02:00
  • 471f492f12 generators in *args and illegal *args like *1 David Halter 2013-07-23 00:07:17 +02:00
  • 6a2afa7e94 failing test for illegal unpacking with * David Halter 2013-07-22 14:42:24 +02:00
  • a6e621e39c add @lvh, @Astrac, @ganwell, @floppym to authors David Halter 2013-07-20 10:19:57 +02:00
  • 2cd7e66016 also add sith.py, refs #264 David Halter 2013-07-20 10:09:17 +02:00
  • 6ab65999b0 Merge branch 'master' of https://github.com/floppym/jedi into dev David Halter 2013-07-20 10:06:44 +02:00
  • b3c07b9a25 Merge remote-tracking branch 'origin/master' into dev David Halter 2013-07-20 10:03:49 +02:00
  • 7312999c8f Add a few more test support files Mike Gilbert 2013-07-19 18:12:44 -04:00
  • 6017daded5 removed statement docstr stuff for now. it will be reintroduced when using the evaluator class David Halter 2013-07-19 13:17:27 +02:00
  • ebc8d4c04c docstring test with statement docstrings (failed until now, worked only for specific cases) David Halter 2013-07-19 12:47:38 +02:00
  • ed99e380d7 catch ValueError when the cache json.load method fails, fixes #245 David Halter 2013-07-19 10:54:49 +02:00
  • 4e34fb9494 fixed illegal params problem David Halter 2013-07-19 10:32:14 +02:00
  • 0dfe2f44a5 test for dots in params (happens sometimes by accident when generating builtins) David Halter 2013-07-19 02:40:17 +02:00
  • 6525f9169c reformat feature documentation David Halter 2013-07-19 01:29:58 +02:00
  • 9b73f3ca3c exceptions are now accepted in the form of 'except Exception, e' David Halter 2013-07-19 01:29:16 +02:00
  • f754d1565f fixed error with 'comma' separated exceptions David Halter 2013-07-19 01:27:40 +02:00
  • b84315b829 tests for import problems David Halter 2013-07-19 00:56:56 +02:00
  • a7cfb89c2a fix a sith problem with empty files David Halter 2013-07-19 00:15:09 +02:00
  • 29f89cc75a finally fixed a unicode problem that existed for a longer time David Halter 2013-07-18 16:55:19 +02:00
  • 7684135b99 finally found a test for unicode problems David Halter 2013-07-18 16:45:27 +02:00
  • 3777afb2cb add record file in sith.py to other commands David Halter 2013-07-18 14:57:22 +02:00
  • dd6967de7c fixed a unicode test problem David Halter 2013-07-18 14:54:40 +02:00
  • 681b9d6371 small sith improvements David Halter 2013-07-18 12:35:18 +02:00
  • 9348feb8bf operations (+, *, etc) shouldn't be InstanceElements, fixes #246 David Halter 2013-07-18 12:31:48 +02:00
  • 075c60de29 fix a problem related to #246: comments were used as normal strings David Halter 2013-07-18 12:18:07 +02:00
  • b6e9f16a01 fix a completion problem on docstrings David Halter 2013-07-17 16:48:50 +02:00
  • 8490b1d0ff forgot to cast to int with the sith run command David Halter 2013-07-17 16:38:28 +02:00
  • 45c8cc739b fixed the dict problem, but dictionary completions are still very bad David Halter 2013-07-17 16:14:06 +02:00
  • 0dbfc409a7 iteration problem test David Halter 2013-07-17 15:56:21 +02:00
  • 8db85dbe15 add docopt to tox David Halter 2013-07-17 15:21:56 +02:00
  • c0d51e300b fixed problem with empty statements in function calls David Halter 2013-07-17 15:05:06 +02:00
  • 2ad3121aa3 test for empty statement problem in function call David Halter 2013-07-17 15:02:56 +02:00
  • 9ee0d34bc7 corrected docopt typo David Halter 2013-07-17 14:13:47 +02:00
  • fcf4b04145 Merge branch 'dev' of github.com:davidhalter/jedi into dev David Halter 2013-07-17 14:01:13 +02:00
  • 8d8b645f11 completely rewrote sith.py with docopt - also added a run command and debug option David Halter 2013-07-17 14:00:28 +02:00
  • ebd4e228d3 Include everying in the test directory in source tarballs. Mike Gilbert 2013-07-15 23:55:33 -04:00
  • 57196b0278 Merge pull request #260 from lvh/cleanup David Halter 2013-07-12 02:01:39 -07:00
  • 627266b38d Move isinstance checks back to unary type checks Laurens Van Houtven 2013-07-11 20:36:00 +02:00
  • 73662fe893 More PEP8 indentation fixes Laurens Van Houtven 2013-07-11 15:26:07 +02:00
  • 8c314c2732 while 1 -> while True Laurens Van Houtven 2013-07-11 15:25:05 +02:00
  • 5b2028c9fc PEP8 indentation Laurens Van Houtven 2013-07-11 15:24:15 +02:00
  • 75f848d8a9 PEP8 indentation Laurens Van Houtven 2013-07-11 15:22:09 +02:00
  • 6157be1a19 PEP8 indentation of multiline expressions Laurens Van Houtven 2013-07-11 15:21:10 +02:00
  • 1391a5a914 PEP8 newlines between class members Laurens Van Houtven 2013-07-11 15:19:54 +02:00
  • 4763846b1b PEP8 indentation Laurens Van Houtven 2013-07-11 15:19:31 +02:00
  • f353d5f6af PEP8 imports Laurens Van Houtven 2013-07-11 15:18:30 +02:00
  • bb0a4e0d0a Fix indentation according to PEP8 in api.py Laurens Van Houtven 2013-07-11 14:55:36 +02:00
  • 3817110717 Remove unneccessary pass statement Laurens Van Houtven 2013-07-11 14:55:16 +02:00
  • afcaa89cf0 Use isinstance instead of unary type Laurens Van Houtven 2013-07-10 19:00:11 +02:00
  • 18c105b055 Remove stale debug code Laurens Van Houtven 2013-07-10 18:57:05 +02:00
  • ad932815b9 PEP8 whitespace fixes Laurens Van Houtven 2013-07-10 18:55:48 +02:00
  • cdc41128b4 (Mostly) whitespace fixes Laurens Van Houtven 2013-07-10 14:45:47 +02:00
  • 1ce44c483f Merge pull request #258 from lvh/master David Halter 2013-07-10 05:15:15 -07:00
  • 8dae2049c9 Fix inaccuracy in test comment, since jedi now does the right thing Laurens Van Houtven 2013-07-10 14:06:33 +02:00
  • 2fffaee2c3 Merge pull request #252 from lvh/master David Halter 2013-07-10 05:02:14 -07:00
  • 96477cbb13 Inline absolute import detection function Laurens Van Houtven 2013-07-10 12:24:19 +02:00
  • e42d0d226f Remove stale pytest import Laurens Van Houtven 2013-07-10 12:24:02 +02:00
  • 402bc092e3 Remove has_explicit_absolute_import caching Laurens Van Houtven 2013-07-10 12:18:41 +02:00
  • 4068f5f058 Move has_absolute_import to SubModule class Laurens Van Houtven 2013-07-10 12:17:48 +02:00
  • b5ee375fe1 Rename explicit_absolute_import to has_explicit_absolute_import Laurens Van Houtven 2013-07-10 12:12:33 +02:00
  • 1682f24703 Merge branch 'dev' of git://github.com/davidhalter/jedi Laurens Van Houtven 2013-07-10 12:06:35 +02:00
  • 42fc44b478 Remove unused py.test test skipping decorators Laurens Van Houtven 2013-07-10 12:06:13 +02:00
  • 57c030c160 remove untested legacy code David Halter 2013-07-10 10:25:13 +02:00
  • 2ce0dfbeb7 Merge branch 'dev' of github.com:davidhalter/jedi into dev David Halter 2013-07-10 10:24:22 +02:00
  • 6cb021f4ae add memoize decorator to an Instance method, fixes RecursionError of #239 David Halter 2013-07-10 08:55:23 +02:00
  • 462e450de8 * removing claim from jedi-logo Jean-Louis Fuchs 2013-07-05 14:15:55 +02:00
  • 2dc3d9e135 added new logo, designed by @ganwell, refs #98 David Halter 2013-06-20 11:25:33 +02:00
  • 777e7e57d1 Merge pull request #255 from ganwell/change_logo Danilo Bargen 2013-07-05 05:35:45 -07:00
  • afb4c8cee5 * removing claim from jedi-logo Jean-Louis Fuchs 2013-07-05 14:15:55 +02:00
  • 18b5b3072d SublimeJEDI should also work with ST3 Danilo Bargen 2013-07-02 12:15:26 +02:00
  • 3d4a71f6bb Use Parser.module instead of Parser.scope Laurens Van Houtven 2013-06-23 22:50:38 +02:00
  • e39f8a246e Merge branch 'dev' of git://github.com/davidhalter/jedi Laurens Van Houtven 2013-06-23 22:50:00 +02:00
  • 60ee6c607a Don't throw away path optimization for modules with explicit absolute import Laurens Van Houtven 2013-06-23 22:43:21 +02:00
  • 368c7fd5b5 Only deal with explicit absolute_import Laurens Van Houtven 2013-06-23 22:30:53 +02:00
  • 58b165e4b6 Don't assume either namespace is not-None Laurens Van Houtven 2013-06-23 22:02:37 +02:00
  • 7eff1bbf06 Don't mess with the path if the import is absolute Laurens Van Houtven 2013-06-23 22:00:23 +02:00
  • e82e3eaa0d Don't assume every module has a namespace Laurens Van Houtven 2013-06-23 21:59:58 +02:00
  • adec666994 py.test skipping evaluation rules are kinda silly, and in this case completely useless Laurens Van Houtven 2013-06-23 21:56:00 +02:00
  • cb4acccfe5 More PEP8, minor cleanup Laurens Van Houtven 2013-06-22 09:54:18 +02:00
  • ae94a2cda1 Remove stale import Laurens Van Houtven 2013-06-22 08:57:02 +02:00