This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author BreamoreBoy
Recipients BreamoreBoy, belopolsky, ezio.melotti, hodgestar, lemburg, loewis, vstinner
Date 2015-04-30.23:45:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430437526.88.0.871050625722.issue10435@psf.upfronthosting.co.za>
In-reply-to
Content
List of just about everything that's in the header file but not in the rst file as I'm not sure which bits you normally wouldn't bother with.

Py_USING_UNICODE
Py_UNICODE_SIZE
Py_UNICODE_WIDE
Py_UNICODE_COPY
Py_UNICODE_FILL
Py_UNICODE_HIGH_SURROGATE
Py_UNICODE_LOW_SURROGATE
Py_UNICODE_MATCH
PyUnicode_WSTR_LENGTH
PyUnicode_AS_DATA
PyUnicode_IS_ASCII
PyUnicode_IS_COMPACT
PyUnicode_IS_COMPACT_ASCII
PyUnicode_IS_READY
Py_UNICODE_REPLACEMENT_CHARACTER 
PyUnicode_FromString
PyUnicode_GetMax
PyUnicode_Resize
PyUnicode_InternImmortal
PyUnicode_CHECK_INTERNED
PyUnicode_FromOrdinal
PyUnicode_GetDefaultEncoding
PyUnicode_AsDecodedObject
PyUnicode_AsDecodedUnicode
PyUnicode_AsEncodedObject
PyUnicode_AsEncodedUnicode
PyUnicode_BuildEncodingMap
PyUnicode_DecodeCodePageStateful
PyUnicode_EncodeDecimal
PyUnicode_Append
PyUnicode_AppendAndDel
PyUnicode_Partition
PyUnicode_RPartition
PyUnicode_RSplit
PyUnicode_IsIdentifier
Py_UNICODE_strlen
Py_UNICODE_strcpy
Py_UNICODE_strcat
Py_UNICODE_strncpy
Py_UNICODE_strcmp
Py_UNICODE_strncmp
Py_UNICODE_strchr
Py_UNICODE_strrchr
History
Date User Action Args
2015-04-30 23:45:26BreamoreBoysetrecipients: + BreamoreBoy, lemburg, loewis, belopolsky, vstinner, ezio.melotti, hodgestar
2015-04-30 23:45:26BreamoreBoysetmessageid: <1430437526.88.0.871050625722.issue10435@psf.upfronthosting.co.za>
2015-04-30 23:45:26BreamoreBoylinkissue10435 messages
2015-04-30 23:45:26BreamoreBoycreate