1. 05 Nis, 1999 15 kayıt (commit)
  2. 04 Nis, 1999 3 kayıt (commit)
  3. 02 Nis, 1999 1 kayıt (commit)
  4. 01 Nis, 1999 1 kayıt (commit)
  5. 30 Mar, 1999 2 kayıt (commit)
    • Guido van Rossum's avatar
      Per Cederqvist writes: · 60e7330f
      Guido van Rossum yazdı
      If you send something like "PUT / HTTP/1.0" to something derived from
      BaseHTTPServer that doesn't define do_PUT, you will get a response
      that begins like this:
      
      	HTTP/1.0 501 Unsupported method ('do_PUT')
      	Server: SimpleHTTP/0.3 Python/1.5
      	Date: Tue, 30 Mar 1999 18:53:53 GMT
      
      The server should complain about 'PUT' instead of 'do_PUT'.  This
      patch should fix the problem.
      60e7330f
    • Fred Drake's avatar
      Added "Documenting Python" to the index. · 275e8348
      Fred Drake yazdı
      275e8348
  6. 29 Mar, 1999 12 kayıt (commit)
  7. 28 Mar, 1999 1 kayıt (commit)
    • Guido van Rossum's avatar
      Tim Peters writes: · 02ef28b9
      Guido van Rossum yazdı
      I should have waited overnight <wink/sigh>.  Nothing wrong with the one I
      sent, but I couldn't resist going on to add new -r1 / -r2 cmdline options
      for recreating the original files from ndiff's output.  That's attached, if
      you're game!  Us Windows guys don't usually have a sed sitting around
      <wink>.
      02ef28b9
  8. 27 Mar, 1999 2 kayıt (commit)
  9. 26 Mar, 1999 3 kayıt (commit)