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
/
Include
/
unicodeobject.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and
Walter Dörwald
2007-08-16
1
-0/+82
*
Implement PEP 3131. Add isidentifier to str.
Martin v. Löwis
2007-08-15
1
-0/+6
*
Add XID_Start and XID_Continue properties to unicodectype.
Martin v. Löwis
2007-08-14
1
-0/+12
*
Whitespace normalization.
Neal Norwitz
2007-08-08
1
-12/+12
*
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis
2007-07-21
1
-2/+2
*
Make identifiers str (not str8) objects throughout.
Martin v. Löwis
2007-06-10
1
-4/+32
*
Add interning of unicode strings by copying the functionality from
Walter Dörwald
2007-05-25
1
-0/+15
*
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald
2007-05-18
1
-0/+20
*
Add missing #define.
Walter Dörwald
2007-05-18
1
-0/+1
*
Add 'U'/'U#' format characters to Py_BuildValue (and thus
Walter Dörwald
2007-05-18
1
-1/+15
*
Add PyUnicode_FromString(), which create a unicode object from a
Walter Dörwald
2007-05-05
1
-0/+8
*
Get rid of all #ifdef Py_USING_UNICODE (it is always present now).
Guido van Rossum
2007-05-03
1
-8/+0
*
Merged revisions 53875-53911 via svnmerge from
Thomas Wouters
2007-02-25
1
-1/+2
*
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters
2006-08-21
1
-0/+24
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-0/+7
*
Merge the rest of the trunk.
Thomas Wouters
2006-06-08
1
-0/+5
*
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters
2006-06-08
1
-9/+2
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-9/+39
*
Merge ssize_t branch.
Martin v. Löwis
2006-02-15
1
-46/+46
*
_PyUnicode_IsWhitespace(),
Tim Peters
2005-10-29
1
-2/+2
*
SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complain
Walter Dörwald
2005-08-30
1
-0/+10
*
Correct the handling of 0-termination of PyUnicode_AsWideChar()
Marc-André Lemburg
2004-11-22
1
-2/+8
*
SF patch #1056231: typo in comment (unicodeobject.h)
Raymond Hettinger
2004-10-31
1
-1/+1
*
SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support
Walter Dörwald
2004-09-07
1
-0/+21
*
SF #989185: Drop unicode.iswide() and unicode.width() and add
Hye-Shik Chang
2004-08-04
1
-18/+0
*
Allow string and unicode return types from .encode()/.decode()
Marc-André Lemburg
2004-07-08
1
-0/+11
*
- SF #962502: Add two more methods for unicode type; width() and
Hye-Shik Chang
2004-06-02
1
-0/+18
*
Add rsplit method for str and unicode builtin types.
Hye-Shik Chang
2003-12-15
1
-0/+20
*
Add name mangling for new PyUnicode_FromOrdinal() and fix declaration
Marc-André Lemburg
2002-08-12
1
-1/+3
*
Excise DL_EXPORT from Include.
Mark Hammond
2002-08-12
1
-72/+72
*
Add C API PyUnicode_FromOrdinal() which exposes unichr() at C level.
Marc-André Lemburg
2002-08-11
1
-0/+12
*
Fix for bug [ 561796 ] string.find causes lazy error
Marc-André Lemburg
2002-05-29
1
-1/+2
*
Apply patch diff.txt from SF feature request
Walter Dörwald
2002-04-22
1
-0/+7
*
SF patch #470578: Fixes to synchronize unicode() and str()
Guido van Rossum
2001-10-19
1
-10/+9
*
Patch #435971: UTF-7 codec by Brian Quinlan.
Marc-André Lemburg
2001-09-20
1
-0/+18
*
Fix for bug #462737.
Marc-André Lemburg
2001-09-19
1
-3/+3
*
Possibly the end of SF [#460020] bug or feature: unicode() and subclasses.
Tim Peters
2001-09-11
1
-0/+2
*
Make the Py<type>_Check() macro use PyObject_TypeCheck().
Guido van Rossum
2001-08-30
1
-1/+1
*
Patch #445762: Support --disable-unicode
Martin v. Löwis
2001-08-17
1
-0/+7
*
SF patch #438013 Remove 2-byte Py_UCS2 assumptions
Tim Peters
2001-08-09
1
-6/+0
*
As discussed on python-dev: this patch adds name mangling to
Marc-André Lemburg
2001-07-31
1
-0/+150
*
Add _PyUnicode_AsDefaultEncodedString to unicodeobject.h.
Jeremy Hylton
2001-07-30
1
-0/+17
*
removed "register const" from scalar arguments to the unicode
Fredrik Lundh
2001-06-27
1
-15/+15
*
use Py_UNICODE_WIDE instead of USE_UCS4_STORAGE and Py_UNICODE_SIZE
Fredrik Lundh
2001-06-27
1
-6/+7
*
Encode surrogates in UTF-8 even for a wide Py_UNICODE.
Martin v. Löwis
2001-06-27
1
-0/+3
*
Make Unicode work a bit better on Windows...
Fredrik Lundh
2001-06-26
1
-0/+8
*
Support using UCS-4 as the Py_UNICODE type:
Martin v. Löwis
2001-06-26
1
-30/+23
*
experimental UCS-4 support: added USE_UCS4_STORAGE define to
Fredrik Lundh
2001-06-26
1
-12/+19
*
This patch changes the behaviour of the UTF-16 codec family. Only the
Marc-André Lemburg
2001-05-21
1
-4/+5
*
This patch originated from an idea by Martin v. Loewis who submitted a
Marc-André Lemburg
2001-04-23
1
-2/+6
[next]