Build | Performance | CPP-10064 | Limit the default number of build processes |
Code: Highlighting and Inspections | Bug | CPP-3111 | Faulty condition analysis within for loops |
Bug | CPP-989 | Unreachable statement for new(nothrow) is wrong |
Code: Intention Actions | Usability | CPP-131 | Prefer C++ casts in intentions and quick fixes |
Usability | CPP-10183 | Choose static_cast (or c-style) for converting void* instead of reinterpret_cast |
Code: Navigation | Bug | CPP-10148 | Goto Implementations may throw java.lang.AssertionError: Operation is not allowed while query is being processed |
Bug | CPP-10124 | OCGotoActionAsync.GotoAsyncUpdate: run query processing in read-action mode with write-action priority |
Project Model | Usability | CPP-9307 | File-wide notification for indicate a file is not included into the CMake project |
Usability | CPP-10171 | Indexing may be triggered several times in a row, when editing/reloading CMake files |
Bug | CPP-9402 | Updating on indices on each startup/Cmake reload |
Editor. Editing Text | Usability | IDEA-169404 | Don't use ellipsis for empty folded methods |
Find, Replace, Find Usages | Bug | IDEA-150928 | The regex search dosent work sometimes. |
Bug | IDEA-175302 | FindInPath: all usages in the same line are not highlighted in the preview |
Task Management | Bug | IDEA-175318 | Task management: Pivotal Tracker not works |
User Interface | Usability | IDEA-175047 | External System: import modules dialog |
Version Control. Git | Feature | IDEA-173636 | Reword commit from Git Log: commit message-related options available for Commit dialog should affect Reword dialog |
Bug | IDEA-175136 | NPE on rename current branch before initial commit |
Bug | IDEA-172845 | Importing non-root folder into git creates wrong VCS mappings |
Bug | IDEA-175002 | "Reword" throws error if subject ends with spaces |
Bug | IDEA-174650 | Throwable on Pressing Delete Branch1 second time |
Bug | IDEA-175270 | The author of the reverting commit shouldn't inherit the authorship of the original commit |
Bug | IDEA-174407 | Git Revert action should revert commits in reverse order |
Version Control. Subversion | Usability | IDEA-17182 | Directories not sorted alphabetically in "Checkout from Subversion" |
Exception | IDEA-128112 | IAE at com.intellij.lifecycle.PeriodicalTasksCloser.safeGetComponent |
Code Insight | Bug | PY-20735 | Creating a setup.py with "'" in the description breaks the output in the resulting file |
Bug | PY-22249 | Add parameters tooltip to namedtuple constructor |
Debugger | Bug | PY-24022 | SystemError: unknown opcode |
Bug | PY-24766 | Segfault in debugger with Python 3.6 |
Bug | PY-24656 | Correct link to documentation from Cython extension popup |
Bug | PY-17986 | Can not attach to process with python 3.5.1(win32) |
Cosmetics | PY-24754 | Hide verbose output from "Attach to process" action |
Inspections | Feature | PY-3996 | Don't flag underscore-prefixed variables as unused (or make not doing so an option). |
Bug | PY-24287 | False positive: A variable of type AnyStr should also accept bytearray |
Bug | PY-24749 | False positive: Enum __init__: Signature is not compatible to __new__ |
Bug | PY-22801 | False positive for long(number) in Python 2 |
Bug | PY-22740 | Unexpected argument for field names of class inherited from namedtuple |
Bug | PY-24099 | False positive: parameter unfilled for NamedTuple with default value |
Bug | PY-17962 | Incorrect handling of type Callable |
Bug | PY-23239 | NamedTuples aren't getting their types checked |
Bug | PY-24445 | False positive: PyCharm ignores issubclass check inside list comprehension |
Bug | PY-24408 | Single underscore redeclared usage |
Bug | PY-19323 | typing.Callable type without arguments incorrectly warns that it is not callable |
Bug | PY-24930 | False negative: no parameter info when implicitly calling __call__ |
Bug | PY-22102 | NamedTuple class declaration for Python 3.6 not supported by PyCharm |
Bug | PY-4344 | Parameter unfilled: false negatives for named tuples |
Bug | PY-18375 | “_†in comprehensions triggers “Redeclared names without usage†|
Bug | PY-23253 | NamedTuple subclass inspection |
Bug | PY-24323 | Wrong expected type inspection for the `key` argument of `min` and `max` functions |
Refactoring | Bug | PY-24288 | Change signature removes existing keyword argument if an extra parameter with the same name was added |
Bug | PY-24480 | Change Signature doesn't properly handle new parameters in functions with varargs |
Bug | PY-24602 | Change Signature doesn't handle keyword arguments for vararg intermixed with ordinary keyword arguments |
Bug | PY-24607 | Change signature doesn't add name to an exsiting argument when its parameter gets preceded by new one with default value |
Bug | PY-24609 | Change signature keeps keyword in arguments of a former keyword parameter moved before positional vararg |
Bug | PY-16683 | Change signature doesn't handle keyword-only arguments in Python 3 |
Bug | PY-24479 | Change Signature doesn't properly handle deleted parameters in functions with varargs |