Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
bca8c2ebea40b9bd90e07b8c48faf11d6aaa4998
/
Include
/
unicodeobject.h
c60e6f7
Patch #435971: UTF-7 codec by Brian Quinlan.
by Marc-André Lemburg
· 23 years ago
5e6007c
Fix for bug #462737.
by Marc-André Lemburg
· 23 years ago
78e0fc7
Possibly the end of SF [#460020] bug or feature: unicode() and subclasses.
by Tim Peters
· 23 years ago
5eef77a
Make the Py<type>_Check() macro use PyObject_TypeCheck().
by Guido van Rossum
· 23 years ago
339d0f7
Patch #445762: Support --disable-unicode
by Martin v. Löwis
· 23 years ago
772747b
SF patch #438013 Remove 2-byte Py_UCS2 assumptions
by Tim Peters
· 23 years ago
b5ac6f6
As discussed on python-dev: this patch adds name mangling to
by Marc-André Lemburg
· 23 years ago
3ce4538
Add _PyUnicode_AsDefaultEncodedString to unicodeobject.h.
by Jeremy Hylton
· 23 years ago
72b0685
removed "register const" from scalar arguments to the unicode predicates
by Fredrik Lundh
· 23 years ago
8f45585
use Py_UNICODE_WIDE instead of USE_UCS4_STORAGE and Py_UNICODE_SIZE tests.
by Fredrik Lundh
· 23 years ago
ce9b5a5
Encode surrogates in UTF-8 even for a wide Py_UNICODE.
by Martin v. Löwis
· 23 years ago
9b14ab3
Make Unicode work a bit better on Windows...
by Fredrik Lundh
· 23 years ago
0ba70cc
Support using UCS-4 as the Py_UNICODE type:
by Martin v. Löwis
· 23 years ago
1294ad0
experimental UCS-4 support: added USE_UCS4_STORAGE define to
by Fredrik Lundh
· 23 years ago
489b56e
This patch changes the behaviour of the UTF-16 codec family. Only the
by Marc-André Lemburg
· 24 years ago
8155e0e
This patch originated from an idea by Martin v. Loewis who submitted a
by Marc-André Lemburg
· 24 years ago
1a731c6
Added #fndef's to avoid compiler errors.
by Marc-André Lemburg
· 24 years ago
bff879c
This patch finalizes the move from UTF-8 to a default encoding in
by Marc-André Lemburg
· 24 years ago
16b1ad9
Changing the CNRI copyright notice according to CNRI's instructions.
by Guido van Rossum
· 24 years ago
5f37591
ANSIfications: fix empty arglists, and remove the checks for
by Thomas Wouters
· 24 years ago
7e47402
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
by Thomas Wouters
· 24 years ago
5a5c81a
Added new API PyUnicode_FromEncodedObject() which supports decoding
by Marc-André Lemburg
· 24 years ago
4327910
Bill Tutt: Added Py_UCS4 typedef to hold UCS4 values (these need
by Marc-André Lemburg
· 24 years ago
f03e741
Modified the ISALPHA and ISALNUM macros to use the new lookup APIs
by Marc-André Lemburg
· 24 years ago
a9c103b
Added new Py_UNICODE_ISALPHA() and Py_UNICODE_ISALNUM() macros
by Marc-André Lemburg
· 24 years ago
2f4d0e9
Marc-Andre Lemburg <mal@lemburg.com>:
by Marc-André Lemburg
· 24 years ago
cb093fe
M.-A. Lemburg <mal@lemburg.com>:
by Fred Drake
· 25 years ago
004d64f
Marc-Andre Lemburg:
by Guido van Rossum
· 25 years ago
52c2359
Marc-Andre Lemburg: New exported API PyUnicode_Resize().
by Guido van Rossum
· 25 years ago
9e896b3
Marc-Andre's third try at this bulk patch seems to work (except that
by Guido van Rossum
· 25 years ago
24bdb04
Marc-Andre Lemburg:
by Guido van Rossum
· 25 years ago
efec115
Prototypes added for MBCS codecs. (Win32 only.)
by Guido van Rossum
· 25 years ago
51ac580
On 17-Mar-2000, Marc-Andre Lemburg said:
by Barry Warsaw
· 25 years ago
d0d366b
Marc-Andre Lemburg: add declaration for PyUnicode_Contains().
by Guido van Rossum
· 25 years ago
d822518
Unicode implementation by Marc-Andre Lemburg based on original code by Fredrik Lundh.
by Guido van Rossum
· 25 years ago