Commit Graph
1160 Commits
Author SHA1 Message Date
Ekaterina Tuzova 459877888c Merge remote-tracking branch 'origin/master' 2014-11-19 19:28:07 +03:00
Ekaterina Tuzova ba3c89000b fixed PY-14072 Django test runner does not properly pass arguments through (e.g. --keepdb) 2014-11-19 19:18:38 +03:00
Ekaterina Tuzova 33a9d1fc2c fixed PY-14048 django_test_manage.py uses test runner deprecated since Django 1.6 (now causing RemovedInDjango18Warning) 2014-11-19 18:23:26 +03:00
Alexander Marchuk 00b2f01590 fix PY-14453 2014-11-19 17:29:26 +03:00
Dmitry Trofimov 84c61616dc Merge remote-tracking branch 'origin/master' 2014-11-19 12:50:34 +01:00
Alexander Marchuk 4b1415921d Merge remote-tracking branch 'origin/master' 2014-11-19 14:31:41 +03:00
Dmitry Trofimov 6fa2f13111 Don't need to encode format (PY-14438). 2014-11-19 12:23:42 +01:00
Dmitry Trofimov 5755bc577c Fix condition for Python 2.4 (PY-14437). 2014-11-19 12:06:36 +01:00
Alexander Marchuk afcc461543 fix bug for not 2d arrays and remove busyTable 2014-11-19 13:58:41 +03:00
Alexander Marchuk 911b2a36e5 fix issues from IDEA-COMMUNITY-CR-987 2014-11-19 13:34:22 +03:00
Dmitry Trofimov 0ab2451140 Merge remote-tracking branch 'origin/master' 2014-11-18 14:25:40 +01:00
Dmitry Trofimov a8415c7374 Fix console for Python 2.4 (PY-14426). 2014-11-18 14:11:59 +01:00
Alexander Marchuk 3d7d10faf3 use array Evaluation Expression (now works for dicts, tuples, etc. PY-14421) 2014-11-18 13:47:27 +03:00
Alexander Marchuk f7ccca7ec9 Merge remote-tracking branch 'origin/master' 2014-11-16 19:20:22 +03:00
Alexander Marchuk fbb16cf0fc move java logic to python side
load meta data for array in first request
2014-11-16 18:59:55 +03:00
Dmitry Trofimov e34d909b49 Fix a possible problem with paths inside .egg on Windows. 2014-11-13 22:47:19 +01:00
Ekaterina Tuzova 477028490d Merge remote-tracking branch 'origin/master' 2014-11-13 11:55:06 +03:00
Andrey Vlasovskikh 747c2bfa78 Snapshot of python-skeletons @ a3175f6 2014-11-12 21:22:25 +03:00
Ekaterina Tuzova 0e4612221b fixed PY-11911 Nosetests: test name gets trimmed if it starts with module name in which test is located. 2014-11-09 16:47:13 +03:00
Ekaterina Tuzova 9998d04dfa fixed PY-13477 PyQt5: missing completion for QApplication class
PY-14235 PyCharm auto completion doesn't work for PyQt 5.3 (but does for 5.2)
PY-14103 Skeleton Generator Problems with PyQt4
PY-13990 PyCharm 4 EAP: fails on generation index for PyQt5 (5.3.2) and python 3.4
2014-11-08 19:15:14 +03:00
Ekaterina Tuzova 6070514819 Merge remote-tracking branch 'origin/master' 2014-11-07 16:27:03 +03:00
Dmitry Trofimov a686a50f14 Don't show pydev banner in PyCharm. 2014-11-06 18:55:50 +01:00
Alexander Marchuk 8c373fae76 fix slicing for 1d 2014-11-06 19:03:37 +03:00
Ekaterina Tuzova 600a043dc5 fixed PY-8523 Pycharm wrongly detects test name when using Nosetest's test generator 2014-11-06 18:23:24 +03:00
Dmitry Trofimov 51b6a7117c Array viewer for console variables (PY-14182). 2014-11-06 13:34:52 +01:00
Dmitry Trofimov fcc06c29fa Array to xml refactored. 2014-11-06 12:09:21 +01:00
Dmitry Trofimov b254b03de6 Fix reslice of array. 2014-11-05 23:58:44 +01:00
Dmitry Trofimov 24da5e3dec Numpy array loading. 2014-11-05 22:20:07 +01:00
Elizaveta Shashkova ffa53c787f fix exception in the first suspend in remote debugger 2014-11-05 13:55:42 +03:00
Dmitry Trofimov aeadf39465 Print stack traces in debug output. 2014-11-03 17:57:39 +01:00
Dmitry Trofimov 7ab8190d5b Print lldb debug output in one line. 2014-11-03 17:54:57 +01:00
Dmitry Trofimov c6d08c9394 Detach lldb and quit after setting the tracing. 2014-11-03 17:50:57 +01:00
Dmitry Trofimov abe6a660b9 lldb: step-over __select before execution in threads 2014-11-03 17:40:42 +01:00
Dmitry Trofimov e549947167 Perform initial settrace also with timeout. 2014-10-30 22:02:45 +01:00
Dmitry Trofimov 4d77d84e51 Merge remote-tracking branch 'origin/master' 2014-10-30 02:32:18 +01:00
Dmitry Trofimov 9967d14a10 Use timeout for lldb expr eval (PY-14252). 2014-10-30 02:28:15 +01:00
Dmitry Trofimov 37ddd926c7 Don't detach lldb from process. 2014-10-30 02:16:50 +01:00
Elizaveta Shashkova afe9b5c056 refactoring in pydev console 2014-10-29 20:02:52 +03:00
Elizaveta Shashkova 08587225e9 fix matplotlib in console in windows 2014-10-29 19:38:52 +03:00
Dmitry Trofimov 030cd86d7e Fix spaces in paths bug (PY-14246). 2014-10-29 17:37:26 +01:00
Dmitry Trofimov e25c3661a1 Even less debug info. 2014-10-29 00:11:09 +01:00
Dmitry Trofimov dc14c65ac7 Less debug info. 2014-10-29 00:06:53 +01:00
Dmitry Trofimov 3c8313f95f Execute settrace only for process threads in lldb (PY-14247). 2014-10-28 23:58:48 +01:00
Dmitry Trofimov 2bc78df638 Merge remote-tracking branch 'origin/master' 2014-10-28 23:10:30 +01:00
Dmitry Trofimov 2b10eade83 Fix attach to process for paths with spaces (PY-14246). 2014-10-28 23:00:33 +01:00
Elizaveta Shashkova ed706f730c rename some files like in PyDev debugger 2014-10-27 16:48:53 +03:00
Dmitry Trofimov 5033a3d961 Remove print. 2014-10-27 13:12:59 +01:00
Dmitry Trofimov bf66372b2b Fix attach in case of multiple threads. 2014-10-24 17:38:36 +02:00
Dmitry Trofimov 14cf17c63b Correct detach. 2014-10-24 17:38:08 +02:00
Dmitry Trofimov af9927e8ac New lines. 2014-10-24 14:39:40 +02:00