1. 03 Ock, 2003 6 kayıt (commit)
  2. 02 Ock, 2003 31 kayıt (commit)
  3. 01 Ock, 2003 3 kayıt (commit)
    • Tim Peters's avatar
      A quicker astimezone() implementation, rehabilitating an earlier · f3615155
      Tim Peters yazdı
      suggestion from Guido, along with a formal correctness proof of the
      trickiest bit.  The intricacy of the proof reveals how delicate this
      is, but also how robust the conclusion:  correctness doesn't rely on
      dst() returning +- one hour (not all real time zones do!), it only
      relies on:
      
      1. That dst() returns a (any) non-zero value if and only if daylight
         time is in effect.
      
      and
      
      2. That the tzinfo subclass implements a consistent notion of time zone.
      
      The meaning of "consistent" was a hidden assumption, which is now an
      explicit requirement in the docs.  Alas, it's an unverifiable (by the
      datetime implementation) requirement, but so it goes.
      f3615155
    • Skip Montanaro's avatar
      mention built-in constants. · 0233bd9c
      Skip Montanaro yazdı
      0233bd9c
    • Skip Montanaro's avatar
      process libconsts.tex · 1f041e7a
      Skip Montanaro yazdı
      1f041e7a