summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Collapse)AuthorAgeFilesLines
* Reverted bug fixes for #11444 (fc4d045e3170) and #11424 (b9d76846bb1c), ↵Vinay Sajip2011-03-111-113/+0
| | | | which should not have been made in this branch.
* Issue #11424: Fix bug in determining child loggers.Vinay Sajip2011-03-071-0/+113
|
* Merged revisions 87663 via svnmerge fromAlexander Belopolsky2011-01-021-0/+10
| | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/release27-maint ................ r87663 | alexander.belopolsky | 2011-01-02 18:23:54 -0500 (Sun, 02 Jan 2011) | 13 lines Merged revisions 87648,87656 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87648 | alexander.belopolsky | 2011-01-02 15:48:22 -0500 (Sun, 02 Jan 2011) | 1 line Issue #8013: Fixed time.asctime segfault when OS's asctime fails ........ r87656 | alexander.belopolsky | 2011-01-02 17:16:10 -0500 (Sun, 02 Jan 2011) | 1 line Issue #8013: Fixed test ........ ................
* Merged revisions 87541,87543 via svnmerge fromAlexander Belopolsky2010-12-282-4/+14
| | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/release27-maint ................ r87541 | alexander.belopolsky | 2010-12-28 10:47:56 -0500 (Tue, 28 Dec 2010) | 9 lines Merged revisions 87442 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87442 | alexander.belopolsky | 2010-12-22 21:27:37 -0500 (Wed, 22 Dec 2010) | 1 line Issue #10254: Fixed a crash and a regression introduced by the implementation of PRI 29. ........ ................ r87543 | alexander.belopolsky | 2010-12-28 11:04:06 -0500 (Tue, 28 Dec 2010) | 1 line fixed issue 10254 test ................
* Merged revisions 84100 via svnmerge fromFlorent Xicluna2010-08-161-3/+3
| | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/release27-maint ................ r84100 | florent.xicluna | 2010-08-16 21:22:18 +0200 (lun., 16 août 2010) | 13 lines Merged revisions 84097,84099 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84097 | florent.xicluna | 2010-08-16 20:41:19 +0200 (lun., 16 août 2010) | 1 line Use test.support and unittest features. Fix duplicated test (bad merge in r79033). Fix comment for issue #7902. ........ r84099 | florent.xicluna | 2010-08-16 21:03:05 +0200 (lun., 16 août 2010) | 1 line I get it wrong in r84097: s/relative/absolute/ ........ ................
* Merged revisions 82529 via svnmerge fromFlorent Xicluna2010-08-161-3/+6
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/release27-maint ........ r82529 | florent.xicluna | 2010-07-04 16:24:40 +0200 (dim., 04 juil. 2010) | 1 line Issue #9145: Fix a regression due to r79539 ........
* Issue #8433: Fix test_curses failure caused by newer versions ofMark Dickinson2010-08-131-1/+1
| | | | | ncurses returning ERR from getmouse() when there are no mouse events available.
* #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
| | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/release27-maint ................ r83643 | ronald.oussoren | 2010-08-03 09:31:12 +0200 (Tue, 03 Aug 2010) | 13 lines Merged revisions 83431 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83431 | ronald.oussoren | 2010-08-01 21:18:13 +0200 (Sun, 01 Aug 2010) | 6 lines test_getgroups as introduced with issue7900 failed on systems where 'id -G' and posix.getgroups() returned the same information, but one of the sources contains duplicate information. Rewrite the check using sets instead of lists. ........ ................
* Merged revisions 79191 via svnmerge fromEzio Melotti2010-08-031-7/+3
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r79191 | florent.xicluna | 2010-03-21 13:50:17 +0200 (Sun, 21 Mar 2010) | 3 lines No more deprecation warnings for distutils.sysconfig, following r78666. But when the "dl" module is available, it gives a py3k deprecation warning. ........
* 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
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r79156 | florent.xicluna | 2010-03-21 00:21:02 +0200 (Sun, 21 Mar 2010) | 2 lines Cleanup test_struct using check_warnings. ........
* 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
| | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r79187 | florent.xicluna | 2010-03-21 12:50:44 +0200 (Sun, 21 Mar 2010) | 2 lines Silence more py3k warnings in unittest.case. ........ r79188 | florent.xicluna | 2010-03-21 12:51:40 +0200 (Sun, 21 Mar 2010) | 2 lines Fix py3k warnings in test_decimal, using unittest.assertItemsEqual. ........ r79189 | florent.xicluna | 2010-03-21 13:03:21 +0200 (Sun, 21 Mar 2010) | 2 lines Silence some py3k SyntaxWarning using check_py3k_warnings() with "exec" statements. ........
* Remove the check_warnings. The mkarg warning is raised only with -3 and ↵Ezio Melotti2010-08-031-5/+1
| | | | check_warning fails if the error is not raised.
* Fix a couple more tests.Ezio Melotti2010-08-031-1/+1
|
* Merged revisions 79539 via svnmerge fromEzio Melotti2010-08-0220-149/+98
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r79539 | florent.xicluna | 2010-04-01 01:01:03 +0300 (Thu, 01 Apr 2010) | 2 lines Replace catch_warnings with check_warnings when it makes sense. Use assertRaises context manager to simplify some tests. ........
* Merged revisions 78769,79049 via svnmerge fromEzio Melotti2010-08-022-20/+39
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78769 | florent.xicluna | 2010-03-07 21:14:12 +0200 (Sun, 07 Mar 2010) | 2 lines Refresh the documentation for the test.test_support module. ........ r79049 | florent.xicluna | 2010-03-18 21:51:47 +0200 (Thu, 18 Mar 2010) | 2 lines #8155: Preserve backward compatibility for test_support.check_warnings(). Add regression tests. ........
* Merged revisions 78815 via svnmerge fromEzio Melotti2010-08-022-13/+30
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78815 | florent.xicluna | 2010-03-09 21:57:01 +0200 (Tue, 09 Mar 2010) | 2 lines #7772: Fix test_py3kwarn. Now the test suite could pass with "-3" flag. ........
* Merged revisions 75417 via svnmerge fromEzio Melotti2010-08-021-13/+13
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75417 | antoine.pitrou | 2009-10-14 21:47:13 +0300 (Wed, 14 Oct 2009) | 3 lines Fix failures in test_profilehooks when run with -3 ........
* 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
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75408 | antoine.pitrou | 2009-10-14 20:34:31 +0300 (Wed, 14 Oct 2009) | 3 lines Fix a test_atexit failure when run with -3 ........
* Merged revisions 77912 via svnmerge fromEzio Melotti2010-08-021-2/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r77912 | ezio.melotti | 2010-02-02 17:57:45 +0200 (Tue, 02 Feb 2010) | 1 line Fix idioms and a couple of py3k warnings. Patch by Florent Xicluna. ........
* Merged revisions 79165 via svnmerge fromEzio Melotti2010-08-0237-200/+311
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r79165 | florent.xicluna | 2010-03-21 03:14:24 +0200 (Sun, 21 Mar 2010) | 2 lines #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper. ........
* Merged revisions 77942,79023 via svnmerge fromEzio Melotti2010-08-0235-96/+131
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r77942 | ezio.melotti | 2010-02-03 07:37:26 +0200 (Wed, 03 Feb 2010) | 1 line #7092: Silence more py3k warnings. Patch by Florent Xicluna. ........ r79023 | ezio.melotti | 2010-03-17 15:52:48 +0200 (Wed, 17 Mar 2010) | 1 line #7092: silence some more py3k warnings. ........
* Merged revisions 78758 via svnmerge fromEzio Melotti2010-08-026-19/+105
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78758 | florent.xicluna | 2010-03-07 14:18:33 +0200 (Sun, 07 Mar 2010) | 4 lines Issue #7849: Now the utility ``check_warnings`` verifies if the warnings are effectively raised. A new utility ``check_py3k_warnings`` deals with py3k warnings. ........
* Merged revisions 83533 via svnmerge fromGeorg Brandl2010-08-021-0/+6
| | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/release27-maint ................ r83533 | georg.brandl | 2010-08-02 19:34:58 +0200 (Mo, 02 Aug 2010) | 9 lines Merged revisions 83531 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83531 | georg.brandl | 2010-08-02 19:24:49 +0200 (Mo, 02 Aug 2010) | 1 line #7372: fix regression in pstats: a previous fix to handle cProfile data in add_callers broke handling of profile data. ........ ................
* Fix incorrect placement of sorted()Ezio Melotti2010-08-021-2/+2
|
* Merged revisions 77871,77910,77913 via svnmerge fromEzio Melotti2010-08-027-102/+125
| | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r77871 | ezio.melotti | 2010-01-31 13:46:54 +0200 (Sun, 31 Jan 2010) | 1 line #7092: silence more -3 and -Wd warnings ........ r77910 | ezio.melotti | 2010-02-02 10:37:35 +0200 (Tue, 02 Feb 2010) | 1 line #7092: silence py3k warnings for bsddb. Patch by Florent Xicluna. ........ r77913 | ezio.melotti | 2010-02-02 19:34:37 +0200 (Tue, 02 Feb 2010) | 1 line #7092: Silence py3k warnings in test_exceptions and test_pep352. Patch by Florent Xicluna. ........