1. 08 Mar, 2002 4 commits
  2. 07 Mar, 2002 4 commits
  3. 06 Mar, 2002 4 commits
    • Michael W. Hudson's avatar
      Test for · 8a1ce30d
      Michael W. Hudson authored
      [ 526039 ] devious code can crash structseqs
      
      Bugfix candidate.
      8a1ce30d
    • Michael W. Hudson's avatar
      Special support for pickling os.stat and os.stat_vfs results portably · b30c9b69
      Michael W. Hudson authored
      (the types come from different modules on different platforms).
      
      Added tests for pickling these types.
      
      May be a bugfix candidate.
      b30c9b69
    • Michael W. Hudson's avatar
      Apply (my) patch: · 8209d7d1
      Michael W. Hudson authored
      [ 526072 ] pickling os.stat results round II
      
      structseq's constructors can now take "invisible" fields in a dict.
      Gave the constructors better error messages.
      their __reduce__ method puts these fields in a dict.
      
      (this is all in aid of getting os.stat_result's to pickle portably)
      
      Also fixes
      
      [ 526039 ] devious code can crash structseqs
      
      Thought needed about how much of this counts as a bugfix.  Certainly
      #526039 needs to be fixed.
      8209d7d1
    • Fred Drake's avatar
      Added missing version annotation for dict(). · 47123b69
      Fred Drake authored
      47123b69
  4. 05 Mar, 2002 7 commits
  5. 04 Mar, 2002 3 commits
  6. 03 Mar, 2002 8 commits
  7. 02 Mar, 2002 6 commits
  8. 01 Mar, 2002 4 commits