Commit Graph

  • 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
  • 397b881c96 PEP8 whitespace Laurens Van Houtven 2013-06-22 08:56:32 +02:00
  • 0b3955a257 Remove minimal_demo.py demo script Laurens Van Houtven 2013-06-22 08:53:51 +02:00
  • 38daa3cc34 Add failing test case Laurens Van Houtven 2013-06-21 19:49:05 +02:00
  • d32045303f Add absolute_import failing SSCCE, and get pytest to ignore it Laurens Van Houtven 2013-06-21 19:25:18 +02:00
  • 5701ac1a10 Add absolute import detection Laurens Van Houtven 2013-06-21 17:02:17 +02:00
  • 248931d9f3 Merge pull request #250 from lvh/master David Halter 2013-06-20 14:37:48 -07:00
  • fd87e8af2a Refactor the way module_path, module_file and is_package are computed to be a bit more legible Laurens Van Houtven 2013-06-20 22:36:16 +02:00
  • 1b0822743c Clean up find_module_py33 loader finding Laurens Van Houtven 2013-06-20 22:05:08 +02:00
  • f171617766 Raise a nicer exception instance instead of raising an exception class Laurens Van Houtven 2013-06-20 21:40:37 +02:00
  • 44b1390d80 Clean up find_module_pre_py33 Laurens Van Houtven 2013-06-20 21:35:56 +02:00
  • 68f9cdd884 Pick find_module implementation statically Laurens Van Houtven 2013-06-20 20:08:36 +02:00
  • e201f89a77 Remove double reduce import Laurens Van Houtven 2013-06-20 20:09:46 +02:00
  • 7509c239ec Merge branch 'dev' of github.com:davidhalter/jedi into dev David Halter 2013-06-20 11:27:08 +02:00
  • aa5bb539c1 added new logo, designed by @ganwell, refs #98 David Halter 2013-06-20 11:25:33 +02:00
  • 5de63873df Fix and improve settings.cache_directory document Takafumi Arakaki 2013-06-19 15:38:24 +02:00
  • c5a2ba3d35 s/emacs-jedi/Jedi.el/g Danilo Bargen 2013-05-27 10:40:43 +02:00
  • 97ef7b00db Added YCM link to docs too Danilo Bargen 2013-05-27 10:38:43 +02:00
  • 06cd9752bd Added YCM to plugin list Danilo Bargen 2013-05-27 10:33:20 +02:00
  • 868a4b5dd8 Fix sith.py for default --record Takafumi Arakaki 2013-05-24 23:19:45 +02:00
  • 4f66173603 Merge branch 'backslash-continuation' into dev Takafumi Arakaki 2013-05-24 23:11:02 +02:00
  • 96ca86e9f7 Run random smoke test at Travis Takafumi Arakaki 2013-05-24 23:01:35 +02:00
  • a94642b9c0 Add testenv:sith in tox.ini Takafumi Arakaki 2013-05-24 23:00:43 +02:00
  • 1f3c4700c9 Fix get_path_until_cursor for empty path + continuation Takafumi Arakaki 2013-05-24 22:09:24 +02:00
  • 71455f6b31 Add another failing case Takafumi Arakaki 2013-05-24 22:05:12 +02:00
  • 05564c23d5 Fix the error Takafumi Arakaki 2013-05-24 21:06:48 +02:00
  • 105bb2b1ca ModuleWithCursor.get_path_until_cursor cannot handle "\" Takafumi Arakaki 2013-05-24 19:43:23 +02:00
  • 788eeb9bd5 Simplify how post_mortem is launched Takafumi Arakaki 2013-05-24 19:10:19 +02:00
  • 91c605b7f0 Add --pudb option to sith.py Takafumi Arakaki 2013-05-24 18:58:34 +02:00
  • b0116b0d7c Merge pull request #232 from tkf/unicode-has-no-generate_call_path David Halter 2013-05-23 22:33:02 -07:00
  • 4e3fe88141 Merge pull request #234 from tkf/None.isinstance David Halter 2013-05-23 21:15:19 -07:00
  • b9c71b5bb1 Merge branch 'multi-assignments' into dev Takafumi Arakaki 2013-05-23 23:43:51 +02:00
  • 45bddec83a Add more complex assignment tests Takafumi Arakaki 2013-05-23 23:41:41 +02:00
  • b896f352ad Support "a = b = 1"-style assignment Takafumi Arakaki 2013-05-23 23:23:03 +02:00
  • ced1a83f5b Add a failing test: "a = b = 1"-style assignment Takafumi Arakaki 2013-05-23 23:08:28 +02:00
  • 636b10ab8e Fix: 'NoneType' object has no attribute 'isinstance' Takafumi Arakaki 2013-05-23 22:41:36 +02:00
  • 3620633b2a Turn off FS cache in sith.py by default Takafumi Arakaki 2013-05-23 21:56:43 +02:00
  • 346cb87830 Print traceback in redo Takafumi Arakaki 2013-05-23 21:40:27 +02:00
  • d9b2788ef8 Fixed py26 ImportError in sith.py Danilo Bargen 2013-05-23 16:34:14 +02:00
  • 021940e46b Fixed typo in sith.py classname Danilo Bargen 2013-05-23 16:30:28 +02:00
  • dc5190abe2 Removed unused import from sith.py Danilo Bargen 2013-05-23 16:27:25 +02:00
  • 84ba8bbca1 Small doc improvement in sith.py Danilo Bargen 2013-05-23 16:24:39 +02:00