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. 28 Mar, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      Fredrik Lundh: · 93a7c0fe
      Guido van Rossum yazdı
      This fixes a bunch of socket.connect(host, post) calls.  Note that I
      haven't tested all modules -- I don't have enough servers here...
      93a7c0fe
  3. 10 Şub, 2000 1 kayıt (commit)
    • Barry Warsaw's avatar
      Added new exception classes: · 9dd78729
      Barry Warsaw yazdı
          NNTPError - derived from Exception, it's the base class for all
          other exceptions in this module
      
          NNTPReplyError - what used to be error_reply
      
          NNTPTemporaryError - what used to be error_temp
      
          NNTPPermanentError - what used to be error_perm
      
          NNTPProtocolError - what used to be error_proto
      
          NNTPDataError - what used to be error_data
      
      All the old names are retained for backwards compatibility; they point
      to the class that replaces them.  Also, any code in this module that
      raises an exception, now does so with the exception class.
      
      NNTP.__init__(): Added a new optional argument `readermode', which is
      a flag that defaults to false.  When set to true, the "mode reader"
      command is sent to the NNTP server before user authentication.  Reader
      mode is sometimes necessary if you are connecting to an NNTP server on
      the local machine and intend to call reader-specific comamnds, such as
      `group'.  If you get unexpected NNTPPermanentErrors, you might need to
      set readermode.  Patch provided by Thomas Wouters (who include the
      standard disclaimer on is patches@python.org submission), and inspired
      by Jim Tittsler.
      9dd78729
  4. 04 Şub, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      More trivial comment -> docstring transformations by Ka-Ping Yee, · 54f22ed3
      Guido van Rossum yazdı
      who writes:
      
      Here is batch 2, as a big collection of CVS context diffs.
      Along with moving comments into docstrings, i've added a
      couple of missing docstrings and attempted to make sure more
      module docstrings begin with a one-line summary.
      
      I did not add docstrings to the methods in profile.py for
      fear of upsetting any careful optimizations there, though
      i did move class documentation into class docstrings.
      
      The convention i'm using is to leave credits/version/copyright
      type of stuff in # comments, and move the rest of the descriptive
      stuff about module usage into module docstrings.  Hope this is
      okay.
      54f22ed3
  5. 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
  6. 30 Haz, 1998 1 kayıt (commit)
  7. 26 Mar, 1998 1 kayıt (commit)
  8. 22 Eki, 1997 1 kayıt (commit)
  9. 20 Eki, 1997 1 kayıt (commit)
  10. 26 Agu, 1997 1 kayıt (commit)
  11. 17 Tem, 1997 1 kayıt (commit)
  12. 14 Mar, 1997 1 kayıt (commit)
  13. 14 Şub, 1996 1 kayıt (commit)
  14. 22 Eyl, 1995 1 kayıt (commit)
  15. 30 Mar, 1995 1 kayıt (commit)
  16. 10 Ock, 1995 1 kayıt (commit)
  17. 01 Agu, 1994 1 kayıt (commit)
  18. 17 Ara, 1993 1 kayıt (commit)
  19. 26 Kas, 1992 1 kayıt (commit)
  20. 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