Andrey Vlasovskikh
d3d348faa8
Fixed skeleton signatures of str.format and unicode.format (PY-18275)
2016-01-28 00:00:38 +03:00
Ekaterina Tuzova
538356df0a
PY-6801 Remove pypi repository
...
Remove repository from UI
2016-01-27 12:14:44 +03:00
Ilya.Kazakevich
51eed3907c
PY-18233 new line after tox suite
2016-01-18 21:18:30 +03:00
Ilya.Kazakevich
998ae4ca07
tox test fix: nose errors reported incorrectly
2016-01-18 18:54:09 +03:00
Ilya.Kazakevich
0f0774f40e
tox test fix: bad names for broken tests in nose
2016-01-16 03:18:29 +03:00
Ilya.Kazakevich
793dea71bf
tox test fix: provide explicit interpreter instead of default
2016-01-16 03:18:27 +03:00
Ilya.Kazakevich
97e9950c71
tox test fix: do not call "enter matrix" when running inside of tox
2016-01-16 03:18:26 +03:00
Ilya.Kazakevich
b643ab9958
tox test fix: nose runner should not return 1 in case of error since all runners always return 0
2016-01-16 03:18:24 +03:00
Anton Makeev
ab51f9f785
Merge branch 'amakeev/attach-tests' into master-attach-merge
2016-01-15 18:32:48 +01:00
Ilya.Kazakevich
6429d76a87
Tox fix: interpreter should be provided
2016-01-15 00:20:49 +03:00
Elizaveta Shashkova
a73e5d60d8
Fix exception in console with python 3 (PY-18189)
2016-01-14 20:47:21 +03:00
Anton Makeev
9175d34aec
Merge branch 'master' into amakeev/attach-tests
2016-01-13 16:20:56 +01:00
Ilya.Kazakevich
4f2de08c9b
PY-14219: explicitly unsupport junit behave reported
2016-01-13 00:29:21 +03:00
Anton Makeev
cbf69f6692
Merge branch 'master' into amakeev/attach-tests
...
# Conflicts:
# platform/platform-impl/src/com/intellij/execution/process/ProcessUtils.java
# platform/platform-impl/src/com/intellij/execution/process/impl/OSProcessManagerImpl.java
2016-01-12 14:42:37 +01:00
Elizaveta Shashkova
73d49db18a
Add a python25 tag for concurrency visualization tests and some fixes for python24
2016-01-11 14:51:26 +03:00
Anton Makeev
e958d2d090
Merge remote-tracking branch 'origin/master' into amakeev/attach-tests
2015-12-29 17:10:02 +01:00
Anton Makeev
fcb83b346c
Merge remote-tracking branch 'origin/master' into amakeev/attach-tests
2015-12-29 16:42:43 +01:00
Elizaveta Shashkova
49b1c38535
Asyncio appeared only in python3.4 and temporary dont run tests on Iron python (PY-18078)
2015-12-29 14:45:12 +03:00
Elizaveta Shashkova
d7e8813e68
Suppress exception while updating wrapper object in Python2 (PY-18078)
2015-12-28 14:55:43 +03:00
Anton Makeev
3318275d80
IDEA-149798 Extensible Attach to Local Process action: liststask.exe is now in platform
2015-12-25 18:46:04 +01:00
Elizaveta Shashkova
0cc76b24ce
Fix debugging with Python2 on Windows with non-English locale (PY-17409)
...
Standart normcase() function doesn't change case for non-English letters, so we should do it manually.
2015-12-23 16:56:08 +03:00
Elizaveta Shashkova
b97519db07
Fix Jinja2 template debugging (PY-18051)
...
We should update additional frames container after updating thread id.
2015-12-21 20:04:37 +03:00
Mikhail Golubev
9de6de3aec
PY-18034 Handle quoted types prefixed with ":class:" and ":py:class:"
2015-12-21 13:02:54 +03:00
Mikhail Golubev
4fc7bf983b
PY-18034 Fix TypeError that occurs when parameter type is surrounded with backticks
2015-12-21 13:02:54 +03:00
Mikhail Golubev
9c11d21d27
IDEA-CR-6940 Don't use hardcoded string lengths in the docstring rendering script
2015-12-21 13:02:53 +03:00
Elizaveta Shashkova
f1d382e98d
Template debugging with Django 1.9 (PY-17923)
...
The template debug setting was changed in Django 1.8. Also the 'source' field of the Node was removed in Django 1.9, so we should get template filename and line in a different way.
2015-12-18 17:31:30 +03:00
Ilya.Kazakevich
e06a017844
PY-9727: Rerun added
2015-12-17 00:10:10 +03:00
Ilya.Kazakevich
f669d4b8af
PY-9727: Dict update fix
...
EnvDict does not support update, using __setitem__ instead
2015-12-16 22:43:51 +03:00
Andrey Vlasovskikh
cbcceaa532
Sync with GitHub 7418571de67e000d789651dd58177cadae0e32f8 (PY-17437)
2015-12-16 20:18:41 +03:00
Andrey Vlasovskikh
76cf839247
Updated stdlib_packages.txt for Python 3.5 (PY-17422, PY-16753)
2015-12-16 19:52:08 +03:00
Andrey Vlasovskikh
908d0a269e
Updated unsupported modules to reflect current Python 3.5.1
2015-12-16 19:52:08 +03:00
Ilya.Kazakevich
a6f4541fc6
Merge branch 'master' into PY-9727
2015-12-14 17:16:09 +03:00
Andrey Vlasovskikh
6906e42436
Sync with GitHub bdae36d5e2295cc4a2d3b99faaa1538889cbed86
2015-12-14 16:07:58 +03:00
Ilya.Kazakevich
824c66b010
dir supported
2015-12-11 00:51:39 +03:00
Elizaveta Shashkova
8c395b2e20
IndexError in pydev_monkey.py when debugging (PY-9767)
...
We shouldn't attach to debugger if there are only options in a new python process command line
2015-12-10 17:10:29 +03:00
Ilya.Kazakevich
806cd33b5c
Merge branch 'master' into PY-9727
2015-12-09 23:20:27 +03:00
Ilya.Kazakevich
0f84357714
pytest and nosetest added
2015-12-09 23:17:21 +03:00
Elizaveta Shashkova
f71545b2f2
Fix module debugging in a new process (PY-17885)
...
We should change interpreter flag '-m' to debugger parameter '--module' in order to debug python modules
2015-12-09 20:10:23 +03:00
Ilya.Kazakevich
e8570dfa45
skipping tests correctly
2015-12-08 22:21:49 +03:00
Ilya.Kazakevich
fc6cb47f19
PY-9727: Arguments now copied from tox config
2015-12-07 16:37:37 +03:00
Ilya.Kazakevich
a7ac25ffa1
PY-9727: Initial commit for tox configuration
...
* Tox configuration created
* Tox helper added
* Refactoting to support several runners
2015-12-07 16:37:35 +03:00
Mikhail Golubev
e4b729922a
PY-17804 Move roman.py to the root "py2only", so that Python 3 version of docutils doesn't use it
2015-12-03 17:30:10 +03:00
Elizaveta Shashkova
3ccfd2eb4f
Fix multiprocessing debug with breakpoints in both main and child processes (PY-17092)
...
When the new process is created, the main thread in the new process already has the attribute '__pydevd_id__', so the new thread doesn't get new id with its process number and the debugger loses access to both threads. Therefore we should update thread_id for every main thread in the new process.
2015-12-01 20:10:10 +03:00
Elizaveta Shashkova
5c73bf663e
Fix collecting runtime type information (PY-17722)
...
Because of incorrect function name, type information was collected for library functions, but not for project functions
2015-11-26 20:03:35 +03:00
Elizaveta Shashkova
897a8c2793
Minors: fix docstring indention
2015-11-25 20:46:11 +03:00
Elizaveta Shashkova
662cd8aa21
Exception when debugging fork_exec without attaching to process (PY-16690)
...
Create a separate warning function for _posixsubprocess module
2015-11-25 20:34:55 +03:00
Ekaterina Tuzova
d1c6180d77
removed deprecated call to exc_traceback
2015-11-24 15:32:14 +03:00
Elizaveta Shashkova
90af482851
Skip Python ZIP Applications when patching args (PY-16568) author: Alex Honeywell
2015-11-23 19:37:05 +03:00
Elizaveta Shashkova
d9e2d895eb
Updates from PyDev.Debugger
2015-11-23 19:37:05 +03:00
Elizaveta Shashkova
4fc2e83a7f
Update after review in PyDev.Debugger
2015-11-23 16:26:59 +03:00