VS crashes when open project

VS crashes when open project: $/TCWCS/Python/Main/Open_Source/Incubation/windowsazure/windowsazuretest.pyproj call stack: > mscorlib.dll!System.IO.__Error.WinIOError(int errorCode, string may...

Id #714 | Release: None | Updated: Today at 7:56 PM by weidongh | Created: Today at 7:54 PM by weidongh

Import Intellisense should work after typing ","

Example: import sys, io intellisense should popup immediately after typing "," in the import syntax. Currently It does not show it for the second package.

Id #713 | Release: None | Updated: Tue at 10:56 PM by mahpour | Created: Tue at 10:56 PM by mahpour

IronPython REPL runs in __builtin__ and not __main__

CPython REPLs run in __main__ and that is the default selected module. The default value of __name__ is "__builtin__" and not "__main__". Changing the module always changes __name__ to "sys", re...

Id #712 | Release: None | Updated: Mon at 10:23 PM by Zooba | Created: Mon at 10:23 PM by Zooba

Send to REPL fails with "The Python REPL process has exited"

import sys def main(): for id in range(1,10): print str(id) if __name__ == "__main__": sys.exit(main()) I am trying to execute this simple loop in the REPL window (ALT-S...

Id #711 | Release: None | Updated: Mon at 10:21 PM by Zooba | Created: Mon at 10:20 PM by Zooba

An error message whenever I invoke a Python Interactive window

I see the following dialogue box whenever I invoke a Python Interactive window (either by selecting any Python Interactive window from the Tools > Python Tools menu or, if a Python Interactive wind...

Id #710 | Release: None | Updated: Fri at 5:05 PM by dinov | Created: Fri at 8:43 AM by bilokon

Analysis should specialize vars/dir and know we return a dict of str:object and list of str

Analysis should specialize vars/dir and know we return a dict of str:object and list of str

Id #708 | Release: None | Updated: May 9 at 8:29 PM by dinov | Created: May 9 at 8:29 PM by dinov

Feature: Automatically update settings.py when adding a new app to add the app to the list of installed apps

Feature: Automatically update settings.py when adding a new app to add the app to the list of installed apps

Id #707 | Release: None | Updated: May 8 at 9:31 PM by dinov | Created: May 8 at 9:31 PM by dinov

1. Template intellisense Typing {{ should auto-insert }}

1. Template intellisense: (feature) a. Typing “{{“ should auto complete “}} “ b. Type “{%” should auto complete “%}”

Id #706 | Release: None | Updated: May 8 at 9:31 PM by dinov | Created: May 8 at 9:31 PM by dinov

Search Paths should be stored as relative paths if they can be

Just a few more details on this... For some reason when I add a new search path, it writes the absolute path in the PTVS project file and not the relative path. PTVS should be recording the rela...

Id #705 | Release: None | Updated: May 9 at 5:23 PM by mrpy | Created: May 7 at 6:15 PM by dinov

pyopencl causes AttributeError when run under the debugger.

Running the attached sample program under PTVS results in the following exception: 'AttributeError: '_DebuggerOutput' object has no attribute 'errors' (attached screenshot has full error) Wh...

Id #704 | Release: None | Updated: Fri at 5:01 PM by dinov | Created: May 4 at 8:54 PM by ajp