1. 05 Eki, 2014 1 kayıt (commit)
    • R David Murray's avatar
      #16518: Bring error messages in harmony with docs ("bytes-like object") · 861470c8
      R David Murray yazdı
      Some time ago we changed the docs to consistently use the term 'bytes-like
      object' in all the contexts where bytes, bytearray, memoryview, etc are used.
      This patch (by Ezio Melotti) completes that work by changing the error
      messages that previously reported that certain types did "not support the
      buffer interface" to instead say that a bytes-like object is required.  (The
      glossary entry for bytes-like object references the discussion of the buffer
      protocol in the docs.)
      861470c8
  2. 28 Eyl, 2014 1 kayıt (commit)
  3. 15 Agu, 2014 1 kayıt (commit)
  4. 14 May, 2014 1 kayıt (commit)
  5. 11 Nis, 2014 1 kayıt (commit)
  6. 15 Mar, 2014 2 kayıt (commit)
  7. 14 Ara, 2013 1 kayıt (commit)
  8. 11 Ara, 2013 1 kayıt (commit)
  9. 04 Ara, 2013 1 kayıt (commit)
    • Christian Heimes's avatar
      Silence expression result unused warnings with clang. · d3afe781
      Christian Heimes yazdı
      The PyObject_INIT() macros returns obj:
      
      ../cpython/Objects/methodobject.c:32:23: warning: expression result unused [-Wunused-value]
              PyObject_INIT(op, &PyCFunction_Type);
                            ^~
      ../cpython/Include/objimpl.h:139:69: note: expanded from macro 'PyObject_INIT'
          ( Py_TYPE(op) = (typeobj), _Py_NewReference((PyObject *)(op)), (op) )
                                                                          ^
      1 warning generated.
      d3afe781
  10. 19 Eki, 2013 1 kayıt (commit)
  11. 05 Eki, 2013 1 kayıt (commit)
  12. 27 Agu, 2013 1 kayıt (commit)
  13. 13 Agu, 2013 1 kayıt (commit)
  14. 03 Agu, 2013 2 kayıt (commit)
  15. 22 Tem, 2013 1 kayıt (commit)
  16. 17 Tem, 2013 2 kayıt (commit)
  17. 04 Haz, 2013 1 kayıt (commit)
  18. 17 Nis, 2013 1 kayıt (commit)
    • Victor Stinner's avatar
      Close #17694: Add minimum length to _PyUnicodeWriter · 8f674ccd
      Victor Stinner yazdı
       * Add also min_char attribute to _PyUnicodeWriter structure (currently unused)
       * _PyUnicodeWriter_Init() has no more argument (except the writer itself):
         min_length and overallocate must be set explicitly
       * In error handlers, only enable overallocation if the replacement string
         is longer than 1 character
       * CJK decoders don't use overallocation anymore
       * Set min_length, instead of preallocating memory using
         _PyUnicodeWriter_Prepare(), in many decoders
       * _PyUnicode_DecodeUnicodeInternal() checks for integer overflow
      8f674ccd
  19. 09 Şub, 2013 1 kayıt (commit)
  20. 27 Ock, 2013 1 kayıt (commit)
  21. 19 Ock, 2013 2 kayıt (commit)
  22. 14 Ock, 2013 1 kayıt (commit)
  23. 28 Ara, 2012 2 kayıt (commit)
  24. 26 Ara, 2012 2 kayıt (commit)
  25. 25 Ara, 2012 1 kayıt (commit)
  26. 18 Eki, 2012 2 kayıt (commit)
  27. 17 Eki, 2012 1 kayıt (commit)
  28. 08 Eki, 2012 1 kayıt (commit)
  29. 07 Eki, 2012 1 kayıt (commit)
  30. 06 Eki, 2012 1 kayıt (commit)
  31. 04 Eki, 2012 1 kayıt (commit)
  32. 20 Eyl, 2012 1 kayıt (commit)
  33. 12 Eyl, 2012 1 kayıt (commit)