A way to filter out non-relevant environments
[idea/community.git] / python / testSrc / com / jetbrains /
2017-03-31 Dmitry TrofimovA way to filter out non-relevant environments
2017-03-31 Andrey VlasovskikhUse documentation from Python stubs for Quick Documenta...
2017-03-31 Ilya.KazakevichPY-23488: Special case added to unittest-based subtests
2017-03-31 Eldar AbusalimovMerge branch 'eldar/windows-command-line'
2017-03-31 Eugene ZhuravlevMerge remote-tracking branch 'origin/master'
2017-03-31 Ilya.KazakevichPY-23281: Support command line that starts with ! clion/172.1040 dbe/172.1043 idea/172.1046 pycharm/172.1044 pycharm/172.1045 rubymine/172.1041 webstorm/172.1051
2017-03-30 Ilya.KazakevichPY-23279, PY-9963: Use CommandLine language to parse...
2017-03-30 Ilya.KazakevichPY-23279, PY-9963: Support quotes in commandline interface:
2017-03-30 Dmitry TrofimovMerge branch 'fix/look-through-extension-flavours-for...
2017-03-30 Eugene ZhuravlevMerge remote-tracking branch 'origin/master'
2017-03-28 Ilya.KazakevichPY-22406: Report unittest as subtests
2017-03-28 Vladimir Krivosheevallow to throw errors from executeAsync
2017-03-28 Mikhail GolubevPY-22094 Include assert statements in CFG to resolve...
2017-03-28 Ilya.Kazakevich PY-22556, PY-23233, PY-23217: Set working directory...
2017-03-24 Roman ShevchenkoMerge remote-tracking branch 'origin/master'
2017-03-24 Semyon ProshevPY-23164 Fixed: unittest unresolved attribute reference... appcode/172.887 clion/172.888
2017-03-23 Konstantin BulenkovMerge remote-tracking branch 'origin/master'
2017-03-23 Semyon ProshevDisable PyStubsTest#testImportedNamedTupleName and...
2017-03-23 Mikhail GolubevPyStringFormatParserTest and EpydocStringTest extend...
2017-03-22 Ilya.KazakevichPY-22556, PY-23233, PY-23217: Set working directory... appcode/172.836 clion/172.833 dbe/172.838 idea/172.839 phpstorm/172.840 pycharm/172.834 pycharm/172.835 rubymine/172.832 webstorm/172.841
2017-03-22 Semyon ProshevPY-23069 Fixed: Wrong signature of __new__() method
2017-03-22 Semyon ProshevPY-22767 Fixed: Zip with 5+ arguments raises "unexpecte...
2017-03-21 Konstantin BulenkovMerge remote-tracking branch 'origin/master'
2017-03-21 Mikhail GolubevAdd "Py" prefix to AddImportQuickFixTest and several...
2017-03-20 Roman ShevchenkoMerge remote-tracking branch 'origin/master'
2017-03-20 Elizaveta ShashkovaCleanup in Python Console tests
2017-03-20 Elizaveta ShashkovaFix memory leak in Python Console tests
2017-03-20 Mikhail GolubevPY-22087 Don't mark comprehension variables used in...
2017-03-19 Konstantin BulenkovMerge remote-tracking branch 'origin/master'
2017-03-18 Ilya.KazakevichPY-23167: Support packages with out __init__.py for... appcode/172.709 clion/172.712 dbe/172.708 idea/172.713 phpstorm/172.707 pycharm/172.705 pycharm/172.710 rubymine/172.706 webstorm/172.714
2017-03-17 Semyon ProshevDon't map null arguments to any parameters.
2017-03-17 Mikhail GolubevPY-23125 Preserve blank lines before the first comment...
2017-03-17 Mikhail GolubevPY-23125 Optimize imports stacks unbound comments at...
2017-03-17 Mikhail GolubevAdd a test on skipping the comments before the source...
2017-03-17 Mikhail GolubevPY-23104 Inline multiline "name as alias" pairs in...
2017-03-17 Mikhail GolubevPY-23035 PY-23086 Handle comments in "from" imports...
2017-03-17 Vladislav.SorokaMerge branch 'gradle-profiling' of https://github.com...
2017-03-16 Ilya.KazakevichFixing tests (equals is deprecated in favor of equal)
2017-03-14 Roman ShevchenkoMerge remote-tracking branch 'origin/master'
2017-03-14 Semyon ProshevPY-22507 Fixed: False positive: parameters unfilled... rubymine/172.598
2017-03-14 Semyon ProshevFix PyResolveTest.testSuperclassResolveScope after...
2017-03-14 Semyon ProshevPY-23055 Fixed: Default value of None is not shown... appcode/172.594 clion/172.597
2017-03-13 Mikhail GolubevPY-19837 Keep comments before the first import when...
2017-03-13 Mikhail GolubevPY-23053 Unbound type vars not wrapped in Type match...
2017-03-10 Andrey VlasovskikhConsider class foo(six.with_metaclass(bar)) as new...
2017-03-10 Ekaterina TuzovaMerge remote-tracking branch 'origin/master'
2017-03-10 Ilya.KazakevichPY-22992: Detect tests in files
2017-03-09 Ilya.KazakevichPY-17485: Get rid of deprecated modules like "imp"...
2017-03-09 Yann CébronMerge remote-tracking branch 'origin/master'
2017-03-09 Yann CébronMerge remote-tracking branch 'origin/master'
2017-03-09 Mikhail GolubevPY-19837 Keep line comments in optimize imports
2017-03-09 Elizaveta ShashkovaUpdates from PyDev.Debugger: revert showing return...
2017-03-08 Brendan DouglasPython import resolution: support multiple import sourc...
2017-03-06 Semyon ProshevPY-22475 Fixed: Switch multi-parameters handling to...
2017-03-06 Semyon ProshevPY-22769 Fixed: Wrong inspection "Expected type 'bytes...
2017-03-06 Mikhail GolubevPY-22422 Consider new code style settings in actions...
2017-03-06 Mikhail GolubevPY-22355 Optimize imports honors new code style setting...
2017-03-06 Vladimir.OrlovMerge remote-tracking branch 'origin/master'
2017-03-06 Mikhail GolubevPY-22730 Don't render Optional[Any] as Union[None,...
2017-03-06 Mikhail GolubevPY-20057 Support Type[Union[Class1, Class2]] annotation...
2017-03-06 Mikhail GolubevPY-20057 Support Type[Any] and handle illegal typing...
2017-03-06 Mikhail GolubevPY-20057 typing.Type, type and object compatibility
2017-03-06 Mikhail GolubevPY-20057 Fix a few tests broken due to changes in PyGen...
2017-03-06 Mikhail GolubevPY-22730 Properly render Union and Optional types conta...
2017-03-06 Mikhail GolubevPY-20057 Consider incompatible types one of which is...
2017-03-06 Mikhail GolubevPY-20057 Unify type vars constrained by class types...
2017-03-06 Mikhail GolubevPY-20057 Pull up isDefinition() to PyGenericType via...
2017-03-06 Mikhail GolubevPY-20057 Initial support of typing.Type (types of direc...
2017-03-06 Mikhail GolubevPY-22570 Filter out private names when collecting symbo...
2017-03-03 Konstantin BulenkovMerge remote-tracking branch 'origin/master' appcode/172.290 clion/172.294 dbe/172.287 idea/172.286 phpstorm/172.292 pycharm/172.288 pycharm/172.293 rubymine/172.291 webstorm/172.295
2017-03-03 Roman ShevchenkoMerge remote-tracking branch 'origin/master'
2017-03-03 Andrey VlasovskikhDisabled test due to partial switch to Typeshed stubs
2017-03-02 Alexey Kudravtsevin fixture-based tests dispose things earlier to not...
2017-03-01 Eldar AbusalimovMerge branch 'eldar/cidr-disasm'
2017-03-01 Alexey UtkinMerge remote-tracking branch 'origin/traff/python-facet'
2017-02-27 Alexey UtkinMerge remote-tracking branch 'origin/amakeev/run-configs'
2017-02-27 Vladimir.OrlovMerge remote-tracking branch 'origin/master'
2017-02-27 Ekaterina Tuzovareverted tests back
2017-02-27 Ekaterina TuzovaPY-22822 Wrong behaviour of Emacs Tab and FormattingMod...
2017-02-24 peterpython tests: remove unnecessary write action
2017-02-22 Andrey VlasovskikhUse read action when necessary
2017-02-22 Andrey VlasovskikhMoved open().xreadlines() test to Typeshed test data
2017-02-22 Andrey VlasovskikhMoved map() and filter() for PY2 test into Typeshed...
2017-02-22 Ilya.KazakevichPY-18958: Always use case-sensitive resolve, even on...
2017-02-22 Andrey VlasovskikhMoved typing.AsyncGenerator methods test into Typeshed...
2017-02-22 Alexey UtkinMerge remote-tracking branch 'origin/uta/catch'
2017-02-22 Semyon ProshevAdd tests for PyParameterInfoHandler about overloads...
2017-02-22 Semyon ProshevReturn all members that are found inside a class while...
2017-02-22 Denis FokinDouble semicolons cleanup
2017-02-21 Anton MakeevMerge remote-tracking branch 'origin/amakeev/msvc'
2017-02-20 Vitaliy.BibaevMerge branch 'IDEA-166379-fix-UOE'
2017-02-20 Andrey VlasovskikhDon't depend on 'dict' for testing attributes of methods
2017-02-20 Andrey VlasovskikhUpdated test data to match the current state of Typeshed
2017-02-20 Andrey VlasovskikhTests for missing special attributs of 'object'
2017-02-20 Andrey VlasovskikhUpdated test data to match Typeshed defitions
2017-02-20 Alexey UtkinMerge branch 'master' into traff/python-facet
2017-02-19 Alexey UtkinMerge branch 'master' into uta/catch clion/171.3547 clion/171.3557 clion/171.3602 clion/172.23 clion/172.32
2017-02-18 Anton MakeevMerge remote-tracking branch 'origin/master' into amake... clion/171.3523 clion/171.3528
2017-02-17 Ilya.KazakevichNew test runners: tests added to check output
2017-02-17 Ilya.KazakevichPY-22641: Resolve tests by incomplete name (partial...
next