summaryrefslogtreecommitdiffstats
path: root/Objects/stringlib/eq.h
Commit message (Expand)AuthorAgeFilesLines
* gh-89653: PEP 670: Convert PyUnicode_KIND() macro to function (#92705)Victor Stinner2022-05-131-3/+0
* gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)Inada Naoki2022-05-121-8/+3
* bpo-38249: Expand Py_UNREACHABLE() to __builtin_unreachable() in the release ...Serhiy Storchaka2020-03-091-4/+5
* bpo-31338 (#3374)Barry Warsaw2017-09-151-2/+1
* mergeRaymond Hettinger2013-08-141-9/+0
|\
| * Issue 18719: Remove a false optimizationRaymond Hettinger2013-08-141-9/+0
* | Issue #18722: Remove uses of the "register" keyword in C code.Antoine Pitrou2013-08-131-2/+2
|/
* Change PyUnicode_KIND to 1,2,4. Drop _KIND_SIZE and _CHARACTER_SIZE.Martin v. Löwis2011-10-071-1/+1
* Implement PEP 393.Martin v. Löwis2011-09-281-5/+18
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-11/+11
* Fixed issue #1564: The set implementation should special-case PyUnicode inste...Christian Heimes2007-12-101-0/+21