1. 08 Mar, 2002 9 commits
  2. 07 Mar, 2002 4 commits
  3. 06 Mar, 2002 4 commits
    • Michael W. Hudson's avatar
      Test for · 02b28ec3
      Michael W. Hudson authored
      [ 526039 ] devious code can crash structseqs
      
      Bugfix candidate.
      02b28ec3
    • Michael W. Hudson's avatar
      Special support for pickling os.stat and os.stat_vfs results portably · 0e02530a
      Michael W. Hudson authored
      (the types come from different modules on different platforms).
      
      Added tests for pickling these types.
      
      May be a bugfix candidate.
      0e02530a
    • Michael W. Hudson's avatar
      Apply (my) patch: · ce358e30
      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.
      ce358e30
    • Fred Drake's avatar
      Added missing version annotation for dict(). · da8a6dd0
      Fred Drake authored
      da8a6dd0
  4. 05 Mar, 2002 7 commits
  5. 04 Mar, 2002 3 commits
  6. 03 Mar, 2002 8 commits
  7. 02 Mar, 2002 5 commits