1. 03 Şub, 2000 3 kayıt (commit)
    • Guido van Rossum's avatar
      According to Harri Pasanen, the Solaris+gcc test for LINKFORSHARED · ff484183
      Guido van Rossum yazdı
      needed an adaptation for the latest gcc -- we need to grep stderr as
      well as stdout for the magic string BFD.  (Does anybody know what BFD
      means?)
      ff484183
    • Guido van Rossum's avatar
      According to Harri Pasanen, the Solaris+gcc test for LINKFORSHARED · 9c6ba9b5
      Guido van Rossum yazdı
      needed an adaptation for the latest gcc -- we need to grep stderr as
      well as stdout for the magic string BFD.  (Does anybody know what BFD
      means?)
      9c6ba9b5
    • Guido van Rossum's avatar
      # module filecmp · 43265bef
      Guido van Rossum yazdı
      # combo of old cmp, cmpcache and dircmp with redundancies removed
      #
      # bugs fixed:
      #   dircmp.dircmp was not ignoring IGNORES
      #   old stuff could falsely report files as "identical" when contents actually differed
      #
      # enhancements:
      #   dircmp has a more straightforward interface
      #cmp enhanced by Moshe Zadca
      #dircmp enhanced byGordon McMillan
      
      [some layout changes by GvR]
      43265bef
  2. 02 Şub, 2000 6 kayıt (commit)
  3. 01 Şub, 2000 2 kayıt (commit)
    • Guido van Rossum's avatar
      Sjoerd Mullender writes: · 3c8baeda
      Guido van Rossum yazdı
      Fixed a TypeError: not enough arguments; expected 4, got 3.
      When authentication is needed, the default http_error_401 method calls
      retry_http_basic_auth.  The default version of that method expected a
      data argument which wasn't provided, so now we provide the argument if
      it was given and we also made the data argument optional.
      
      Also changed other calls where data was optional to not pass data if
      it was not passed to the calling method (in line with other similar
      occurances).
      3c8baeda
    • Fred Drake's avatar
  4. 31 Ock, 2000 1 kayıt (commit)
  5. 30 Ock, 2000 6 kayıt (commit)
  6. 24 Ock, 2000 4 kayıt (commit)
  7. 21 Ock, 2000 1 kayıt (commit)
  8. 20 Ock, 2000 6 kayıt (commit)
  9. 19 Ock, 2000 1 kayıt (commit)
  10. 18 Ock, 2000 1 kayıt (commit)
  11. 17 Ock, 2000 9 kayıt (commit)