Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
e6fc7401a92c7b51a80782d8095819b9909a0322
/
Objects
/
stringlib
/
stringdefs.h
f2c5484
Merged revisions 77461 via svnmerge from
by Antoine Pitrou
· 15 years ago
da2ecaf
Merged revisions 77241 via svnmerge from
by Antoine Pitrou
· 15 years ago
0f78bff
Issue #5748: bytesobject.c should not have its own private defines for stringlib macros. Also removed unused defines and include for localutil.h.
by Eric Smith
· 15 years ago
6dc46f5
Merged revisions 72040 via svnmerge from
by Eric Smith
· 16 years ago
a3b1ac8
Added ',' thousands grouping to int.__format__. See PEP 378.
by Eric Smith
· 16 years ago
559e5d7
#2630: Implement PEP 3138.
by Georg Brandl
· 17 years ago
72b710a
Renamed PyString to PyBytes
by Christian Heimes
· 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
37f1038
Changed to use 'U' argument to PyArg_ParseTuple, instead of manually checking for unicode objects.
by Eric Smith
· 18 years ago
8c66326
Implementation of PEP 3101, Advanced String Formatting.
by Eric Smith
· 18 years ago