1. 07 Eyl, 2017 1 kayıt (commit)
  2. 15 Agu, 2017 2 kayıt (commit)
  3. 02 Agu, 2017 3 kayıt (commit)
  4. 28 Tem, 2017 4 kayıt (commit)
    • Anthony Sottile's avatar
      v0.6.3 · 39417d66
      Anthony Sottile yazdı
      39417d66
    • Anthony Sottile's avatar
      Merge pull request #35 from asottile/appveyor · a7aca494
      Anthony Sottile yazdı
      Add appveyor badge
      a7aca494
    • Anthony Sottile's avatar
      Add appveyor badge · e3f9a64e
      Anthony Sottile yazdı
      e3f9a64e
    • Evan Hubinger's avatar
      Support Windows line endings (#33) · a5deaba9
      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
      a5deaba9
  5. 26 Tem, 2017 3 kayıt (commit)
  6. 19 Tem, 2017 3 kayıt (commit)
  7. 18 Tem, 2017 6 kayıt (commit)
  8. 17 Tem, 2017 5 kayıt (commit)
  9. 16 Tem, 2017 6 kayıt (commit)
  10. 15 Tem, 2017 7 kayıt (commit)