1. 28 Ock, 2001 1 kayıt (commit)
  2. 19 Ock, 2001 1 kayıt (commit)
  3. 17 Ock, 2001 2 kayıt (commit)
  4. 04 Ock, 2001 1 kayıt (commit)
  5. 19 Ara, 2000 1 kayıt (commit)
  6. 29 Kas, 2000 1 kayıt (commit)
  7. 28 Kas, 2000 1 kayıt (commit)
  8. 23 Eki, 2000 1 kayıt (commit)
    • Fred Drake's avatar
      Added exception to the rule that the buffer returned by PyString_AsString() · 8902442e
      Fred Drake yazdı
      and PyString_AsStringAndSize() for strings that were just created using
      PyString_FromStringAndSize(NULL, n).
      
      This closes bug #117377.
      
      Added warning about passing NULL to the concrete object functions; many of
      them use the appropriate Py<Type>_Check() test, but do not check for NULL.
      
      "de-allocated" --> "deallocated"
      8902442e
  9. 14 Eki, 2000 1 kayıt (commit)
  10. 07 Eki, 2000 1 kayıt (commit)
  11. 05 Eki, 2000 1 kayıt (commit)
  12. 29 Eyl, 2000 1 kayıt (commit)
  13. 26 Eyl, 2000 1 kayıt (commit)
  14. 23 Eyl, 2000 1 kayıt (commit)
  15. 22 Eyl, 2000 1 kayıt (commit)
  16. 21 Eyl, 2000 1 kayıt (commit)
  17. 19 Eyl, 2000 1 kayıt (commit)
    • Marc-André Lemburg's avatar
      This patch adds a new Python C API called PyString_AsStringAndSize() · d1ba4432
      Marc-André Lemburg yazdı
      which implements the automatic conversion from Unicode to a string
      object using the default encoding.
      
      The new API is then put to use to have eval() and exec accept
      Unicode objects as code parameter. This closes bugs #110924
      and #113890.
      
      As side-effect, the traditional C APIs PyString_Size() and
      PyString_AsString() will also accept Unicode objects as
      parameters.
      d1ba4432
  18. 16 Eyl, 2000 1 kayıt (commit)
  19. 14 Eyl, 2000 2 kayıt (commit)
  20. 12 Eyl, 2000 3 kayıt (commit)
  21. 01 Eyl, 2000 3 kayıt (commit)
  22. 31 Agu, 2000 1 kayıt (commit)
  23. 14 Agu, 2000 1 kayıt (commit)
  24. 11 Agu, 2000 2 kayıt (commit)
  25. 13 Tem, 2000 1 kayıt (commit)
  26. 07 Tem, 2000 1 kayıt (commit)
  27. 03 Tem, 2000 1 kayıt (commit)
  28. 30 Haz, 2000 1 kayıt (commit)
  29. 29 Haz, 2000 1 kayıt (commit)
  30. 28 Haz, 2000 1 kayıt (commit)
  31. 18 Haz, 2000 1 kayıt (commit)
  32. 16 Haz, 2000 2 kayıt (commit)