1. 10 Jun, 1998 2 commits
    • Guido van Rossum's avatar
      Some changes suggested/provided by Eric Raymond: · 0d42c6b4
      Guido van Rossum authored
      - explain seekable
      - when seekable==1, test fp.tell() and set it to 0 if that fails
      - support overridable method iscomment(line) to weed out comments
      - check for unread() method on file object before trying to seek
      
      And one of my own:
      
      - Add a get() method which behaves like a dictionary's get(); this is
      actually implemented by giving getheader() an optional second argument
      to specify the default, and aliasing get to getheader.
      0d42c6b4
    • Guido van Rossum's avatar
      Document several variables that were previously undocumented, · f7537a09
      Guido van Rossum authored
      including the new __stdin__, __stdout__ and __stderr__.
      Also moved setttrace around to its proper place in the alphabet.
      f7537a09
  2. 09 Jun, 1998 13 commits
  3. 08 Jun, 1998 2 commits
  4. 29 May, 1998 20 commits
  5. 28 May, 1998 3 commits