1. 07 Tem, 2018 1 kayıt (commit)
    • Benjamin Peterson's avatar
      closes bpo-34056: Always return bytes from _HackedGetData.get_data(). (GH-8130) · b0274f2c
      Benjamin Peterson yazdı
      * Always return bytes from _HackedGetData.get_data().
      
      Ensure the imp.load_source shim always returns bytes by reopening the file in
      binary mode if needed. Hash-based pycs have to receive the source code in bytes.
      
      It's tempting to change imp.get_suffixes() to always return 'rb' as a mode, but
      that breaks some stdlib tests and likely 3rdparty code, too.
      b0274f2c
  2. 06 Tem, 2018 12 kayıt (commit)
  3. 05 Tem, 2018 8 kayıt (commit)
  4. 04 Tem, 2018 9 kayıt (commit)
  5. 03 Tem, 2018 4 kayıt (commit)
  6. 02 Tem, 2018 2 kayıt (commit)
  7. 01 Tem, 2018 1 kayıt (commit)
  8. 30 Haz, 2018 3 kayıt (commit)