1. 15 Oct, 2009 1 commit
  2. 02 Oct, 2009 1 commit
  3. 18 Sep, 2009 1 commit
  4. 06 Aug, 2009 1 commit
  5. 11 Jun, 2009 1 commit
    • Tres Seaver's avatar
      Backported r91724 from the trunk: · e6558614
      Tres Seaver authored
      - Moved exception MountedStorageError from ZODB.POSExceptions
        to Products.TemporaryFolder.mount (now its only client).
      
      - LP #253362:  Moved Zope2-specific module, ZODB/Mount.py, to
        Products/TemporaryFolder/mount.py (its only client is
        Products/TemporaryFolder/TemporaryFolder.py).
      
      - Removed spurious import-time dependencies from
        Products/ZODBMountPoint/MountedObject.py.
      e6558614
  6. 07 May, 2009 1 commit
  7. 02 May, 2009 1 commit
  8. 01 May, 2009 1 commit
  9. 27 Apr, 2009 1 commit
  10. 26 Apr, 2009 5 commits
  11. 15 Apr, 2009 1 commit
  12. 25 Mar, 2009 1 commit
  13. 13 Mar, 2009 1 commit
  14. 10 Mar, 2009 1 commit
  15. 04 Mar, 2009 2 commits
  16. 21 Feb, 2009 1 commit
  17. 15 Feb, 2009 1 commit
  18. 09 Feb, 2009 2 commits
  19. 04 Feb, 2009 2 commits
  20. 01 Feb, 2009 1 commit
  21. 29 Jan, 2009 1 commit
  22. 21 Jan, 2009 1 commit
  23. 05 Jan, 2009 2 commits
  24. 03 Jan, 2009 2 commits
  25. 02 Jan, 2009 2 commits
  26. 26 Dec, 2008 1 commit
  27. 14 Dec, 2008 3 commits
  28. 13 Dec, 2008 1 commit
    • Martijn Pieters's avatar
      Port improvements from ExtendedPathIndex: · 013aad15
      Martijn Pieters authored
      - The level < 0 case is basically the union of all searches for levels 0
        through to max. Just call search() for each level and use multiunion on all
        the results.
      - Shorten the 'no-such-path' detection to one test.
      013aad15