Commits
User selector
Commit History
Commits on Nov 10, 2022
gh-99300: Use Py_NewRef() in Objects/ directory (#99354)
Show description for 3a1dde8authored
Commits on Feb 7, 2022
bpo-46670: Define all macros for stringlib (GH-31176)
Show description for 097f74aauthored
Commits on Dec 1, 2020
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Show description for 00d7abdauthored
Commits on Apr 12, 2020
Commits on Feb 3, 2020
Commits on Jan 29, 2020
bpo-36051: Drop GIL during large bytes.join() (GH-17757)
Show description for d07d9f4authored
Commits on Sep 13, 2016
Commits on May 16, 2016
Issue #26765: Ensure that bytes- and unicode-specific stringlib files are used
Show description for bcde10acommitted
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 Dec 2, 2012
Commits on Oct 20, 2012
Issue #12805: Make bytes.join and bytearray.join faster when the separator is empty.
Show description for 6f7b0dacommitted
Commits on Oct 16, 2012
Loading