1. 20 Dec, 1999 11 commits
  2. 19 Dec, 1999 2 commits
  3. 18 Dec, 1999 2 commits
  4. 17 Dec, 1999 5 commits
  5. 16 Dec, 1999 10 commits
  6. 15 Dec, 1999 7 commits
  7. 14 Dec, 1999 3 commits
    • Guido van Rossum's avatar
      Only set msg.fp to None when there are no extra arguments; if there · d929fb48
      Guido van Rossum authored
      are, we must keep the file around so we can print the body.
      d929fb48
    • Fred Drake's avatar
      Added support for getlogin(); does *not* use getlogin_r() where · 39ff82d8
      Fred Drake authored
      available since the interface is poorly defined on at least one major
      platform (Solaris).
      
      Moved table of constant names for fpathconf() & pathconf() into the
      conditional that defines the conv_path_confname() helper; Mark Hammond
      reported that defining the table when none of the constants were
      defined causes the compiler to complain (won't allow 0-length array,
      imagine that!).
      
      In posix_fpathconf(), use conv_path_confname() as the O& conversion
      function, instead of the conv_confname() helper, which has the wrong
      signature (posix_pathconf() already used the right thing).
      39ff82d8
    • Fred Drake's avatar
      Remove test for getlogin_r(); the interface is not clearly defined, at · b28b852e
      Fred Drake authored
      least on Solaris (sometimes it's Unix98, sometimes it conforms to an
      early draft).
      
      Properly generate config.h.in using autoheader instead of editing it
      manually; thanks, Guido!
      b28b852e