summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_undocumented_details.py
Commit message (Collapse)AuthorAgeFilesLines
* #7092 - Silence more py3k deprecation warnings, using ↵Florent Xicluna2010-03-211-2/+3
| | | | test_support.check_py3k_warnings() helper.
* Remove unused imports in test modules.Georg Brandl2010-02-071-2/+1
|
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-4/+2
| | | | mistake. ( It may come in for sure tough)
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ↵Senthil Kumaran2010-01-081-2/+4
| | | | Patch by flox
* Add py3k warnings for object, type, cell and dict comparisons. This should ↵Steven Bethard2008-03-181-0/+39
resolve issue2342 and partly resolve issue2373.