This project is mirrored from https://gitee.com/mirrors/intellij-community.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 25 May, 2016 2 commits
-
-
Elizaveta Shashkova authored
-
Elizaveta Shashkova authored
-
- 24 May, 2016 1 commit
-
-
Elizaveta Shashkova authored
-
- 19 May, 2016 2 commits
- 18 May, 2016 7 commits
-
-
Elizaveta Shashkova authored
-
Elizaveta Shashkova authored
-
Elizaveta Shashkova authored
-
Elizaveta Shashkova authored
-
Elizaveta Shashkova authored
-
Elizaveta Shashkova authored
-
Elizaveta Shashkova authored
-
- 11 May, 2016 2 commits
-
-
Elizaveta Shashkova authored
-
Elizaveta Shashkova authored
-
- 30 Apr, 2016 1 commit
-
-
fitermay authored
--refactor pydevd_save_locals to avoid deadlocks caused by import lock being taken after debugger lock
-
- 29 Apr, 2016 1 commit
-
-
Elizaveta Shashkova authored
In Py3k we start script via our custom `execfile` function, and we shouldn't stop there while stepping when execution is finished
-
- 13 Apr, 2016 1 commit
-
-
Yuli Fiterman fitermay authored
--Properly resolve types in the debugger using the fully qualified type name --Make pydevd_xml return FQN name
-
- 06 Apr, 2016 1 commit
-
-
Elizaveta Shashkova authored
Remove condition about gevent installed on interpreter. There is no need for such check anymore, because multithreading debugging was fixed (PY-18823), but it breaks support for other patching libraries such as eventlet.
-
- 04 Apr, 2016 1 commit
-
-
Elizaveta Shashkova authored
We shouldn't update sys.modules for the main thread, cause it leads to the second importing 'threading' module, and the new instance of main thread is created. In this case we lose thread id and thread additional info, so it totally breaks the debugger.
-
- 29 Mar, 2016 1 commit
-
-
Elizaveta Shashkova authored
Create a separate resolver for Django forms in order to prevent calling self.errors because it is a property and has side effects. Also We shouldn't call str(), because it also has side effects.
-
- 25 Mar, 2016 1 commit
-
-
Elizaveta Shashkova authored
-
- 21 Mar, 2016 1 commit
-
-
Elizaveta Shashkova authored
The correct way to ignore libraries, even if virtual env is situated inside project directory (PY-16899)
-
- 17 Mar, 2016 3 commits
-
-
Elizaveta Shashkova authored
-
Elizaveta Shashkova authored
-
Elizaveta Shashkova authored
-
- 14 Mar, 2016 1 commit
-
-
Elizaveta Shashkova authored
-
- 11 Mar, 2016 1 commit
-
-
Elizaveta Shashkova authored
-
- 10 Mar, 2016 2 commits
-
-
Elizaveta Shashkova authored
-
Elizaveta Shashkova authored
-
- 09 Mar, 2016 1 commit
-
-
Elizaveta Shashkova authored
-
- 01 Mar, 2016 1 commit
-
-
Dmitry Trofimov authored
-
- 25 Feb, 2016 1 commit
-
-
Dmitry Trofimov authored
-
- 24 Feb, 2016 1 commit
-
-
Dmitry Trofimov authored
-
- 21 Feb, 2016 1 commit
-
-
Dmitry Trofimov authored
-
- 18 Feb, 2016 2 commits
-
-
Elizaveta Shashkova authored
-
Elizaveta Shashkova authored
-
- 17 Feb, 2016 4 commits
-
-
Elizaveta Shashkova authored
-
Elizaveta Shashkova authored
-
Elizaveta Shashkova authored
Do not stop if the frame is traced after breakpoint stop, but the file should be ignored while stepping because of filters (PY-18493)
-
Elizaveta Shashkova authored
-