index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
/
unicodectype.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 71947 via svnmerge from
Martin v. Löwis
2009-04-26
1
-6/+1
*
Merged revisions 66362 via svnmerge from
Martin v. Löwis
2008-09-10
1
-0/+8
*
Issue #3282: str.isprintable() should return False for undefined Unicode char...
Georg Brandl
2008-07-04
1
-2/+2
*
#2630: Implement PEP 3138.
Georg Brandl
2008-06-11
1
-0/+21
*
Revert r63934 -- it was mixing two patches.
Georg Brandl
2008-06-04
1
-21/+0
*
Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.
Georg Brandl
2008-06-04
1
-0/+21
*
Add XID_Start and XID_Continue properties to unicodectype.
Martin v. Löwis
2007-08-14
1
-0/+22
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-6/+327
*
Enhance the performance of two important Unicode character
Marc-André Lemburg
2005-10-20
1
-10/+52
*
SF #989185: Drop unicode.iswide() and unicode.width() and add
Hye-Shik Chang
2004-08-04
1
-10/+0
*
- SF #962502: Add two more methods for unicode type; width() and
Hye-Shik Chang
2004-06-02
1
-1/+11
*
Fix gcc 3.3 warnings related to Py_UNICODE_WIDE.
Hye-Shik Chang
2003-12-29
1
-1/+4
*
Make lower/upper/title work for non-BMP characters.
Martin v. Löwis
2002-10-18
1
-24/+15
*
Update to Unicode 3.2 database.
Martin v. Löwis
2002-10-18
1
-1/+1
*
removed "register const" from scalar arguments to the unicode
Fredrik Lundh
2001-06-27
1
-20/+20
*
use Py_UNICODE_WIDE instead of USE_UCS4_STORAGE and Py_UNICODE_SIZE
Fredrik Lundh
2001-06-27
1
-3/+3
*
Encode surrogates in UTF-8 even for a wide Py_UNICODE.
Martin v. Löwis
2001-06-27
1
-8/+27
*
more unicode tweaks: fix unicodectype for sizeof(Py_UNICODE) >
Fredrik Lundh
2001-06-26
1
-2/+3
*
unicode database compression, step 3:
Fredrik Lundh
2000-09-25
1
-10021/+72
*
Add the current Win64 compiler to the list of those that need the
Trent Mick
2000-08-12
1
-1/+5
*
Changing the CNRI copyright notice according to CNRI's instructions.
Guido van Rossum
2000-08-03
1
-1/+1
*
Conditionally (currently on ifdef macintosh) break the large switch up
Jack Jansen
2000-07-06
1
-0/+15
*
Added new lookup API which matches all alphabetic Unicode characters,
Marc-André Lemburg
2000-07-05
1
-0/+5295
*
Marc-Andre Lemburg:
Guido van Rossum
2000-04-11
1
-2/+6
*
Unicode character type helpers, written by Marc-Andre Lemburg.
Guido van Rossum
2000-03-10
1
-0/+5043