projects
/
idea
/
community.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Merge branch 'east825/py3-docstring-formatter'
2015-11-16
Mikhail Golubev
Merge branch 'east825/py3-docstring-formatter'
commit
|
commitdiff
|
tree
2015-11-16
Mikhail Golubev
PY-17657 If docstring format contains both tags and...
commit
|
commitdiff
|
tree
2015-11-16
Mikhail Golubev
PY-17635 Complete parameter names in ":type" declaration...
commit
|
commitdiff
|
tree
2015-11-16
Mikhail Golubev
PY-17593 Remove IMPORT_GROUP_BEGIN marker from import...
commit
|
commitdiff
|
tree
2015-11-13
Mikhail Golubev
PY-17564 Use AddImportHelper#addFromImport in MoveFromFuture...
commit
|
commitdiff
|
tree
2015-11-13
Mikhail Golubev
PY-17564 Keep blank lines between imports inserted...
commit
|
commitdiff
|
tree
2015-11-13
Mikhail Golubev
PY-17593 Format combined reST parameter declarations...
commit
|
commitdiff
|
tree
2015-11-13
Mikhail Golubev
Fix typo in error message shown when time-tracking...
commit
|
commitdiff
|
tree
2015-11-13
Mikhail Golubev
Create standalone IDEA project inside community/python...
commit
|
commitdiff
|
tree
2015-11-11
Mikhail Golubev
PY-16906 Resolve references to global variables in...
commit
|
commitdiff
|
tree
2015-11-11
Mikhail Golubev
PY-17526 Don't warn about missing *args and **kwargs...
commit
|
commitdiff
|
tree
2015-11-10
Mikhail Golubev
PY-13395 Don't warn about attribute not listed in __slots__...
commit
|
commitdiff
|
tree
2015-11-09
Mikhail Golubev
PY-17094 Quickfix that adds Py3 return type annotation...
commit
|
commitdiff
|
tree
2015-11-09
Mikhail Golubev
PY-13304 Always use continuation indent after function...
commit
|
commitdiff
|
tree
2015-11-09
Mikhail Golubev
PY-13304 Cleanup in PyBlock
commit
|
commitdiff
|
tree
2015-11-09
Mikhail Golubev
PyStatementListContainer extends PyElement, so it can...
commit
|
commitdiff
|
tree
2015-11-09
Mikhail Golubev
PY-17295 Add missing cast to StatementListContainer...
commit
|
commitdiff
|
tree
2015-11-06
Mikhail Golubev
Unify line separators in documentation for Python keywords
commit
|
commitdiff
|
tree
2015-11-06
Mikhail Golubev
PY-17470 Fix IndexError in rest_formatter.py helper
commit
|
commitdiff
|
tree
2015-11-06
Mikhail Golubev
PY-17470 PY-17529 Don't attempt to remove quotes from...
commit
|
commitdiff
|
tree
2015-11-06
Mikhail Golubev
Fix typo in log message
commit
|
commitdiff
|
tree
2015-10-30
Mikhail Golubev
PY-17295 In the quickfix use "if param is None" check...
commit
|
commitdiff
|
tree
2015-10-30
Mikhail Golubev
PY-17392 Update specific PSI elements, instead of entire...
commit
|
commitdiff
|
tree
2015-10-30
Mikhail Golubev
PY-17392 Cleanup in PyDefaultArgumentQuickFix
commit
|
commitdiff
|
tree
2015-10-29
Mikhail Golubev
PY-17220 Don't pass SUB after stdin content for google_forma...
commit
|
commitdiff
|
tree
2015-10-29
Mikhail Golubev
PY-9231 Get rid of debug exception that was left accidentall...
commit
|
commitdiff
|
tree
2015-10-28
Mikhail Golubev
PY-17220 Don't pass SUB after stdin content for google_forma...
commit
|
commitdiff
|
tree
2015-10-26
Mikhail Golubev
PY-14976 Rename getPythonPath() to getPythonPathEntry...
commit
|
commitdiff
|
tree
2015-10-26
Mikhail Golubev
Cleanup in PythonSdkType's methods for finding specific...
commit
|
commitdiff
|
tree
2015-10-26
Mikhail Golubev
PY-14976 Set up version specific helper directories...
commit
|
commitdiff
|
tree
2015-10-26
Mikhail Golubev
PY-14976 Add missing annotations and modifiers in HelperPack...
commit
|
commitdiff
|
tree
2015-10-26
Mikhail Golubev
PY-14976 Better formatting of messages about missing...
commit
|
commitdiff
|
tree
2015-10-26
Mikhail Golubev
PY-14976 Adjust sys.path directly inside the rest_formatter.py
commit
|
commitdiff
|
tree
2015-10-26
Mikhail Golubev
PY-14976 Add Python 3 compatible version of docutils...
commit
|
commitdiff
|
tree
2015-10-26
Mikhail Golubev
PY-14976 Add diagnostic message about missing interpreter...
commit
|
commitdiff
|
tree
2015-10-26
Mikhail Golubev
PY-14976 Get rid of Epydoc dependency in formatters...
commit
|
commitdiff
|
tree
2015-10-26
Mikhail Golubev
PY-17360 Allow to extract qualifier of a call expression
commit
|
commitdiff
|
tree
2015-10-26
Mikhail Golubev
PY-17333 Find expression to extract when caret is in...
commit
|
commitdiff
|
tree
2015-10-25
Mikhail Golubev
PY-17331 Consider "class" as reserved word in Python...
commit
|
commitdiff
|
tree
2015-10-25
Mikhail Golubev
Move all messages from the dialogs for creating venv...
commit
|
commitdiff
|
tree
2015-10-25
Mikhail Golubev
PY-9231 Allow to create virtual env inside an empty...
commit
|
commitdiff
|
tree
2015-10-25
Mikhail Golubev
PY-17183 Heuristically determine when incomplete docstring...
commit
|
commitdiff
|
tree
2015-10-25
Mikhail Golubev
PY-17333 Don't allow Docutils to parse indented first...
commit
|
commitdiff
|
tree
2015-10-16
Mikhail Golubev
Docstring inspections correctly trim quotes and string...
commit
|
commitdiff
|
tree
2015-10-16
Mikhail Golubev
PY-17211 Fix issues from IDEA-CR-5816
commit
|
commitdiff
|
tree
2015-10-14
Mikhail Golubev
PY-17211 Split PyDocstringInspection in two
commit
|
commitdiff
|
tree
2015-10-13
Mikhail Golubev
PY-17203 Fix capitalization of refactoring name
commit
|
commitdiff
|
tree
2015-10-13
Mikhail Golubev
PY-16873 Don't warn about missing docstring on property...
commit
|
commitdiff
|
tree
2015-10-09
Mikhail Golubev
PY-9795 In rendered docstring replace "--" and "--...
commit
|
commitdiff
|
tree
2015-10-09
Mikhail Golubev
PY-9795 Strip ":exc:" before exception types, add PSI...
commit
|
commitdiff
|
tree
2015-10-09
Mikhail Golubev
PY-9795 Remove common indentation from docstring content...
commit
|
commitdiff
|
tree
2015-10-08
Mikhail Golubev
PY-9795 Better diagnostics in PyStructuredDocstringFormatter
commit
|
commitdiff
|
tree
2015-10-08
Mikhail Golubev
Merge remote-tracking branch 'origin/master'
commit
|
commitdiff
|
tree
2015-10-08
Mikhail Golubev
Merge branch 'east825/py-move-to-toplevel'
commit
|
commitdiff
|
tree
2015-10-08
Mikhail Golubev
PY-6637 Rename test data directory to "makeFunctionTopLevel...
commit
|
commitdiff
|
tree
2015-10-07
Mikhail Golubev
PY-6637 Don't touch arguments of methods called via...
commit
|
commitdiff
|
tree
2015-10-07
Mikhail Golubev
PY-6637 Handle recursive functions and methods
commit
|
commitdiff
|
tree
2015-10-07
Mikhail Golubev
PY-6637 Do not add extra comma in parameter list when...
commit
|
commitdiff
|
tree
2015-10-07
Mikhail Golubev
PY-6637 Show refactoring when caret is on "def" keyword
commit
|
commitdiff
|
tree
2015-10-05
Mikhail Golubev
PY-6637 Make sure that names of new parameters don...
commit
|
commitdiff
|
tree
2015-10-05
Mikhail Golubev
PY-6637 Generate unique name for extracted qualifier
commit
|
commitdiff
|
tree
2015-10-05
Mikhail Golubev
PY-6637 Handle methods called via class like C.m(C...
commit
|
commitdiff
|
tree
2015-10-05
Mikhail Golubev
PyUtil#removeQualifier handles possible whitespace...
commit
|
commitdiff
|
tree
2015-10-05
Mikhail Golubev
PY-6637 Inline method qualifier as is if it consists...
commit
|
commitdiff
|
tree
2015-10-05
Mikhail Golubev
Remove methods from PyUtil that allowed to delete items...
commit
|
commitdiff
|
tree
2015-10-05
Mikhail Golubev
PY-6637 Test that refactoring is hidden for overriding...
commit
|
commitdiff
|
tree
2015-10-05
Mikhail Golubev
PY-6637 Don't show refactoring for all sorts of special...
commit
|
commitdiff
|
tree
2015-10-05
Mikhail Golubev
PY-6637 Update extracted method and its usages
commit
|
commitdiff
|
tree
2015-10-05
Mikhail Golubev
PY-6637 Initial support of method escalation. Handle...
commit
|
commitdiff
|
tree
2015-10-05
Mikhail Golubev
PY-6637 Better organization of PyMakeFunctionTopLevelProcessor
commit
|
commitdiff
|
tree
2015-10-05
Mikhail Golubev
PY-6637 Change name of the refactoring - "Make function...
commit
|
commitdiff
|
tree
2015-10-05
Mikhail Golubev
PY-6637 Detect access to "self" parameter inside local...
commit
|
commitdiff
|
tree
2015-10-05
Mikhail Golubev
PY-6637 Add test cases on detection of nonlocal references...
commit
|
commitdiff
|
tree
2015-10-05
Mikhail Golubev
PY-6637 Use standard refactoring processor to collect...
commit
|
commitdiff
|
tree
2015-10-05
Mikhail Golubev
PY-6637 Add sample test case for detection of local...
commit
|
commitdiff
|
tree
2015-10-05
Mikhail Golubev
PY-6637 Hide Python refactorings in library sources
commit
|
commitdiff
|
tree
2015-10-05
Mikhail Golubev
PY-6637 Use CommonRefactoringUtil#showErrorHint to...
commit
|
commitdiff
|
tree
2015-10-05
Mikhail Golubev
PY-6637 More meaningful names for the methods for checking...
commit
|
commitdiff
|
tree
2015-10-05
Mikhail Golubev
PY-6637 Turn intention into refactoring
commit
|
commitdiff
|
tree
2015-10-05
Mikhail Golubev
PY-6637 Extract helper superclass PyBaseRefactoringAction
commit
|
commitdiff
|
tree
2015-10-05
Mikhail Golubev
PY-6637 Better error balloon for the intention
commit
|
commitdiff
|
tree
2015-10-05
Mikhail Golubev
PY-6637 Don't run inspection on local function that...
commit
|
commitdiff
|
tree
2015-10-05
Mikhail Golubev
PY-6637 Handle simple cases without nonlocal references...
commit
|
commitdiff
|
tree
2015-10-05
Mikhail Golubev
Add PyElementGenerator#createParameterList and PyElementGene...
commit
|
commitdiff
|
tree
2015-10-05
Mikhail Golubev
PY-6637 First steps in the initial implementation
commit
|
commitdiff
|
tree
2015-09-28
Mikhail Golubev
PY-17023 Suggest different section titles for Google...
commit
|
commitdiff
|
tree
2015-09-28
Mikhail Golubev
PY-17002 Suggest types inside unclosed parentheses...
commit
|
commitdiff
|
tree
2015-09-28
Mikhail Golubev
Simpler implementation of ChainIterator using Guava...
commit
|
commitdiff
|
tree
2015-09-25
Mikhail Golubev
Remove redundant iterator classes, make ChainIterator...
commit
|
commitdiff
|
tree
2015-09-25
Mikhail Golubev
ChainedIterator#toString doesn't exhaust iterator itself
commit
|
commitdiff
|
tree
2015-09-25
Mikhail Golubev
PY-16771 Never return null as description in section...
commit
|
commitdiff
|
tree
2015-09-25
Mikhail Golubev
Dump full stacktrace in idea.log for errors during...
commit
|
commitdiff
|
tree
2015-09-25
Mikhail Golubev
In docstrings render ReST "rubric" nodes as <h1> headers
commit
|
commitdiff
|
tree
2015-09-25
Mikhail Golubev
PY-16914 Better formatting in Numpy docstring with...
commit
|
commitdiff
|
tree
2015-09-25
Mikhail Golubev
Add javadoc for new settingsAnchor parameter of PyFunctionBu...
commit
|
commitdiff
|
tree
2015-09-23
Mikhail Golubev
Pythonify and cleanup rest_formatter.py helper script
commit
|
commitdiff
|
tree
2015-09-23
Mikhail Golubev
PY-16871 Unescape asterisks in parameter names and...
commit
|
commitdiff
|
tree
2015-09-23
Mikhail Golubev
Slight improvements in PyTargetExpression's methods...
commit
|
commitdiff
|
tree
2015-09-23
Mikhail Golubev
Extract method PyTestCase#getIndentOptions()
commit
|
commitdiff
|
tree
2015-09-23
Mikhail Golubev
PY-16765 For sections inside Google code style docstring...
commit
|
commitdiff
|
tree
next