1. 28 Oct, 2007 1 commit
  2. 27 Oct, 2007 1 commit
  3. 24 Oct, 2007 1 commit
    • Laurence Rowe's avatar
      * Move all timezone usage to use pytz · 622aa860
      Laurence Rowe authored
      * Add support to timezone aware datetime conversion
      * Correct capitalization of Brazil/DeNoronha
      
      All previous timezone names are tested against the new pytz based timezones.
      This test shows that the following zones changed when pytz support was added
      (i.e. not in this commit):
      
      t1 = time.mktime(datetime(2002, 1, 1).timetuple())
      t2 = time.mktime(datetime(2002, 7, 1).timetuple())
      expected_failures = [ # zone.info(t1)     newzone.info(t1)     zone.info(t2)     newzone.info(t2)
          'Jamaica',        # (-18000, 0, 'EST') (-18000, 0, 'EST') (-14400, 1, 'EDT') (-18000, 0, 'EST')
          'Turkey',         # (10800, 0, 'EET') (7200, 0, 'EET') (14400, 1, 'EET DST') (10800, 1, 'EEST')
          'Mexico/BajaSur', # (-25200, 0, 'MST') (-25200, 0, 'MST') (-25200, 0, 'MST') (-21600, 1, 'MDT')
          'Mexico/General', # (-21600, 0, 'CST') (-21600, 0, 'CST') (-21600, 0, 'CST') (-18000, 1, 'CDT')
          'Canada/Yukon',   # (-32400, 0, 'YST') (-28800, 0, 'PST') (-28800, 1, 'YDT') (-25200, 1, 'PDT')
          'Brazil/West',    # (-10800, 1, 'WDT') (-14400, 0, 'AMT') (-14400, 0, 'WST') (-14400, 0, 'AMT')
          'Brazil/Acre',    # (-14400, 1, 'ADT') (-18000, 0, 'ACT') (-18000, 0, 'AST') (-18000, 0, 'ACT')
          ]
      
      The most likely explanation for this is that the old database was out of date.
      622aa860
  4. 23 Oct, 2007 1 commit
  5. 22 Oct, 2007 1 commit
  6. 20 Oct, 2007 4 commits
  7. 18 Oct, 2007 4 commits
  8. 17 Oct, 2007 1 commit
  9. 16 Oct, 2007 1 commit
    • Hanno Schlichting's avatar
      Added LAZY_FILE_LOADING constant to PageTemplateFile. When set to True Page... · e8cf6e06
      Hanno Schlichting authored
      Added LAZY_FILE_LOADING constant to PageTemplateFile. When set to True Page Template files aren't lo
      aded and parsed on Zope startup anymore, but on first access instead. When complex add-ons like Plon
      e are installed this can safe up to 30% of the Zope startup time. This gets a ZConfig switch ones I 
      figured out how to write one ;)
      e8cf6e06
  10. 13 Oct, 2007 1 commit
  11. 04 Oct, 2007 3 commits
  12. 03 Oct, 2007 2 commits
  13. 02 Oct, 2007 1 commit
  14. 01 Oct, 2007 3 commits
  15. 29 Sep, 2007 2 commits
    • Andreas Jung's avatar
      cleanup, docs · 27b211b9
      Andreas Jung authored
      27b211b9
    • Andreas Jung's avatar
      Testing/custom_zodb.py: added support use a different storage other · 04a5c63c
      Andreas Jung authored
      than DemoStorage. A dedicated FileStorage can be mount by setting the
      $TEST_FILESTORAGE environment variable to a custom Data.fs file.  A 
      ZEO server can be configured using the $TEST_ZEO_HOST and 
      $TEST_ZEO_PORT environment variables. This new functionality allows us
      to use the standard Zope testrunner for writing and running tests
      against existing Zope installations.
      04a5c63c
  16. 25 Sep, 2007 1 commit
  17. 24 Sep, 2007 1 commit
  18. 16 Sep, 2007 2 commits
  19. 15 Sep, 2007 1 commit
  20. 14 Sep, 2007 1 commit
  21. 09 Sep, 2007 3 commits
  22. 08 Sep, 2007 2 commits
  23. 01 Sep, 2007 1 commit
  24. 25 Aug, 2007 1 commit