David Halter
9f843730ed
Merge branch 'repl' into dev
2013-08-06 10:57:24 +04:30
David Halter
0dc3106569
add keyword_names method to keyword module (includes test), fixes #248
2013-08-06 10:55:05 +04:30
David Halter
4d910491bc
Merge pull request #280 from davidhalter/repl
...
Repl completion changes
2013-08-05 23:04:30 -07:00
David Halter
66a984b8ef
move issues to pull request in contributing
2013-08-05 16:36:41 +04:30
David Halter
9c258ca897
remove a sys.path hack that is not needed
2013-08-05 16:26:50 +04:30
David Halter
06f150028a
Merge pull request #278 from asmeurer/sith_print
...
Working on improving sith.py run
2013-08-05 04:52:32 -07:00
David Halter
77d771b10e
Merge branch 'dev' into repl
2013-08-05 15:35:59 +04:30
David Halter
57ab3cf92c
fix doctest problem
2013-08-05 15:35:46 +04:30
David Halter
8f7de8f663
Merge branch 'dev' into repl
2013-08-05 15:20:10 +04:30
David Halter
cea1d265a6
repl documentation, adds @asmeurer suggestions
2013-08-05 15:18:24 +04:30
David Halter
e287bf9bca
changelog for version 0.7.0
2013-08-02 15:45:47 +02:00
David Halter
a118b001cc
version bump to 0.7
2013-08-02 15:38:39 +02:00
David Halter
997e506038
fix a magic method problem
2013-08-02 15:11:01 +02:00
David Halter
68d02df017
fix a parent problem with generators
2013-08-01 15:49:52 +02:00
David Halter
cef58f89a8
generator problem test
2013-08-01 10:23:22 +02:00
David Halter
6c3d7431e7
fix a typo
2013-07-31 23:03:50 +02:00
David Halter
c615e70889
only use repl keyword for now in __main__.py.
2013-07-31 17:32:47 +02:00
David Halter
ae6dc782da
simplify repl completion support, only use the jedi one, because the builtin completion (rlcompleter) is not context sensitive and makes the whole thing really complicated.
2013-07-31 17:16:12 +02:00
David Halter
ea2f9ebd4c
from LPGL to MIT license (got the permission from all contributors), fixes #5
2013-07-30 03:11:34 +02:00
Aaron Meurer
2b5f53d1d4
Minor fixes
2013-07-29 11:55:09 -05:00
David Halter
8276848bfb
merged master with dev
2013-07-29 15:12:21 +02:00
David Halter
2b6cc01d39
forgot @hattya and @srusskih in the contributors list
2013-07-29 14:05:54 +02:00
David Halter
16e96afcc0
add emails to authors/contributors
2013-07-28 23:22:38 +02:00
David Halter
cdba4ef3e1
fixed multi level import issue, includes parts of a patch by Lubos Trilety <ltrilety@redhat.com>
2013-07-28 23:15:45 +02:00
Aaron Meurer
fe63e3bc97
Add printing for all the different kinds of completions in sith.py run
...
This kind of printing should probably go in the objects themselves, but I was
too disgusted by the completion APIs to even begin to start extending the
code for that (it needs to be cleaned up first).
2013-07-28 15:13:09 -05:00
Aaron Meurer
47bed4a30d
Add type checking for sith.py run
2013-07-28 15:12:51 -05:00
Aaron Meurer
ae09a2d0a4
Define the operations in the class, not in the function
...
I was originally going to try to automatically include these in the docstring
using format, but they would have to be defined before the docstring for that
to work. But I think it's still useful to have these defined in the class.
2013-07-28 14:31:47 -05:00
Aaron Meurer
78f7ff6760
Document sith.py run
2013-07-28 14:31:40 -05:00
Aaron Meurer
40dec0c2c6
Fix a typo in the sith.py usage
2013-07-28 14:31:21 -05:00
David Halter
b681c5c90d
Merge branch 'dev' of github.com:davidhalter/jedi into dev
2013-07-28 21:25:33 +02:00
David Halter
1ed94060df
fix another position problem with the reverse tokenizer. includes tests.
2013-07-28 21:19:17 +02:00
Aaron Meurer
8af28bef2d
Extra line for readability
2013-07-28 14:14:46 -05:00
Aaron Meurer
607f66c974
Print the location and the completions for sith.py run
2013-07-28 11:43:19 -05:00
David Halter
1f54e71a0d
Merge pull request #276 from asmeurer/nosetuptools
...
Nosetuptools
2013-07-28 05:45:33 -07:00
David Halter
448e9e90be
Merge pull request #273 from asmeurer/pudb
...
Pudb
2013-07-28 05:44:57 -07:00
Aaron Meurer
9c4c36ce6a
Add myself to AUTHORS
2013-07-26 09:34:33 -05:00
Danilo Bargen
acf068fb21
hub is no requirement
2013-07-26 16:09:52 +02:00
Danilo Bargen
6e649c1a67
Added hub pull-request info to CONTRIBUTING.md
2013-07-26 16:07:16 +02:00
Aaron Meurer
42e1737be3
Don't require distribute in setup.py
...
It isn't actually required to install (it's only needed if you want to
setup.py develop).
Fixes #269 .
2013-07-25 21:58:54 -05:00
Aaron Meurer
783f71501e
Give all the necessary traceback info when using PuDB
2013-07-25 19:00:02 -05:00
Aaron Meurer
a0d8b4b508
PuDB's post_mortem is now consistant with pdb ( https://github.com/inducer/pudb/pull/71 )
2013-07-25 18:41:53 -05:00
David Halter
8598fe7327
get the reverse tokenizer positions right even with strange docstring situations
2013-07-26 01:24:44 +02:00
Danilo Bargen
d057f5e587
Change SublimeJEDI url in docs too
2013-07-25 22:27:11 +02:00
Danilo Bargen
76ff9e3f20
s/svaiter/srusskih/g
2013-07-25 22:25:22 +02:00
Danilo Bargen
bdbe765b22
Merge pull request #270 from srusskih/patch-1
...
change SublimeJEDI url
2013-07-25 13:21:19 -07:00
srusskih
33397314fe
change SublimeJEDI url
2013-07-25 21:30:42 +03:00
David Halter
284f2f1671
add __iter__method to InstanceElement, because it's needed for arrays
2013-07-24 17:21:49 +02:00
David Halter
c8648d9ca5
test for unnecessary parentheses inside instances
2013-07-24 16:57:46 +02:00
David Halter
f4fdf904ee
fix lambdas in instances
2013-07-24 16:30:38 +02:00
David Halter
3c96ef8905
test for lambdas in InstanceElements
2013-07-24 16:16:20 +02:00