- 19 Nis, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
raised an error. Replace them with using concrete types API that never fails if appropriate.
-
- 12 Mar, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 09 Ara, 2016 1 kayıt (commit)
-
-
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.
-
- 20 Kas, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
with PyUnicode_AsUTF8 and PyUnicode_AsUTF8AndSize.
-
- 07 Tem, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
generated by Argument Clinic. Patch by Petr Viktorin.
-
- 06 Nis, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 27 Ara, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
The patch is automatically generated, it replaces the code that uses Py_CLEAR.
-
- 16 Tem, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 30 May, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 04 May, 2015 1 kayıt (commit)
-
-
Larry Hastings yazdı
instead of types={'type'} to specify the types the converter accepts.
-
- 14 Nis, 2015 1 kayıt (commit)
-
-
Larry Hastings yazdı
-
- 03 Nis, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 20 Şub, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
consumed too much memory and raised SystemError or MemoryError. Original patch by Aleksi Torhamo.
-
- 28 Eyl, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Corresponding functions now accept `const char *` (issue #1772673).
-
- 22 Agu, 2014 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 12 Kas, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
Patch written by Andrei Dorian Duma.
-
- 16 Tem, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
notify exceptions raised by the _PyUnicodeWriter API
-
- 15 Tem, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 08 Tem, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 17 Nis, 2013 1 kayıt (commit)
-
-
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
-
- 14 Nis, 2013 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
- 11 Nis, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
the legacy Py_UNICODE API. Add also a new _PyUnicodeWriter_WriteChar() function.
-
- 02 Ara, 2012 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 01 Ara, 2011 2 kayıt (commit)
-
-
Victor Stinner yazdı
Create an empty string with the new Unicode API.
-
Victor Stinner yazdı
-
- 21 Kas, 2011 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
- 14 Eki, 2011 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 09 Eki, 2011 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Thanks to Konrad Schöbel and Jasper Schulz for helping with the mass-editing.
-
- 30 May, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
encreset() instead of decreset().
-
- 24 May, 2011 2 kayıt (commit)
-
-
Victor Stinner yazdı
their encode() method anymore, but continue to call the reset() method if the final argument is True.
-
Victor Stinner yazdı
their encode() method anymore, but continue to call the reset() method if the final argument is True.
-
- 22 Şub, 2011 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 21 May, 2010 2 kayıt (commit)
-
-
Victor Stinner yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81454 | victor.stinner | 2010-05-22 00:50:28 +0200 (sam., 22 mai 2010) | 3 lines Issue #5640: Fix Shift-JIS incremental encoder for error handlers different than strict ........
-
Victor Stinner yazdı
than strict
-
- 09 May, 2010 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r81032 | antoine.pitrou | 2010-05-09 17:52:27 +0200 (dim., 09 mai 2010) | 9 lines Recorded merge of revisions 81029 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines Untabify C files. Will watch buildbots. ........ ................
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines Untabify C files. Will watch buildbots. ........
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines Untabify C files. Will watch buildbots. ........
-