- 07 Eyl, 2017 1 kayıt (commit)
-
-
Anthony Sottile yazdı
Committed via https://github.com/asottile/all-repos
-
- 15 Agu, 2017 2 kayıt (commit)
-
-
Anthony Sottile yazdı
Ran pre-commit autoupdate.
-
Anthony Sottile yazdı
Committed via https://github.com/asottile/all-repos
-
- 02 Agu, 2017 3 kayıt (commit)
-
-
Anthony Sottile yazdı
-
Anthony Sottile yazdı
Correct url in setup.py
-
Anthony Sottile yazdı
-
- 28 Tem, 2017 4 kayıt (commit)
-
-
Anthony Sottile yazdı
-
Anthony Sottile yazdı
Add appveyor badge
-
Anthony Sottile yazdı
-
Evan Hubinger yazdı
* Support Windows line endings Previously, since the file was opened as bytes but written as text, \r\n got written as \r\r\n, since it read in \r\n as bytes, passed through the \r, then wrote out \r\n as text, which automatically transforms \n into \r\n on Windows, resulting in \r\r\n. This commit fixes that. * Improve line ending handling * Add appveyor config * Remove all newline translation * Remove newline arg from binary open * Add regression test and make requested change
-
- 26 Tem, 2017 3 kayıt (commit)
-
-
Anthony Sottile yazdı
-
Anthony Sottile yazdı
Also unhug listcomps / dictcomps / setcomps
-
Anthony Sottile yazdı
-
- 19 Tem, 2017 3 kayıt (commit)
-
-
Anthony Sottile yazdı
-
Anthony Sottile yazdı
Fix extra comma in tuples which contain a fix in their first element
-
Anthony Sottile yazdı
-
- 18 Tem, 2017 6 kayıt (commit)
-
-
Anthony Sottile yazdı
-
Anthony Sottile yazdı
-
Anthony Sottile yazdı
Fix parsing of zero-length tokens
-
Anthony Sottile yazdı
-
Anthony Sottile yazdı
Add trailing commas on function defs if --py36-plus is passed
-
Anthony Sottile yazdı
-
- 17 Tem, 2017 5 kayıt (commit)
-
-
Anthony Sottile yazdı
-
Anthony Sottile yazdı
Special case handling tuples
-
Anthony Sottile yazdı
-
Anthony Sottile yazdı
Handle multiple functions in the same starting position
-
Anthony Sottile yazdı
-
- 16 Tem, 2017 6 kayıt (commit)
-
-
Anthony Sottile yazdı
-
Anthony Sottile yazdı
Remove automatic py35+ syntax detection
-
Anthony Sottile yazdı
-
Anthony Sottile yazdı
-
Anthony Sottile yazdı
Resolve commas in one stage for multi-line string nodes
-
Anthony Sottile yazdı
-
- 15 Tem, 2017 7 kayıt (commit)
-
-
Anthony Sottile yazdı
-
Anthony Sottile yazdı
Don't unhug things containing only a triple-quoted-string
-
Anthony Sottile yazdı
-
Anthony Sottile yazdı
-
Anthony Sottile yazdı
Don't introduce trailing whitespace on blank lines when unhugging
-
Anthony Sottile yazdı
-
Anthony Sottile yazdı
-