1. 28 Oct, 1997 3 commits
    • Jim Fulton's avatar
      Changed semantics is acquire method: · e88bd5f7
      Jim Fulton authored
        - Available for Impleicit and Explicit,
      
        - Does not filter names with leading underscore,
      
        - Accepts optional 'filter' and 'extra' arguments.  If 'filter'
          is provided, then it must be a callable object and it is
          called with four arguments:
      
            inst -- The object in which an attribute is found
      
            name -- The attribute name
      
            v -- The attribute value
      
            extra -- The 'extra' value passed to 'acquire' or None.
      
          The filter function should return 1 if the attribute should
          be returned by acquire and 0 otherwise.  It may also raise an
          error, in which case the error is propigated.
      e88bd5f7
    • 's avatar
      Fixed evil MSIE cookie handling. · fb42f412
      authored
      fb42f412
    • Paul Everitt's avatar
      Small change to docstring. · a956717d
      Paul Everitt authored
      a956717d
  2. 27 Oct, 1997 9 commits
  3. 23 Oct, 1997 7 commits
  4. 22 Oct, 1997 4 commits
  5. 16 Oct, 1997 1 commit
  6. 10 Oct, 1997 8 commits
  7. 09 Oct, 1997 5 commits
  8. 05 Oct, 1997 2 commits
  9. 03 Oct, 1997 1 commit