FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Objects/stringlib/join.h - python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Objects
stringlib
join.h
on
3.13
User selector
Datepicker
Commit history
Commits on Jun 11, 2026
[3.13] gh-151295: Fix use-after-free in bytes.join()/bytearray.join() via re-entrant __buffer__ (GH-151296) (GH-151306)
Show description for 5c17ae6
miss-islington
and
tonghuaroot
authored
5c17ae6
View commit details
Copy full SHA for 5c17ae6
View code at this point
Browse repository at this point
Commits on Nov 10, 2022
gh-99300: Use Py_NewRef() in Objects/ directory (#99354)
Show description for 3a1dde8
vstinner
authored
3a1dde8
View commit details
Copy full SHA for 3a1dde8
View code at this point
Browse repository at this point
Commits on Feb 7, 2022
bpo-46670: Define all macros for stringlib (GH-31176)
Show description for 097f74a
vstinner
authored
097f74a
View commit details
Copy full SHA for 097f74a
View code at this point
Browse repository at this point
Commits on Dec 1, 2020
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Show description for 00d7abd
vstinner
authored
00d7abd
View commit details
Copy full SHA for 00d7abd
View code at this point
Browse repository at this point
Commits on Apr 12, 2020
bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (GH-19472)
serhiy-storchaka
authored
8f87eef
View commit details
Copy full SHA for 8f87eef
View code at this point
Browse repository at this point
Commits on Feb 3, 2020
bpo-36051: Fix compiler warning. (GH-18325)
methane
authored
869c0c9
View commit details
Copy full SHA for 869c0c9
View code at this point
Browse repository at this point
Commits on Jan 29, 2020
bpo-36051: Drop GIL during large bytes.join() (GH-17757)
Show description for d07d9f4
bmerry
authored
d07d9f4
View commit details
Copy full SHA for d07d9f4
View code at this point
Browse repository at this point
Commits on Sep 13, 2016
Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy().
tiran
committed
f051e43
View commit details
Copy full SHA for f051e43
View code at this point
Browse repository at this point
Commits on May 16, 2016
Issue #26765: Ensure that bytes- and unicode-specific stringlib files are used
Show description for bcde10a
serhiy-storchaka
committed
bcde10a
View commit details
Copy full SHA for bcde10a
View code at this point
Browse repository at this point
Commits on Feb 2, 2015
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Show description for 4fdb684
serhiy-storchaka
committed
4fdb684
View commit details
Copy full SHA for 4fdb684
View code at this point
Browse repository at this point
Commits on Dec 5, 2014
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
serhiy-storchaka
committed
b757c83
View commit details
Copy full SHA for b757c83
View code at this point
Browse repository at this point
Commits on Dec 2, 2012
Issue #16592: stringlib_bytes_join doesn't raise MemoryError on allocation failure
tiran
committed
5f7e8da
View commit details
Copy full SHA for 5f7e8da
View code at this point
Browse repository at this point
Commits on Oct 20, 2012
Issue #12805: Make bytes.join and bytearray.join faster when the separator is empty.
Show description for 6f7b0da
pitrou
committed
6f7b0da
View commit details
Copy full SHA for 6f7b0da
View code at this point
Browse repository at this point
Commits on Oct 16, 2012
Issue #15958: bytes.join and bytearray.join now accept arbitrary buffer objects.
pitrou
committed
cfc22b4
View commit details
Copy full SHA for cfc22b4
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL