Commit Graph

1765 Commits

Author SHA1 Message Date
David Halter
248931d9f3 Merge pull request #250 from lvh/master
Cleanup in _compatibility
2013-06-20 14:37:48 -07:00
Laurens Van Houtven
fd87e8af2a Refactor the way module_path, module_file and is_package are computed to be a bit more legible 2013-06-20 22:36:16 +02:00
Laurens Van Houtven
1b0822743c Clean up find_module_py33 loader finding 2013-06-20 22:05:08 +02:00
Laurens Van Houtven
f171617766 Raise a nicer exception instance instead of raising an exception class 2013-06-20 21:40:37 +02:00
Laurens Van Houtven
44b1390d80 Clean up find_module_pre_py33 2013-06-20 21:35:56 +02:00
Laurens Van Houtven
68f9cdd884 Pick find_module implementation statically 2013-06-20 21:08:33 +02:00
Laurens Van Houtven
e201f89a77 Remove double reduce import 2013-06-20 21:08:33 +02:00
David Halter
7509c239ec Merge branch 'dev' of github.com:davidhalter/jedi into dev 2013-06-20 11:27:08 +02:00
David Halter
aa5bb539c1 added new logo, designed by @ganwell, refs #98 2013-06-20 11:26:06 +02:00
Takafumi Arakaki
5de63873df Fix and improve settings.cache_directory document
fixes #244
2013-06-19 15:38:24 +02:00
Danilo Bargen
c5a2ba3d35 s/emacs-jedi/Jedi.el/g 2013-05-27 10:40:43 +02:00
Danilo Bargen
97ef7b00db Added YCM link to docs too 2013-05-27 10:38:45 +02:00
Danilo Bargen
06cd9752bd Added YCM to plugin list 2013-05-27 10:33:20 +02:00
Takafumi Arakaki
868a4b5dd8 Fix sith.py for default --record 2013-05-24 23:19:45 +02:00
Takafumi Arakaki
4f66173603 Merge branch 'backslash-continuation' into dev 2013-05-24 23:11:02 +02:00
Takafumi Arakaki
96ca86e9f7 Run random smoke test at Travis 2013-05-24 23:06:51 +02:00
Takafumi Arakaki
a94642b9c0 Add testenv:sith in tox.ini 2013-05-24 23:06:50 +02:00
Takafumi Arakaki
1f3c4700c9 Fix get_path_until_cursor for empty path + continuation 2013-05-24 22:48:40 +02:00
Takafumi Arakaki
71455f6b31 Add another failing case 2013-05-24 22:05:12 +02:00
Takafumi Arakaki
05564c23d5 Fix the error 2013-05-24 21:06:48 +02:00
Takafumi Arakaki
105bb2b1ca ModuleWithCursor.get_path_until_cursor cannot handle "\"
It raises: IndexError: string index out of range
2013-05-24 19:43:23 +02:00
Takafumi Arakaki
788eeb9bd5 Simplify how post_mortem is launched 2013-05-24 19:10:19 +02:00
Takafumi Arakaki
91c605b7f0 Add --pudb option to sith.py 2013-05-24 18:58:34 +02:00
David Halter
b0116b0d7c Merge pull request #232 from tkf/unicode-has-no-generate_call_path
Fix: 'unicode' object has no attribute 'generate_call_path'
2013-05-23 22:33:02 -07:00
David Halter
4e3fe88141 Merge pull request #234 from tkf/None.isinstance
Fix: 'NoneType' object has no attribute 'isinstance'
2013-05-23 21:15:19 -07:00
Takafumi Arakaki
b9c71b5bb1 Merge branch 'multi-assignments' into dev 2013-05-23 23:43:51 +02:00
Takafumi Arakaki
45bddec83a Add more complex assignment tests 2013-05-23 23:41:41 +02:00
Takafumi Arakaki
b896f352ad Support "a = b = 1"-style assignment 2013-05-23 23:41:26 +02:00
Takafumi Arakaki
ced1a83f5b Add a failing test: "a = b = 1"-style assignment 2013-05-23 23:28:30 +02:00
Takafumi Arakaki
636b10ab8e Fix: 'NoneType' object has no attribute 'isinstance' 2013-05-23 22:41:36 +02:00
Takafumi Arakaki
3620633b2a Turn off FS cache in sith.py by default 2013-05-23 21:56:43 +02:00
Takafumi Arakaki
346cb87830 Print traceback in redo 2013-05-23 21:42:06 +02:00
Danilo Bargen
d9b2788ef8 Fixed py26 ImportError in sith.py 2013-05-23 16:34:14 +02:00
Danilo Bargen
021940e46b Fixed typo in sith.py classname 2013-05-23 16:30:28 +02:00
Danilo Bargen
dc5190abe2 Removed unused import from sith.py 2013-05-23 16:27:25 +02:00
Danilo Bargen
84ba8bbca1 Small doc improvement in sith.py 2013-05-23 16:24:39 +02:00
Danilo Bargen
336ab32345 Moved argparse import in sith.py to top (refs #231) 2013-05-23 16:23:08 +02:00
Danilo Bargen
4d210af6bf Fixed typo in sith docstring 2013-05-23 15:49:01 +02:00
Takafumi Arakaki
a4922774c0 Fix the previous error 2013-05-23 15:32:32 +02:00
Takafumi Arakaki
ce92fd946b Add failing test: test_goto_assignments_keyword 2013-05-23 15:32:32 +02:00
Takafumi Arakaki
58031d34fe Merge pull request #231 from tkf/sith
Add sith.py, a script for random smoke test
2013-05-23 04:22:25 -07:00
Takafumi Arakaki
286279f14a Show default value for --record 2013-05-23 00:53:45 +02:00
Takafumi Arakaki
d246192df0 Add short options 2013-05-23 00:49:20 +02:00
Takafumi Arakaki
fd0ec772fb Fix: record was not saved 2013-05-23 00:20:11 +02:00
Takafumi Arakaki
cee0d4cf2f Generate better help / add more help 2013-05-23 00:00:25 +02:00
Takafumi Arakaki
8bf5f9d539 Report attacking by "." 2013-05-22 23:33:01 +02:00
Takafumi Arakaki
2dee71ff4b Ignore jedi.NotFoundError 2013-05-22 23:14:32 +02:00
Takafumi Arakaki
6d026ec1af Add --(i)pdb option 2013-05-22 23:11:50 +02:00
Takafumi Arakaki
1e209aed37 Add 'show' command 2013-05-22 23:00:19 +02:00
Takafumi Arakaki
311025258e Print exception 2013-05-22 22:51:34 +02:00