1. 01 May, 2007 1 kayıt (commit)
  2. 18 May, 2006 1 kayıt (commit)
  3. 17 May, 2006 1 kayıt (commit)
  4. 20 Ock, 2006 3 kayıt (commit)
  5. 20 Eyl, 2005 1 kayıt (commit)
  6. 01 Ock, 2005 1 kayıt (commit)
  7. 13 Ara, 2004 1 kayıt (commit)
  8. 10 Ara, 2004 1 kayıt (commit)
  9. 26 Tem, 2004 1 kayıt (commit)
  10. 10 Nis, 2004 1 kayıt (commit)
  11. 23 Mar, 2004 1 kayıt (commit)
  12. 30 Mar, 2003 1 kayıt (commit)
  13. 09 Kas, 2002 1 kayıt (commit)
  14. 05 Kas, 2002 1 kayıt (commit)
  15. 03 Kas, 2002 1 kayıt (commit)
  16. 19 Eki, 2002 1 kayıt (commit)
  17. 25 Mar, 2002 1 kayıt (commit)
  18. 13 Agu, 2001 1 kayıt (commit)
  19. 16 Nis, 2001 1 kayıt (commit)
    • Guido van Rossum's avatar
      Implement Mark Favas's suggestion. There's a clear bug in _group(): · 67addfe2
      Guido van Rossum yazdı
      its first return statement returns a single value while its caller
      always expects it to return a tuple of two items.  Fix this by
      returning (s, 0) instead.
      
      This won't make the locale test on Irix succeed, but now it will fail
      because of a bug in the platform's en_US locale rather than because of
      a bug in the locale module.
      67addfe2
  20. 13 Nis, 2001 1 kayıt (commit)
    • Martin v. Löwis's avatar
      Patch #415777: new grouping strategy. · 88ad12af
      Martin v. Löwis yazdı
      fixes bug #414940, and redoes the fix for #129417 in a different way.
      It also fixes a number of other problems with locale-specific formatting:
      If there is leading or trailing spaces, then no grouping should be applied
      in the spaces, and the total length of the string should not be changed
      due to grouping.
      Also added test case which works only if the en_US locale is available.
      88ad12af
  21. 23 Mar, 2001 1 kayıt (commit)
  22. 09 Şub, 2001 1 kayıt (commit)
  23. 24 Ock, 2001 2 kayıt (commit)
  24. 21 Ock, 2001 1 kayıt (commit)
  25. 16 Tem, 2000 1 kayıt (commit)
    • Thomas Wouters's avatar
      Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either · 7e474022
      Thomas Wouters yazdı
      comments, docstrings or error messages. I fixed two minor things in
      test_winreg.py ("didn't" -> "Didn't" and "Didnt" -> "Didn't").
      
      There is a minor style issue involved: Guido seems to have preferred English
      grammar (behaviour, honour) in a couple places. This patch changes that to
      American, which is the more prominent style in the source. I prefer English
      myself, so if English is preferred, I'd be happy to supply a patch myself ;)
      7e474022
  26. 10 Tem, 2000 1 kayıt (commit)
  27. 09 Tem, 2000 2 kayıt (commit)
    • Fredrik Lundh's avatar
      - repaired locale.py for non-windows platforms. the try/except · 0466132e
      Fredrik Lundh yazdı
        checked for the wrong exception.  my fault.  sorry.
        (first reported by Alex Coventry)
      0466132e
    • Fredrik Lundh's avatar
      - merged setlocale and set_locale. the internal setlocale · 6c86b99d
      Fredrik Lundh yazdı
        function is overridden by a python version which accepts
        *either* a string (old behaviour) or a locale tuple.
      
      - renamed a few methods (for consistency):
      
              get_locale => getlocale
              get_default_locale => getdefaultlocale
              set_to_default => resetlocale (!)
      
      - the _locale implementation module can now implement
        an optional _getdefaultlocale function.  if that function
        isn't available, a POSIX-based approach is used (checking
        LANG and other environment variables, as usual).
      
      (patch #100765)
      6c86b99d
  28. 28 Haz, 2000 1 kayıt (commit)
  29. 08 Haz, 2000 1 kayıt (commit)
  30. 07 Haz, 2000 1 kayıt (commit)
  31. 04 Şub, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      Actually, the previous batch's comment should have been different; · 4b8c6eaf
      Guido van Rossum yazdı
      *this* set of patches is Ka-Ping's final sweep:
      
      The attached patches update the standard library so that all modules
      have docstrings beginning with one-line summaries.
      
      A new docstring was added to formatter.  The docstring for os.py
      was updated to mention nt, os2, ce in addition to posix, dos, mac.
      4b8c6eaf
  32. 26 Mar, 1998 1 kayıt (commit)
  33. 19 Kas, 1997 2 kayıt (commit)