1. 04 Ara, 2012 2 kayıt (commit)
    • Victor Stinner's avatar
      Cleanup unicodeobject.c · 8dbd421b
      Victor Stinner yazdı
       * Remove micro-optization:
         (errors == "surrogateescape" || strcmp(errors, "surrogateescape") == 0).
         Only use strcmp()
       * Initialize 'arg' members in unicode_format_arg() to help the compiler to
         diagnose real bugs and also make the code simpler to read
      8dbd421b
    • Victor Stinner's avatar
      Issue #16455: On FreeBSD and Solaris, if the locale is C, the · d45c7f8d
      Victor Stinner yazdı
      ASCII/surrogateescape codec is now used, instead of the locale encoding, to
      decode the command line arguments. This change fixes inconsistencies with
      os.fsencode() and os.fsdecode() because these operating systems announces an
      ASCII locale encoding, whereas the ISO-8859-1 encoding is used in practice.
      d45c7f8d
  2. 03 Ara, 2012 14 kayıt (commit)
  3. 02 Ara, 2012 24 kayıt (commit)