1. 09 Nov, 2000 1 commit
    • Chris McDonough's avatar
      changeOwnership method of Owned mixin failed when in "non-recursive" mode when... · 1f8ea369
      Chris McDonough authored
      changeOwnership method of Owned mixin failed when in "non-recursive" mode when trying to set child._owner = child._owner.  Why it was doing this I have no idea.  I changed it to set child._owner = new.  The trunk version of this method is significantly different than the 2.2.X branch version in other ways, so I can't make an analogous change to the 2.2.X branch.
      1f8ea369
  2. 06 Nov, 2000 1 commit
  3. 04 Nov, 2000 1 commit
  4. 03 Nov, 2000 2 commits
  5. 01 Nov, 2000 3 commits
  6. 31 Oct, 2000 1 commit
  7. 30 Oct, 2000 1 commit
  8. 27 Oct, 2000 1 commit
  9. 25 Oct, 2000 1 commit
  10. 22 Oct, 2000 1 commit
  11. 18 Oct, 2000 2 commits
  12. 17 Oct, 2000 5 commits
  13. 16 Oct, 2000 2 commits
  14. 13 Oct, 2000 1 commit
  15. 12 Oct, 2000 3 commits
  16. 11 Oct, 2000 1 commit
  17. 10 Oct, 2000 4 commits
  18. 09 Oct, 2000 2 commits
  19. 06 Oct, 2000 3 commits
  20. 05 Oct, 2000 1 commit
  21. 04 Oct, 2000 1 commit
    • Jim Fulton's avatar
      Folded in a number of changes from Python CVS. · 7ae1c480
      Jim Fulton authored
      Added a new "base" type, IOobject for which most of the
      operations are defined.  This will, hopefully clarify
      some of the logic.
      
      Added close test to raise proper error when operations
      are performed on closed StringIOs.
      
      Added a position argument to the truncate method.
      
      Added a size argument to readline.
      
      Added PyArg_Parse calls for methods that don't take arguments to
      make sure they don't take arguments.
      
      Guido-fied some of the indentation.
      7ae1c480
  22. 01 Oct, 2000 2 commits