1. 26 Nis, 2011 1 kayıt (commit)
  2. 13 Eyl, 2010 1 kayıt (commit)
  3. 18 Eyl, 2009 1 kayıt (commit)
  4. 30 Haz, 2009 1 kayıt (commit)
  5. 23 May, 2009 2 kayıt (commit)
  6. 14 Mar, 2009 1 kayıt (commit)
    • Eric Smith's avatar
      Issue 5237, Allow auto-numbered replacement fields in str.format() strings. · 6f42edb6
      Eric Smith yazdı
      For simple uses for str.format(), this makes the typing easier. Hopfully this
      will help in the adoption of str.format().
      
      For example:
      'The {} is {}'.format('sky', 'blue')
      
      You can mix and matcth auto-numbering and named replacement fields:
      'The {} is {color}'.format('sky', color='blue')
      
      But you can't mix and match auto-numbering and specified numbering:
      'The {0} is {}'.format('sky', 'blue')
      ValueError: cannot switch from manual field specification to automatic field numbering
      
      Will port to 3.1.
      6f42edb6
  7. 02 Agu, 2008 1 kayıt (commit)
  8. 03 May, 2008 1 kayıt (commit)
  9. 23 Şub, 2008 1 kayıt (commit)
  10. 17 Şub, 2008 1 kayıt (commit)
    • Eric Smith's avatar
      Backport of PEP 3101, Advanced String Formatting, from py3k. · a9f7d624
      Eric Smith yazdı
      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).
      a9f7d624
  11. 11 Haz, 2007 2 kayıt (commit)
  12. 09 Haz, 2007 2 kayıt (commit)
  13. 26 Nis, 2005 1 kayıt (commit)
  14. 26 Agu, 2004 1 kayıt (commit)
  15. 01 May, 2003 1 kayıt (commit)
  16. 31 Mar, 2003 1 kayıt (commit)
  17. 21 Şub, 2003 1 kayıt (commit)