1. 09 Apr, 2009 3 commits
    • Collin Winter's avatar
      Issue 5665: add more pickling tests. · f8089c77
      Collin Winter authored
      - Add tests for the module-level load() and dump() functions.
      - Add tests for cPickle's internal data structures, stressing workloads
      with many gets/puts.
      - Add tests for the Pickler and Unpickler classes, in particular the
      memo attribute.
      - test_xpickle is extended to test backwards compatibility with Python
      2.4, 2.5 and 2.6 by round-tripping pickled objects through a worker
      process. This is guarded with a regrtest -u xpickle resource.
      f8089c77
    • Andrew M. Kuchling's avatar
      Typo fixes · 5963185b
      Andrew M. Kuchling authored
      5963185b
    • Andrew M. Kuchling's avatar
      Add items · 24520b43
      Andrew M. Kuchling authored
      24520b43
  2. 08 Apr, 2009 6 commits
  3. 07 Apr, 2009 7 commits
  4. 06 Apr, 2009 4 commits
  5. 05 Apr, 2009 20 commits