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
*
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