................
r73894 | ezio.melotti | 2009-07-09 00:24:06 +0200 (Do, 09 Jul 2009) | 9 lines
Merged revisions 73841 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73841 | ezio.melotti | 2009-07-04 17:58:27 +0300 (Sat, 04 Jul 2009) | 1 line
if zlib -> skipUnless(zlib) and minor cleanups
........
................
r73917 | amaury.forgeotdarc | 2009-07-10 00:44:11 +0200 (Fr, 10 Jul 2009) | 12 lines
Merged revisions 73916 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73916 | amaury.forgeotdarc | 2009-07-10 00:37:22 +0200 (ven., 10 juil. 2009) | 5 lines
#6416: Fix compilation of the select module on Windows, as well as test_subprocess:
PIPE_BUF is not defined on Windows, and probably has no meaning there.
Anyway the subprocess module uses another way to perform non-blocking reads (with a thread)
........
................
r73956 | ezio.melotti | 2009-07-11 20:28:48 +0200 (Sa, 11 Jul 2009) | 9 lines
Merged revisions 73931 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73931 | ezio.melotti | 2009-07-10 23:25:56 +0300 (Fri, 10 Jul 2009) | 1 line
more cleanups and if zlib -> skipUnless(zlib)
........
................
r73978 | amaury.forgeotdarc | 2009-07-12 18:43:19 +0200 (So, 12 Jul 2009) | 13 lines
Merged revisions 73952 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
(Only docstrings were modified, won't backport to 3.1)
........
r73952 | amaury.forgeotdarc | 2009-07-11 16:33:51 +0200 (sam., 11 juil. 2009) | 4 lines
#2622 Import errors in email.message, from a py2app standalone application.
Patch by Mads Kiilerich, Reviewed by Barry Warsaw.
........
................
r73983 | raymond.hettinger | 2009-07-12 22:49:21 +0200 (So, 12 Jul 2009) | 1 line
Document the thousands separator.
................
r73993 | benjamin.peterson | 2009-07-13 02:00:31 +0200 (Mo, 13 Jul 2009) | 8 lines
Unblocked revisions 73991 via svnmerge
........
r73991 | benjamin.peterson | 2009-07-12 18:56:18 -0500 (Sun, 12 Jul 2009) | 1 line
change encoding to utf-8
........
................
r73996 | vinay.sajip | 2009-07-13 13:28:25 +0200 (Mo, 13 Jul 2009) | 1 line
Issue #6314: logging: Extra checks on the "level" argument.
................