Files
cpython/Objects
Victor Stinner fc009eff9e Close #16311: Use the _PyUnicodeWriter API in text decoders
* Remove unicode_widen(): replaced with _PyUnicodeWriter_Prepare()
 * Remove unicode_putchar(): replaced with
   PyUnicodeWriter_Prepare() + PyUnicode_WRITER()
 * When handling an decoding error, only overallocate the buffer by +25%
   instead of +100%
2012-11-07 00:36:38 +01:00
..
2012-11-03 23:08:27 +01:00
2012-05-01 09:51:46 -04:00
2012-10-31 14:22:25 -04:00
2012-10-06 14:03:24 +02:00
2012-11-04 11:47:05 +00:00
2012-09-28 16:43:40 +03:00
2012-10-31 00:04:42 -04:00
2012-09-29 13:47:39 -04:00