- 11 Apr, 2009 9 commits
-
-
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 6 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 07 Apr, 2009 7 commits
-
-
Jack Diederich authored
- Break the gc cycle in negotiation tests - test the different guarantees of read_lazy and read_very_lazy
-
Raymond Hettinger authored
-
Jack Diederich authored
-
Vinay Sajip authored
Issue #5695: Minor tweak to improve the code as suggested by Brett Cannon and as implemented in the Py3K branch.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 06 Apr, 2009 2 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-