Files
cpython/Modules
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-08-13 18:12:26 +00:00
2008-02-03 07:20:53 +00:00
2008-01-18 08:04:57 +00:00
2008-01-21 21:28:32 +00:00
2007-05-09 18:10:47 +00:00
2006-05-29 13:53:16 +00:00
2007-03-10 07:38:14 +00:00
2008-01-18 08:53:45 +00:00
2008-02-02 05:24:44 +00:00
2007-11-12 18:58:08 +00:00
2006-09-16 17:36:37 +00:00
2006-04-22 01:58:40 +00:00
2007-12-19 19:41:06 +00:00
2008-01-23 14:07:13 +00:00
2006-06-12 03:05:40 +00:00
2008-01-18 07:30:20 +00:00