1. 07 Ara, 2004 1 kayıt (commit)
  2. 12 Şub, 2004 1 kayıt (commit)
  3. 09 Şub, 2001 2 kayıt (commit)
  4. 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
  5. 10 Şub, 2000 1 kayıt (commit)
  6. 12 Eki, 1999 1 kayıt (commit)
  7. 20 Nis, 1998 1 kayıt (commit)
  8. 30 Mar, 1998 1 kayıt (commit)
  9. 26 Mar, 1998 1 kayıt (commit)
  10. 29 Ara, 1997 2 kayıt (commit)
  11. 10 Ara, 1997 2 kayıt (commit)
  12. 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
  13. 22 Eki, 1997 1 kayıt (commit)
  14. 20 Eki, 1997 1 kayıt (commit)
  15. 02 Nis, 1997 1 kayıt (commit)
  16. 25 Mar, 1997 1 kayıt (commit)
  17. 14 Mar, 1997 1 kayıt (commit)
  18. 26 Agu, 1996 1 kayıt (commit)
  19. 20 Agu, 1996 1 kayıt (commit)
  20. 08 Agu, 1996 1 kayıt (commit)
  21. 23 Tem, 1996 1 kayıt (commit)
  22. 11 Haz, 1996 1 kayıt (commit)
  23. 28 May, 1996 1 kayıt (commit)
  24. 10 Agu, 1995 1 kayıt (commit)
  25. 22 Haz, 1995 1 kayıt (commit)
  26. 14 Mar, 1995 1 kayıt (commit)
  27. 17 Agu, 1994 1 kayıt (commit)
  28. 01 Agu, 1994 1 kayıt (commit)
  29. 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
  30. 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
  31. 29 Tem, 1993 1 kayıt (commit)
  32. 24 May, 1993 1 kayıt (commit)
  33. 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
  34. 26 Kas, 1992 1 kayıt (commit)
  35. 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
  36. 18 Eki, 1992 1 kayıt (commit)
  37. 20 Eyl, 1992 1 kayıt (commit)