1. 19 Tem, 2008 1 kayıt (commit)
  2. 24 Haz, 2008 1 kayıt (commit)
  3. 09 Haz, 2008 1 kayıt (commit)
  4. 26 May, 2008 1 kayıt (commit)
  5. 11 May, 2008 1 kayıt (commit)
    • Eric Smith's avatar
      Addresses issue 2802: 'n' formatting for integers. · cf537ff3
      Eric Smith yazdı
      Adds 'n' as a format specifier for integers, to mirror the same
      specifier which is already available for floats.  'n' is the same as
      'd', but inserts the current locale-specific thousands grouping.
      
      I added this as a stringlib function, but it's only used by str type,
      not unicode.  This is because of an implementation detail in
      unicode.format(), which does its own str->unicode conversion.  But the
      unicode version will be needed in 3.0, and it may be needed by other
      code eventually in 2.6 (maybe decimal?), so I left it as a stringlib
      implementation.  As long as the unicode version isn't instantiated,
      there's no overhead for this.
      cf537ff3
  6. 30 Nis, 2008 1 kayıt (commit)
  7. 17 Mar, 2008 2 kayıt (commit)
  8. 20 Şub, 2008 1 kayıt (commit)
  9. 05 Ock, 2008 1 kayıt (commit)
  10. 03 Tem, 2006 1 kayıt (commit)
  11. 29 May, 2006 2 kayıt (commit)
  12. 25 May, 2006 1 kayıt (commit)
  13. 11 Nis, 2006 1 kayıt (commit)
  14. 15 Şub, 2006 1 kayıt (commit)
  15. 08 Ock, 2006 1 kayıt (commit)
  16. 18 Ara, 2005 2 kayıt (commit)
  17. 08 Haz, 2004 1 kayıt (commit)