COMMITS
/ Objects/unicodectype.c October 30, 2025
S
gh-129117: Add unicodedata.isxidstart() function (#140269)
Stan Ulbrych committed
February 14, 2025
S
gh-82045: Correct and deduplicate "isprintable" docs; add test. (GH-130118)
Stan Ulbrych committed
February 7, 2022
V
bpo-46670: Remove unused macros in the Objects directory (GH-31193)
Victor Stinner committed
March 18, 2015
S
Removed unintentional trailing spaces in non-external and non-generated C files.
Serhiy Storchaka committed
August 13, 2013
A
Issue #18722: Remove uses of the "register" keyword in C code.
Antoine Pitrou committed
January 16, 2012
B
fix old titlecase function for extended case chars
Benjamin Peterson committed
B
comment about how flags could be expanded
Benjamin Peterson committed
B
delta encoding of upper/lower/title makes a glorious return (#12736)
Benjamin Peterson committed
January 14, 2012
B
add str.casefold() (closes #13752)
Benjamin Peterson committed
January 11, 2012
B
use full unicode mappings for upper/lower/title case (#12736)
Benjamin Peterson committed
November 30, 2010
G
Remove redundant includes of headers that are already included by Python.h.
Georg Brandl committed
September 12, 2010
A
#9210: remove --with-wctype-functions configure option.
Amaury Forgeot d'Arc committed
August 18, 2010
A
#5127: Even on narrow unicode builds, the C functions that access the Unicode
Amaury Forgeot d'Arc committed
August 11, 2010
A
Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99
Alexander Belopolsky committed
October 6, 2009
A
Merged revisions 75272-75273 via svnmerge from
Amaury Forgeot d'Arc committed
April 26, 2009
M
Merged revisions 71947 via svnmerge from
Martin v. Löwis committed
September 10, 2008
M
Merged revisions 66362 via svnmerge from
Martin v. Löwis committed
July 4, 2008
G
Issue #3282: str.isprintable() should return False for undefined Unicode characters.
Georg Brandl committed
June 11, 2008
G
#2630: Implement PEP 3138.
Georg Brandl committed
June 4, 2008
G
Revert r63934 -- it was mixing two patches.
Georg Brandl committed
G
Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.
Georg Brandl committed
August 14, 2007
M
Add XID_Start and XID_Continue properties to unicodectype.
Martin v. Löwis committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
October 20, 2005
M
Enhance the performance of two important Unicode character
Marc-André Lemburg committed
August 4, 2004
H
SF #989185: Drop unicode.iswide() and unicode.width() and add
Hye-Shik Chang committed
June 2, 2004
H
- SF #962502: Add two more methods for unicode type; width() and
Hye-Shik Chang committed
December 29, 2003
H
Fix gcc 3.3 warnings related to Py_UNICODE_WIDE.
Hye-Shik Chang committed
October 18, 2002
M
Make lower/upper/title work for non-BMP characters.
Martin v. Löwis committed
M
Update to Unicode 3.2 database.
Martin v. Löwis committed
June 27, 2001
F
removed "register const" from scalar arguments to the unicode
Fredrik Lundh committed
F
use Py_UNICODE_WIDE instead of USE_UCS4_STORAGE and Py_UNICODE_SIZE
Fredrik Lundh committed
M
Encode surrogates in UTF-8 even for a wide Py_UNICODE.
Martin v. Löwis committed
June 26, 2001
F
more unicode tweaks: fix unicodectype for sizeof(Py_UNICODE) >
Fredrik Lundh committed
September 25, 2000
F
unicode database compression, step 3:
Fredrik Lundh committed
August 12, 2000
T
Add the current Win64 compiler to the list of those that need the
Trent Mick committed
August 3, 2000
G
Changing the CNRI copyright notice according to CNRI's instructions.
Guido van Rossum committed
July 6, 2000
J
Conditionally (currently on ifdef macintosh) break the large switch up
Jack Jansen committed
July 5, 2000
M
Added new lookup API which matches all alphabetic Unicode characters,
Marc-André Lemburg committed
April 11, 2000
G
Marc-Andre Lemburg:
Guido van Rossum committed
March 10, 2000
G
Unicode character type helpers, written by Marc-Andre Lemburg.
Guido van Rossum committed