1. 15 Şub, 1999 1 kayıt (commit)
  2. 25 Ock, 1999 1 kayıt (commit)
  3. 06 Ock, 1999 1 kayıt (commit)
  4. 04 Ock, 1999 1 kayıt (commit)
  5. 03 Ock, 1999 1 kayıt (commit)
  6. 21 Ara, 1998 3 kayıt (commit)
  7. 10 Ara, 1998 1 kayıt (commit)
  8. 08 Ara, 1998 1 kayıt (commit)
  9. 04 Ara, 1998 1 kayıt (commit)
  10. 03 Ara, 1998 1 kayıt (commit)
  11. 01 Ara, 1998 1 kayıt (commit)
  12. 02 Kas, 1998 1 kayıt (commit)
  13. 24 Eki, 1998 1 kayıt (commit)
  14. 08 Eki, 1998 1 kayıt (commit)
    • Guido van Rossum's avatar
      Changes by Greg Stein (code) and GvR (design). · 36eef3c1
      Guido van Rossum yazdı
      Add a new member to the PyBufferProcs struct, bf_getcharbuffer.  For
      backward compatibility, this member should only be used (this includes
      testing for NULL!) when the flag Py_TPFLAGS_HAVE_GETCHARBUFFER is set
      in the type structure, below.  Note that if its flag is not set, we
      may be looking at an extension module compiled for 1.5.1, which will
      have garbage at the bf_getcharbuffer member (because the struct wasn't
      as long then).  If the flag is one, the pointer may still be NULL.
      The function found at this member is used in a similar manner as
      bf_getreadbuffer, but it is known to point to 8-bit character data.
      (See discussion in getargs.c checked in later.)
      
      As a general feature for extending the type structure and the various
      structures that (may) hang off it in a backwards compatible way, we
      rename the tp_xxx4 "spare" slot to tp_flags.  In 1.5.1 and before,
      this slot was always zero.  In 1.5.1, it may contain various flags
      indicating extra fields that weren't present in 1.5.1.  The only flag
      defined so far is for the bf_getcharbuffer member of the PyBufferProcs
      struct.
      
      Note that the new spares (tp_xxx5 - tp_xxx8), once they become used,
      should also be protected by a flag (or flags) in tp_flags.
      36eef3c1
  15. 07 Eki, 1998 2 kayıt (commit)
  16. 02 Eki, 1998 1 kayıt (commit)
  17. 01 Eki, 1998 2 kayıt (commit)
  18. 28 Eyl, 1998 1 kayıt (commit)
  19. 18 Eyl, 1998 1 kayıt (commit)
  20. 17 Eyl, 1998 1 kayıt (commit)
  21. 25 Agu, 1998 1 kayıt (commit)
  22. 23 Agu, 1998 1 kayıt (commit)
  23. 08 Agu, 1998 1 kayıt (commit)
  24. 05 Agu, 1998 1 kayıt (commit)
  25. 04 Agu, 1998 1 kayıt (commit)
  26. 23 Tem, 1998 1 kayıt (commit)
  27. 10 Tem, 1998 3 kayıt (commit)
  28. 07 Tem, 1998 1 kayıt (commit)
  29. 29 Haz, 1998 1 kayıt (commit)
  30. 27 Haz, 1998 1 kayıt (commit)
  31. 26 May, 1998 1 kayıt (commit)
  32. 22 May, 1998 1 kayıt (commit)
  33. 12 May, 1998 1 kayıt (commit)
    • Guido van Rossum's avatar
      Add · bf6a9b16
      Guido van Rossum yazdı
         PySys_WriteStdout(format, ...)
         PySys_WriteStderr(format, ...)
      bf6a9b16
  34. 28 Nis, 1998 1 kayıt (commit)