Staging
v0.5.1
https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
6b41be8 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. ........ 23 May 2009, 21:05:11 UTC
758b7af 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 ........ ................ 23 May 2009, 19:42:15 UTC
9d95501 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. ........ ................ 23 May 2009, 14:38:19 UTC
71d48f3 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. ........ 23 May 2009, 10:44:10 UTC
060c691 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. ........ ................ 23 May 2009, 02:42:08 UTC
1e43c70 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. ........ ................ 23 May 2009, 02:37:55 UTC
3613102 Sync-up examples with Py3k updates. 22 May 2009, 01:14:17 UTC
d2c23d4 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. ........ 20 May 2009, 22:05:59 UTC
63fbc35 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 ........ 20 May 2009, 18:41:34 UTC
4bce005 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 ........ ................ 20 May 2009, 17:59:15 UTC
40892f5 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 ........ ................ 19 May 2009, 16:24:16 UTC
db2517c Issue 6037: MutableSequence.__iadd__ should return self. 18 May 2009, 15:49:55 UTC
c823af3 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 ........ ................ 18 May 2009, 12:31:22 UTC
2b9997c 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 ........ ................ 18 May 2009, 08:23:39 UTC
b3bbfcd 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 ........ ................ 18 May 2009, 08:11:23 UTC
38febb0 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 ........ ................ 18 May 2009, 08:09:37 UTC
3d98e7d 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. ........ 17 May 2009, 22:03:27 UTC
ca354c7 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 ........ ................ 17 May 2009, 12:12:48 UTC
87fe46d 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 ........ ................ 17 May 2009, 11:27:25 UTC
e5b20c9 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 ........ ................ 17 May 2009, 11:26:45 UTC
6826006 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 ........ ................ 17 May 2009, 10:52:03 UTC
49fe64f 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. ........ ................ 17 May 2009, 10:43:52 UTC
45a2e33 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 ........ ................ 17 May 2009, 10:16:18 UTC
d95ec5b 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 ........ ................ 17 May 2009, 10:13:17 UTC
6a4c8ad 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. ........ ................ 17 May 2009, 06:00:20 UTC
11b9472 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 ........ ................ 16 May 2009, 16:53:54 UTC
83ef9df Fix error in 2-to-3 translation of docs. 14 May 2009, 21:52:15 UTC
53aa694 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 ........ ................ 14 May 2009, 20:22:00 UTC
10de389 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. ........ ................ 14 May 2009, 16:44:16 UTC
3698581 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 ........ ................ 14 May 2009, 15:22:48 UTC
236f91b Blocked revisions 72622 via svnmerge ........ r72622 | tarek.ziade | 2009-05-14 14:48:09 +0200 (Thu, 14 May 2009) | 1 line typo ........ 14 May 2009, 12:49:09 UTC
54df07b 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 ........ ................ 14 May 2009, 12:46:38 UTC
41dc2d1 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 ........ ................ 13 May 2009, 22:22:55 UTC
741bfeb 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. ........ ................ 13 May 2009, 18:02:09 UTC
37c1ea3 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. ........ ................ 13 May 2009, 13:16:46 UTC
98e7027 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. ........ ................ 13 May 2009, 12:53:18 UTC
30091a0 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 ........ ................ 12 May 2009, 22:01:26 UTC
b9af8ea 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 ........ 12 May 2009, 20:50:32 UTC
0438d64 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 ........ ................ 12 May 2009, 17:17:11 UTC
e9066e8 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 ........ ................ 12 May 2009, 07:08:44 UTC
1cc8e75 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 ........ ................ 12 May 2009, 07:07:42 UTC
da16734 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. ........ ................ 12 May 2009, 01:42:03 UTC
4dff0f0 Blocked revisions 72568 via svnmerge ........ r72568 | mark.dickinson | 2009-05-11 17:41:34 +0100 (Mon, 11 May 2009) | 2 lines typo: candiate -> candidate ........ 11 May 2009, 16:42:15 UTC
b67c1d9 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. ........ ................ 11 May 2009, 16:27:53 UTC
0680a46 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 ........ ................ 10 May 2009, 21:34:41 UTC
0d14616 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 ........ ................ 10 May 2009, 12:39:33 UTC
155e2c2 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 ........ ................ 10 May 2009, 12:24:24 UTC
b25f8b1 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 ........ ................ 10 May 2009, 12:04:07 UTC
300ae21 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 ........ ................ 10 May 2009, 11:46:59 UTC
d9ed2e6 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 ........ ................ 10 May 2009, 10:40:27 UTC
91abbf8 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 ........ ................ 09 May 2009, 11:57:11 UTC
0611977 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 ........ ................ 09 May 2009, 10:10:12 UTC
14c78d0 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. ........ 08 May 2009, 21:29:32 UTC
df4537f 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). ........ ................ 08 May 2009, 21:03:36 UTC
9fda5a0 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. ........ ................ 08 May 2009, 16:45:39 UTC
9f11028 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. ........ ................ 08 May 2009, 16:44:52 UTC
e94cfd3 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 ........ ................ 07 May 2009, 23:13:30 UTC
67ffe9c 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) ........ 07 May 2009, 22:21:27 UTC
6db8c7e 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. ........ ................ 07 May 2009, 21:27:11 UTC
66779d8 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. ........ ................ 07 May 2009, 19:39:04 UTC
095ddf5 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. ........ ................ 07 May 2009, 18:55:11 UTC
0deb1d2 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 ........ 07 May 2009, 16:37:44 UTC
7023d45 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. ........ ................ 06 May 2009, 14:45:50 UTC
2ddf2ea 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. ........ 06 May 2009, 13:29:13 UTC
02a1b42 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 ........ ................ 06 May 2009, 13:22:35 UTC
4793ebb 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 ........ ................ 06 May 2009, 08:25:53 UTC
6e1243e 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 ........ ................ 06 May 2009, 08:09:02 UTC
5020e34 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 ........ 06 May 2009, 07:30:47 UTC
7d8f9d0 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. ........ 05 May 2009, 21:36:17 UTC
ae0d49b 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) ........ ................ 05 May 2009, 19:33:26 UTC
fca3179 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. ........ ................ 05 May 2009, 17:55:58 UTC
87dc8d7 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. ........ 05 May 2009, 17:27:32 UTC
bbb045d 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. ........ ................ 05 May 2009, 16:17:30 UTC
a4ddd3e 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. ........ 05 May 2009, 14:07:12 UTC
3859f46 Blocked revisions 72331 via svnmerge ........ r72331 | eric.smith | 2009-05-05 09:07:30 -0400 (Tue, 05 May 2009) | 1 line Added missing semicolon. ........ 05 May 2009, 13:08:54 UTC
8b2778b 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... ;) ........ ................ 05 May 2009, 02:19:58 UTC
749b70a 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. ........ ................ 05 May 2009, 01:01:52 UTC
9a8de95 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. ........ ................ 04 May 2009, 16:13:11 UTC
e77c98a Issue #5724: Fix test_cmath failures on Solaris 10. 04 May 2009, 13:59:04 UTC
8e04c73 Regenerate configure and pyconfig.h.in 04 May 2009, 13:49:30 UTC
80aaee7 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(). ........ ................ 03 May 2009, 22:57:39 UTC
50d75a7 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. ........ ................ 03 May 2009, 22:36:37 UTC
7fc9648 Blocked revisions 72255 via svnmerge ................ r72255 | mark.dickinson | 2009-05-03 22:07:13 +0100 (Sun, 03 May 2009) | 9 lines Merged revisions 72253 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72253 | mark.dickinson | 2009-05-03 21:59:48 +0100 (Sun, 03 May 2009) | 2 lines Eliminate some locale-dependent calls to isspace and tolower. ........ ................ 03 May 2009, 21:07:43 UTC
16bcab8 Blocked revisions 72248 via svnmerge ........ r72248 | mark.dickinson | 2009-05-03 21:33:40 +0100 (Sun, 03 May 2009) | 4 lines Issue #5914: Add new C-API function PyOS_string_to_double, to complement PyOS_double_to_string, and deprecate PyOS_ascii_strtod and PyOS_ascii_atof. ........ 03 May 2009, 20:34:39 UTC
f95ad90 backport r71299 from trunk: Fixes issue5705: os.setuid() and friends did not accept the same range of values that pwd.getpwnam() returns. 03 May 2009, 20:21:26 UTC
fc57717 Blocked revisions 72208 via svnmerge ........ r72208 | martin.v.loewis | 2009-05-02 20:52:14 +0200 (Sa, 02 Mai 2009) | 3 lines Issue #3672: Reject surrogates in utf-8 codec; add surrogates error handler. ........ 02 May 2009, 18:53:23 UTC
d8f0ac0 Blocked revisions 72203 via svnmerge ................ r72203 | mark.dickinson | 2009-05-02 18:57:52 +0100 (Sat, 02 May 2009) | 10 lines Merged revisions 72202 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72202 | mark.dickinson | 2009-05-02 18:55:01 +0100 (Sat, 02 May 2009) | 3 lines Remove unnecessary use of context for long getters. (Related to issue #5880). ........ ................ 02 May 2009, 18:22:34 UTC
916e4e0 Blocked revisions 72192 via svnmerge ................ r72192 | eric.smith | 2009-05-02 08:15:39 -0400 (Sat, 02 May 2009) | 9 lines Merged revisions 72189 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72189 | eric.smith | 2009-05-02 05:58:09 -0400 (Sat, 02 May 2009) | 1 line Keep py3k and trunk code in sync. ........ ................ 02 May 2009, 12:16:28 UTC
8c26c21 Blocked revisions 72172 via svnmerge ................ r72172 | walter.doerwald | 2009-05-01 21:58:58 +0200 (Fr, 01 Mai 2009) | 12 lines Merged revisions 72167 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72167 | walter.doerwald | 2009-05-01 19:35:37 +0200 (Fr, 01 Mai 2009) | 5 lines Make test.test_support.EnvironmentVarGuard behave like a dictionary. All changes are mirrored to the underlying os.environ dict, but rolled back on exit from the with block. ........ ................ 01 May 2009, 20:03:27 UTC
895ecc2 Blocked revisions 72165 via svnmerge ........ r72165 | mark.dickinson | 2009-05-01 16:37:04 +0100 (Fri, 01 May 2009) | 2 lines Issue #5859: Remove '%f' to '%g' formatting switch for large floats. ........ 01 May 2009, 16:27:28 UTC
ebb5e94 Blocked revisions 72161 via svnmerge ........ r72161 | mark.dickinson | 2009-05-01 12:42:00 +0100 (Fri, 01 May 2009) | 5 lines Issue #5859: Remove use of fixed-length buffers for float formatting in unicodeobject.c and the fallback version of PyOS_double_to_string. As a result, operations like '%.120e' % 12.34 no longer raise an exception. ........ 01 May 2009, 11:42:35 UTC
c70ac89 Blocked revisions 72140 via svnmerge ........ r72140 | eric.smith | 2009-04-29 21:00:33 -0400 (Wed, 29 Apr 2009) | 1 line Issue #1588: Add complex.__format__. ........ 30 April 2009, 01:01:34 UTC
b5e5246 Merged revisions 72123 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r72123 | r.david.murray | 2009-04-29 17:50:39 -0400 (Wed, 29 Apr 2009) | 2 lines Document the fact that 'compname' and 'comptype' are bytes. ........ 29 April 2009, 21:52:37 UTC
fde5bb3 Blocked revisions 72118 via svnmerge ................ r72118 | r.david.murray | 2009-04-29 16:40:42 -0400 (Wed, 29 Apr 2009) | 9 lines Merged revisions 72115 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72115 | r.david.murray | 2009-04-29 16:15:18 -0400 (Wed, 29 Apr 2009) | 2 lines More aifc tests. ........ ................ Test uses unittest method that wasn't backported. 29 April 2009, 20:44:57 UTC
7179c0d Blocked revisions 72109 via svnmerge ........ r72109 | mark.dickinson | 2009-04-29 19:47:07 +0100 (Wed, 29 Apr 2009) | 3 lines Issue #5864: Fix problem with empty code formatting for floats, where a bogus trailing zero could be added. ........ 29 April 2009, 18:48:14 UTC
e135a98 Roll back mistaken checkin of conflicted multiprocessing.rst file. Merge needs to wait until previous updates to file are merged. Rolled back revisions 72062 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k 29 April 2009, 16:44:28 UTC
392e740 Merged revisions 72104 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r72104 | r.david.murray | 2009-04-29 11:34:32 -0400 (Wed, 29 Apr 2009) | 17 lines Merged revisions 72100-72101 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72100 | r.david.murray | 2009-04-29 09:17:37 -0400 (Wed, 29 Apr 2009) | 7 lines Fix issue 2245. aifc now skips any chunk type it doesn't actually process instead of throwing errors for anything not in an explicit skip list. This is per this spec: http://www.cnpbagwell.com/aiff-c.txt. Spec reference and test sound file provided by Santiago Peresón, fix based on patch by Hiroaki Kawai. ........ r72101 | r.david.murray | 2009-04-29 09:51:44 -0400 (Wed, 29 Apr 2009) | 2 lines Now that we've got a test_aifc, add a few tests. ........ ................ 29 April 2009, 15:54:48 UTC
75e047f Blocked revisions 72098 via svnmerge ........ r72098 | eric.smith | 2009-04-29 08:34:19 -0400 (Wed, 29 Apr 2009) | 1 line Added test that didn't make it in an svnmerge. ........ 29 April 2009, 12:38:15 UTC
7c52727 Blocked revisions 72096 via svnmerge ................ r72096 | tarek.ziade | 2009-04-29 10:07:44 +0200 (Wed, 29 Apr 2009) | 9 lines Merged revisions 72094 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72094 | tarek.ziade | 2009-04-29 10:03:46 +0200 (Wed, 29 Apr 2009) | 1 line Fixed #5874 : distutils.tests.test_config_cmd is not locale-sensitive anymore ........ ................ 29 April 2009, 08:08:41 UTC
d2cdee7 Merged revisions 72089 via svnmerge from svn+ssh://svn.python.org/python/branches/py3k ........ r72089 | georg.brandl | 2009-04-29 08:37:12 +0200 (Mi, 29 Apr 2009) | 1 line Die, buffer(), die. ........ 29 April 2009, 07:00:34 UTC
back to top