1. 28 Nov, 2002 4 commits
  2. 27 Nov, 2002 2 commits
  3. 26 Nov, 2002 4 commits
  4. 25 Nov, 2002 3 commits
  5. 24 Nov, 2002 4 commits
  6. 23 Nov, 2002 2 commits
  7. 22 Nov, 2002 6 commits
  8. 21 Nov, 2002 4 commits
    • Fred Drake's avatar
      - zLOG.severity(): Convenience function that converts a value to a · 0dafb70a
      Fred Drake authored
        severity level.  This allows the common names to be used for
        severities, not just integers.  This can make configuration data
        less obscure.
      
      - Refactor initialize():
        get_environment_info() pulls information from the environment
        variables, and this gets passed to initialize_log(), which does
        nothing to determine the source of the configuration data.
      
      - New method initialize_with_config():  Load information not provided
        by the environment from a ZConfig section.  This allows the
        environment to override a config file, and avoids having the
        application deal with the specific information needed to configure
        logging.
      0dafb70a
    • Barry Warsaw's avatar
      BerkeleyConfig: I think a reasonable checkpoint interval is 2 minutes. · dae72f0b
      Barry Warsaw authored
      Jim suggests that autopack never do a full gc'ing pack by default, so
      let's set the classicpack default to zero.
      
      __init__(): Pass the absolute path to the DB environment's db_home  as
      the name argument to the base class constructor.  This gives a unique
      value for sortKeys().
      
      env_from_string(): Keith Bostic suggests we stick with DB_RECOVER.
      dae72f0b
    • Barry Warsaw's avatar
      Bump the version number. · c114d675
      Barry Warsaw authored
      c114d675
    • Martijn Pieters's avatar
      Allow ModuleSecurityInfo objects to be reused even after they have been · 5ecd5692
      Martijn Pieters authored
      applied to ttheir modules.
      
      When trusted code or module refreshes ask for a ModuleSecurityInfo object
      that was already applied, previously a new one would be created, including
      new ones for the parent packages. This could cause declartion for *other*
      packages to be removed when this new Info object is reapplied later on.
      5ecd5692
  9. 20 Nov, 2002 2 commits
  10. 19 Nov, 2002 9 commits