1. 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
  2. 10 Tem, 2000 1 kayıt (commit)
  3. 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
  4. 28 Haz, 2000 1 kayıt (commit)
  5. 08 Haz, 2000 1 kayıt (commit)
  6. 07 Haz, 2000 1 kayıt (commit)
  7. 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
  8. 26 Mar, 1998 1 kayıt (commit)
  9. 19 Kas, 1997 2 kayıt (commit)