Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
7560d7a2457c20f507bb2bc665ffae51e3fb668c
/
Objects
/
stringlib
/
unicodedefs.h
559e5d7
#2630: Implement PEP 3138.
by Georg Brandl
· 17 years ago
5807c41
Merged revisions 63078 via svnmerge from
by Eric Smith
· 17 years ago
8fd3eba
Fixes for shared 2.6 code that implements PEP 3101, advanced string formatting.
by Eric Smith
· 17 years ago
519a042
Replace PyObject_Unicode with PyObject_Str everywhere, and remove the
by Thomas Heller
· 17 years ago
60d241f
For PEP3137: Adds missing methods to the mutable PyBytes object (soon
by Gregory P. Smith
· 18 years ago
37f1038
Changed to use 'U' argument to PyArg_ParseTuple, instead of manually checking for unicode objects.
by Eric Smith
· 18 years ago
79710cd
Changed STRINGLIB_CMP from an inline function to a macro in order to avoid a 'defined but not used' warning.
by Eric Smith
· 18 years ago
8c66326
Implementation of PEP 3101, Advanced String Formatting.
by Eric Smith
· 18 years ago