1. 07 Tem, 2004 7 kayıt (commit)
  2. 06 Tem, 2004 6 kayıt (commit)
  3. 05 Tem, 2004 12 kayıt (commit)
  4. 04 Tem, 2004 9 kayıt (commit)
  5. 03 Tem, 2004 6 kayıt (commit)
    • Raymond Hettinger's avatar
      Namespace cleanups: · 9ec3e3b6
      Raymond Hettinger yazdı
      * delete temporary globals immediately after use
      * move a global into a class variable
      * Rename BasicDefaultContext and ExtendedDefaultContext
        to BasicContext and ExtendedContext.
      9ec3e3b6
    • Raymond Hettinger's avatar
      * Make the tests independent of the default precision. · 6ea48458
      Raymond Hettinger yazdı
      * Change the default precision to 28 (to match VB's decimal type).
      6ea48458
    • Vinay Sajip's avatar
      Refactored RotatingFileHandler to create a base class for rotating handlers.… · 17c52d84
      Vinay Sajip yazdı
      Refactored RotatingFileHandler to create a base class  for rotating handlers. Added TimedRotatingFileHandler.
      17c52d84
    • Vinay Sajip's avatar
      Changed basicConfig() to add keyword arguments. Changes are backward-compatible. · 779e0c93
      Vinay Sajip yazdı
      Added error checking to log() to check that level is an integer, and raise a TypeError if not (as long as raiseExceptions is set).
      Minor documentation corrections.
      779e0c93
    • Vinay Sajip's avatar
      Moved example section up to just after the section on Logger objects, and… · a13c60b8
      Vinay Sajip yazdı
      Moved example section up to just after the section on Logger objects, and changed it to use the new basicConfig() API
      a13c60b8
    • Raymond Hettinger's avatar
      Work through several open todos: · d9c0a7ae
      Raymond Hettinger yazdı
      * Added test for pickling contexts
      * Renamed ExceptionList to Signals (to match wording in the spec)
      * Simplified Context constructor by allowing flags=None to automatically
        generate a zeroed-out flags dictionary.
      * inlined _convertString() which was used only once
      * _rounding_decision is private, so excluded its contants from __all__.
      * added an XXX comment with concerns about subclassing signals results in
        a deviation from the spec (maybe important, maybe not).
      * Taught the test_suite to determine its own directory (modeled after code
        in regrtest.py).  Enables it to be run when the current directory is not
        the test directory.
      * Added a clear_flags() method to the Context API to make it easier to do
        a common operation with flags.
      * Fixed the trap_enablers defaults in BasicDefaultContext to match the spec.
      d9c0a7ae