1. 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
  2. 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
  3. 04 Kas, 1999 1 kayıt (commit)
  4. 12 Eki, 1999 1 kayıt (commit)
  5. 11 Eki, 1999 1 kayıt (commit)
  6. 20 Nis, 1998 1 kayıt (commit)
  7. 30 Mar, 1998 1 kayıt (commit)
  8. 26 Mar, 1998 1 kayıt (commit)
  9. 29 Ara, 1997 2 kayıt (commit)
  10. 10 Ara, 1997 2 kayıt (commit)
  11. 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
  12. 22 Eki, 1997 1 kayıt (commit)
  13. 20 Eki, 1997 1 kayıt (commit)
  14. 02 Nis, 1997 1 kayıt (commit)
  15. 25 Mar, 1997 1 kayıt (commit)
  16. 14 Mar, 1997 1 kayıt (commit)
  17. 26 Agu, 1996 1 kayıt (commit)
  18. 20 Agu, 1996 1 kayıt (commit)
  19. 08 Agu, 1996 1 kayıt (commit)
  20. 23 Tem, 1996 1 kayıt (commit)
  21. 11 Haz, 1996 1 kayıt (commit)
  22. 28 May, 1996 1 kayıt (commit)
  23. 10 Agu, 1995 1 kayıt (commit)
  24. 22 Haz, 1995 1 kayıt (commit)
  25. 14 Mar, 1995 1 kayıt (commit)
  26. 17 Agu, 1994 1 kayıt (commit)
  27. 01 Agu, 1994 1 kayıt (commit)
  28. 08 Kas, 1993 1 kayıt (commit)
    • Guido van Rossum's avatar
      * string.py: added rindex(), rfind(); changed index() to interpret · e65cce5e
      Guido van Rossum yazdı
        negative start indices starting from the right.
      * ftplib.py: debug() -> set_debuglevel(); change demo to use __init__().
      * os.py: added execl, execlp, and execvp.
      * lambda.py: removed (now that we have built-in map, reduce, bagof, lambda)
      * test_b{1,2}.py, testall.out: added tests for bagof, lambda, map, reduce
      * commands.py: use os, not posix
      * test_grammar.py: make it easy to disable non-portable int overflow tests
      * dis.py: don't abuse range()
      e65cce5e
  29. 22 Eki, 1993 1 kayıt (commit)
    • Guido van Rossum's avatar
      * profile.py, pdb.py: added help() function · e61fa0a1
      Guido van Rossum yazdı
      * builtin.py: b/w compat for builtin -> __builtin__ name change
      * string.py: added atof() and atol() and corresponding exceptions
      * test_types.py: added test for list sort with  user comparison function
      e61fa0a1
  30. 29 Tem, 1993 1 kayıt (commit)
  31. 24 May, 1993 1 kayıt (commit)
  32. 29 Mar, 1993 1 kayıt (commit)
    • Guido van Rossum's avatar
      * Fix bug in tzparse.py for DST timezone · e7113b6b
      Guido van Rossum yazdı
      * Added whatis command to pdb.py
      * new module GET.py (GL definitions from <gl/get.h>)
      * rect.py: is_empty takes a rect as argument, not two points.
      * Added tests for builtin round() [XXX not yet complete!]
      e7113b6b
  33. 26 Kas, 1992 1 kayıt (commit)
  34. 05 Kas, 1992 1 kayıt (commit)
    • Guido van Rossum's avatar
      * change default line numbers for 'list' in pdb.py · c629d34c
      Guido van Rossum yazdı
      * changed eval() into getattr() in cmd.py
      * added dirname(), basename() and (dummy) normath() to macpath.py
      * renamed nntp.py to nntplib.py
      * Made string.index() compatible with strop.index()
      * Make string.atoi('') raise string.atoi_error rather than ValueError
      * Added dirname() and normpath() to posixpath.
      c629d34c
  35. 18 Eki, 1992 1 kayıt (commit)
  36. 20 Eyl, 1992 1 kayıt (commit)
  37. 19 Agu, 1992 1 kayıt (commit)
  38. 06 Agu, 1992 1 kayıt (commit)