1. 13 Jul, 2011 1 commit
  2. 15 Jun, 2011 1 commit
  3. 31 Jul, 2010 1 commit
  4. 10 Jul, 2010 1 commit
  5. 19 Jun, 2010 1 commit
  6. 05 Jun, 2010 1 commit
  7. 01 Apr, 2010 2 commits
  8. 12 Jan, 2010 2 commits
  9. 08 Feb, 2009 1 commit
  10. 02 Jan, 2009 1 commit
    • Tres Seaver's avatar
      Merged 'tseaver-no_globals_imports' branch: · 9b1c5b1b
      Tres Seaver authored
      o Replaced  imports from the 'Globals' module throughout the tree with
        imports from the actual modules;  the 'Globals' module was always intended
        to be an area for shared data, rather than a "facade" for imports.
      
      o Added 'zope.deferredimport.deprecation' entries to 'Globals/__init__.py'
        for all previously imported symbols / modules.
      
      o Moved 'ApplicationdefaultPermissions' from 'App/class_init.py' to
        'AccessCoontrol/Permission.py', to avoid possible import cycle in
        third-party code.
      
      o Moved canonical location of UNIQUE / REPLACEABLE / NOT_REPLACEABLE
        constants from 'Globals' to 'OFS.ObjectManager'.
      
      o Removed 'stuffGlobals' hack in favor of the deferred / deprecation
        imports.
      9b1c5b1b
  11. 28 Apr, 2008 1 commit
  12. 24 Aug, 2006 3 commits
  13. 28 Jun, 2006 4 commits
  14. 02 May, 2006 1 commit
  15. 07 Mar, 2006 2 commits
  16. 16 Jan, 2006 1 commit
  17. 22 Dec, 2005 1 commit
  18. 13 Dec, 2005 1 commit
  19. 21 Nov, 2005 1 commit
  20. 18 Nov, 2005 3 commits
  21. 13 Oct, 2005 1 commit
    • Sidnei da Silva's avatar
      · 7aef1e27
      Sidnei da Silva authored
      - Forward port fix from 2.8 branch
      
            - OFS.Image.manage_FTPget() would str() it's .data attribute,
              potentially loading the whole file in memory as a
              string. Changed to use RESPONSE.write() iterating through the
              Pdata chain, just like index_html().
      7aef1e27
  22. 12 Oct, 2005 1 commit
    • Sidnei da Silva's avatar
      · 94bdc066
      Sidnei da Silva authored
            - OFS.Image.manage_FTPget() would str() it's .data attribute,
              potentially loading the whole file in memory as a
              string. Changed to use RESPONSE.write() iterating through the
              Pdata chain, just like index_html().
      94bdc066
  23. 04 Oct, 2005 2 commits
    • Tim Peters's avatar
      Merge rev 38757 from 2.8 branch. · b8bb602b
      Tim Peters authored
      Putative fix for Collector 1912.
      
      File._read_data():  This uses savepoints just to get oids assigned
      and to free memory, with no possibility of rollback.  Therefore
      "optimistic" savepoints should be used:  there's no reason here to
      insist that any data managers involved support rollback.
      b8bb602b
    • Tim Peters's avatar
      Putative fix for Collector 1912. · da718a07
      Tim Peters authored
      File._read_data():  This uses savepoints just to get oids assigned
      and to free memory, with no possibility of rollback.  Therefore
      "optimistic" savepoints should be used:  there's no reason here to
      insist that any data managers involved support rollback.
      da718a07
  24. 12 Jul, 2005 1 commit
  25. 03 Jun, 2005 2 commits
  26. 29 Mar, 2005 1 commit
  27. 28 Mar, 2005 1 commit
  28. 27 Jan, 2005 1 commit