1. 19 Nis, 2017 1 kayıt (commit)
  2. 12 Mar, 2017 1 kayıt (commit)
  3. 09 Ara, 2016 1 kayıt (commit)
    • Victor Stinner's avatar
      Use _PyObject_CallMethodIdObjArgs() · 55ba38a4
      Victor Stinner yazdı
      Issue #28915: Replace _PyObject_CallMethodId() with
      _PyObject_CallMethodIdObjArgs() in various modules when the format string was
      only made of "O" formats, PyObject* arguments.
      
      _PyObject_CallMethodIdObjArgs() avoids the creation of a temporary tuple and
      doesn't have to parse a format string.
      55ba38a4
  4. 20 Kas, 2016 1 kayıt (commit)
  5. 07 Tem, 2016 1 kayıt (commit)
  6. 06 Nis, 2016 1 kayıt (commit)
  7. 27 Ara, 2015 1 kayıt (commit)
  8. 16 Tem, 2015 1 kayıt (commit)
  9. 30 May, 2015 1 kayıt (commit)
  10. 04 May, 2015 1 kayıt (commit)
  11. 14 Nis, 2015 1 kayıt (commit)
  12. 03 Nis, 2015 1 kayıt (commit)
  13. 20 Şub, 2015 1 kayıt (commit)
  14. 28 Eyl, 2014 1 kayıt (commit)
  15. 22 Agu, 2014 1 kayıt (commit)
  16. 12 Kas, 2013 1 kayıt (commit)
  17. 16 Tem, 2013 1 kayıt (commit)
  18. 15 Tem, 2013 1 kayıt (commit)
  19. 08 Tem, 2013 1 kayıt (commit)
  20. 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
  21. 14 Nis, 2013 2 kayıt (commit)
  22. 11 Nis, 2013 1 kayıt (commit)
  23. 02 Ara, 2012 2 kayıt (commit)
  24. 01 Ara, 2011 2 kayıt (commit)
  25. 21 Kas, 2011 2 kayıt (commit)
  26. 14 Eki, 2011 1 kayıt (commit)
  27. 09 Eki, 2011 1 kayıt (commit)
  28. 30 May, 2011 1 kayıt (commit)
  29. 24 May, 2011 2 kayıt (commit)
  30. 22 Şub, 2011 1 kayıt (commit)
  31. 21 May, 2010 2 kayıt (commit)
  32. 09 May, 2010 3 kayıt (commit)