Files
cpython/Objects
Victor Stinner 785938eebd Move the slowest UTF-8 decoder to its own subfunction
* Create decode_utf8_errors()
 * Reuse unicode_fromascii()
 * decode_utf8_errors() doesn't refit at the beginning
 * Remove refit_partial_string(), use unicode_adjust_maxchar() instead
2011-12-11 20:09:03 +01:00
..
2011-11-22 02:27:30 +01:00
2011-09-28 07:41:54 +02:00
2011-10-19 16:58:15 -04:00
2011-10-30 14:24:59 -04:00