Files
cpython/Python
Eric Smith a9f7d62480 Backport of PEP 3101, Advanced String Formatting, from py3k.
Highlights:
 - Adding PyObject_Format.
 - Adding string.Format class.
 - Adding __format__ for str, unicode, int, long, float, datetime.
 - Adding builtin format.
 - Adding ''.format and u''.format.
 - str/unicode fixups for formatters.

The files in Objects/stringlib that implement PEP 3101 (stringdefs.h,
unicodedefs.h, formatter.h, string_format.h) are identical in trunk
and py3k.  Any changes from here on should be made to trunk, and
changes will propogate to py3k).
2008-02-17 19:46:49 +00:00
..
2006-04-13 13:08:58 +00:00
2008-01-23 17:15:06 +00:00
2008-01-07 16:41:57 +00:00
2008-01-30 17:21:22 +00:00
2008-02-01 07:22:59 +00:00
2008-02-04 18:00:12 +00:00
2005-07-09 15:26:33 +00:00
2008-01-18 08:47:59 +00:00