1. 21 Ara, 1998 1 kayıt (commit)
    • Guido van Rossum's avatar
      Marc-Andre Lemburg notes about statparse(): · 98c17b3a
      Guido van Rossum yazdı
      """
      The message ID is returned lowercased and there is no way to access
      the original ID the server sent. Now at least some news servers
      are very picky about the case of the ID and return errors when
      fetching articles with mixed case given a lowercased version
      of the ID.
      
      The solution is simple: remove the string.lower() call.
      """
      
      (I might add that the lowercasing was probably introduced as a result
      of sloppy copy-and-paste coding; there's a string.lower in a similar
      piece of code a bit higher in the source, that makes more sense --
      it's lowercasing the group name.)
      98c17b3a
  2. 30 Haz, 1998 1 kayıt (commit)
  3. 26 Mar, 1998 1 kayıt (commit)
  4. 22 Eki, 1997 1 kayıt (commit)
  5. 20 Eki, 1997 1 kayıt (commit)
  6. 26 Agu, 1997 1 kayıt (commit)
  7. 17 Tem, 1997 1 kayıt (commit)
  8. 14 Mar, 1997 1 kayıt (commit)
  9. 14 Şub, 1996 1 kayıt (commit)
  10. 22 Eyl, 1995 1 kayıt (commit)
  11. 30 Mar, 1995 1 kayıt (commit)
  12. 10 Ock, 1995 1 kayıt (commit)
  13. 01 Agu, 1994 1 kayıt (commit)
  14. 17 Ara, 1993 1 kayıt (commit)
  15. 26 Kas, 1992 1 kayıt (commit)
  16. 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