projects
/
idea
/
community.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
idea/community.git
2012-05-30
Ekaterina Tuzova
Merge remote-tracking branch 'origin/master'
commit
|
commitdiff
|
tree
2012-05-30
Anna Kozlova
"java.util.List" ->CommonClassNames.JAVA_UTIL_LIST
commit
|
commitdiff
|
tree
2012-05-28
Andrey Vlasovskikh
Merge branch 'python-fixes'
commit
|
commitdiff
|
tree
2012-05-28
Danila Ponomarenko
@NotNull added to UsageTarget[] targets
commit
|
commitdiff
|
tree
2012-05-28
Andrey Vlasovskikh
Added the __module__ attribute to new-style classes...
commit
|
commitdiff
|
tree
2012-05-28
Andrey Vlasovskikh
Added the exceptions module to the builtins
commit
|
commitdiff
|
tree
2012-05-28
Andrey Vlasovskikh
Check the inner scope and all the outer scopes for...
commit
|
commitdiff
|
tree
2012-05-28
Ekaterina Tuzova
fixed ancestors in Python class diagram
commit
|
commitdiff
|
tree
2012-05-26
Ekaterina Tuzova
fixed pycharm build script
commit
|
commitdiff
|
tree
2012-05-26
Ekaterina Tuzova
Merge remote-tracking branch 'origin/master'
commit
|
commitdiff
|
tree
2012-05-26
Ekaterina Tuzova
fixed exception in python diagram plugin
commit
|
commitdiff
|
tree
2012-05-25
Andrey Vlasovskikh
Merge branch 'type-eval-context'
commit
|
commitdiff
|
tree
2012-05-25
Andrey Vlasovskikh
Merge branch 'python-fixes'
commit
|
commitdiff
|
tree
2012-05-25
Andrey Vlasovskikh
Fixed updating references when 'import ...' style is...
commit
|
commitdiff
|
tree
2012-05-25
Andrey Vlasovskikh
Cleanup
commit
|
commitdiff
|
tree
2012-05-25
Andrey Vlasovskikh
Fixed resolve of imported module references in submodul...
commit
|
commitdiff
|
tree
2012-05-25
Andrey Vlasovskikh
Fixed isPackage() check for module files
commit
|
commitdiff
|
tree
2012-05-25
Andrey Vlasovskikh
Moved inSameFile() to PyUtil
commit
|
commitdiff
|
tree
2012-05-25
peter
@NotNull contextElement in CompletionConfidence
commit
|
commitdiff
|
tree
2012-05-25
Ekaterina Tuzova
Merge remote branch 'origin/master'
commit
|
commitdiff
|
tree
2012-05-25
Ekaterina Tuzova
fixed PY-6643
commit
|
commitdiff
|
tree
2012-05-25
Andrey Vlasovskikh
Removed fast() type eval context with origin as unused
commit
|
commitdiff
|
tree
2012-05-25
Andrey Vlasovskikh
Fixed type eval context for PySuperArgumentsInspection
commit
|
commitdiff
|
tree
2012-05-25
Dmitry Trofimov
Merge remote-tracking branch 'origin/master'
commit
|
commitdiff
|
tree
2012-05-24
Evgeny Zakrevsky
IdeBorderFactory. Redundant methods removed.
commit
|
commitdiff
|
tree
2012-05-24
Ekaterina Tuzova
fixed failed tests for callable
commit
|
commitdiff
|
tree
2012-05-24
Ekaterina Tuzova
fixed failed tests for statement mover
commit
|
commitdiff
|
tree
2012-05-24
Dmitry Trofimov
Fixed dictionary keys representation (PY-5834).
commit
|
commitdiff
|
tree
2012-05-24
Ekaterina Tuzova
added python-uml to build script
commit
|
commitdiff
|
tree
2012-05-24
Dmitry Trofimov
Fixed CreateProcess monkey-patching for 3.3 (PY-6642).
commit
|
commitdiff
|
tree
2012-05-24
Ekaterina Tuzova
Merge remote branch 'origin/master'
commit
|
commitdiff
|
tree
2012-05-24
Ekaterina Tuzova
added initial support for Python Class diagram
commit
|
commitdiff
|
tree
2012-05-23
Andrey Vlasovskikh
Test for PY-6575
commit
|
commitdiff
|
tree
2012-05-23
Andrey Vlasovskikh
Fixed unresolved references when moving modules and...
commit
|
commitdiff
|
tree
2012-05-23
Andrey Vlasovskikh
Merge branch 'python-fixes'
commit
|
commitdiff
|
tree
2012-05-23
Andrey Vlasovskikh
Fixed extract method for fragments with nonlocal variab...
commit
|
commitdiff
|
tree
2012-05-23
Andrey Vlasovskikh
Fixed unnecessary cls argument when extracting @classme...
commit
|
commitdiff
|
tree
2012-05-23
Andrey Vlasovskikh
Fixed function scopes in name clash detection in extrac...
commit
|
commitdiff
|
tree
2012-05-23
Andrey Vlasovskikh
Fixed extracting fragments with inner classes without...
commit
|
commitdiff
|
tree
2012-05-23
Andrey Vlasovskikh
Fixed detection of loop parts with continue and break...
commit
|
commitdiff
|
tree
2012-05-23
Dmitry Trofimov
has_key usage in debugger code (PY-6635).
commit
|
commitdiff
|
tree
2012-05-23
Dmitry Trofimov
Fixed exceptions skeletons for Python 2.4 (PY-6581).
commit
|
commitdiff
|
tree
2012-05-23
Dmitry Trofimov
Merge remote-tracking branch 'origin/master'
commit
|
commitdiff
|
tree
2012-05-22
Andrey Vlasovskikh
Refactored extract method tests
commit
|
commitdiff
|
tree
2012-05-22
Andrey Vlasovskikh
Merge branch 'python-fixes'
commit
|
commitdiff
|
tree
2012-05-22
Andrey Vlasovskikh
Split type checker tests
commit
|
commitdiff
|
tree
2012-05-22
peter
IDEA-86431 Rename methods LookupElementBuilder.setXXX...
commit
|
commitdiff
|
tree
2012-05-22
Andrey Vlasovskikh
Fixed type checker for classes with builtin base classe...
commit
|
commitdiff
|
tree
2012-05-22
Andrey Vlasovskikh
Extracted some type checking tests
commit
|
commitdiff
|
tree
2012-05-22
Andrey Vlasovskikh
Merge branch 'python-fixes'
commit
|
commitdiff
|
tree
2012-05-22
Andrey Vlasovskikh
Fixed global variable detection at the toplevel in...
commit
|
commitdiff
|
tree
2012-05-22
Andrey Vlasovskikh
Don't mark global symbols as inputs of code fragment...
commit
|
commitdiff
|
tree
2012-05-21
Andrey Vlasovskikh
Merge branch 'python-fixes'
commit
|
commitdiff
|
tree
2012-05-21
Andrey Vlasovskikh
Merge branch 'extract-method-rewrite'
commit
|
commitdiff
|
tree
2012-05-21
Andrey Vlasovskikh
Disabled test for PY-2903
commit
|
commitdiff
|
tree
2012-05-21
Andrey Vlasovskikh
Fixed indentation of original method after extracting...
commit
|
commitdiff
|
tree
2012-05-21
Andrey Vlasovskikh
Add 'global' statement when extracting modification...
commit
|
commitdiff
|
tree
2012-05-21
Andrey Vlasovskikh
Removed old Python code fragment builder
commit
|
commitdiff
|
tree
2012-05-21
Andrey Vlasovskikh
Rewritten Python code fragment extraction based on...
commit
|
commitdiff
|
tree
2012-05-18
Dmitry Trofimov
Python 2.4 exceptions correct filtering (PY-6581).
commit
|
commitdiff
|
tree
2012-05-18
Dmitry Trofimov
Format keys also (PY-5834).
commit
|
commitdiff
|
tree
2012-05-17
Dmitry Trofimov
Merge remote-tracking branch 'origin/master'
commit
|
commitdiff
|
tree
2012-05-17
Dmitry Trofimov
Correct slash escaping in debugger var view (PY-5834).
commit
|
commitdiff
|
tree
2012-05-17
Dmitry Trofimov
Python 2.4 doesn't have BaseException (PY-5466).
commit
|
commitdiff
|
tree
2012-05-17
Andrey Vlasovskikh
Improved control flow analysis before code fragment...
commit
|
commitdiff
|
tree
2012-05-17
Andrey Vlasovskikh
Fixed out-of-order for-loop body instruction in Python CFG
commit
|
commitdiff
|
tree
2012-05-17
Dmitry Jemerov
Merge remote-tracking branch 'origin/master'
commit
|
commitdiff
|
tree
2012-05-17
Dmitry Trofimov
Coverage works with remote interpreter (PY-6431).
commit
|
commitdiff
|
tree
2012-05-17
Ekaterina Tuzova
fixed CopyPaste
commit
|
commitdiff
|
tree
2012-05-17
Dmitry Jemerov
reducing dependencies of ModuleImpl
commit
|
commitdiff
|
tree
2012-05-17
Dmitry Jemerov
SDK -> projectModel-api
commit
|
commitdiff
|
tree
2012-05-17
Dmitry Jemerov
extract ValidatableSdkAdditionalData
commit
|
commitdiff
|
tree
2012-05-17
Dmitry Jemerov
SdkTypeId extracted
commit
|
commitdiff
|
tree
2012-05-16
Andrey Vlasovskikh
Fixed updating star imports of usages in move refactori...
commit
|
commitdiff
|
tree
2012-05-16
Andrey Vlasovskikh
Fixed subscription types for dict literals with members...
commit
|
commitdiff
|
tree
2012-05-16
Andrey Vlasovskikh
Moved type checker inspection tests to a separate test...
commit
|
commitdiff
|
tree
2012-05-16
Andrey Vlasovskikh
Tests for current bugs of extract method refactoring
commit
|
commitdiff
|
tree
2012-05-15
Dmitry Trofimov
Merge remote-tracking branch 'origin/master'
commit
|
commitdiff
|
tree
2012-05-14
Dmitry Trofimov
Special handling of strange case when traceback is...
commit
|
commitdiff
|
tree
2012-05-14
Ekaterina Tuzova
Merge remote branch 'origin/master'
commit
|
commitdiff
|
tree
2012-05-14
Ekaterina Tuzova
fixed PY-3245 Should complain about named param after...
commit
|
commitdiff
|
tree
2012-05-14
Dmitry Trofimov
Merge remote-tracking branch 'origin/master'
commit
|
commitdiff
|
tree
2012-05-12
Ekaterina Tuzova
fixed PY-6117 Show flavor icons in "Add" popup when...
commit
|
commitdiff
|
tree
2012-05-12
Ekaterina Tuzova
fixed PY-6529 "Manage repositories" dialog should use...
commit
|
commitdiff
|
tree
2012-05-12
Ekaterina Tuzova
fixed PY-5106 Unnecessary backslash is added on enter...
commit
|
commitdiff
|
tree
2012-05-12
Ekaterina Tuzova
fixed PY-5534 PyCharm fails to show difference for...
commit
|
commitdiff
|
tree
2012-05-11
Ekaterina Tuzova
fixed PY-6548 @type in class docstrings does not recogn...
commit
|
commitdiff
|
tree
2012-05-11
Ekaterina Tuzova
fixed EA-35467 - assert: PsiFileImpl.getStubTree
commit
|
commitdiff
|
tree
2012-05-10
Andrey Vlasovskikh
Merge branch 'python-fixes'
commit
|
commitdiff
|
tree
2012-05-10
Andrey Vlasovskikh
Fixed generic types for dict literals (PY-6542)
commit
|
commitdiff
|
tree
2012-05-10
Ekaterina Tuzova
Merge remote branch 'origin/master'
commit
|
commitdiff
|
tree
2012-05-10
Ekaterina Tuzova
fixed PY-6505 "Replace + with string formatting operato...
commit
|
commitdiff
|
tree
2012-05-10
Ekaterina Tuzova
fixed PY-6509 Refresh packages table when packages...
commit
|
commitdiff
|
tree
2012-05-10
Ekaterina Tuzova
fixed PY-6513 Filtering the Install Packages dialog...
commit
|
commitdiff
|
tree
2012-05-10
Ekaterina Tuzova
fixed PY-6522 List of suggested paths for new virtualen...
commit
|
commitdiff
|
tree
2012-05-08
Dmitry Jemerov
build script refactoring (work in progress)
commit
|
commitdiff
|
tree
2012-05-08
Dmitry Jemerov
SDKs -> interpreters
commit
|
commitdiff
|
tree
2012-05-08
Dmitry Jemerov
cleanup for cleanup
commit
|
commitdiff
|
tree
2012-05-05
Andrey Vlasovskikh
Merge branch 'python-fixes'
commit
|
commitdiff
|
tree
2012-05-05
Andrey Vlasovskikh
Added move refactoring tests to all Python tests suite
commit
|
commitdiff
|
tree
next