Commits
User selector
Commit History
Commits on Sep 15, 2017
bpo-31338 (#3374)
Show description for b2e5794authored
Commits on Aug 21, 2017
Commits on Aug 3, 2017
bpo-30978: str.format_map() now passes key lookup exceptions through. (#2790)
Show description for 5075416authored
Commits on Mar 30, 2017
bpo-24821: Fixed the slowing down to 25 times in the searching of some (#505)
Show description for 0a58f72authored
Commits on Jan 23, 2017
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Show description for d1302c0committed
Commits on Jan 10, 2017
- committed
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 13, 2016
Commits on Sep 9, 2016
Commits on Sep 2, 2016
PEP 7 style for if/else in C
Show description for 1a05d6ccommitted
Commits on Aug 30, 2016
Commits on Jul 3, 2016
Backed out changeset b0087e17cd5e (issue #26765)
Show description for e09132fcommitted
Commits on Jul 1, 2016
Issue #26765: Moved wrappers for bytes and bytearray methods to common header
Show description for 3550489committed
Commits on May 16, 2016
Issue #26765: Ensure that bytes- and unicode-specific stringlib files are used
Show description for bcde10acommitted
Commits on May 5, 2016
Issue #26765: Moved common code for the replace() method of bytes and bytearray
Show description for fb81d3ccommitted
Commits on May 4, 2016
Issue #26765: Moved common code and docstrings for bytes and bytearray methods
Show description for dd40fc3committed
Commits on Apr 17, 2016
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
Show description for b6a9c97committed- committed
Commits on Apr 13, 2016
Commits on Nov 14, 2015
Issue #24821: Refactor STRINGLIB(fastsearch_memchr_1char) and split it on
Show description for 413fdcecommitted
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 Aug 26, 2015
Commits on May 18, 2015
Commits on May 12, 2015
Commits on Mar 24, 2015
Issue #23573: Increased performance of string search operations (str.find,
Show description for d9d769fcommitted
Commits on Mar 18, 2015
Commits on Feb 2, 2015
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Show description for 4fdb684committed
Commits on Dec 5, 2014
Commits on Jul 24, 2014
s/stringobject/bytesobject/ (closes #22036)
Show description for 1cc9520committed