Matthias Bussonnier
e96cccb81c
Document a bit more
2016-05-18 16:48:08 -07:00
Dave Halter
a08ad2d53d
Further improvements to the interpreter refactoring.
2016-05-19 01:41:06 +02:00
Dave Halter
1bb8d32084
Improve interpreter tests.
2016-05-18 11:56:33 +02:00
Dave Halter
d93d31feb8
Make a first test working with mixed objects.
2016-05-18 11:49:50 +02:00
Matthias Bussonnier
4ba6000f92
Initialize colorama lazily
...
Will prevent colorama from wrapping stderr/out if not in debug mode,
which leads to some errors.
2016-05-17 16:49:57 -07:00
Dave Halter
ef314a5c38
Complete writing the full mixed objects module.
2016-05-17 17:44:22 +02:00
Dave Halter
5595fb3e2f
Start adding a module that mixes compiled and parser objects.
2016-05-16 13:12:45 +02:00
Dave Halter
33accb3dc6
It should be possible to pass class.__dict__ to Jedi.
2016-05-16 09:52:45 +02:00
Dave Halter
e21b3024e0
Writing tests for the upcoming side effect fixes in the interpreter completion.
2016-05-16 09:36:54 +02:00
Dave Halter
818730d6ea
Fix descriptions for REPL.
2016-05-15 23:32:16 +02:00
Dave Halter
50f6bb0299
When we are working with CompiledObjects and instances there should never be a case where class values are returned.
2016-05-15 23:06:07 +02:00
Dave Halter
cc331d62e0
Get closer to fixing a lot of issues with the completion for repl.
2016-05-15 14:26:22 +02:00
Dave Halter
6266678064
Merge pull request #719 from isamert/master
...
Add gedit to supported editors list
2016-04-15 14:06:25 +02:00
İsa Mert Gürbüz
53ca0217dd
Add gedit to supported editors list
2016-04-15 14:34:24 +03:00
İsa Mert Gürbüz
07c7a69306
Add gedit to editors that uses jedi
2016-04-15 14:32:13 +03:00
Dave Halter
da657fb132
Merge pull request #711 from WoLpH/python35
...
Enabled python 3.5 support
2016-03-31 10:47:31 +02:00
Rick van Hattem
4afc74f1c7
fixing python 3.2 and 3.5 issues
2016-03-31 04:56:17 +02:00
Rick van Hattem
97178dd92b
enabled python 3.5 support
2016-03-31 03:27:43 +02:00
Dave Halter
935aec7b71
Merge pull request #701 from mfussenegger/vscode
...
Add vscode to editors using jedi
2016-03-22 18:58:50 +01:00
Dave Halter
ea099e514b
Merge pull request #709 from davidhalter/debug-docs
...
Enhance docs about debugging
2016-03-21 11:30:05 +01:00
Danilo Bargen
f5e594970a
Enhance docs about debugging
2016-03-21 10:40:58 +01:00
Dave Halter
c0242cf5be
Merge pull request #705 from tbradshaw/patch-2
...
Update unsupported features list with "implicit namespace packages"
2016-03-10 12:12:26 +01:00
Travis Bradshaw
ac9133aafc
Update unsupported features list with "implicit namespace packages"
2016-03-09 22:37:21 -06:00
Mathias Fussenegger
a18574246e
Add vscode to editors using jedi
...
The python extension for Visual Studio Code uses Jedi.
As seen here:
https://github.com/DonJayamanne/pythonVSCode/tree/master/pythonFiles/jedi
2016-03-03 23:02:54 +01:00
Dave Halter
9c0f3f9535
Merge pull request #699 from mfussenegger/py35
...
add python 3.5 classifier to setup.py
2016-03-01 00:44:23 +01:00
Mathias Fussenegger
09310dae7d
add python 3.5 classifier to setup.py
...
Since 5a555076bb 3.5 is listed as
supported python version in the docs
2016-02-29 22:19:02 +01:00
Dave Halter
e4c959944f
Merge pull request #696 from reinhrst/documentation
...
update documentation
2016-02-16 23:34:49 +01:00
Claude
5a555076bb
update documentation add python 3.5 and PEP-0484
2016-02-16 10:04:06 +01:00
Dave Halter
4a6c2f8de7
Merge pull request #664 from reinhrst/typehints-in-comments
...
simple typehints in comments
2016-02-16 09:34:15 +01:00
Dave Halter
a0ac1e6390
Merge pull request #691 from reinhrst/python35
...
python 3.5 support status
2016-02-16 00:01:57 +01:00
Claude
795a72a866
add typing.cast() to the todo list
2016-02-15 18:13:47 +01:00
Claude
4fe710d4d3
more tests
2016-02-15 18:02:11 +01:00
Claude
71ab855802
update list of things that are completed
2016-02-15 17:56:14 +01:00
Claude
a9ebe71c64
add some tests to show that type-hints on the next line don't work
2016-02-15 17:54:20 +01:00
Claude
641fb80773
add support for 'with-assignment' hints
2016-02-15 17:52:21 +01:00
Claude
3a1b2e7104
add support for 'for-assignment' hints
2016-02-15 17:37:03 +01:00
Claude
8b28678d19
support tuple-assignment
2016-02-15 17:04:19 +01:00
Claude
a658f7940c
typehints for variables in comments
2016-02-15 16:03:23 +01:00
Claude
daeee4ba0c
simple typehints in comments
2016-02-15 15:12:07 +01:00
Claude
ca08b8270b
combine power-or-atom_expr statements into one statement
2016-02-15 10:20:25 +01:00
Dave Halter
3ac1427242
Merge pull request #693 from chergert/patch-1
...
Add GNOME Builder to README.rst
2016-02-12 13:18:44 +01:00
Christian Hergert
81e07b866f
Add GNOME Builder to list of supported editors
...
Support is provided out of the box as long as python3-jedi is installed.
Additionally, Builder's implementation includes support for GObject
Introspection (and therefore Gtk).
2016-02-11 13:02:27 -08:00
Claude
d5f08f8bdd
opting for skipping PEP492 backwards compatibility magic, instead directly making await and async keywords
...
See discussion at
https://github.com/davidhalter/jedi/pull/691#issuecomment-182815864
2016-02-11 19:30:01 +01:00
Claude
7077d0b762
Using python 3.7-like parser, instead of python 3.5 magic.
...
See https://github.com/davidhalter/jedi/pull/691#issuecomment-182815864
Revert "Update tokenizer to adhere to PEP492 magic"
This reverts commit 65187930bd .
2016-02-11 19:14:31 +01:00
Claude
3a36bb3a36
Seems necessary to explicitly specify python3.5: https://github.com/travis-ci/travis-ci/issues/4794
2016-02-10 17:46:56 +01:00
Claude
04524cd63c
make travis test python3.5 as well
2016-02-10 13:06:27 +01:00
Claude
4249563eb2
tests can now also run on python 3.5
2016-02-09 21:08:47 +01:00
Claude
65187930bd
Update tokenizer to adhere to PEP492 magic
2016-02-09 21:07:18 +01:00
Claude
bf5acb4c7a
once more: python 3.5 uses atom_expr node in many places where previous python would use power node
2016-02-09 19:34:44 +01:00
Claude
8819b2133a
further fix for *-arguments in arglist
2016-02-09 18:23:24 +01:00