1. 20 Tem, 2001 1 kayıt (commit)
  2. 18 Şub, 2001 1 kayıt (commit)
  3. 15 Şub, 2001 1 kayıt (commit)
    • Skip Montanaro's avatar
      bunch more __all__ lists · 0de65807
      Skip Montanaro yazdı
      also modified check_all function to suppress all warnings since they aren't
      relevant to what this test is doing (allows quiet checking of regsub, for
      instance)
      0de65807
  4. 09 Şub, 2001 2 kayıt (commit)
  5. 15 Ock, 2001 1 kayıt (commit)
  6. 19 Ara, 2000 1 kayıt (commit)
  7. 18 Eyl, 2000 2 kayıt (commit)
  8. 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
  9. 03 Tem, 2000 1 kayıt (commit)
  10. 05 Nis, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      Marc-Andre's third try at this bulk patch seems to work (except that · 9e896b37
      Guido van Rossum yazdı
      his copy of test_contains.py seems to be broken -- the lines he
      deleted were already absent).  Checkin messages:
      
      
      New Unicode support for int(), float(), complex() and long().
      
      - new APIs PyInt_FromUnicode() and PyLong_FromUnicode()
      - added support for Unicode to PyFloat_FromString()
      - new encoding API PyUnicode_EncodeDecimal() which converts
        Unicode to a decimal char* string (used in the above new
        APIs)
      - shortcuts for calls like int(<int object>) and float(<float obj>)
      - tests for all of the above
      
      Unicode compares and contains checks:
      - comparing Unicode and non-string types now works; TypeErrors
        are masked, all other errors such as ValueError during
        Unicode coercion are passed through (note that PyUnicode_Compare
        does not implement the masking -- PyObject_Compare does this)
      - contains now works for non-string types too; TypeErrors are
        masked and 0 returned; all other errors are passed through
      
      Better testing support for the standard codecs.
      
      Misc minor enhancements, such as an alias dbcs for the mbcs codec.
      
      Changes:
      - PyLong_FromString() now applies the same error checks as
        does PyInt_FromString(): trailing garbage is reported
        as error and not longer silently ignored. The only characters
        which may be trailing the digits are 'L' and 'l' -- these
        are still silently ignored.
      - string.ato?() now directly interface to int(), long() and
        float(). The error strings are now a little different, but
        the type still remains the same. These functions are now
        ready to get declared obsolete ;-)
      - PyNumber_Int() now also does a check for embedded NULL chars
        in the input string; PyNumber_Long() already did this (and
        still does)
      
      Followed by:
      
      Looks like I've gone a step too far there... (and test_contains.py
      seem to have a bug too).
      
      I've changed back to reporting all errors in PyUnicode_Contains()
      and added a few more test cases to test_contains.py (plus corrected
      the join() NameError).
      9e896b37
  11. 10 Mar, 2000 1 kayıt (commit)
  12. 10 Şub, 2000 1 kayıt (commit)
    • Fred Drake's avatar
      Detabify. · 857c4c36
      Fred Drake yazdı
      I ran "expand" instead of using Skip's patch, but it's all the same.
      857c4c36
  13. 04 Şub, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      The third and final doc-string sweep by Ka-Ping Yee. · e7b146fb
      Guido van Rossum yazdı
      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.
      e7b146fb
  14. 04 Kas, 1999 1 kayıt (commit)
  15. 12 Eki, 1999 1 kayıt (commit)
  16. 11 Eki, 1999 1 kayıt (commit)
  17. 20 Nis, 1998 1 kayıt (commit)
  18. 30 Mar, 1998 1 kayıt (commit)
  19. 26 Mar, 1998 1 kayıt (commit)
  20. 29 Ara, 1997 2 kayıt (commit)
  21. 10 Ara, 1997 2 kayıt (commit)
  22. 01 Ara, 1997 1 kayıt (commit)
    • Guido van Rossum's avatar
      In string.split(), honor maxsplit (if > 0). · 06ba34c5
      Guido van Rossum yazdı
      In string.splitfields(), ignore maxsplit if <= 0, rather than ignoring
      maxsplit=0 but effectively treating negative numbers the same as
      maxsplit=1.  Also made the test for maxsplit slightly more efficient
      (set it to the length of the string when <= 0 so the test for its
      presence can be omitted from the loop).
      06ba34c5
  23. 22 Eki, 1997 1 kayıt (commit)
  24. 20 Eki, 1997 1 kayıt (commit)
  25. 02 Nis, 1997 1 kayıt (commit)
  26. 25 Mar, 1997 1 kayıt (commit)
  27. 14 Mar, 1997 1 kayıt (commit)
  28. 26 Agu, 1996 1 kayıt (commit)
  29. 20 Agu, 1996 1 kayıt (commit)
  30. 08 Agu, 1996 1 kayıt (commit)
  31. 23 Tem, 1996 1 kayıt (commit)
  32. 11 Haz, 1996 1 kayıt (commit)
  33. 28 May, 1996 1 kayıt (commit)
  34. 10 Agu, 1995 1 kayıt (commit)
  35. 22 Haz, 1995 1 kayıt (commit)
  36. 14 Mar, 1995 1 kayıt (commit)