summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 84100 via svnmerge fromFlorent Xicluna2010-08-161-3/+3
* Merged revisions 82529 via svnmerge fromFlorent Xicluna2010-08-161-3/+6
* Issue #8433: Fix test_curses failure caused by newer versions ofMark Dickinson2010-08-131-1/+1
* #9543: Fix regression introduced in r83624.Ezio Melotti2010-08-121-0/+25
* TestCase.skipTest is not defined in Python 2.6Florent Xicluna2010-08-111-2/+2
* Run test_py3kwarn first to avoid failures with -3.Ezio Melotti2010-08-032-3/+7
* Fix buildbot failure in test_os.pyEzio Melotti2010-08-032-2/+4
* Fix deprecation warnings in test_sets.pyEzio Melotti2010-08-031-2/+3
* Fix deprecation warnings in test_set.pyEzio Melotti2010-08-031-8/+13
* Try again to fix the buildbots.Ezio Melotti2010-08-031-2/+1
* Fix deprecation warnings in test_commands.pyEzio Melotti2010-08-031-4/+4
* Fix deprecation warnings in test_cgi.pyEzio Melotti2010-08-031-2/+3
* Merged revisions 83643 via svnmerge fromRonald Oussoren2010-08-031-4/+4
* Merged revisions 79191 via svnmerge fromEzio Melotti2010-08-031-7/+3
* quiet, not quite.Ezio Melotti2010-08-031-1/+1
* Fix deprecation warnings in test_file.pyEzio Melotti2010-08-031-5/+9
* Fix deprecation warnings in test_long_future.pyEzio Melotti2010-08-031-3/+4
* Fix deprecation warnings in test_os.pyEzio Melotti2010-08-031-8/+10
* Try to fix test_struct.py on some buildbots.Ezio Melotti2010-08-031-1/+1
* Fix deprecation warnings in test_scope.pyEzio Melotti2010-08-031-11/+14
* Merged revisions 79156 via svnmerge fromEzio Melotti2010-08-031-33/+34
* Fix deprecation warning in test_univnewlines.pyEzio Melotti2010-08-031-1/+2
* Fix deprecation warning in test_binascii.Ezio Melotti2010-08-031-2/+2
* Fix deprecation warning in test_xmlrpc.Ezio Melotti2010-08-031-0/+1
* Fix deprecation warning in test_MimeWriter.Ezio Melotti2010-08-031-5/+2
* Fix more warnings in test_builtin.Ezio Melotti2010-08-031-2/+10
* Try to avoid failures on the buildbot.Ezio Melotti2010-08-031-2/+0
* Merged revisions 79187-79189 via svnmerge fromEzio Melotti2010-08-033-19/+56
* Remove the check_warnings. The mkarg warning is raised only with -3 and check...Ezio Melotti2010-08-031-5/+1
* Fix a couple more tests.Ezio Melotti2010-08-031-1/+1
* Merged revisions 79539 via svnmerge fromEzio Melotti2010-08-0220-149/+98
* Merged revisions 78769,79049 via svnmerge fromEzio Melotti2010-08-022-20/+39
* Merged revisions 78815 via svnmerge fromEzio Melotti2010-08-022-13/+30
* Merged revisions 75417 via svnmerge fromEzio Melotti2010-08-021-13/+13
* Fix test_operator.Ezio Melotti2010-08-021-4/+3
* Fix test_dict.Ezio Melotti2010-08-021-1/+1
* Fix test_descr.Ezio Melotti2010-08-021-1/+0
* Fix test_bool. operator.isCallable() doesn't raise a warning on 2.6.Ezio Melotti2010-08-021-3/+2
* Merged revisions 75408 via svnmerge fromEzio Melotti2010-08-021-0/+1
* Merged revisions 77912 via svnmerge fromEzio Melotti2010-08-021-2/+1
* Merged revisions 79165 via svnmerge fromEzio Melotti2010-08-0237-200/+311
* Merged revisions 77942,79023 via svnmerge fromEzio Melotti2010-08-0235-96/+131
* Merged revisions 78758 via svnmerge fromEzio Melotti2010-08-026-19/+105
* Merged revisions 83533 via svnmerge fromGeorg Brandl2010-08-021-0/+6
* Fix incorrect placement of sorted()Ezio Melotti2010-08-021-2/+2
* Merged revisions 77871,77910,77913 via svnmerge fromEzio Melotti2010-08-027-102/+125
* Merged revisions 77841 via svnmerge fromEzio Melotti2010-08-0214-28/+52
* Merged revisions 77310-77311 via svnmerge fromEzio Melotti2010-08-021-2/+4
* Merged revisions 83421,83424 via svnmerge fromGeorg Brandl2010-08-012-1/+11
* Merged revisions 83429,83436 via svnmerge fromGeorg Brandl2010-08-013-4/+34