1. 02 Feb, 2003 24 commits
  2. 01 Feb, 2003 15 commits
  3. 31 Jan, 2003 1 commit
    • Tim Peters's avatar
      The various datetime object __setstate__() methods are no longer public · 506be287
      Tim Peters authored
      (pickling no longer needs them, and immutable objects shouldn't have
      visible __setstate__() methods regardless).  Rearranged the code to
      put the internal setstate functions in the constructor sections.
      Repaired the timedelta reduce() method, which was still producing
      stuff that required a public timedelta.__setstate__() when unpickling.
      506be287