FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Include/cpython/unicodeobject.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
Include
cpython
unicodeobject.h
on
3.13
User selector
Datepicker
Commit history
Commits on Nov 15, 2023
gh-112026: Restore removed private C API (#112115)
Show description for 5846924
vstinner
authored
5846924
View commit details
Copy full SHA for 5846924
View code at this point
Browse repository at this point
Commits on Nov 7, 2023
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Show description for 11e8348
vstinner
authored
11e8348
View commit details
Copy full SHA for 11e8348
View code at this point
Browse repository at this point
Commits on Oct 20, 2023
gh-111089: Add PyUnicode_AsUTF8() to the limited C API (#111121)
Show description for d8f32be
vstinner
authored
d8f32be
View commit details
Copy full SHA for d8f32be
View code at this point
Browse repository at this point
gh-111089: PyUnicode_AsUTF8() now raises on embedded NUL (#111091)
Show description for d731579
vstinner
and
serhiy-storchaka
authored
d731579
View commit details
Copy full SHA for d731579
View code at this point
Browse repository at this point
Commits on Jul 27, 2023
gh-106931: Intern Statically Allocated Strings Globally (gh-107272)
Show description for b72947a
ericsnowcurrently
authored
b72947a
View commit details
Copy full SHA for b72947a
View code at this point
Browse repository at this point
Commits on Jul 24, 2023
gh-106320: Remove private _PyUnicode C API (#107185)
Show description for d27eb1e
vstinner
authored
d27eb1e
View commit details
Copy full SHA for d27eb1e
View code at this point
Browse repository at this point
Commits on Jul 22, 2023
gh-106320: Remove private _PyUnicode_AsString() alias (#107021)
Show description for 463b56d
vstinner
authored
463b56d
View commit details
Copy full SHA for 463b56d
View code at this point
Browse repository at this point
Commits on Jul 4, 2023
gh-106320: Remove _PyUnicode_TransformDecimalAndSpaceToASCII() (#106398)
Show description for 8a73b57
vstinner
authored
8a73b57
View commit details
Copy full SHA for 8a73b57
View code at this point
Browse repository at this point
gh-106320: Remove private _PyUnicode codecs C API functions (#106385)
Show description for d8c5d76
vstinner
authored
d8c5d76
View commit details
Copy full SHA for d8c5d76
View code at this point
Browse repository at this point
Commits on Jul 3, 2023
gh-106320: Remove more private _PyUnicode C API functions (#106382)
Show description for 506cfdf
vstinner
authored
506cfdf
View commit details
Copy full SHA for 506cfdf
View code at this point
Browse repository at this point
gh-106320: Move _PyUnicodeWriter to the internal C API (#106342)
Show description for 5ccbbe5
vstinner
authored
5ccbbe5
View commit details
Copy full SHA for 5ccbbe5
View code at this point
Browse repository at this point
Commits on Jun 1, 2023
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
gh-105156: Deprecate the old Py_UNICODE type in C API (#105157)
Show description for 8ed705c
vstinner
and
methane
authored
8ed705c
View commit details
Copy full SHA for 8ed705c
View code at this point
Browse repository at this point
Commits on Apr 22, 2023
gh-84436: Implement Immortal Objects (gh-19474)
Show description for ea2c001
eduardo-elizondo
authored
ea2c001
View commit details
Copy full SHA for ea2c001
View code at this point
Browse repository at this point
Commits on Dec 6, 2022
PyUnicode_KIND() uses _Py_RVALUE() (#100060)
Show description for abbe448
vstinner
authored
abbe448
View commit details
Copy full SHA for abbe448
View code at this point
Browse repository at this point
Commits on Nov 28, 2022
gh-89653: PEP 670: Convert macros to functions (#99843)
Show description for 02f72b8
vstinner
authored
02f72b8
View commit details
Copy full SHA for 02f72b8
View code at this point
Browse repository at this point
Commits on Nov 24, 2022
gh-99706: unicodeobject: Fix padding in `PyASCIIObject.state` (GH-99707)
davidhewitt
authored
b4d54a3
View commit details
Copy full SHA for b4d54a3
View code at this point
Browse repository at this point
Commits on Oct 30, 2022
gh-98783: Fix crashes when `str` subclasses are used in `_PyUnicode_Equal` (#98806)
sobolevn
authored
76f989d
View commit details
Copy full SHA for 76f989d
View code at this point
Browse repository at this point
Commits on Jun 13, 2022
gh-89653: PEP 670: Macros always cast arguments in cpython/ (#93766)
Show description for df22eec
vstinner
authored
df22eec
View commit details
Copy full SHA for df22eec
View code at this point
Browse repository at this point
Commits on May 23, 2022
gh-92536: Mark PyUnicode_READY() argument as unused (#93011)
wjakob
authored
b2694ab
View commit details
Copy full SHA for b2694ab
View code at this point
Browse repository at this point
Commits on May 17, 2022
gh-89653: Add assertions on PyUnicode_READ() index (#92883)
Show description for 1305832
vstinner
authored
1305832
View commit details
Copy full SHA for 1305832
View code at this point
Browse repository at this point
gh-89653: PEP 670: Fix PyUnicode_READ() cast (#92872)
Show description for e6fd799
vstinner
authored
e6fd799
View commit details
Copy full SHA for e6fd799
View code at this point
Browse repository at this point
Commits on May 15, 2022
gh-92781: Avoid mixing declarations and code in C API (#92783)
Show description for 90e7230
vstinner
authored
90e7230
View commit details
Copy full SHA for 90e7230
View code at this point
Browse repository at this point
Commits on May 13, 2022
gh-85858: Remove PyUnicode_InternImmortal() function (#92579)
Show description for 059b5ba
vstinner
authored
059b5ba
View commit details
Copy full SHA for 059b5ba
View code at this point
Browse repository at this point
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 11, 2022
gh-89653: PEP 670: unicodeobject.h uses _Py_CAST() (#92696)
Show description for d0c9353
vstinner
authored
d0c9353
View commit details
Copy full SHA for d0c9353
View code at this point
Browse repository at this point
gh-89653: Add assertions to unicodeobject.h functions (#92692)
vstinner
authored
d492f0a
View commit details
Copy full SHA for d492f0a
View code at this point
Browse repository at this point
gh-89653: PEP 670: Convert unicodeobject.h macros to functions (#92648)
Show description for eb88f21
vstinner
authored
eb88f21
View commit details
Copy full SHA for eb88f21
View code at this point
Browse repository at this point
Commits on May 3, 2022
gh-91321: Add _Py_NULL macro (#92253)
Show description for 551d02b
vstinner
authored
551d02b
View commit details
Copy full SHA for 551d02b
View code at this point
Browse repository at this point
gh-91320: Fix more old-style cast warnings in C++ (#92247)
Show description for ff3e9cd
vstinner
authored
ff3e9cd
View commit details
Copy full SHA for ff3e9cd
View code at this point
Browse repository at this point
gh-92135: Rename _Py_reinterpret_cast() to _Py_CAST() (#92230)
Show description for fbd5539
vstinner
authored
fbd5539
View commit details
Copy full SHA for fbd5539
View code at this point
Browse repository at this point
Commits on Apr 27, 2022
gh-91320: Add _Py_reinterpret_cast() macro (#91959)
Show description for 29e2245
vstinner
authored
29e2245
View commit details
Copy full SHA for 29e2245
View code at this point
Browse repository at this point
Commits on Apr 25, 2022
gh-89653: PEP 670: Functions don't cast pointers (#91697)
Show description for 61381d7
vstinner
authored
61381d7
View commit details
Copy full SHA for 61381d7
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL