1. 29 Haz, 1999 7 kayıt (commit)
  2. 27 Haz, 1999 4 kayıt (commit)
  3. 25 Haz, 1999 18 kayıt (commit)
  4. 24 Haz, 1999 2 kayıt (commit)
    • Guido van Rossum's avatar
      Clarify the example by explicitly importing the fcntl module -- this · cf6905f9
      Guido van Rossum yazdı
      avoid being fooled into thinking that fcntl and FCNTL are the same
      thing -- they aren't!  (fcntl is the extension, FCNTL.py is h2py
      output that defines all the constants).
      
      (XXX The example is still weird -- I think there's a more portable way
      to do locking now.  That's for someone else to fix...)
      cf6905f9
    • Guido van Rossum's avatar
      Sjoerd Mullender writes: · 336a201d
      Guido van Rossum yazdı
      Urllib makes the URL of the opened file available through the geturl
      method of the returned object.  For local files, this consists of
      file: plus the name of the file.  This results in an invalid URL if
      the file name was relative.  This patch fixes this so that the
      returned URL is just a relative URL in that case.  When the file name
      is absolute, the URL returned is of the form file:///absolute/path.
      
      [I guess that a URL of the form "file:foo.html" is illegal...  GvR]
      336a201d
  5. 23 Haz, 1999 9 kayıt (commit)