projects
/
idea
/
community.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Return customized directory(if any) as a default one
2016-11-11
Mikhail Golubev
PY-21399 Backslash in the middle of an escape sequence...
commit
|
commitdiff
|
tree
2016-11-10
Mikhail Golubev
PY-21246 Properly wrap injected expressions in parentheses...
commit
|
commitdiff
|
tree
2016-11-10
Mikhail Golubev
Pull getAutoPosition() up to PyStringFormatParser#Substituti...
commit
|
commitdiff
|
tree
2016-11-10
Mikhail Golubev
Split PyConvertToFStringIntention into several classes
commit
|
commitdiff
|
tree
2016-11-08
Mikhail Golubev
PY-21244 Suppress intention if references for some...
commit
|
commitdiff
|
tree
2016-11-08
Mikhail Golubev
PY-21244 Properly enumerate nested fields without explicit...
commit
|
commitdiff
|
tree
2016-11-08
Mikhail Golubev
PY-21243 Suppress intention if chunks are resolved...
commit
|
commitdiff
|
tree
2016-11-08
Mikhail Golubev
PY-21245 Handle quotes in lookup items inside multiline...
commit
|
commitdiff
|
tree
2016-11-08
Mikhail Golubev
Fix typo in the name of IDENTIFIER token type in JSON...
commit
|
commitdiff
|
tree
2016-11-08
Mikhail Golubev
PY-21244 Fix type annotations for the built-in function...
commit
|
commitdiff
|
tree
2016-10-31
Mikhail Golubev
PY-21244 Handle nested replacement fields in "Convert...
commit
|
commitdiff
|
tree
2016-10-31
Mikhail Golubev
PY-21244 Add a new parser for PEP 3101 new-style formatting...
commit
|
commitdiff
|
tree
2016-10-25
Mikhail Golubev
PY-21161 Don't flip quotes inside inlined expressions...
commit
|
commitdiff
|
tree
2016-10-25
Mikhail Golubev
PY-21161 Add tests on inlining triple-quoted strings
commit
|
commitdiff
|
tree
2016-10-25
Mikhail Golubev
PY-21161 Check that index fragment of .format() string...
commit
|
commitdiff
|
tree
2016-10-25
Mikhail Golubev
PY-21161 Check that index inside .format() chunk doesn...
commit
|
commitdiff
|
tree
2016-10-25
Mikhail Golubev
PY-21161 Don't suggest intention for string methods...
commit
|
commitdiff
|
tree
2016-10-25
Mikhail Golubev
PY-21161 Handle not-trivial format specs in printf...
commit
|
commitdiff
|
tree
2016-10-25
Mikhail Golubev
PY-21161 Handle subscriptions inside format string...
commit
|
commitdiff
|
tree
2016-10-25
Mikhail Golubev
PY-21161 Handle simple .format() calls (no nested fragments...
commit
|
commitdiff
|
tree
2016-10-25
Mikhail Golubev
PY-21161 Convert to f-string literal for printf-style...
commit
|
commitdiff
|
tree
2016-10-24
Mikhail Golubev
PY-17265 Consistently pre-select the last component...
commit
|
commitdiff
|
tree
2016-10-24
Mikhail Golubev
PY-17265 Placement of inserted function is consistent...
commit
|
commitdiff
|
tree
2016-10-24
Mikhail Golubev
Use Python 3.6 as the language level for .pyi stubs
commit
|
commitdiff
|
tree
2016-10-24
Mikhail Golubev
PY-21147 Don't override MoveHandlerDelegate#doMove...
commit
|
commitdiff
|
tree
2016-10-24
Mikhail Golubev
PY-21147 Don't use targetContainer param of doMove...
commit
|
commitdiff
|
tree
2016-10-24
Mikhail Golubev
PY-17265 Do not search for a movable function or a...
commit
|
commitdiff
|
tree
2016-10-24
Mikhail Golubev
Remove $0 suffixes from some property keys in PyBundle
commit
|
commitdiff
|
tree
2016-10-24
Mikhail Golubev
PY-17265 Show qualified names of symbols in move dialogs...
commit
|
commitdiff
|
tree
2016-10-24
Mikhail Golubev
PY-17265 Better descriptions in "Make ... Top-Level...
commit
|
commitdiff
|
tree
2016-10-24
Mikhail Golubev
PY-17265 Return the test that checks that refactoring...
commit
|
commitdiff
|
tree
2016-10-24
Mikhail Golubev
PY-17265 Add missing test on handling imports for moved...
commit
|
commitdiff
|
tree
2016-10-24
Mikhail Golubev
PY-17265 Cleanup related to transition to Java 8
commit
|
commitdiff
|
tree
2016-10-24
Mikhail Golubev
PY-17265 Remove wrong message in the dialog for making...
commit
|
commitdiff
|
tree
2016-10-24
Mikhail Golubev
PY-17265 Extract methods PyRefactoringUtil#selectUniqueName...
commit
|
commitdiff
|
tree
2016-10-24
Mikhail Golubev
PY-17265 Simplify PyMoveModuleMembersProcessor's constructor...
commit
|
commitdiff
|
tree
2016-10-24
Mikhail Golubev
PY-17265 Better presentations of symbol names in the...
commit
|
commitdiff
|
tree
2016-10-24
Mikhail Golubev
Add missing @NotNull annotations on arguments of PyFile...
commit
|
commitdiff
|
tree
2016-10-24
Mikhail Golubev
PY-17265 Move package "makeFunctionTopLevel" under...
commit
|
commitdiff
|
tree
2016-10-24
Mikhail Golubev
PY-17265 Check that target module doesn't contain function...
commit
|
commitdiff
|
tree
2016-10-24
Mikhail Golubev
PY-17265 Correctly update usages inside function escalated...
commit
|
commitdiff
|
tree
2016-10-24
Mikhail Golubev
PY-17265 Introduce new dialog for escalating local...
commit
|
commitdiff
|
tree
2016-10-24
Mikhail Golubev
PY-17265 Get rid of awkward singleton dialog policy
commit
|
commitdiff
|
tree
2016-10-24
Mikhail Golubev
PY-17265 Extracted PyBaseMoveDialog to later create...
commit
|
commitdiff
|
tree
2016-10-24
Mikhail Golubev
PY-20377 Python dialect for annotations inside function...
commit
|
commitdiff
|
tree
2016-10-24
Mikhail Golubev
Use #getParentDefinitionDocstring() in PyDocstringLanguageIn...
commit
|
commitdiff
|
tree
2016-10-24
Mikhail Golubev
PY-20801 Add missing "Intention" suffix to the name...
commit
|
commitdiff
|
tree
2016-10-24
Mikhail Golubev
PY-20801 Handle cases with nested target expressions...
commit
|
commitdiff
|
tree
2016-10-24
Mikhail Golubev
PY-20801 Handle "with" statements and "for" loops by...
commit
|
commitdiff
|
tree
2016-10-24
Mikhail Golubev
PY-20801 "Convert to variable annotation" for simple...
commit
|
commitdiff
|
tree
2016-10-11
Mikhail Golubev
PY-20138 Use existing indent of pasted fragment if...
commit
|
commitdiff
|
tree
2016-10-11
Mikhail Golubev
PY-21009 Bump version of Python compatibility inspection
commit
|
commitdiff
|
tree
2016-10-11
Mikhail Golubev
PY-19949 Better description of "Optimize Imports" setting
commit
|
commitdiff
|
tree
2016-10-11
Mikhail Golubev
Reset PythonDialectsTokenSetProvider automatically...
commit
|
commitdiff
|
tree
2016-10-10
Mikhail Golubev
PY-20541 Introduce PyBaseIntentionAction that checks...
commit
|
commitdiff
|
tree
2016-10-10
Mikhail Golubev
Proper names for Python PSI classes for comprehension...
commit
|
commitdiff
|
tree
2016-10-10
Mikhail Golubev
Extracted methods from PythonStringUtil into dedicated...
commit
|
commitdiff
|
tree
2016-10-10
Mikhail Golubev
Move PythonStringUtil out of python-psi-api to python...
commit
|
commitdiff
|
tree
2016-10-10
Mikhail Golubev
Move classes related to template languages from python...
commit
|
commitdiff
|
tree
2016-10-08
Mikhail Golubev
PY-20478 Limit number of threads used to fetch the...
commit
|
commitdiff
|
tree
2016-10-08
Mikhail Golubev
Add javadoc and annotations for some intricate methods of
commit
|
commitdiff
|
tree
2016-10-05
Mikhail Golubev
PyUtil#runWithProgress() doesn't call Application#invokeAndW...
commit
|
commitdiff
|
tree
2016-10-05
Mikhail Golubev
PY-20987 Consider multiple "glued" string nodes in...
commit
|
commitdiff
|
tree
2016-10-05
Mikhail Golubev
PY-20824 Consider "f" prefix of f-string literals in...
commit
|
commitdiff
|
tree
2016-10-05
Mikhail Golubev
PY-20776 Do not warn about empty expression fragment...
commit
|
commitdiff
|
tree
2016-10-05
Mikhail Golubev
PY-20776 PY-20775 PY-20773 Do not highlight empty ranges...
commit
|
commitdiff
|
tree
2016-10-05
Mikhail Golubev
PY-20901 Warn about too deeply nested expression fragments...
commit
|
commitdiff
|
tree
2016-10-05
Mikhail Golubev
PY-20773 Do not warn about '#' inside string literals...
commit
|
commitdiff
|
tree
2016-10-05
Mikhail Golubev
PY-20897 Detect and warn about single '}' inside f...
commit
|
commitdiff
|
tree
2016-10-05
Mikhail Golubev
PY-20805 PY-8219 Detect usages of local variables inside...
commit
|
commitdiff
|
tree
2016-10-05
Mikhail Golubev
PY-18972 Add tests on f-strings in unresolved references...
commit
|
commitdiff
|
tree
2016-10-05
Mikhail Golubev
PY-20921 PyStringLiteralLexer skips string prefixes...
commit
|
commitdiff
|
tree
2016-09-29
Mikhail Golubev
Remove ConfirmingHostnameVerifier and unused settings...
commit
|
commitdiff
|
tree
2016-09-28
Mikhail Golubev
Fix test: when sorting import candidates use qualified...
commit
|
commitdiff
|
tree
2016-09-28
Mikhail Golubev
PY-18788 Remove redundant test as we first need to...
commit
|
commitdiff
|
tree
2016-09-26
Mikhail Golubev
PY-20810 Temporary suppress pycodestyle's E701 errors...
commit
|
commitdiff
|
tree
2016-09-26
Mikhail Golubev
PY-20864 Python control flow builder considers variable...
commit
|
commitdiff
|
tree
2016-09-26
Mikhail Golubev
PY-20844 PY-20773 Warn about '#' signs and backslashes...
commit
|
commitdiff
|
tree
2016-09-26
Mikhail Golubev
PY-20785 Do not inject inside f-string fragments which...
commit
|
commitdiff
|
tree
2016-09-26
Mikhail Golubev
PY-20776 Warn expression parts that contain only whitespaces
commit
|
commitdiff
|
tree
2016-09-26
Mikhail Golubev
PY-20778 Report illegal conversion characters after...
commit
|
commitdiff
|
tree
2016-09-26
Mikhail Golubev
PY-20775 Report missing closing brace for expression...
commit
|
commitdiff
|
tree
2016-09-26
Mikhail Golubev
PY-20776 Report empty expression fragments inside f...
commit
|
commitdiff
|
tree
2016-09-26
Mikhail Golubev
PY-20776 Extracted detection of f-string expression...
commit
|
commitdiff
|
tree
2016-09-26
Mikhail Golubev
PY-20785 Consider named unicode escapes when injecting...
commit
|
commitdiff
|
tree
2016-09-26
Mikhail Golubev
PY-20783 PY-20863 Fix resolving of references inside...
commit
|
commitdiff
|
tree
2016-09-16
Mikhail Golubev
PY-20783 Select correct scope owner to resolve symbols...
commit
|
commitdiff
|
tree
2016-09-16
Mikhail Golubev
PY-18972 Automatically close quotes for f-string literals
commit
|
commitdiff
|
tree
2016-09-16
Mikhail Golubev
PY-18972 Injections for expressions embedded inside...
commit
|
commitdiff
|
tree
2016-09-16
Mikhail Golubev
PY-18972 Initial support of f-string literals
commit
|
commitdiff
|
tree
2016-09-16
Mikhail Golubev
PY-20744 Consider variable annotations only in current...
commit
|
commitdiff
|
tree
2016-09-16
Mikhail Golubev
PY-20744 PyTargetExpression#getAnnotation() better...
commit
|
commitdiff
|
tree
2016-09-16
Mikhail Golubev
PY-20744 Warn about illegal targets for variable annotations
commit
|
commitdiff
|
tree
2016-09-16
Mikhail Golubev
PY-20744 Initial support of variable annotations in...
commit
|
commitdiff
|
tree
2016-09-16
Mikhail Golubev
PY-20744 Compatibility inspection and annotator warn...
commit
|
commitdiff
|
tree
2016-09-16
Mikhail Golubev
PY-20744 Python formatter is aware of variable annotations
commit
|
commitdiff
|
tree
2016-09-16
Mikhail Golubev
PY-20744 Parse PEP-526 variable annotations
commit
|
commitdiff
|
tree
2016-09-09
Mikhail Golubev
Add Python 3.6 language level
commit
|
commitdiff
|
tree
2016-09-02
Mikhail Golubev
PY-19992 Pep8ExternalAnnotator takes into account inspection...
commit
|
commitdiff
|
tree
2016-09-02
Mikhail Golubev
PY-20617 Don't show PEP 8 warnings in Python console
commit
|
commitdiff
|
tree
next