language-python icon indicating copy to clipboard operation
language-python copied to clipboard

Python package for Atom

Results 44 language-python issues
Sort by recently updated
recently updated
newest added

Since I noticed this plugin tries to detect SQL from strings in order to highlight them, I figured it might just as well highlight docstrings as reStructuredText. Also there is...

When i paste copied code, the indentation comes out wrong. Here is a screenshot of what it looks like after pasting. ![screenshot - 06092015 - 11 50 10 am](https://cloud.githubusercontent.com/assets/1542720/8065298/d868577a-0e9d-11e5-8a4b-309d02a18e7d.png) auto-indent...

bug
auto-indent

There's a snippet `ast` for 'Assert True' (a method that I never use, since there's a shorter `assert` statement). However, when I went to import the [ast module](https://docs.python.org/3/library/ast.html), my import...

feedback

Massive indentation problem in vanilla atom 0.198.0: ``` python def testing_indentation(some_var): first_line = 'indentation works' second_line = a_function(that_has, lots_of, parameters, ) third_line = another_function( ending_parenthesis, moved_to_end_correctly, but_matching_broken="need to move cursor...

bug
auto-indent