]>
git.ipfire.org Git - thirdparty/Python/cpython.git/log
Mark Dickinson [Tue, 2 Jun 2009 07:42:11 +0000 (07:42 +0000)]
Merged revisions 73140 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r73140 | mark.dickinson | 2009-06-02 08:41:26 +0100 (Tue, 02 Jun 2009) | 9 lines
Merged revisions 73138 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73138 | mark.dickinson | 2009-06-02 08:39:26 +0100 (Tue, 02 Jun 2009) | 1 line
Typo in socket.py. Thanks Pablo Torres Navarrete.
........
................
Antoine Pitrou [Mon, 1 Jun 2009 23:35:11 +0000 (23:35 +0000)]
Merged revisions 73131 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r73131 | antoine.pitrou | 2009-06-02 01:29:07 +0200 (mar., 02 juin 2009) | 9 lines
Merged revisions 73129 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73129 | antoine.pitrou | 2009-06-02 01:23:16 +0200 (mar., 02 juin 2009) | 3 lines
Fix compilation error with gcc 4.3.2
........
................
Tarek Ziadé [Mon, 1 Jun 2009 22:38:26 +0000 (22:38 +0000)]
Blocked revisions 73123 via svnmerge
................
r73123 | tarek.ziade | 2009-06-02 00:36:26 +0200 (Tue, 02 Jun 2009) | 9 lines
Merged revisions 73121 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73121 | tarek.ziade | 2009-06-02 00:22:13 +0200 (Tue, 02 Jun 2009) | 1 line
improved distutils.dist test coverage, pep-8 compliancy
........
................
Amaury Forgeot d'Arc [Mon, 1 Jun 2009 22:19:47 +0000 (22:19 +0000)]
Merged revisions 73117 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r73117 | amaury.forgeotdarc | 2009-06-01 23:28:37 +0200 (lun., 01 juin 2009) | 10 lines
Merged revisions 73114 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73114 | amaury.forgeotdarc | 2009-06-01 22:53:18 +0200 (lun., 01 juin 2009) | 3 lines
#4547: When debugging a very large function, it was not always
possible to update the lineno attribute of the current frame.
........
................
Martin v. Löwis [Mon, 1 Jun 2009 04:19:54 +0000 (04:19 +0000)]
Merged revisions 73102 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r73102 | martin.v.loewis | 2009-06-01 06:12:01 +0200 (Mo, 01 Jun 2009) | 9 lines
Merged revisions 73101 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73101 | martin.v.loewis | 2009-06-01 06:10:03 +0200 (Mo, 01 Jun 2009) | 2 lines
Issue #6158: package Sine-1000Hz-300ms.aif.
........
................
R. David Murray [Sun, 31 May 2009 20:03:27 +0000 (20:03 +0000)]
Merged revisions 73079 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r73079 | r.david.murray | 2009-05-31 15:44:27 -0400 (Sun, 31 May 2009) | 11 lines
Merged revisions 73077 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73077 | r.david.murray | 2009-05-31 15:15:57 -0400 (Sun, 31 May 2009) | 4 lines
Issue 3848: document the fact that epoll register raises an IOError if
an fd is registered twice, and add some additional epoll tests. Patch
by Christian Heimes.
........
................
R. David Murray [Fri, 29 May 2009 21:30:55 +0000 (21:30 +0000)]
Merged revisions 69111 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r69111 | brett.cannon | 2009-01-29 20:31:34 -0500 (Thu, 29 Jan 2009) | 3 lines
The trace module was trying to turn ints into ints since co_lnotab was changed
to a bytes object.
........
R. David Murray [Fri, 29 May 2009 18:06:14 +0000 (18:06 +0000)]
Merged revisions 73024 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r73024 | r.david.murray | 2009-05-29 14:03:16 -0400 (Fri, 29 May 2009) | 9 lines
Merged revisions 73022 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73022 | r.david.murray | 2009-05-29 13:31:05 -0400 (Fri, 29 May 2009) | 2 lines
Refactor test parameterization to resolve update timing problem.
........
................
Martin v. Löwis [Fri, 29 May 2009 16:05:08 +0000 (16:05 +0000)]
Merged revisions 73018 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r73018 | martin.v.loewis | 2009-05-29 18:01:34 +0200 (Fr, 29 Mai 2009) | 9 lines
Merged revisions 73016 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73016 | martin.v.loewis | 2009-05-29 17:58:08 +0200 (Fr, 29 Mai 2009) | 2 lines
Issue #4873: Fix resource leaks in error cases of pwd and grp.
........
................
Tarek Ziadé [Fri, 29 May 2009 10:23:41 +0000 (10:23 +0000)]
using super in distutils' sdistTestCase
Hirokazu Yamamoto [Fri, 29 May 2009 09:19:53 +0000 (09:19 +0000)]
Blocked revisions 73010 via svnmerge
................
r73010 | hirokazu.yamamoto | 2009-05-29 18:14:04 +0900 | 9 lines
Merged revisions 73008 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73008 | tarek.ziade | 2009-05-29 17:08:07 +0900 | 1 line
Fixed #6131: test_modulefinder leaked when run after test_distutils
........
................
R. David Murray [Thu, 28 May 2009 18:33:47 +0000 (18:33 +0000)]
Merged revisions 72990 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r72990 | r.david.murray | 2009-05-28 14:19:00 -0400 (Thu, 28 May 2009) | 3 lines
Finish issue 5259 by adding tests and fixes for the 'login'
and 'cram-md5' auth methods.
........
Tarek Ziadé [Thu, 28 May 2009 14:07:36 +0000 (14:07 +0000)]
Blocked revisions 72988 via svnmerge
................
r72988 | tarek.ziade | 2009-05-28 16:02:58 +0200 (Thu, 28 May 2009) | 9 lines
Merged revisions 72986 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72986 | tarek.ziade | 2009-05-28 15:55:51 +0200 (Thu, 28 May 2009) | 1 line
using 'tar' then 'gzip' in the test, because 'tar -czf' is not supported under some platforms
........
................
Tarek Ziadé [Thu, 28 May 2009 13:02:53 +0000 (13:02 +0000)]
Blocked revisions 72984 via svnmerge
................
r72984 | tarek.ziade | 2009-05-28 15:01:13 +0200 (Thu, 28 May 2009) | 9 lines
Merged revisions 72981 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72981 | tarek.ziade | 2009-05-28 14:53:54 +0200 (Thu, 28 May 2009) | 1 line
Fixed #6048: Distutils uses the tarfile module instead of the tar command now
........
................
Benjamin Peterson [Thu, 28 May 2009 03:32:08 +0000 (03:32 +0000)]
Merged revisions 72977 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72977 | benjamin.peterson | 2009-05-27 22:30:13 -0500 (Wed, 27 May 2009) | 9 lines
Merged revisions 72971 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72971 | benjamin.peterson | 2009-05-27 22:02:13 -0500 (Wed, 27 May 2009) | 1 line
switch library reference and language reference
........
................
R. David Murray [Wed, 27 May 2009 22:11:32 +0000 (22:11 +0000)]
Merged revisions 72968 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72968 | r.david.murray | 2009-05-27 16:56:59 -0400 (Wed, 27 May 2009) | 10 lines
Merged revisions 72966 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72966 | r.david.murray | 2009-05-27 16:07:21 -0400 (Wed, 27 May 2009) | 4 lines
fix issue #6121 by stripping spaces from the argument in the 'help'
function.
........
................
Raymond Hettinger [Wed, 27 May 2009 02:09:58 +0000 (02:09 +0000)]
Fix field name conflicts for named tuples.
Martin v. Löwis [Sun, 24 May 2009 19:53:33 +0000 (19:53 +0000)]
Merged revisions 72895 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72895 | martin.v.loewis | 2009-05-24 21:47:22 +0200 (So, 24 Mai 2009) | 10 lines
Merged revisions 72893 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72893 | martin.v.loewis | 2009-05-24 21:30:52 +0200 (So, 24 Mai 2009) | 3 lines
Issue #6050: Don't fail extracting a directory from a zipfile if
the directory already exists.
........
................
R. David Murray [Sat, 23 May 2009 21:05:11 +0000 (21:05 +0000)]
Merged revisions 72868 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r72868 | r.david.murray | 2009-05-23 14:49:56 -0400 (Sat, 23 May 2009) | 5 lines
Fix for issue 5259: ASCII encode the username and password before passing
it to encode_base64, which requires bytes in py3k. Fix by Musashi Tamura,
tests by Marcin Bachry.
........
Benjamin Peterson [Sat, 23 May 2009 19:42:15 +0000 (19:42 +0000)]
Merged revisions 72874 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72874 | benjamin.peterson | 2009-05-23 14:36:27 -0500 (Sat, 23 May 2009) | 13 lines
Merged revisions 72871-72872 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72871 | benjamin.peterson | 2009-05-23 14:24:37 -0500 (Sat, 23 May 2009) | 1 line
support building with subversion 1.7 #6094
........
r72872 | benjamin.peterson | 2009-05-23 14:31:02 -0500 (Sat, 23 May 2009) | 1 line
reorder name
........
................
Eric Smith [Sat, 23 May 2009 14:38:19 +0000 (14:38 +0000)]
Merged revisions 72850 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72850 | eric.smith | 2009-05-23 10:23:22 -0400 (Sat, 23 May 2009) | 9 lines
Merged revisions 72848 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72848 | eric.smith | 2009-05-23 09:56:13 -0400 (Sat, 23 May 2009) | 1 line
Issue 6089: str.format raises SystemError.
........
................
Martin v. Löwis [Sat, 23 May 2009 10:44:10 +0000 (10:44 +0000)]
Merged revisions 72844 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r72844 | martin.v.loewis | 2009-05-23 12:38:26 +0200 (Sa, 23 Mai 2009) | 2 lines
Issue #6093: Fix off-by-one error in locale.strxfrm.
........
R. David Murray [Sat, 23 May 2009 02:42:08 +0000 (02:42 +0000)]
Merged revisions 72841 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72841 | r.david.murray | 2009-05-22 22:36:15 -0400 (Fri, 22 May 2009) | 14 lines
Merged revisions 72838-72839 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72838 | r.david.murray | 2009-05-22 22:16:58 -0400 (Fri, 22 May 2009) | 3 lines
Don't be so wordy in requires('network') in case other tests
are added later, and skip the existing test if SSL is not available.
........
r72839 | r.david.murray | 2009-05-22 22:19:36 -0400 (Fri, 22 May 2009) | 2 lines
Fix spelling left over from testing.
........
................
R. David Murray [Sat, 23 May 2009 02:37:55 +0000 (02:37 +0000)]
Merged revisions 72836 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72836 | r.david.murray | 2009-05-22 21:30:26 -0400 (Fri, 22 May 2009) | 10 lines
Merged revisions 72835 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72835 | r.david.murray | 2009-05-22 20:48:58 -0400 (Fri, 22 May 2009) | 4 lines
Fix Issue #4066: smtplib.SMTP_SSL._get_socket now correctly returns
the socket. Patch by Farhan Ahmad, test by Marcin Bachry.
........
................
Raymond Hettinger [Fri, 22 May 2009 01:14:17 +0000 (01:14 +0000)]
Sync-up examples with Py3k updates.
Mark Dickinson [Wed, 20 May 2009 22:05:59 +0000 (22:05 +0000)]
Blocked revisions 72810 via svnmerge
........
r72810 | mark.dickinson | 2009-05-20 23:05:25 +0100 (Wed, 20 May 2009) | 3 lines
Refactor to remove duplicated nan/inf parsing code in
pystrtod.c, floatobject.c and dtoa.c.
........
Mark Dickinson [Wed, 20 May 2009 18:41:34 +0000 (18:41 +0000)]
Blocked revisions 72803 via svnmerge
........
r72803 | mark.dickinson | 2009-05-20 19:41:04 +0100 (Wed, 20 May 2009) | 1 line
Issue #5829: complex('1e500') shouldn't raise OverflowError
........
Mark Dickinson [Wed, 20 May 2009 17:59:15 +0000 (17:59 +0000)]
Merged revisions 72795 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72795 | mark.dickinson | 2009-05-20 18:57:28 +0100 (Wed, 20 May 2009) | 9 lines
Merged revisions 72794 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72794 | mark.dickinson | 2009-05-20 18:55:31 +0100 (Wed, 20 May 2009) | 1 line
typos in ctypes Module
........
................
Tarek Ziadé [Tue, 19 May 2009 16:24:16 +0000 (16:24 +0000)]
Merged revisions 72783 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72783 | tarek.ziade | 2009-05-19 18:22:57 +0200 (Tue, 19 May 2009) | 9 lines
Merged revisions 72781 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72781 | tarek.ziade | 2009-05-19 18:17:21 +0200 (Tue, 19 May 2009) | 1 line
fixed the 'package' option of build_ext
........
................
Raymond Hettinger [Mon, 18 May 2009 15:49:55 +0000 (15:49 +0000)]
Issue 6037: MutableSequence.__iadd__ should return self.
Tarek Ziadé [Mon, 18 May 2009 12:31:22 +0000 (12:31 +0000)]
Blocked revisions 72770 via svnmerge
................
r72770 | tarek.ziade | 2009-05-18 14:29:06 +0200 (Mon, 18 May 2009) | 9 lines
Merged revisions 72768 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72768 | tarek.ziade | 2009-05-18 14:21:26 +0200 (Mon, 18 May 2009) | 1 line
Fixed #6053 - win32 fixes for distutils tests
........
................
Tarek Ziadé [Mon, 18 May 2009 08:23:39 +0000 (08:23 +0000)]
Blocked revisions 72766 via svnmerge
................
r72766 | tarek.ziade | 2009-05-18 10:22:38 +0200 (Mon, 18 May 2009) | 9 lines
Merged revisions 72764 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72764 | tarek.ziade | 2009-05-18 10:20:55 +0200 (Mon, 18 May 2009) | 1 line
working with relative paths to avoid tar warnings on absolute paths
........
................
Tarek Ziadé [Mon, 18 May 2009 08:11:23 +0000 (08:11 +0000)]
Merged revisions 72760 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72760 | tarek.ziade | 2009-05-18 10:07:46 +0200 (Mon, 18 May 2009) | 9 lines
Merged revisions 72758 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72758 | tarek.ziade | 2009-05-18 10:03:37 +0200 (Mon, 18 May 2009) | 1 line
Fixed the library extension when distutils build_ext is used inplace
........
................
Tarek Ziadé [Mon, 18 May 2009 08:09:37 +0000 (08:09 +0000)]
Blocked revisions 72748 via svnmerge
................
r72748 | tarek.ziade | 2009-05-17 17:03:23 +0200 (Sun, 17 May 2009) | 9 lines
Merged revisions 72746 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72746 | tarek.ziade | 2009-05-17 16:59:05 +0200 (Sun, 17 May 2009) | 1 line
fixed the test name
........
................
Robert Schuppenies [Sun, 17 May 2009 22:03:27 +0000 (22:03 +0000)]
Merged revisions 72751 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r72751 | robert.schuppenies | 2009-05-17 10:32:20 -0700 (Sun, 17 May 2009) | 2 lines
Issue 5964: Fixed WeakSet __eq__ comparison to handle non-WeakSet objects.
........
Tarek Ziadé [Sun, 17 May 2009 12:12:48 +0000 (12:12 +0000)]
Blocked revisions 72738 via svnmerge
................
r72738 | tarek.ziade | 2009-05-17 14:12:02 +0200 (Sun, 17 May 2009) | 9 lines
Merged revisions 72736 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72736 | tarek.ziade | 2009-05-17 14:04:57 +0200 (Sun, 17 May 2009) | 1 line
pep8-fied distutils.archive_util + added minimum test coverage
........
................
Tarek Ziadé [Sun, 17 May 2009 11:27:25 +0000 (11:27 +0000)]
Blocked revisions 72732 via svnmerge
................
r72732 | tarek.ziade | 2009-05-17 13:25:57 +0200 (Sun, 17 May 2009) | 9 lines
Merged revisions 72730 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72730 | tarek.ziade | 2009-05-17 13:22:36 +0200 (Sun, 17 May 2009) | 1 line
pep8-fied distutils.dir_util
........
................
Tarek Ziadé [Sun, 17 May 2009 11:26:45 +0000 (11:26 +0000)]
Blocked revisions 72729 via svnmerge
................
r72729 | tarek.ziade | 2009-05-17 13:14:15 +0200 (Sun, 17 May 2009) | 9 lines
Merged revisions 72727 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72727 | tarek.ziade | 2009-05-17 13:11:57 +0200 (Sun, 17 May 2009) | 1 line
removed sys.platform == 'mac' usage in distutils.dir_util
........
................
Tarek Ziadé [Sun, 17 May 2009 10:52:03 +0000 (10:52 +0000)]
Blocked revisions 72725 via svnmerge
................
r72725 | tarek.ziade | 2009-05-17 12:50:24 +0200 (Sun, 17 May 2009) | 9 lines
Merged revisions 72721 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72721 | tarek.ziade | 2009-05-17 12:44:12 +0200 (Sun, 17 May 2009) | 1 line
removed sys.platform == 'mac' support in distutils.dist.parse_command_line and improved test coverage
........
................
Mark Dickinson [Sun, 17 May 2009 10:43:52 +0000 (10:43 +0000)]
Merged revisions 72719 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72719 | mark.dickinson | 2009-05-17 11:40:10 +0100 (Sun, 17 May 2009) | 10 lines
Merged revisions 72718 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72718 | mark.dickinson | 2009-05-17 11:38:30 +0100 (Sun, 17 May 2009) | 4 lines
Issue #6044: remove confusing wording from complex -> integer and
complex -> float conversion error messages.
........
................
Tarek Ziadé [Sun, 17 May 2009 10:16:18 +0000 (10:16 +0000)]
Merged revisions 72715 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72715 | tarek.ziade | 2009-05-17 12:12:02 +0200 (Sun, 17 May 2009) | 9 lines
Merged revisions 72713 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72713 | tarek.ziade | 2009-05-17 12:07:48 +0200 (Sun, 17 May 2009) | 1 line
not running this test with MSVC6
........
................
Tarek Ziadé [Sun, 17 May 2009 10:13:17 +0000 (10:13 +0000)]
Blocked revisions 72688 via svnmerge
................
r72688 | tarek.ziade | 2009-05-16 20:37:32 +0200 (Sat, 16 May 2009) | 9 lines
Merged revisions 72686 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72686 | tarek.ziade | 2009-05-16 20:29:40 +0200 (Sat, 16 May 2009) | 1 line
pep8-fied distutils.dist module
........
................
Hirokazu Yamamoto [Sun, 17 May 2009 06:00:20 +0000 (06:00 +0000)]
Blocked revisions 72701 via svnmerge
................
r72701 | hirokazu.yamamoto | 2009-05-17 13:21:53 +0900 | 13 lines
Merged revisions 72698-72699 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72698 | hirokazu.yamamoto | 2009-05-17 11:52:09 +0900 | 1 line
Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more.
........
r72699 | hirokazu.yamamoto | 2009-05-17 11:58:36 +0900 | 1 line
Added NEWS for r72698.
........
................
Tarek Ziadé [Sat, 16 May 2009 16:53:54 +0000 (16:53 +0000)]
Blocked revisions 72683 via svnmerge
................
r72683 | tarek.ziade | 2009-05-16 18:52:13 +0200 (Sat, 16 May 2009) | 9 lines
Merged revisions 72681 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72681 | tarek.ziade | 2009-05-16 18:37:06 +0200 (Sat, 16 May 2009) | 1 line
#6041: sdist and register now use the check command. No more duplicate code for metadata checking
........
................
Raymond Hettinger [Thu, 14 May 2009 21:52:15 +0000 (21:52 +0000)]
Fix error in 2-to-3 translation of docs.
Tarek Ziadé [Thu, 14 May 2009 20:22:00 +0000 (20:22 +0000)]
Merged revisions 72638 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72638 | tarek.ziade | 2009-05-14 22:20:47 +0200 (Thu, 14 May 2009) | 9 lines
Merged revisions 72636 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72636 | tarek.ziade | 2009-05-14 22:14:13 +0200 (Thu, 14 May 2009) | 1 line
#6022 fixed test_get_outputs so it doesn't leaves a test file in the cwd
........
................
R. David Murray [Thu, 14 May 2009 16:44:16 +0000 (16:44 +0000)]
Blocked revisions 72633 via svnmerge
................
r72633 | r.david.murray | 2009-05-14 12:17:50 -0400 (Thu, 14 May 2009) | 10 lines
Merged revisions 72630 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72630 | r.david.murray | 2009-05-14 12:12:57 -0400 (Thu, 14 May 2009) | 3 lines
Fix test failure on Windows, and add skip check if even unicodedata
turns out not to be an external module on some other platform.
........
................
Tarek Ziadé [Thu, 14 May 2009 15:22:48 +0000 (15:22 +0000)]
Blocked revisions 72626 via svnmerge
................
r72626 | tarek.ziade | 2009-05-14 17:21:26 +0200 (Thu, 14 May 2009) | 9 lines
Merged revisions 72624 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72624 | tarek.ziade | 2009-05-14 16:56:14 +0200 (Thu, 14 May 2009) | 1 line
pep8-fied distutils.command.sdist + more tests
........
................
Tarek Ziadé [Thu, 14 May 2009 12:49:09 +0000 (12:49 +0000)]
Blocked revisions 72622 via svnmerge
........
r72622 | tarek.ziade | 2009-05-14 14:48:09 +0200 (Thu, 14 May 2009) | 1 line
typo
........
Tarek Ziadé [Thu, 14 May 2009 12:46:38 +0000 (12:46 +0000)]
Blocked revisions 72620 via svnmerge
................
r72620 | tarek.ziade | 2009-05-14 14:45:48 +0200 (Thu, 14 May 2009) | 9 lines
Merged revisions 72618 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72618 | tarek.ziade | 2009-05-14 14:40:59 +0200 (Thu, 14 May 2009) | 1 line
more test coverage for distutils sdist command
........
................
Tarek Ziadé [Wed, 13 May 2009 22:22:55 +0000 (22:22 +0000)]
Merged revisions 72614 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72614 | tarek.ziade | 2009-05-14 00:20:49 +0200 (Thu, 14 May 2009) | 13 lines
Merged revisions 72610,72612 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72610 | tarek.ziade | 2009-05-13 23:30:06 +0200 (Wed, 13 May 2009) | 1 line
added an inifoo in the C file, to avoid a warning by the MSVC9 linker
........
r72612 | tarek.ziade | 2009-05-14 00:16:03 +0200 (Thu, 14 May 2009) | 1 line
adding void to the c function
........
................
R. David Murray [Wed, 13 May 2009 18:02:09 +0000 (18:02 +0000)]
Not backporting since pydoc isn't broken in 3.0.
Blocked revisions 72607 via svnmerge
................
r72607 | r.david.murray | 2009-05-13 13:33:03 -0400 (Wed, 13 May 2009) | 12 lines
This fix makes, eg, 'pydoc time' work again.
Merged revisions 72605 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72605 | r.david.murray | 2009-05-13 13:14:11 -0400 (Wed, 13 May 2009) | 3 lines
Issue #4050: inspect.findsource/getsource now raise an IOError if the 'source'
file is a binary. Patch by Brodie Rao, test by Daniel Diniz.
........
................
R. David Murray [Wed, 13 May 2009 13:16:46 +0000 (13:16 +0000)]
Recorded merge of revisions 72603 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72603 | r.david.murray | 2009-05-13 09:15:06 -0400 (Wed, 13 May 2009) | 10 lines
Recorded merge of revisions 72601 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72601 | r.david.murray | 2009-05-13 09:07:14 -0400 (Wed, 13 May 2009) | 3 lines
Move news item to correct section, remove spurious 'see below'
from docstring.
........
................
R. David Murray [Wed, 13 May 2009 12:53:18 +0000 (12:53 +0000)]
Merged revisions 72599 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72599 | r.david.murray | 2009-05-13 08:27:21 -0400 (Wed, 13 May 2009) | 9 lines
Merged revisions 72597 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72597 | r.david.murray | 2009-05-12 20:30:29 -0400 (Tue, 12 May 2009) | 2 lines
Issue 5994: add docstrings to marshal.
........
................
Benjamin Peterson [Tue, 12 May 2009 22:01:26 +0000 (22:01 +0000)]
Merged revisions 72595 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72595 | benjamin.peterson | 2009-05-12 16:21:26 -0500 (Tue, 12 May 2009) | 9 lines
Merged revisions 72593 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72593 | benjamin.peterson | 2009-05-12 16:06:05 -0500 (Tue, 12 May 2009) | 1 line
the compiler attribute is used in setup.py; can't rename
........
................
Benjamin Peterson [Tue, 12 May 2009 20:50:32 +0000 (20:50 +0000)]
Merged revisions 72589 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r72589 | benjamin.peterson | 2009-05-12 15:39:25 -0500 (Tue, 12 May 2009) | 1 line
fix error handling of PyNumber_InPlaceOr #6000
........
Tarek Ziadé [Tue, 12 May 2009 17:17:11 +0000 (17:17 +0000)]
Merged revisions 72587 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72587 | tarek.ziade | 2009-05-12 19:14:01 +0200 (Tue, 12 May 2009) | 9 lines
Merged revisions 72585 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72585 | tarek.ziade | 2009-05-12 19:07:14 +0200 (Tue, 12 May 2009) | 1 line
fixed #5977: distutils build_ext.get_outputs was not using the inplace option
........
................
Tarek Ziadé [Tue, 12 May 2009 07:08:44 +0000 (07:08 +0000)]
Merged revisions 72579 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72579 | tarek.ziade | 2009-05-12 09:06:42 +0200 (Tue, 12 May 2009) | 9 lines
Merged revisions 72577 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72577 | tarek.ziade | 2009-05-12 09:01:29 +0200 (Tue, 12 May 2009) | 1 line
removing the assert statement so the code works when Python is run with -O
........
................
Tarek Ziadé [Tue, 12 May 2009 07:07:42 +0000 (07:07 +0000)]
Blocked revisions 72562 via svnmerge
................
r72562 | tarek.ziade | 2009-05-11 10:49:17 +0200 (Mon, 11 May 2009) | 9 lines
Merged revisions 72560 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72560 | tarek.ziade | 2009-05-11 10:45:17 +0200 (Mon, 11 May 2009) | 1 line
distutils.test_build_clib added a new line at the end of the file, to avoid a warning with some compilers
........
................
R. David Murray [Tue, 12 May 2009 01:42:03 +0000 (01:42 +0000)]
Merged revisions 72574 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72574 | r.david.murray | 2009-05-11 21:40:16 -0400 (Mon, 11 May 2009) | 10 lines
Merged revisions 72572 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72572 | r.david.murray | 2009-05-11 21:36:57 -0400 (Mon, 11 May 2009) | 3 lines
Make it clear up front that shelve only records changes
when objects are assigned back to it when writeback is False.
........
................
Mark Dickinson [Mon, 11 May 2009 16:42:15 +0000 (16:42 +0000)]
Blocked revisions 72568 via svnmerge
........
r72568 | mark.dickinson | 2009-05-11 17:41:34 +0100 (Mon, 11 May 2009) | 2 lines
typo: candiate -> candidate
........
Mark Dickinson [Mon, 11 May 2009 16:27:53 +0000 (16:27 +0000)]
Merged revisions 72565 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72565 | mark.dickinson | 2009-05-11 16:45:15 +0100 (Mon, 11 May 2009) | 9 lines
Merged revisions 72564 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72564 | mark.dickinson | 2009-05-11 16:33:08 +0100 (Mon, 11 May 2009) | 2 lines
Issue #5981: Fix some float.fromhex bugs related to inf and nan handling.
........
................
Tarek Ziadé [Sun, 10 May 2009 21:34:41 +0000 (21:34 +0000)]
Merged revisions 72553 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72553 | tarek.ziade | 2009-05-10 23:31:23 +0200 (Sun, 10 May 2009) | 9 lines
Merged revisions 72552 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72552 | tarek.ziade | 2009-05-10 23:27:55 +0200 (Sun, 10 May 2009) | 1 line
fixed test_build_ext for win32
........
................
Tarek Ziadé [Sun, 10 May 2009 12:39:33 +0000 (12:39 +0000)]
Blocked revisions 72549 via svnmerge
................
r72549 | tarek.ziade | 2009-05-10 14:38:16 +0200 (Sun, 10 May 2009) | 9 lines
Merged revisions 72547 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72547 | tarek.ziade | 2009-05-10 14:36:48 +0200 (Sun, 10 May 2009) | 1 line
fixed test for all platforms
........
................
Tarek Ziadé [Sun, 10 May 2009 12:24:24 +0000 (12:24 +0000)]
Blocked revisions 72545 via svnmerge
................
r72545 | tarek.ziade | 2009-05-10 14:20:44 +0200 (Sun, 10 May 2009) | 9 lines
Merged revisions 72543 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72543 | tarek.ziade | 2009-05-10 14:17:30 +0200 (Sun, 10 May 2009) | 1 line
now using EnvironGuard everywhere
........
................
Tarek Ziadé [Sun, 10 May 2009 12:04:07 +0000 (12:04 +0000)]
Blocked revisions 72541 via svnmerge
................
r72541 | tarek.ziade | 2009-05-10 14:02:35 +0200 (Sun, 10 May 2009) | 9 lines
Merged revisions 72539 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72539 | tarek.ziade | 2009-05-10 13:59:30 +0200 (Sun, 10 May 2009) | 1 line
refactored test_sysconfig so it uses test.test_support.EnvironmentVarGuard
........
................
Tarek Ziadé [Sun, 10 May 2009 11:46:59 +0000 (11:46 +0000)]
Blocked revisions 72537 via svnmerge
................
r72537 | tarek.ziade | 2009-05-10 13:45:41 +0200 (Sun, 10 May 2009) | 9 lines
Merged revisions 72535 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72535 | tarek.ziade | 2009-05-10 13:42:46 +0200 (Sun, 10 May 2009) | 1 line
Added tests form install_lib and pep8-fied the module
........
................
Tarek Ziadé [Sun, 10 May 2009 10:40:27 +0000 (10:40 +0000)]
Merged revisions 72533 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72533 | tarek.ziade | 2009-05-10 12:34:01 +0200 (Sun, 10 May 2009) | 9 lines
Merged revisions 72531 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72531 | tarek.ziade | 2009-05-10 12:12:08 +0200 (Sun, 10 May 2009) | 1 line
fixed #5984 and improved test coverage
........
................
Tarek Ziadé [Sat, 9 May 2009 11:57:11 +0000 (11:57 +0000)]
Blocked revisions 72504 via svnmerge
................
r72504 | tarek.ziade | 2009-05-09 13:55:12 +0200 (Sat, 09 May 2009) | 9 lines
Merged revisions 72497 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72497 | tarek.ziade | 2009-05-09 10:28:53 +0200 (Sat, 09 May 2009) | 1 line
Fixed Issue 5900: distutils.command.build_ext - Ensure RUNPATH is added to extension modules with RPATH if GNU ld is used
........
................
Tarek Ziadé [Sat, 9 May 2009 10:10:12 +0000 (10:10 +0000)]
Blocked revisions 72502 via svnmerge
................
r72502 | tarek.ziade | 2009-05-09 12:09:11 +0200 (Sat, 09 May 2009) | 9 lines
Merged revisions 72500 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72500 | tarek.ziade | 2009-05-09 12:06:00 +0200 (Sat, 09 May 2009) | 1 line
#5976: fixed distutils test_check_environ
........
................
Mark Dickinson [Fri, 8 May 2009 21:29:32 +0000 (21:29 +0000)]
Merged revisions 72485 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r72485 | mark.dickinson | 2009-05-08 22:28:46 +0100 (Fri, 08 May 2009) | 2 lines
Clean up some int/long detection remnants in resource module.
........
Mark Dickinson [Fri, 8 May 2009 21:03:36 +0000 (21:03 +0000)]
Merged revisions 72482 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72482 | mark.dickinson | 2009-05-08 22:01:57 +0100 (Fri, 08 May 2009) | 10 lines
Merged revisions 72479 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72479 | mark.dickinson | 2009-05-08 21:58:08 +0100 (Fri, 08 May 2009) | 3 lines
Issue #5933: Fix gcc -Wextra compiler warnings (and remove some
trailing whitespace).
........
................
Jeroen Ruigrok van der Werven [Fri, 8 May 2009 16:45:39 +0000 (16:45 +0000)]
Merged revisions 72471 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72471 | jeroen.ruigrok | 2009-05-08 16:18:00 +0200 (vr, 08 mei 2009) | 9 lines
Merged revisions 72469 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72469 | jeroen.ruigrok | 2009-05-08 16:11:23 +0200 (vr, 08 mei 2009) | 2 lines
Update the Windows locale mapping with the ones introduced with Vista.
........
................
Jeroen Ruigrok van der Werven [Fri, 8 May 2009 16:44:52 +0000 (16:44 +0000)]
Merged revisions 72470 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72470 | jeroen.ruigrok | 2009-05-08 16:17:00 +0200 (vr, 08 mei 2009) | 9 lines
Merged revisions 72468 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72468 | jeroen.ruigrok | 2009-05-08 15:07:39 +0200 (vr, 08 mei 2009) | 2 lines
Add ISO-8859-16.
........
................
Tarek Ziadé [Thu, 7 May 2009 23:13:30 +0000 (23:13 +0000)]
Blocked revisions 72455 via svnmerge
................
r72455 | tarek.ziade | 2009-05-08 01:11:34 +0200 (Fri, 08 May 2009) | 9 lines
Merged revisions 72454 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72454 | tarek.ziade | 2009-05-08 01:01:56 +0200 (Fri, 08 May 2009) | 1 line
fixed AR/ARFLAGS values in test_sysconfig
........
................
Tarek Ziadé [Thu, 7 May 2009 22:21:27 +0000 (22:21 +0000)]
Blocked revisions 72450 via svnmerge
........
r72450 | tarek.ziade | 2009-05-08 00:18:49 +0200 (Fri, 08 May 2009) | 1 line
run autoconf (step forgotten in r72446)
........
Tarek Ziadé [Thu, 7 May 2009 21:27:11 +0000 (21:27 +0000)]
Blocked revisions 72446 via svnmerge
................
r72446 | tarek.ziade | 2009-05-07 23:24:43 +0200 (Thu, 07 May 2009) | 9 lines
Merged revisions 72445 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72445 | tarek.ziade | 2009-05-07 23:20:34 +0200 (Thu, 07 May 2009) | 1 line
Fixed #5941: added ARFLAGS for the archiver command.
........
................
Eric Smith [Thu, 7 May 2009 19:39:04 +0000 (19:39 +0000)]
Merged revisions 72441 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72441 | eric.smith | 2009-05-07 15:38:09 -0400 (Thu, 07 May 2009) | 9 lines
Merged revisions 72439 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72439 | eric.smith | 2009-05-07 15:36:09 -0400 (Thu, 07 May 2009) | 1 line
Fixed wording for formatting integers: precision is not allowed.
........
................
R. David Murray [Thu, 7 May 2009 18:55:11 +0000 (18:55 +0000)]
Merged revisions 72423,72435 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72423 | benjamin.peterson | 2009-05-07 07:53:38 -0400 (Thu, 07 May 2009) | 9 lines
Merged revisions 72422 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72422 | benjamin.peterson | 2009-05-07 06:45:38 -0500 (Thu, 07 May 2009) | 1 line
actually close files instead of leaving it to the gc #5955
........
................
r72435 | r.david.murray | 2009-05-07 14:24:38 -0400 (Thu, 07 May 2009) | 14 lines
Merged revisions 72425-72426 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72425 | r.david.murray | 2009-05-07 12:27:02 -0400 (Thu, 07 May 2009) | 3 lines
Issue5955: aifc's close method did not close the file it wrapped,
now it does. This also means getfp method now returns the real fp.
........
r72426 | r.david.murray | 2009-05-07 12:29:19 -0400 (Thu, 07 May 2009) | 3 lines
News item for Issue5955.
........
................
Mark Dickinson [Thu, 7 May 2009 16:37:44 +0000 (16:37 +0000)]
Blocked revisions 72427 via svnmerge
........
r72427 | mark.dickinson | 2009-05-07 17:37:01 +0100 (Thu, 07 May 2009) | 2 lines
Misc/NEWS entry for r72248
........
Walter Dörwald [Wed, 6 May 2009 14:45:50 +0000 (14:45 +0000)]
Blocked revisions 72408 via svnmerge
................
r72408 | walter.doerwald | 2009-05-06 16:41:26 +0200 (Mi, 06 Mai 2009) | 14 lines
Merged revisions 72404-72406 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72404 | walter.doerwald | 2009-05-06 16:28:24 +0200 (Mi, 06 Mai 2009) | 3 lines
Issue 3739: The unicode-internal encoder now reports the number of *characters*
consumed like any other encoder (instead of the number of bytes).
........
r72406 | walter.doerwald | 2009-05-06 16:32:35 +0200 (Mi, 06 Mai 2009) | 2 lines
Add NEWS entry about issue #3739.
........
................
Eric Smith [Wed, 6 May 2009 13:29:13 +0000 (13:29 +0000)]
Blocked revisions 72398 via svnmerge
........
r72398 | eric.smith | 2009-05-06 09:08:15 -0400 (Wed, 06 May 2009) | 1 line
Issue #3382. float 'F' formatting no longer maps to 'f'. This only affects nan and inf.
........
Jeroen Ruigrok van der Werven [Wed, 6 May 2009 13:22:35 +0000 (13:22 +0000)]
Merged revisions 72400 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72400 | jeroen.ruigrok | 2009-05-06 15:18:35 +0200 (wo, 06 mei 2009) | 11 lines
Merged revisions 72399 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72399 | jeroen.ruigrok | 2009-05-06 15:16:36 +0200 (wo, 06 mei 2009) | 4 lines
Be more explicit about the error we are catching.
Requested by: Antoine Pitrou
........
................
Jeroen Ruigrok van der Werven [Wed, 6 May 2009 08:25:53 +0000 (08:25 +0000)]
Merged revisions 72376 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72376 | jeroen.ruigrok | 2009-05-06 07:33:24 +0200 (wo, 06 mei 2009) | 12 lines
Merged revisions 72375 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72375 | jeroen.ruigrok | 2009-05-06 07:25:42 +0200 (wo, 06 mei 2009) | 5 lines
Wrap getpreferredencoding()'s use of setlocale in a try/except to prevent
us from raising an exception when the locale is invalid.
Issue #
1443504
........
................
Tarek Ziadé [Wed, 6 May 2009 08:09:02 +0000 (08:09 +0000)]
Blocked revisions 72390 via svnmerge
................
r72390 | tarek.ziade | 2009-05-06 10:08:26 +0200 (Wed, 06 May 2009) | 9 lines
Merged revisions 72388 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72388 | tarek.ziade | 2009-05-06 10:05:47 +0200 (Wed, 06 May 2009) | 1 line
more build_clib cleanup + test coverage
........
................
Tarek Ziadé [Wed, 6 May 2009 07:30:47 +0000 (07:30 +0000)]
Merged revisions 72379 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r72379 | tarek.ziade | 2009-05-06 09:26:24 +0200 (Wed, 06 May 2009) | 1 line
Fixed #5940: distutils.command.build_clib.check_library_list is doing the right checkings again
........
Mark Dickinson [Tue, 5 May 2009 21:36:17 +0000 (21:36 +0000)]
Blocked revisions 72359 via svnmerge
........
r72359 | mark.dickinson | 2009-05-05 22:34:59 +0100 (Tue, 05 May 2009) | 2 lines
Issue #5944: Skip PEP 383 tests on OS X.
........
Thomas Heller [Tue, 5 May 2009 19:33:26 +0000 (19:33 +0000)]
Merged revisions 72354 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72354 | thomas.heller | 2009-05-05 21:04:40 +0200 (Di, 05 Mai 2009) | 10 lines
Merged revisions 72352 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72352 | thomas.heller | 2009-05-05 20:55:47 +0200 (Di, 05 Mai 2009) | 3 lines
Fix Issue #4875: find_library can return directories instead of files
(on win32)
........
................
Mark Dickinson [Tue, 5 May 2009 17:55:58 +0000 (17:55 +0000)]
Merged revisions 72346 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72346 | mark.dickinson | 2009-05-05 18:54:36 +0100 (Tue, 05 May 2009) | 10 lines
Merged revisions 72344 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72344 | mark.dickinson | 2009-05-05 18:41:47 +0100 (Tue, 05 May 2009) | 3 lines
Issue #5933: Fix some gcc -Wextra warnings. Thanks Victor Stinner for
the patch.
........
................
Eric Smith [Tue, 5 May 2009 17:27:32 +0000 (17:27 +0000)]
Blocked revisions 72339,72341 via svnmerge
........
r72339 | eric.smith | 2009-05-05 12:42:58 -0400 (Tue, 05 May 2009) | 1 line
Documentation for Issue #5920.
........
r72341 | eric.smith | 2009-05-05 13:19:46 -0400 (Tue, 05 May 2009) | 1 line
Improved wording.
........
Martin v. Löwis [Tue, 5 May 2009 16:17:30 +0000 (16:17 +0000)]
Blocked revisions 72336 via svnmerge
................
r72336 | martin.v.loewis | 2009-05-05 18:14:30 +0200 (Di, 05 Mai 2009) | 9 lines
Merged revisions 72335 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72335 | martin.v.loewis | 2009-05-05 18:10:16 +0200 (Di, 05 Mai 2009) | 2 lines
Issue #5847: Remove -n switch on "Edit with IDLE" menu item.
........
................
Eric Smith [Tue, 5 May 2009 14:07:12 +0000 (14:07 +0000)]
Blocked revisions 72333 via svnmerge
........
r72333 | eric.smith | 2009-05-05 10:04:18 -0400 (Tue, 05 May 2009) | 1 line
Issue #5920: Changed format.__float__ and complex.__float__ to use a precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson.
........
Eric Smith [Tue, 5 May 2009 13:08:54 +0000 (13:08 +0000)]
Blocked revisions 72331 via svnmerge
........
r72331 | eric.smith | 2009-05-05 09:07:30 -0400 (Tue, 05 May 2009) | 1 line
Added missing semicolon.
........
R. David Murray [Tue, 5 May 2009 02:19:58 +0000 (02:19 +0000)]
Merged revisions 72307 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72307 | r.david.murray | 2009-05-04 22:08:52 -0400 (Mon, 04 May 2009) | 11 lines
Merged revisions 72149 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72149 | r.david.murray | 2009-04-30 08:42:32 -0400 (Thu, 30 Apr 2009) | 4 lines
Make the turtle.rst doctests pass. I have a feeling there should be
more cleanup, but I don't know now to kill turtles. Especially
unexpected ones... ;)
........
................
R. David Murray [Tue, 5 May 2009 01:01:52 +0000 (01:01 +0000)]
Merged revisions 72301 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72301 | r.david.murray | 2009-05-04 18:59:07 -0400 (Mon, 04 May 2009) | 13 lines
Merged revisions 72299 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72299 | r.david.murray | 2009-05-04 18:16:24 -0400 (Mon, 04 May 2009) | 7 lines
Fix issue 5890: (property subclass shadows __doc__ string) by inserting
the __doc__ into the subclass instance __dict__. The fix refactors
property_copy to call property_init in such a way that the __doc__
logic is re-executed correctly when getter_doc is 1, thus simplifying
property_copy.
........
................
Walter Dörwald [Mon, 4 May 2009 16:13:11 +0000 (16:13 +0000)]
Merged revisions 72280 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72280 | walter.doerwald | 2009-05-04 18:10:10 +0200 (Mo, 04 Mai 2009) | 9 lines
Merged revisions 72278 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72278 | walter.doerwald | 2009-05-04 18:03:03 +0200 (Mo, 04 Mai 2009) | 2 lines
Fix typos.
........
................
Mark Dickinson [Mon, 4 May 2009 13:59:04 +0000 (13:59 +0000)]
Issue #5724: Fix test_cmath failures on Solaris 10.
Mark Dickinson [Mon, 4 May 2009 13:49:30 +0000 (13:49 +0000)]
Regenerate configure and pyconfig.h.in
Walter Dörwald [Sun, 3 May 2009 22:57:39 +0000 (22:57 +0000)]
Merged revisions 72265 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r72265 | walter.doerwald | 2009-05-04 00:55:55 +0200 (Mo, 04 Mai 2009) | 12 lines
Merged revisions 72260 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72260 | walter.doerwald | 2009-05-04 00:36:33 +0200 (Mo, 04 Mai 2009) | 5 lines
Issue #5108: Handle %s like %S and %R in PyUnicode_FromFormatV(): Call
PyUnicode_DecodeUTF8() once, remember the result and output it in a second
step. This avoids problems with counting UTF-8 bytes that ignores the effect
of using the replace error handler in PyUnicode_DecodeUTF8().
........
................
Mark Dickinson [Sun, 3 May 2009 22:36:37 +0000 (22:36 +0000)]
Blocked revisions 72259 via svnmerge
................
r72259 | mark.dickinson | 2009-05-03 23:36:01 +0100 (Sun, 03 May 2009) | 9 lines
Merged revisions 72257 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72257 | mark.dickinson | 2009-05-03 23:33:34 +0100 (Sun, 03 May 2009) | 2 lines
Don't use PyOS_strnicmp for NaN and Inf detection: it's locale-aware.
........
................