Commits
User selector
Commit History
Commits on Mar 31, 2021
bpo-43179: Generalise alignment for optimised string routines (GH-24624)
Show description for dec0757authored
Commits on Oct 18, 2020
Commits on Jun 8, 2020
bpo-29882: Add _Py_popcount32() function (GH-20518)
Show description for c6b292cauthored
Commits on Apr 17, 2020
- authored
bpo-40302: Add pycore_byteswap.h header file (GH-19552)
Show description for 1ae035bauthored
Commits on Apr 11, 2020
Commits on Mar 11, 2020
Commits on Feb 27, 2020
bpo-39087: Optimize PyUnicode_AsUTF8AndSize() (GH-18327)
Show description for 02a4d57authored
Commits on Feb 12, 2020
closes bpo-39605: Fix some casts to not cast away const. (GH-18453)
Show description for e6be9b5authored
Commits on Jun 25, 2019
bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH-14304)
Show description for 894263bauthored
Commits on May 2, 2019
bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062)
Show description for 709d23dauthored
Commits on Aug 29, 2018
bpo-34523: Support surrogatepass in locale codecs (GH-8995)
Show description for 3d4226aauthored
Commits on Aug 21, 2017
Commits on Oct 30, 2016
Issue #28561: Clean up UTF-8 encoder: remove dead code, update comments, etc.
Show description for 998c9cdcommitted
Commits on Sep 2, 2016
PEP 7 style for if/else in C
Show description for 1a05d6ccommitted
Commits on Aug 30, 2016
Commits on May 16, 2016
Issue #26765: Ensure that bytes- and unicode-specific stringlib files are used
Show description for bcde10acommitted
Commits on Oct 9, 2015
Optimize error handlers of ASCII and Latin1 encoders when the replacement
Show description for 6bd525bcommitted- committed
_PyBytesWriter: simplify code to avoid "prealloc" parameters
Show description for ad77158committed
Commits on Oct 8, 2015
Optimize backslashreplace error handler
Show description for e7bf86ccommittedIssue #25318: Add _PyBytesWriter API
Show description for fdfbf78committed
Commits on Oct 1, 2015
Issue #25267: The UTF-8 encoder is now up to 75 times as fast for error
Show description for 01ada39committed
Commits on May 18, 2015
Commits on May 12, 2015
Commits on Jan 4, 2014
Commits on Nov 19, 2013
- committed
Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates.
Show description for 58cf607committed
Commits on Aug 13, 2013
Commits on Nov 4, 2012
- committed
- committed
- committed
#8271: the utf-8 decoder now outputs the correct number of U+FFFD characters when used with the "replace" error handler on invalid utf-8 sequences. Patch by Serhiy Storchaka, tests by Ezio Melotti.
Show description for f7ed5d1committed