1. 14 Mar, 2009 1 commit
  2. 25 Jul, 2008 1 commit
  3. 30 May, 2008 1 commit
  4. 01 May, 2007 1 commit
  5. 18 May, 2006 1 commit
  6. 17 May, 2006 1 commit
  7. 20 Jan, 2006 3 commits
  8. 20 Sep, 2005 1 commit
  9. 01 Jan, 2005 1 commit
  10. 13 Dec, 2004 1 commit
  11. 10 Dec, 2004 1 commit
  12. 26 Jul, 2004 1 commit
  13. 10 Apr, 2004 1 commit
  14. 23 Mar, 2004 1 commit
  15. 30 Mar, 2003 1 commit
  16. 09 Nov, 2002 1 commit
  17. 05 Nov, 2002 1 commit
  18. 03 Nov, 2002 1 commit
  19. 19 Oct, 2002 1 commit
  20. 25 Mar, 2002 1 commit
  21. 13 Aug, 2001 1 commit
  22. 16 Apr, 2001 1 commit
    • Guido van Rossum's avatar
      Implement Mark Favas's suggestion. There's a clear bug in _group(): · 6e14be9e
      Guido van Rossum authored
      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.
      6e14be9e
  23. 13 Apr, 2001 1 commit
    • Martin v. Löwis's avatar
      Patch #415777: new grouping strategy. · 8e0461f8
      Martin v. Löwis authored
      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.
      8e0461f8
  24. 23 Mar, 2001 1 commit
  25. 09 Feb, 2001 1 commit
  26. 24 Jan, 2001 2 commits
  27. 21 Jan, 2001 1 commit
  28. 16 Jul, 2000 1 commit
    • Thomas Wouters's avatar
      Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either · 764fa074
      Thomas Wouters authored
      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 ;)
      764fa074
  29. 10 Jul, 2000 1 commit
  30. 09 Jul, 2000 2 commits
    • Fredrik Lundh's avatar
      - repaired locale.py for non-windows platforms. the try/except · 4fcf39cf
      Fredrik Lundh authored
        checked for the wrong exception.  my fault.  sorry.
        (first reported by Alex Coventry)
      4fcf39cf
    • Fredrik Lundh's avatar
      - merged setlocale and set_locale. the internal setlocale · 987ab5b2
      Fredrik Lundh authored
        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)
      987ab5b2
  31. 28 Jun, 2000 1 commit
  32. 08 Jun, 2000 1 commit
  33. 07 Jun, 2000 1 commit
  34. 04 Feb, 2000 1 commit
    • Guido van Rossum's avatar
      Actually, the previous batch's comment should have been different; · 7341e067
      Guido van Rossum authored
      *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.
      7341e067
  35. 26 Mar, 1998 1 commit
  36. 19 Nov, 1997 1 commit