Barry Warsaw
dba50788a7
Tagging 2.6.6 rc 1
2010-08-03 22:51:57 +00:00
Barry Warsaw
6053744c3a
Bumping to 2.6.6 rc 1
2010-08-03 22:39:42 +00:00
Mark Dickinson
6f09ea8937
- Issue #8447 : Make distutils.sysconfig follow symlinks in the path to
...
the interpreter executable. This fixes a failure of test_httpservers
on OS X.
2010-08-03 21:18:06 +00:00
Ezio Melotti
1df21e7e03
Run test_py3kwarn first to avoid failures with -3.
2010-08-03 19:43:08 +00:00
Mark Dickinson
c1ef2fa45f
Merged revisions 83680,83685 via svnmerge from
...
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.
........
................
2010-08-03 18:50:32 +00:00
Ezio Melotti
213bcb8de1
Fix buildbot failure in test_os.py
2010-08-03 10:44:09 +00:00
Georg Brandl
1ce3a6864c
Fix 2.7ism.
2010-08-03 10:16:19 +00:00
Ezio Melotti
c438d1d021
Fix deprecation warnings in test_sets.py
2010-08-03 08:54:36 +00:00
Ezio Melotti
5c75235d32
Fix deprecation warnings in test_set.py
2010-08-03 08:41:02 +00:00
Ezio Melotti
ffd0b8892e
Try again to fix the buildbots.
2010-08-03 08:33:58 +00:00
Ezio Melotti
9bab5249aa
Fix deprecation warnings in test_commands.py
2010-08-03 08:32:53 +00:00
Ezio Melotti
8a078d5b4c
Fix deprecation warnings in test_cgi.py
2010-08-03 08:28:31 +00:00
Ronald Oussoren
f7a13b3210
Merged revisions 83646 via svnmerge from
...
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
........
................
2010-08-03 08:09:15 +00:00
Ronald Oussoren
bb4d9f6c3d
Merged revisions 83643 via svnmerge from
...
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.
........
................
2010-08-03 08:07:18 +00:00
Ezio Melotti
e511c6ce8d
Merged revisions 79191 via svnmerge from
...
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.
........
2010-08-03 07:51:50 +00:00
Ezio Melotti
55624a2261
Unblocked revisions 79191 via svnmerge
...
........
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.
........
2010-08-03 07:50:13 +00:00
Ezio Melotti
dba728b87c
quiet, not quite.
2010-08-03 07:18:07 +00:00
Ezio Melotti
dfe2107481
Fix deprecation warnings in test_file.py
2010-08-03 07:17:20 +00:00
Ezio Melotti
cd37dd8e05
Fix deprecation warnings in test_hotshot.py
2010-08-03 07:03:40 +00:00
Ezio Melotti
670048de80
Fix deprecation warnings in test_long_future.py
2010-08-03 07:01:05 +00:00
Ezio Melotti
aad1541484
Fix deprecation warnings in test_os.py
2010-08-03 06:49:14 +00:00
Ezio Melotti
192f6782c6
Try to fix test_struct.py on some buildbots.
2010-08-03 06:39:49 +00:00
Ezio Melotti
ee1e2c90dd
Fix deprecation warnings in test_scope.py
2010-08-03 06:37:50 +00:00
Ezio Melotti
90a732c23c
Merged revisions 79156 via svnmerge from
...
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.
........
2010-08-03 06:13:35 +00:00
Ezio Melotti
5eaf67b12d
Unblocked revisions 79156 via svnmerge
...
........
r79156 | florent.xicluna | 2010-03-21 00:21:02 +0200 (Sun, 21 Mar 2010) | 2 lines
Cleanup test_struct using check_warnings.
........
2010-08-03 06:12:19 +00:00
Ezio Melotti
6db340cc12
Fix deprecation warning in test_univnewlines.py
2010-08-03 05:57:13 +00:00
Ezio Melotti
73a5072534
Fix deprecation warning in test_binascii.
2010-08-03 05:55:03 +00:00
Ezio Melotti
9d196959fc
Fix deprecation warning in test_xmlrpc.
2010-08-03 05:50:57 +00:00
Ezio Melotti
3ca2a654d2
Fix deprecation warning in test_MimeWriter.
2010-08-03 05:47:14 +00:00
Ezio Melotti
c00b88cedb
Fix more warnings in test_builtin.
2010-08-03 05:17:27 +00:00
Ezio Melotti
35099daee0
Try to avoid failures on the buildbot.
2010-08-03 04:50:52 +00:00
Ezio Melotti
d24b5d8fc7
Merged revisions 79187-79189 via svnmerge from
...
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.
........
2010-08-03 04:08:59 +00:00
Ezio Melotti
620f5c91d7
Unblocked revisions 79187-79189 via svnmerge
...
........
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.
........
2010-08-03 03:31:32 +00:00
Ezio Melotti
262a47d2b9
Merged revisions 75407,75409-75413,75415,75419-75421 via svnmerge from
...
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
........
2010-08-03 03:19:00 +00:00
Ezio Melotti
efcdd8494a
Unblocked revisions 75407,75409-75413,75415,75419-75421 via svnmerge
...
........
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
........
2010-08-03 02:20:23 +00:00
Ezio Melotti
edb3512543
Remove the check_warnings. The mkarg warning is raised only with -3 and check_warning fails if the error is not raised.
2010-08-03 00:52:46 +00:00
Ezio Melotti
7b688250d1
Fix a couple more tests.
2010-08-03 00:18:09 +00:00
Ezio Melotti
6a19b00668
Fix test_recno.
2010-08-02 23:39:23 +00:00
Ezio Melotti
1d55ec329a
Merged revisions 79539 via svnmerge from
...
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.
........
2010-08-02 23:34:49 +00:00
Ezio Melotti
cc436eb6e8
Merged revisions 78769,79049 via svnmerge from
...
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.
........
2010-08-02 22:01:34 +00:00
Ezio Melotti
c355eaa9a9
Unblocked revisions 78769 via svnmerge
...
........
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.
........
2010-08-02 21:56:44 +00:00
Ezio Melotti
15a5400eb1
Blocked revisions 78814 via svnmerge
...
........
r78814 | raymond.hettinger | 2010-03-09 13:29:10 +0200 (Tue, 09 Mar 2010) | 1 line
Improve code clarity a bit.
........
2010-08-02 21:55:32 +00:00
Ezio Melotti
6dc97b2076
Unblocked revisions 78814,79049 via svnmerge
...
........
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.
........
2010-08-02 21:53:39 +00:00
Ezio Melotti
f9c2f4f399
Merged revisions 78815 via svnmerge from
...
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.
........
2010-08-02 21:48:39 +00:00
Georg Brandl
51449f5346
Merged revisions 83567 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/release27-maint
................
r83567 | georg.brandl | 2010-08-02 22:32:03 +0200 (Mo, 02 Aug 2010) | 9 lines
Merged revisions 83552 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r83552 | georg.brandl | 2010-08-02 21:36:36 +0200 (Mo, 02 Aug 2010) | 1 line
#9438 : clarify that constant names also cannot be assigned as attributes.
........
................
2010-08-02 21:47:02 +00:00
Georg Brandl
0771591fe1
Merged revisions 83593 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/branches/release27-maint
................
r83593 | georg.brandl | 2010-08-02 23:44:25 +0200 (Mo, 02 Aug 2010) | 57 lines
Merged revisions 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,83574-83575 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r83536 | georg.brandl | 2010-08-02 19:49:25 +0200 (Mo, 02 Aug 2010) | 1 line
#8578 : mention danger of not incref'ing weak referenced object.
........
r83546 | georg.brandl | 2010-08-02 21:16:34 +0200 (Mo, 02 Aug 2010) | 1 line
#7973 : Fix distutils options spelling.
........
r83547 | georg.brandl | 2010-08-02 21:19:26 +0200 (Mo, 02 Aug 2010) | 1 line
#7386 : add example that shows that trailing path separators are stripped.
........
r83548 | georg.brandl | 2010-08-02 21:23:34 +0200 (Mo, 02 Aug 2010) | 1 line
#8172 : how does one use a property?
........
r83550 | georg.brandl | 2010-08-02 21:32:43 +0200 (Mo, 02 Aug 2010) | 1 line
#9451 : strengthen warning about __*__ special name usage.
........
r83554 | georg.brandl | 2010-08-02 21:43:05 +0200 (Mo, 02 Aug 2010) | 1 line
#7280 : note about nasmw.exe.
........
r83555 | georg.brandl | 2010-08-02 21:44:48 +0200 (Mo, 02 Aug 2010) | 1 line
#8861 : remove unused variable.
........
r83558 | georg.brandl | 2010-08-02 22:05:19 +0200 (Mo, 02 Aug 2010) | 1 line
#8648 : document UTF-7 codec functions.
........
r83563 | georg.brandl | 2010-08-02 22:21:21 +0200 (Mo, 02 Aug 2010) | 1 line
#9037 : add example how to raise custom exceptions from C code.
........
r83565 | georg.brandl | 2010-08-02 22:27:20 +0200 (Mo, 02 Aug 2010) | 1 line
#9111 : document that do_help() looks at docstrings.
........
r83571 | georg.brandl | 2010-08-02 22:44:34 +0200 (Mo, 02 Aug 2010) | 1 line
Clarify that abs() is not a namespace.
........
r83574 | georg.brandl | 2010-08-02 22:47:56 +0200 (Mo, 02 Aug 2010) | 1 line
#6867 : epoll.register() returns None.
........
r83575 | georg.brandl | 2010-08-02 22:52:10 +0200 (Mo, 02 Aug 2010) | 1 line
#9238 : zipfile does handle archive comments.
........
................
2010-08-02 21:45:43 +00:00
Ezio Melotti
f287d640ad
Unblocked revisions 78815 via svnmerge
...
........
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.
........
2010-08-02 21:40:56 +00:00
Ezio Melotti
26dfaacdda
Merged revisions 78757 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78757 | florent.xicluna | 2010-03-07 14:14:25 +0200 (Sun, 07 Mar 2010) | 2 lines
Fix some py3k warnings in the standard library.
........
2010-08-02 21:35:06 +00:00
Ezio Melotti
1c9972e6dd
Unblocked revisions 78757 via svnmerge
...
........
r78757 | florent.xicluna | 2010-03-07 14:14:25 +0200 (Sun, 07 Mar 2010) | 2 lines
Fix some py3k warnings in the standard library.
........
2010-08-02 21:23:45 +00:00
Ezio Melotti
81b7cc283d
Blocked revisions 75415 via svnmerge
...
........
r75415 | antoine.pitrou | 2009-10-14 21:39:46 +0300 (Wed, 14 Oct 2009) | 3 lines
Silence some py3k warnings claiming to affect _pyio
........
2010-08-02 21:23:16 +00:00