COMMITS
/ Objects/unicodeobject.c August 16, 2001
M
Patch #427190: Implement and use METH_NOARGS and METH_O.
Martin v. Löwis committed
August 9, 2001
T
SF patch #438013 Remove 2-byte Py_UCS2 assumptions
Tim Peters committed
August 2, 2001
T
Merge of descr-branch back into trunk.
Tim Peters committed
July 30, 2001
J
Add _PyUnicode_AsDefaultEncodedString to unicodeobject.h.
Jeremy Hylton committed
July 25, 2001
M
Fix for bug #444493: u'\U00010001' segfaults with current CVS on
Marc-André Lemburg committed
July 20, 2001
M
Make the unicode-escape and the UTF-16 codecs handle surrogates
Marc-André Lemburg committed
G
#ifdef out generation of \U escapes unless Py_UNICODE_WIDE. This
Guido van Rossum committed
June 27, 2001
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
M
When decoding UTF-16, don't assume that the buffer is in native endianness
Martin v. Löwis 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
F
experimental UCS-4 support: made compare a bit more robust, in case
Fredrik Lundh committed
F
experimental UCS-4 support: don't assume that MS_WIN32 implies
Fredrik Lundh committed
June 14, 2001
G
Fix a mis-indentation in _PyUnicode_New() that caused me to stare at
Guido van Rossum committed
June 7, 2001
M
Fixes [ #430986 ] Buglet in PyUnicode_FromUnicode.
Marc-André Lemburg committed
May 29, 2001
J
fix bogus indentation
Jeremy Hylton committed
May 21, 2001
M
This patch changes the behaviour of the UTF-16 codec family. Only the
Marc-André Lemburg committed
May 8, 2001
J
Remove unused variable
Jeremy Hylton committed
May 5, 2001
T
Make unicode.join() work nice with iterators. This also required a change
Tim Peters committed
April 28, 2001
T
A different approach to the problem reported in
Tim Peters committed
April 23, 2001
M
This patch originated from an idea by Martin v. Loewis who submitted a
Marc-André Lemburg committed
April 21, 2001
T
SF but #417587: compiler warnings compiling 2.1.
Tim Peters committed
April 19, 2001
T
CVS patch 416248: 2.1c1 unicodeobject: unused vrbl cleanup, from Mark Favas.
Tim Peters committed
J
Revert previous checkin, which caused test_unicodedata to fail.
Jeremy Hylton committed
April 18, 2001
M
Patch #416953: Cache ASCII characters to speed up ASCII decoding.
Martin v. Löwis committed
April 12, 2001
T
Bug 415514 reported that e.g.
Tim Peters committed
T
Fix for SF bug #415514: "%#x" % 0 caused assertion failure/abort.
Tim Peters committed
February 18, 2001
F
reorganized PyUnicode_DecodeUnicodeEscape a bit (in order to make it
Fredrik Lundh committed
January 29, 2001
M
Fixed .capitalize() method of Unicode objects to work like the
Marc-André Lemburg committed
January 24, 2001
K
Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings.
Ka-Ping Yee committed
F
Move uchhash functionality into unicodedata (after the recent
Fredrik Lundh committed
January 20, 2001
F
Better error message if ucnhash cannot be found (obscure attribute
Fredrik Lundh committed
January 19, 2001
F
refactored the unicodeobject/ucnhash interface, to hide the
Fredrik Lundh committed
January 17, 2001
M
This patch adds a new builtin unistr() which behaves like str()
Marc-André Lemburg committed
January 16, 2001
M
Added checks to prevent PyUnicode_Count() from dumping core
Marc-André Lemburg committed
January 6, 2001
M
This patch adds a new feature to the builtin charmap codec:
Marc-André Lemburg committed
January 3, 2001
M
This patch changes the default behaviour of the builtin charmap
Marc-André Lemburg committed
December 19, 2000
A
Patch #102940: use only printable Unicode chars in reporting
Andrew M. Kuchling committed
G
Fix off-by-one error in split_substring(). Fixes SF bug #122162.
Guido van Rossum committed
December 15, 2000
A
[ Patch #102852 ] Make % error a bit more informative by indicates the
Andrew M. Kuchling committed
November 30, 2000
T
Fox for SF bug #123859: %[duxXo] long formats inconsistent.
Tim Peters committed
October 3, 2000
B
_PyUnicode_Fini(): Initialize the local freelist walking variable `u'
Barry Warsaw committed
G
In _PyUnicode_Fini(), decref unicode_empty before tearng down the free
Guido van Rossum committed
September 26, 2000
F
Rationalize use of limits.h, moving the inclusion to Python.h.
Fred Drake committed
September 21, 2000
T
September 9, 2000
T
Fix for bug 113934. string*n and unicode*n did no overflow checking at
Tim Peters committed
September 3, 2000
F
changed \x to consume exactly two hex digits, also for unicode
Fredrik Lundh committed
August 18, 2000
B
PyUnicode_AsUTF8String(): /F picks up what I missed: the local var
Barry Warsaw committed
B
PyUnicode_AsUTF8String(): Don't need to explicitly incref str since
Barry Warsaw committed