summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 83306 via svnmerge fromMatthias Klose2010-08-052-1/+6
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/release27-maint ........ r83306 | matthias.klose | 2010-07-30 23:27:18 +0200 (Fr, 30 Jul 2010) | 2 lines - Issue #7567: Don't call `setupterm' twice. ........
* Post 2.6.6rc1Barry Warsaw2010-08-041-1/+1
|
* Issue #8241: Avoid compiling py2_test_grammar.Martin v. Löwis2010-08-041-1/+1
|
* Add UUIDs for 2.6.6.Martin v. Löwis2010-08-041-0/+2
|
* Issue #5798: Handle select.poll flag oddities properly on OS X.Mark Dickinson2010-08-042-2/+20
| | | | | This fixes test_asynchat and test_smtplib failures on OS X. (Backport of r73182 from trunk.)
* Merged revisions 83703 via svnmerge fromGiampaolo Rodolà2010-08-043-1/+7
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/release27-maint ........ r83703 | giampaolo.rodola | 2010-08-04 10:35:25 +0200 (mer, 04 ago 2010) | 1 line fix issue #2944: asyncore doesn't handle connection refused correctly (patch by Alexander Shigin) ........
* Tagging 2.6.6 rc 1Barry Warsaw2010-08-031-0/+1
|
* Bumping to 2.6.6 rc 1v2.6.6rc1Barry Warsaw2010-08-037-30/+30
|
* - Issue #8447: Make distutils.sysconfig follow symlinks in the path toMark Dickinson2010-08-032-4/+9
| | | | | the interpreter executable. This fixes a failure of test_httpservers on OS X.
* Run test_py3kwarn first to avoid failures with -3.Ezio Melotti2010-08-032-3/+7
|
* Merged revisions 83680,83685 via svnmerge fromMark Dickinson2010-08-032-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/release27-maint ................ r83680 | mark.dickinson | 2010-08-03 19:34:53 +0100 (Tue, 03 Aug 2010) | 9 lines Merged revisions 83677 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83677 | mark.dickinson | 2010-08-03 19:31:54 +0100 (Tue, 03 Aug 2010) | 1 line Fix memory leak in ssl module. ........ ................ r83685 | mark.dickinson | 2010-08-03 19:46:28 +0100 (Tue, 03 Aug 2010) | 9 lines Merged revisions 83683 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83683 | mark.dickinson | 2010-08-03 19:44:16 +0100 (Tue, 03 Aug 2010) | 1 line Misc/NEWS entry for r83677. ........ ................
* Fix buildbot failure in test_os.pyEzio Melotti2010-08-032-2/+4
|
* Fix 2.7ism.Georg Brandl2010-08-031-7/+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 83646 via svnmerge fromRonald Oussoren2010-08-031-1/+1
| | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/release27-maint ................ r83646 | ronald.oussoren | 2010-08-03 09:44:35 +0200 (Tue, 03 Aug 2010) | 9 lines Merged revisions 83644 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83644 | ronald.oussoren | 2010-08-03 09:42:42 +0200 (Tue, 03 Aug 2010) | 2 lines Fix for issue 9455: platform.mac_ver() broken on OSX/ppc ........ ................
* 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-036-12/+13
| | | | | | | | | | | 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. ........
* Unblocked revisions 79191 via svnmergeEzio Melotti2010-08-030-0/+0
| | | | | | | | | ........ 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_hotshot.pyEzio Melotti2010-08-031-1/+1
|
* 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. ........
* Unblocked revisions 79156 via svnmergeEzio Melotti2010-08-030-0/+0
| | | | | | | | ........ 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. ........
* Unblocked revisions 79187-79189 via svnmergeEzio Melotti2010-08-030-0/+0
| | | | | | | | | | | | | | | | ........ 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. ........
* Merged revisions 75407,75409-75413,75415,75419-75421 via svnmerge fromEzio Melotti2010-08-0310-145/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75407 | antoine.pitrou | 2009-10-14 20:30:52 +0300 (Wed, 14 Oct 2009) | 3 lines Fix py3k warnings in the aifc module ........ r75409 | antoine.pitrou | 2009-10-14 21:01:33 +0300 (Wed, 14 Oct 2009) | 3 lines Fix py3k warnings in bsddb ........ r75410 | antoine.pitrou | 2009-10-14 21:09:45 +0300 (Wed, 14 Oct 2009) | 3 lines Silence a py3k warning claiming to affect Lib/calendar.py ........ r75411 | antoine.pitrou | 2009-10-14 21:12:54 +0300 (Wed, 14 Oct 2009) | 3 lines Fix a py3k warning in the StringIO module (exhibited in test_codecencodings_cn) ........ r75412 | antoine.pitrou | 2009-10-14 21:27:32 +0300 (Wed, 14 Oct 2009) | 3 lines Fix py3k warnings in the socket module ........ r75413 | antoine.pitrou | 2009-10-14 21:31:05 +0300 (Wed, 14 Oct 2009) | 3 lines Fix a py3k warning in the sndhdr module (found with test_email) ........ r75415 | antoine.pitrou | 2009-10-14 21:39:46 +0300 (Wed, 14 Oct 2009) | 3 lines Silence some py3k warnings claiming to affect _pyio ........ r75419 | antoine.pitrou | 2009-10-14 21:56:11 +0300 (Wed, 14 Oct 2009) | 3 lines Silence py3k warning claiming to affect the random module ........ r75420 | antoine.pitrou | 2009-10-14 22:04:48 +0300 (Wed, 14 Oct 2009) | 3 lines Fix py3k warnings in httplib ........ r75421 | antoine.pitrou | 2009-10-14 22:09:48 +0300 (Wed, 14 Oct 2009) | 3 lines Fix py3k warnings in the uuid module ........
* Unblocked revisions 75407,75409-75413,75415,75419-75421 via svnmergeEzio Melotti2010-08-030-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ........ r75407 | antoine.pitrou | 2009-10-14 20:30:52 +0300 (Wed, 14 Oct 2009) | 3 lines Fix py3k warnings in the aifc module ........ r75409 | antoine.pitrou | 2009-10-14 21:01:33 +0300 (Wed, 14 Oct 2009) | 3 lines Fix py3k warnings in bsddb ........ r75410 | antoine.pitrou | 2009-10-14 21:09:45 +0300 (Wed, 14 Oct 2009) | 3 lines Silence a py3k warning claiming to affect Lib/calendar.py ........ r75411 | antoine.pitrou | 2009-10-14 21:12:54 +0300 (Wed, 14 Oct 2009) | 3 lines Fix a py3k warning in the StringIO module (exhibited in test_codecencodings_cn) ........ r75412 | antoine.pitrou | 2009-10-14 21:27:32 +0300 (Wed, 14 Oct 2009) | 3 lines Fix py3k warnings in the socket module ........ r75413 | antoine.pitrou | 2009-10-14 21:31:05 +0300 (Wed, 14 Oct 2009) | 3 lines Fix a py3k warning in the sndhdr module (found with test_email) ........ r75415 | antoine.pitrou | 2009-10-14 21:39:46 +0300 (Wed, 14 Oct 2009) | 3 lines Silence some py3k warnings claiming to affect _pyio ........ r75419 | antoine.pitrou | 2009-10-14 21:56:11 +0300 (Wed, 14 Oct 2009) | 3 lines Silence py3k warning claiming to affect the random module ........ r75420 | antoine.pitrou | 2009-10-14 22:04:48 +0300 (Wed, 14 Oct 2009) | 3 lines Fix py3k warnings in httplib ........ r75421 | antoine.pitrou | 2009-10-14 22:09:48 +0300 (Wed, 14 Oct 2009) | 3 lines Fix py3k warnings in the uuid module ........
* 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-032-2/+2
|
* Fix test_recno.Ezio Melotti2010-08-021-8/+8
|
* 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. ........
* Unblocked revisions 78769 via svnmergeEzio Melotti2010-08-020-0/+0
| | | | | | | | ........ 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. ........
* Blocked revisions 78814 via svnmergeEzio Melotti2010-08-020-0/+0
| | | | | | | | ........ r78814 | raymond.hettinger | 2010-03-09 13:29:10 +0200 (Tue, 09 Mar 2010) | 1 line Improve code clarity a bit. ........
* Unblocked revisions 78814,79049 via svnmergeEzio Melotti2010-08-020-0/+0
| | | | | | | | | | | | ........ r78814 | raymond.hettinger | 2010-03-09 13:29:10 +0200 (Tue, 09 Mar 2010) | 1 line Improve code clarity a bit. ........ 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. ........