Files
cpython/Objects
Victor Stinner c3713e9706 Optimize ascii/latin1+surrogateescape encoders
Issue #25227: Optimize ASCII and latin1 encoders with the ``surrogateescape``
error handler: the encoders are now up to 3 times as fast.

Initial patch written by Serhiy Storchaka.
2015-09-29 12:32:13 +02:00
..
2015-08-26 14:10:32 -04:00
2015-08-07 18:50:24 -04:00
2015-07-04 19:59:24 -05:00
2015-04-23 17:06:45 -04:00
2015-04-27 17:49:16 +03:00
2015-06-27 15:45:56 -05:00

Source files for various builtin objects