1. 05 Apr, 1999 1 commit
  2. 04 Apr, 1999 3 commits
  3. 02 Apr, 1999 1 commit
  4. 01 Apr, 1999 1 commit
    • Guido van Rossum's avatar
      Jonathan Giddy write: · 8ff764f1
      Guido van Rossum authored
      In test_cpickle.py, the module os got imported, but the line to remove
      the temp file has gone missing.
      8ff764f1
  5. 30 Mar, 1999 2 commits
    • Guido van Rossum's avatar
      Per Cederqvist writes: · 60e7330f
      Guido van Rossum authored
      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 authored
      275e8348
  6. 29 Mar, 1999 12 commits
  7. 28 Mar, 1999 1 commit
    • Guido van Rossum's avatar
      Tim Peters writes: · 02ef28b9
      Guido van Rossum authored
      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 commits
  9. 26 Mar, 1999 8 commits
  10. 25 Mar, 1999 9 commits