COMMITS
/ Include/unicodeobject.h August 9, 2001
T
SF patch #438013 Remove 2-byte Py_UCS2 assumptions
Tim Peters committed
July 31, 2001
M
As discussed on python-dev: this patch adds name mangling to
Marc-André Lemburg committed
July 30, 2001
J
Add _PyUnicode_AsDefaultEncodedString to unicodeobject.h.
Jeremy Hylton 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
Make Unicode work a bit better on Windows...
Fredrik Lundh committed
M
Support using UCS-4 as the Py_UNICODE type:
Martin v. Löwis committed
F
experimental UCS-4 support: added USE_UCS4_STORAGE define to
Fredrik Lundh committed
May 21, 2001
M
This patch changes the behaviour of the UTF-16 codec family. Only the
Marc-André Lemburg committed
April 23, 2001
M
This patch originated from an idea by Martin v. Loewis who submitted a
Marc-André Lemburg committed
August 11, 2000
M
Added #fndef's to avoid compiler errors.
Marc-André Lemburg committed
August 3, 2000
M
This patch finalizes the move from UTF-8 to a default encoding in
Marc-André Lemburg committed
G
Changing the CNRI copyright notice according to CNRI's instructions.
Guido van Rossum committed
July 22, 2000
T
ANSIfications: fix empty arglists, and remove the checks for
Thomas Wouters committed
July 16, 2000
T
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters committed
July 7, 2000
M
Added new API PyUnicode_FromEncodedObject() which supports decoding
Marc-André Lemburg committed
M
Bill Tutt: Added Py_UCS4 typedef to hold UCS4 values (these need
Marc-André Lemburg committed
July 5, 2000
M
Modified the ISALPHA and ISALNUM macros to use the new lookup APIs
Marc-André Lemburg committed
July 3, 2000
M
Added new Py_UNICODE_ISALPHA() and Py_UNICODE_ISALNUM() macros
Marc-André Lemburg committed
June 18, 2000
M
Marc-Andre Lemburg <mal@lemburg.com>:
Marc-André Lemburg committed
May 9, 2000
F
M.-A. Lemburg <mal@lemburg.com>:
Fred Drake committed
April 11, 2000
G
Marc-Andre Lemburg:
Guido van Rossum committed
April 10, 2000
G
Marc-Andre Lemburg: New exported API PyUnicode_Resize().
Guido van Rossum committed
April 5, 2000
G
Marc-Andre's third try at this bulk patch seems to work (except that
Guido van Rossum committed
March 28, 2000
G
Marc-Andre Lemburg:
Guido van Rossum committed
G
Prototypes added for MBCS codecs. (Win32 only.)
Guido van Rossum committed
March 20, 2000
B
On 17-Mar-2000, Marc-Andre Lemburg said:
Barry Warsaw committed
March 13, 2000
G
Marc-Andre Lemburg: add declaration for PyUnicode_Contains().
Guido van Rossum committed
March 10, 2000
G
Unicode implementation by Marc-Andre Lemburg based on original code by Fredrik Lundh.
Guido van Rossum committed