1. 21 Nis, 2005 1 kayıt (commit)
    • Walter Dörwald's avatar
      If the data read from the bytestream in readline() ends in a '\r' read one more · bc8e642c
      Walter Dörwald yazdı
      byte, even if the user has passed a size parameter. This extra byte shouldn't
      cause a buffer overflow in the tokenizer. The original plan was to return a line
      ending in '\r', which might be recognizable as a complete line and skip any '\n'
      that was read afterwards. Unfortunately this didn't work, as the tokenizer only
      recognizes '\n' as line ends, which in turn lead to joined lines and
      SyntaxErrors, so this special treatment of a split '\r\n' has been dropped. (It
      can only happen with a temporarily exhausted bytestream now anyway.)
      Fixes parts of SF bugs #1163244 and #1175396.
      bc8e642c
  2. 20 Nis, 2005 3 kayıt (commit)
  3. 19 Nis, 2005 3 kayıt (commit)
  4. 18 Nis, 2005 1 kayıt (commit)
    • Michael W. Hudson's avatar
      Fix: · 774479c6
      Michael W. Hudson yazdı
      [ 1176893 ] Readline segfault
      
      by unsilly-ing PyGILState_Release().
      
      Backport candidate.
      774479c6
  5. 17 Nis, 2005 1 kayıt (commit)
  6. 15 Nis, 2005 3 kayıt (commit)
  7. 14 Nis, 2005 1 kayıt (commit)
  8. 13 Nis, 2005 2 kayıt (commit)
  9. 12 Nis, 2005 1 kayıt (commit)
  10. 11 Nis, 2005 2 kayıt (commit)
  11. 10 Nis, 2005 3 kayıt (commit)
  12. 09 Nis, 2005 8 kayıt (commit)
  13. 08 Nis, 2005 7 kayıt (commit)
  14. 07 Nis, 2005 3 kayıt (commit)
  15. 06 Nis, 2005 1 kayıt (commit)