1. 24 Eyl, 2002 1 kayıt (commit)
  2. 13 Eyl, 2002 1 kayıt (commit)
  3. 12 Eyl, 2002 2 kayıt (commit)
  4. 11 Eyl, 2002 3 kayıt (commit)
  5. 09 Eyl, 2002 1 kayıt (commit)
  6. 05 Eyl, 2002 3 kayıt (commit)
  7. 04 Eyl, 2002 2 kayıt (commit)
  8. 03 Eyl, 2002 2 kayıt (commit)
  9. 02 Eyl, 2002 1 kayıt (commit)
  10. 31 Agu, 2002 1 kayıt (commit)
  11. 29 Agu, 2002 2 kayıt (commit)
  12. 24 Agu, 2002 3 kayıt (commit)
  13. 23 Agu, 2002 2 kayıt (commit)
    • Guido van Rossum's avatar
      Fix SF bug 599128, submitted by Inyeol Lee: .replace() would do the · 2023c9b8
      Guido van Rossum yazdı
      wrong thing for a unicode subclass when there were zero string
      replacements.  The example given in the SF bug report was only one way
      to trigger this; replacing a string of length >= 2 that's not found is
      another.  The code would actually write outside allocated memory if
      replacement string was longer than the search string.
      
      (I wonder how many more of these are lurking?  The unicode code base
      is full of wonders.)
      
      Bugfix candidate; this same bug is present in 2.2.1.
      2023c9b8
    • Guido van Rossum's avatar
      Code by Inyeol Lee, submitted to SF bug 595350, to implement · 8b1a6d69
      Guido van Rossum yazdı
      the string/unicode method .replace() with a zero-lengt first argument.
      Inyeol contributed tests for this too.
      8b1a6d69
  14. 20 Agu, 2002 3 kayıt (commit)
  15. 19 Agu, 2002 7 kayıt (commit)
  16. 16 Agu, 2002 3 kayıt (commit)
  17. 15 Agu, 2002 3 kayıt (commit)