FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Objects/stringlib - WolframAlph/cpython · GitHub
WolframAlph
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Objects
stringlib
on
fix-refleak
User selector
Datepicker
Commit history
Commits on Nov 8, 2024
gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)
Show description for 061e50f
serhiy-storchaka
authored
061e50f
View commit details
Copy full SHA for 061e50f
View code at this point
Browse repository at this point
Commits on Oct 9, 2024
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125194)
Show description for b9a8ca0
vstinner
authored
b9a8ca0
View commit details
Copy full SHA for b9a8ca0
View code at this point
Browse repository at this point
Commits on Oct 8, 2024
gh-124502: Optimize unicode_eq() (#125105)
vstinner
authored
c203955
View commit details
Copy full SHA for c203955
View code at this point
Browse repository at this point
Commits on Jun 27, 2024
gh-121040: Use __attribute__((fallthrough)) (#121044)
Show description for 12af8ec
vstinner
and
sobolevn
authored
12af8ec
View commit details
Copy full SHA for 12af8ec
View code at this point
Browse repository at this point
Commits on Jun 17, 2024
gh-120196: Reuse find_max_char() for bytes objects (#120497)
rhpvorderman
authored
945a89b
View commit details
Copy full SHA for 945a89b
View code at this point
Browse repository at this point
Commits on Jun 13, 2024
gh-120397: Optimize str.count() for single characters (#120398)
rhpvorderman
authored
2078eb4
View commit details
Copy full SHA for 2078eb4
View code at this point
Browse repository at this point
Commits on Jun 4, 2024
gh-119879: str.find(): Utilize last character gap for two-way periodic needles (#119880)
d.grigonis
authored
a8f1152
View commit details
Copy full SHA for a8f1152
View code at this point
Browse repository at this point
Commits on May 28, 2024
gh-119396: Optimize unicode_repr() (#119617)
Show description for 0518edc
vstinner
authored
0518edc
View commit details
Copy full SHA for 0518edc
View code at this point
Browse repository at this point
gh-117557: Improve error messages when a string, bytes or bytearray of length 1 are expected (GH-117631)
serhiy-storchaka
authored
b313cc6
View commit details
Copy full SHA for b313cc6
View code at this point
Browse repository at this point
Commits on Apr 12, 2024
gh-117431: Adapt bytes and bytearray .find() and friends to Argument Clinic (#117502)
Show description for deb921f
erlend-aasland
and
methane
authored
deb921f
View commit details
Copy full SHA for deb921f
View code at this point
Browse repository at this point
Commits on Oct 17, 2023
gh-110964: Remove private _PyArg functions (#110966)
Show description for be5e8a0
vstinner
authored
be5e8a0
View commit details
Copy full SHA for be5e8a0
View code at this point
Browse repository at this point
Commits on Aug 31, 2023
gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)
Show description for ad73674
vstinner
authored
ad73674
View commit details
Copy full SHA for ad73674
View code at this point
Browse repository at this point
Commits on Aug 26, 2023
gh-106320: Remove private AC converter functions (#108505)
Show description for 8ba4714
vstinner
authored
8ba4714
View commit details
Copy full SHA for 8ba4714
View code at this point
Browse repository at this point
Commits on Aug 24, 2023
gh-108444: Argument Clinic uses PyLong_AsInt() (#108458)
Show description for 4e5a728
vstinner
authored
4e5a728
View commit details
Copy full SHA for 4e5a728
View code at this point
Browse repository at this point
Commits on Jul 2, 2023
gh-106320: Add pycore_complexobject.h header file (#106339)
Show description for c38c666
vstinner
authored
c38c666
View commit details
Copy full SHA for c38c666
View code at this point
Browse repository at this point
Commits on Jun 1, 2023
gh-92536: Remove PyUnicode_READY() calls (#105210)
Show description for ef30093
vstinner
authored
ef30093
View commit details
Copy full SHA for ef30093
View code at this point
Browse repository at this point
gh-105156: Cleanup usage of old Py_UNICODE type (#105158)
Show description for 7d07e58
vstinner
authored
7d07e58
View commit details
Copy full SHA for 7d07e58
View code at this point
Browse repository at this point
Commits on Nov 22, 2022
gh-99537: Use Py_SETREF() function in C code (#99657)
Show description for 135ec7c
vstinner
authored
135ec7c
View commit details
Copy full SHA for 135ec7c
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 Oct 11, 2022
gh-97982: Remove asciilib_count() (#98164)
Show description for df3a6d9
vstinner
authored
df3a6d9
View commit details
Copy full SHA for df3a6d9
View code at this point
Browse repository at this point
Commits on Sep 13, 2022
gh-94808: improve comments and coverage of fastsearch.h (GH-96760)
sweeneyde
authored
69d9a08
View commit details
Copy full SHA for 69d9a08
View code at this point
Browse repository at this point
Commits on Aug 13, 2022
gh-90928: Improve static initialization of keywords tuple in AC (#95907)
erlend-aasland
authored
f07adf8
View commit details
Copy full SHA for f07adf8
View code at this point
Browse repository at this point
Commits on Aug 11, 2022
gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (gh-95860)
Show description for 6f6a4e6
ericsnowcurrently
authored
6f6a4e6
View commit details
Copy full SHA for 6f6a4e6
View code at this point
Browse repository at this point
Commits on Jun 20, 2022
gh-84461: Silence some compiler warnings on WASM (GH-93978)
tiran
authored
774ef28
View commit details
Copy full SHA for 774ef28
View code at this point
Browse repository at this point
Commits on May 24, 2022
gh-93033: Use wmemchr in stringlib (GH-93034)
Show description for 7108bdf
goldsteinn
authored
7108bdf
View commit details
Copy full SHA for 7108bdf
View code at this point
Browse repository at this point
Commits on May 13, 2022
gh-89653: Use int type for Unicode kind (#92704)
Show description for f62ad4f
vstinner
authored
f62ad4f
View commit details
Copy full SHA for f62ad4f
View code at this point
Browse repository at this point
gh-89653: PEP 670: Convert PyUnicode_KIND() macro to function (#92705)
Show description for db388df
vstinner
authored
db388df
View commit details
Copy full SHA for db388df
View code at this point
Browse repository at this point
Commits on May 12, 2022
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
methane
authored
f9c9354
View commit details
Copy full SHA for f9c9354
View code at this point
Browse repository at this point
Commits on May 3, 2022
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
Show description for b270b82
vstinner
authored
b270b82
View commit details
Copy full SHA for b270b82
View code at this point
Browse repository at this point
Commits on May 2, 2022
bpo-36819: Fix crashes in built-in encoders with weird error handlers (GH-28593)
Show description for 18b07d7
serhiy-storchaka
authored
18b07d7
View commit details
Copy full SHA for 18b07d7
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 Oct 14, 2021
bpo-35134: Add Include/cpython/floatobject.h (GH-28957)
Show description for 0a883a7
vstinner
authored
0a883a7
View commit details
Copy full SHA for 0a883a7
View code at this point
Browse repository at this point
Commits on Jul 19, 2021
bpo-41972: Tweak fastsearch.h string search algorithms (GH-27091)
sweeneyde
authored
d01dceb
View commit details
Copy full SHA for d01dceb
View code at this point
Browse repository at this point
Commits on May 22, 2021
Remove effbot urls (GH-26308)
E-Paine
authored
e9f66ae
View commit details
Copy full SHA for e9f66ae
View code at this point
Browse repository at this point
Commits on Mar 31, 2021
bpo-43179: Generalise alignment for optimised string routines (GH-24624)
Show description for dec0757
jrtc27
authored
dec0757
View commit details
Copy full SHA for dec0757
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL