Codeplex - pytools.codeplex.com - Python Tools for Visual Studio

Latest News:

Created Issue: Analysis of function returning tuple does not combine tuples [921] 27 Oct 2012 | 02:53 am

For example: def a(): if x: return (1, True) elif y: return (1, True) else: return (2, False) The problem it most obvious in the generated docstring: "def a(...) -> tuple, tuple, tuple" It also app...

Created Issue: Debug Interactive window does not attach to MPI debugging session [920] 27 Oct 2012 | 01:27 am

Repro: 1) Create a Python MPI Application 2) From project properties, setup local host testing against 4 processors 3) Set a breakpoint on 'MPI.Finalize()' (in boilerplate code) 4) Start debugging (F...

Created Issue: Path to Python is partially hardcoded in Azure deployment [919] 26 Oct 2012 | 11:56 pm

With Python 2.7 (EPD) installed to the non-default location, running Django on local Azure development fabric does not work because path to Python is hardcoded to %SystemDrive%\Python27 in deployment ...

Created Issue: Completion doc strings and parameter help missing in debug interactive window [918] 26 Oct 2012 | 11:40 pm

Repro 1) Create a new python application with the following script import thread print("Hello") 2) Set a breakpoint on the line containing ''print("Hello") 3) Start debugging (F5) 4) Open Python De...

Created Issue: Django debug settings don't fit in the frame [917] 26 Oct 2012 | 10:52 pm

See attached image. Only a few pixels hanging over (unless there are more settings, and now I'm not confident that there aren't). This should be a dynamically resizing frame anyway, to account for fo...

Created Feature: Guess Python version from file path for .py files not in project [916] 26 Oct 2012 | 10:19 pm

When a .py file that is not part of the project is opened in VS, the analysis engine always uses the default interpreter to analyze it. For files that actually come from under lib subdirectory of one ...

Created Issue: Python Project not raising ItemAdded/ItemRemoved/ItemRenamed [915] 26 Oct 2012 | 04:55 pm

When a Item is added, removed or renamed from project EnvDTE.ProjectItemsEvents are not raised. This happens by design or there is a special event provider for this events? regards

Created Issue: Call out limitations using integrated shell in "Django in VS" tutorial [914] 26 Oct 2012 | 05:26 am

Although the limitation of not being able to "Add Windows Azure Deployment Project" in the integrated shell is called out in http://www.windowsazure.com/en-us/develop/python/common-tasks/install-pytho...

Created Issue: Copy/paste fails in a newly created folder [913] 26 Oct 2012 | 05:18 am

Create a new project Create a new folder 'NewFolder1'. Go to windows explorer, notice the folder isn't created yet. Add New Item->Empty python file 'module1.py' on 'NewFolder1'. Create a new folder 'N...

Created Issue: Profiler for Py3.x shows internal 'execfile' calls [912] 26 Oct 2012 | 05:15 am

For Py3.x we define our own execfile, which includes other calls. It appears in the profiling output as: Function Name Number of Calls Elapsed Inclusive Time % Elapsed Exclusive Time % Avg Elapsed In...

Recently parsed news:

Recent searches: