- 12 Apr, 2009 12 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Georg Brandl authored
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
Georg Brandl authored
-
Eric Smith authored
-
- 11 Apr, 2009 11 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Georg Brandl authored
-
R. David Murray authored
fix to Issue1161031, refactoring the test to simplify it in the process.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
Nick Coghlan authored
Issue 5354: Provide a standardised testing mechanism for doing fresh imports of modules, including the ability to block extension modules in order to test the pure Python fallbacks
-
Chris Withers authored
-
- 10 Apr, 2009 7 commits
-
-
Raymond Hettinger authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 09 Apr, 2009 9 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
R. David Murray authored
its clarity and its speed.
-
Tarek Ziadé authored
-
Georg Brandl authored
-
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.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
- 08 Apr, 2009 1 commit
-
-
Georg Brandl authored
-