summaryrefslogtreecommitdiff
path: root/Lib/test/test_xpickle.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #892902: Disable newly added tests in test_xpickle.Serhiy Storchaka2015-11-071-0/+8
* Restored test_xpickle compatibility with Python 2.5.Serhiy Storchaka2015-01-311-2/+4
* Issue #19949: The test_xpickle test now tests compatibility with installedSerhiy Storchaka2015-01-271-65/+52
* Avoid testing stuff that's been fixed in 2.7 on older PythonsAntoine Pitrou2011-10-041-0/+4
* Don't run xpickle tests when the reference interpreter doesn't have test_supportAntoine Pitrou2010-10-101-2/+3
* #7092: Silence more py3k warnings. Patch by Florent Xicluna.Ezio Melotti2010-02-031-1/+1
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-1/+1
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-1/+1
* Issue 5665: add more pickling tests.Collin Winter2009-04-091-7/+223
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-6/+4
* Whitespace normalization.Tim Peters2003-02-191-1/+1
* Removed unused cut'n'paste import.Tim Peters2003-02-131-1/+0
* We didn't have any tests making pickles with one of {pickle, cPickle},Tim Peters2003-02-131-0/+47