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

In Atom, If I inline an if..elif..else block, Atom unindents the following elif..else blocks after the if block

bug
auto-indent

### Prerequisites * [ X] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode...

Formatting a string with `%s` fails to highlight correctly when the characters are preceded by two slashes `//` ![screenshot 2015-09-02 10 08 01](https://cloud.githubusercontent.com/assets/352270/9633365/8569d9fe-515a-11e5-9887-10c08e26c5fb.png)

bug

https://github.com/atom/language-python/pull/212 results in incorrect indentation after every `return` and similar statements: ```python def f(x): return x |#cursor is here> ``` Other statements where indentation is known to need to decrease...

auto-indent

Apologies for not following the guidelines but I don't have the time to become fully acquainted with the atom debugging system and this has nothing to do with atom as...

Some built-in function were remove between python 2 and 3 , for example `reload` was put in `imp` module until python 3.3 then in `importlib` since 3.4. But the list...

When I used r'...' in my code, the colour displayed wrong as if it didn't recognise the raw string format.

bug

![image](https://cloud.githubusercontent.com/assets/4427/5253908/abf2d6f2-7960-11e4-806b-bebb7a7a2e8f.png)

bug

This is basically the same as #37 except for _triple-quoted_ raw strings. ![screen shot 2014-11-21 at 4 38 42 pm](https://cloud.githubusercontent.com/assets/917945/5150028/dfb703e4-719c-11e4-87c4-db29319b7d3c.png) `#foo` above should be highlighted as a comment. Instead, it...

bug

The syntax highlighting for https://github.com/farcepest/MySQLdb1/blob/9b0b59f1bbe0029757b9b15d1c71586eaca1109c/MySQLdb/cursors.py Seems to be incorrect, it marks most of the file as a string.

bug