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 |
|
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 |
|
Mathias Fussenegger
|
e0947a04eb
|
don't fail on UnicodeDecodeError in buildout script detection
This fixes #650
|
2015-12-13 21:50:09 +01:00 |
|
Mathias Fussenegger
|
67d9fbca81
|
run buildout detection only once per buildout script
in order to avoid running into the max recursion limit.
|
2015-04-09 08:51:25 +02:00 |
|
Mathias Fussenegger
|
bf43fcf1c6
|
detect buildout and add buildout eggs to sys.path
|
2014-06-18 18:30:11 +02:00 |
|