1. 06 Nis, 1999 2 kayıt (commit)
    • Guido van Rossum's avatar
      Withdraw the UNC support from splitdrive(). Instead, a new function · f3c695c4
      Guido van Rossum yazdı
      splitunc() parses UNC paths.  The contributor of the UNC parsing in
      splitdrive() doesn't like it, but I haven't heard a good reason to
      keep it, and it causes some problems.  (I think there's a
      philosophical problem -- to me, the split*() functions are purely
      syntactical, and the fact that \\foo is not a valid path doesn't mean
      that it shouldn't be considered an absolute path.)
      
      Also (quite separately, but strangely related to the philosophical
      issue above) fix abspath() so that if win32api exists, it doesn't fail
      when the path doesn't actually exist -- if GetFullPathName() fails,
      fall back on the old strategy (join with getcwd() if neccessary, and
      then use normpath()).
      f3c695c4
    • Guido van Rossum's avatar
      For BeOS PowerPC. Chris Herborth. · 81376807
      Guido van Rossum yazdı
      81376807
  2. 05 Nis, 1999 15 kayıt (commit)
  3. 04 Nis, 1999 3 kayıt (commit)
  4. 02 Nis, 1999 1 kayıt (commit)
  5. 01 Nis, 1999 1 kayıt (commit)
  6. 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
  7. 29 Mar, 1999 12 kayıt (commit)
  8. 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
  9. 27 Mar, 1999 2 kayıt (commit)
  10. 26 Mar, 1999 1 kayıt (commit)