1. 05 Eyl, 2000 2 kayıt (commit)
  2. 04 Eyl, 2000 3 kayıt (commit)
  3. 02 Eyl, 2000 1 kayıt (commit)
  4. 01 Eyl, 2000 10 kayıt (commit)
  5. 31 Agu, 2000 1 kayıt (commit)
  6. 30 Agu, 2000 1 kayıt (commit)
  7. 03 Agu, 2000 1 kayıt (commit)
    • Marc-André Lemburg's avatar
      This patch finalizes the move from UTF-8 to a default encoding in · bff879ca
      Marc-André Lemburg yazdı
      the Python Unicode implementation.
      
      The internal buffer used for implementing the buffer protocol
      is renamed to defenc to make this change visible. It now holds the
      default encoded version of the Unicode object and is calculated
      on demand (NULL otherwise).
      
      Since the default encoding defaults to ASCII, this will mean that
      Unicode objects which hold non-ASCII characters will no longer
      work on C APIs using the "s" or "t" parser markers. C APIs must now
      explicitly provide Unicode support via the "u", "U" or "es"/"es#"
      parser markers in order to work with non-ASCII Unicode strings.
      
      (Note: this patch will also have to be applied to the 1.6 branch
       of the CVS tree.)
      bff879ca
  8. 14 Tem, 2000 4 kayıt (commit)
  9. 30 Haz, 2000 4 kayıt (commit)
  10. 29 Haz, 2000 2 kayıt (commit)
  11. 23 Haz, 2000 1 kayıt (commit)
  12. 08 Haz, 2000 1 kayıt (commit)
  13. 23 May, 2000 1 kayıt (commit)
  14. 11 May, 2000 1 kayıt (commit)
  15. 09 May, 2000 1 kayıt (commit)
  16. 13 Nis, 2000 1 kayıt (commit)
  17. 10 Nis, 2000 2 kayıt (commit)
  18. 31 Mar, 2000 3 kayıt (commit)