1. 11 Eyl, 2018 1 kayıt (commit)
  2. 25 Mar, 2018 1 kayıt (commit)
  3. 13 Ara, 2017 1 kayıt (commit)
    • Victor Stinner's avatar
      bpo-29240: PEP 540: Add a new UTF-8 Mode (#855) · 91106cd9
      Victor Stinner yazdı
      * Add -X utf8 command line option, PYTHONUTF8 environment variable
        and a new sys.flags.utf8_mode flag.
      * If the LC_CTYPE locale is "C" at startup: enable automatically the
        UTF-8 mode.
      * Add _winapi.GetACP(). encodings._alias_mbcs() now calls
        _winapi.GetACP() to get the ANSI code page
      * locale.getpreferredencoding() now returns 'UTF-8' in the UTF-8
        mode. As a side effect, open() now uses the UTF-8 encoding by
        default in this mode.
      * Py_DecodeLocale() and Py_EncodeLocale() now use the UTF-8 encoding
        in the UTF-8 Mode.
      * Update subprocess._args_from_interpreter_flags() to handle -X utf8
      * Skip some tests relying on the current locale if the UTF-8 mode is
        enabled.
      * Add test_utf8mode.py.
      * _Py_DecodeUTF8_surrogateescape() gets a new optional parameter to
        return also the length (number of wide characters).
      * pymain_get_global_config() and pymain_set_global_config() now
        always copy flag values, rather than only copying if the new value
        is greater than the old value.
      91106cd9
  4. 09 Eyl, 2016 1 kayıt (commit)
  5. 08 Eyl, 2016 1 kayıt (commit)
  6. 07 Eyl, 2016 2 kayıt (commit)
  7. 02 Eyl, 2016 1 kayıt (commit)
  8. 26 May, 2016 1 kayıt (commit)
  9. 15 Ock, 2016 1 kayıt (commit)
  10. 12 Eyl, 2015 1 kayıt (commit)
  11. 12 May, 2015 2 kayıt (commit)
  12. 07 Kas, 2014 1 kayıt (commit)
  13. 13 Nis, 2014 1 kayıt (commit)
  14. 17 Mar, 2014 1 kayıt (commit)
  15. 14 Mar, 2014 1 kayıt (commit)
  16. 08 Mar, 2014 2 kayıt (commit)
  17. 24 Şub, 2014 1 kayıt (commit)
    • Serhiy Storchaka's avatar
      Issue #19619: Blacklist non-text codecs in method API · 94ee3893
      Serhiy Storchaka yazdı
      str.encode, bytes.decode and bytearray.decode now use an
      internal API to throw LookupError for known non-text encodings,
      rather than attempting the encoding or decoding operation and
      then throwing a TypeError for an unexpected output type.
      
      The latter mechanism remains in place for third party non-text
      encodings.
      
      Backported changeset d68df99d7a57.
      94ee3893
  18. 23 Kas, 2013 3 kayıt (commit)
  19. 22 Kas, 2013 1 kayıt (commit)
    • Nick Coghlan's avatar
      Issue #19619: Blacklist non-text codecs in method API · c72e4e6d
      Nick Coghlan yazdı
      str.encode, bytes.decode and bytearray.decode now use an
      internal API to throw LookupError for known non-text encodings,
      rather than attempting the encoding or decoding operation and
      then throwing a TypeError for an unexpected output type.
      
      The latter mechanism remains in place for third party non-text
      encodings.
      c72e4e6d
  20. 10 Kas, 2013 1 kayıt (commit)
  21. 04 Tem, 2013 1 kayıt (commit)
  22. 14 Haz, 2013 1 kayıt (commit)
  23. 09 Nis, 2013 1 kayıt (commit)
  24. 16 Haz, 2012 2 kayıt (commit)
  25. 10 Kas, 2011 1 kayıt (commit)
  26. 28 Eki, 2011 1 kayıt (commit)
  27. 26 Eki, 2011 1 kayıt (commit)
  28. 02 Ock, 2011 1 kayıt (commit)
  29. 06 Ara, 2010 1 kayıt (commit)
  30. 02 Ara, 2010 1 kayıt (commit)
  31. 30 Agu, 2010 1 kayıt (commit)
  32. 21 Agu, 2010 2 kayıt (commit)
  33. 28 Tem, 2010 1 kayıt (commit)