1. 28 Jun, 2003 17 commits
  2. 27 Jun, 2003 22 commits
  3. 26 Jun, 2003 1 commit
    • Jeremy Hylton's avatar
      Don't call constructor() from pickle(). · 75678228
      Jeremy Hylton authored
      The constructor() call only made sense when it registered the
      constructor as safe for unpickling.  We should probably remove the
      module-global function, but need to worry about backwards
      compatibility.
      75678228