summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 73907-73908 via svnmerge fromR. David Murray2009-07-091-1/+1
| | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73907 | r.david.murray | 2009-07-09 12:17:30 -0400 (Thu, 09 Jul 2009) | 4 lines Temporarily ignore rmtree errors in test_getcwd_long_pathnames to see if the test gives useful failure info on Solaris buildbot. ........ r73908 | r.david.murray | 2009-07-09 14:41:03 -0400 (Thu, 09 Jul 2009) | 6 lines Try to fix Solaris buildbot rmtree failure in test_getcwd_long_pathnames cleanup. If this fix works, it means that Solaris is unique among our platforms in what happens when shutil.rmtree is called on the current working directory (ie: it doesn't work on Solaris, but it does everywhere else). ........
* Unblocked revisions 73907 via svnmergeR. David Murray2009-07-090-0/+0
| | | | | | | | | ........ r73907 | r.david.murray | 2009-07-09 12:17:30 -0400 (Thu, 09 Jul 2009) | 4 lines Temporarily ignore rmtree errors in test_getcwd_long_pathnames to see if the test gives useful failure info on Solaris buildbot. ........
* Blocked revisions 73907 via svnmergeR. David Murray2009-07-090-0/+0
| | | | | | | | | ........ r73907 | r.david.murray | 2009-07-09 12:17:30 -0400 (Thu, 09 Jul 2009) | 4 lines Temporarily ignore rmtree errors in test_getcwd_long_pathnames to see if the test gives useful failure info on Solaris buildbot. ........
* Merged revisions 73901 via svnmerge fromTarek Ziadé2009-07-091-2/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73901 | tarek.ziade | 2009-07-09 09:42:42 +0200 (Thu, 09 Jul 2009) | 1 line PendingDeprecationWarning -> DeprecationWarning in build_ext ........
* Merged revisions 73895 via svnmerge fromTarek Ziadé2009-07-082-4/+29
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73895 | tarek.ziade | 2009-07-09 00:40:51 +0200 (Thu, 09 Jul 2009) | 1 line Sets the compiler attribute to keep the old behavior for third-party packages. ........
* Merged revisions 73841 via svnmerge fromEzio Melotti2009-07-081-38/+54
| | | | | | | | | | 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 ........
* Blocked revisions 73891 via svnmergeMark Dickinson2009-07-070-0/+0
| | | | | | | | | ........ r73891 | mark.dickinson | 2009-07-07 16:08:28 +0100 (Tue, 07 Jul 2009) | 3 lines Issue #1523: Remove deprecated overflow masking in struct module, and make sure that out-of-range values consistently raise struct.error. ........
* Blocked revisions 73888 via svnmergeMark Dickinson2009-07-070-0/+0
| | | | | | | | | ........ r73888 | mark.dickinson | 2009-07-07 15:15:45 +0100 (Tue, 07 Jul 2009) | 3 lines Expand test coverage for struct.pack with native integer packing; reorganize the test_struct module to remove duplicated code and tests. ........
* Blocked revisions 73884 via svnmergeMark Dickinson2009-07-070-0/+0
| | | | | | | | ........ r73884 | mark.dickinson | 2009-07-07 12:08:23 +0100 (Tue, 07 Jul 2009) | 1 line Add skipping to struct test that only applies when overflow masking is in effect ........
* Merged revisions 73880 via svnmerge fromMark Dickinson2009-07-071-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73880 | mark.dickinson | 2009-07-07 11:18:22 +0100 (Tue, 07 Jul 2009) | 1 line Typo in error message ........
* http://bugs.python.org/issue6382Kristján Valur Jónsson2009-07-071-6/+22
| | | | added the shutdown_request() which can perform shutdown before calling close. This is needed for the ForkingMixIn because different close semantics are required for child and parent process. shutdown_request(), for TCP servers, calls socket.shutdown() and then calls close_request(). Therefore, this is not an backwards incompatible change, since subclasses that continue to override close_request() continue to work.
* Merged revisions 73873 via svnmerge fromAmaury Forgeot d'Arc2009-07-071-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73873 | amaury.forgeotdarc | 2009-07-07 08:49:41 +0200 (mar., 07 juil. 2009) | 2 lines #6420: Fix a compilation warning in the nis module, for OpenBSD and FreeBSD. ........
* Add a unittest for r73566.Gregory P. Smith2009-07-071-0/+8
|
* #6428: py3k requires that __bool__ return a bool (and not an int)Amaury Forgeot d'Arc2009-07-073-9/+11
| | | | Fix the error message and the documentation.
* Merged revisions 73864 via svnmerge fromTarek Ziadé2009-07-064-67/+119
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73864 | tarek.ziade | 2009-07-06 14:50:46 +0200 (Mon, 06 Jul 2009) | 1 line Fixed #6377: distutils compiler switch ignored (and added a deprecation warning if compiler is not used as supposed = a string option) ........
* Add the fix for issue 4509 to the mapping methods.Alexandre Vassalotti2009-07-052-26/+31
|
* Blocked revisions 73858 via svnmergeMark Dickinson2009-07-050-0/+0
| | | | | | | | | ........ r73858 | mark.dickinson | 2009-07-05 11:01:24 +0100 (Sun, 05 Jul 2009) | 3 lines Issues #1530559, #1741130: Fix various inconsistencies in struct.pack integer packing, and reenable some previously broken tests. ........
* Add NEWS entries for the changes I made recently.Alexandre Vassalotti2009-07-051-0/+10
|
* Issue 4005: Remove .sort() call on dict_keys object.Alexandre Vassalotti2009-07-052-2/+7
| | | | | | This caused pydoc to fail when there was a zip file in sys.path. Patch contributed by Amaury Forgeot d'Arc.
* Blocked revisions 73854 via svnmergeAlexandre Vassalotti2009-07-050-0/+0
| | | | | | | | ........ r73854 | alexandre.vassalotti | 2009-07-05 02:33:41 -0400 (Sun, 05 Jul 2009) | 2 lines Backport test cases added in r73852. ........
* Blocked revisions 73846-73847 via svnmergeAlexandre Vassalotti2009-07-050-0/+0
| | | | | | | | | | | | | | | ........ r73846 | alexandre.vassalotti | 2009-07-05 00:22:40 -0400 (Sun, 05 Jul 2009) | 6 lines Issue 2370: Add Python 3 warnings for the removal of operator.isCallable and operator.sequenceIncludes. Patch contributed by Jeff Balogh (and updated slightly by me). ........ r73847 | alexandre.vassalotti | 2009-07-05 00:25:46 -0400 (Sun, 05 Jul 2009) | 2 lines Fix bad variable name in r73846. ........
* Fix array.extend and array.__iadd__ to handle the case where an arrayAlexandre Vassalotti2009-07-052-3/+18
| | | | | | is extended with itself. This bug is specific the py3k version of arraymodule.c
* Add more test cases to BaseTest.test_memoryview_no_resize.Alexandre Vassalotti2009-07-051-0/+6
|
* Issue 4509: Do not modify an array if we know the change would resultAlexandre Vassalotti2009-07-052-0/+24
| | | | in a failure due to exported buffers.
* http://bugs.python.org/issue6381Kristján Valur Jónsson2009-07-041-1/+6
| | | | merging revision 73819 from trunk
* Revert last change, which was incorrect.Kristján Valur Jónsson2009-07-043-8/+7
|
* http://bugs.python.org/issue6381Kristján Valur Jónsson2009-07-043-7/+8
| | | | merging revision 73819 from trunk
* change deprecated unittest method calls into their proper names.Gregory P. Smith2009-07-047-151/+151
|
* Merged revisions 73834 via svnmerge fromTarek Ziadé2009-07-042-29/+11
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73834 | tarek.ziade | 2009-07-04 04:59:19 +0200 (Sat, 04 Jul 2009) | 1 line using print statements when used for user interaction ........
* Merged revisions 73825-73826 via svnmerge fromGregory P. Smith2009-07-043-30/+120
| | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73825 | gregory.p.smith | 2009-07-03 18:49:29 -0700 (Fri, 03 Jul 2009) | 9 lines Use select.poll() in subprocess, when available, rather than select() so that it does not fail when file descriptors are large. Fixes issue3392. Patch largely contributed by Frank Chu (fpmc) with some improvements by me. See http://bugs.python.org/issue3392. ........ r73826 | gregory.p.smith | 2009-07-03 18:55:11 -0700 (Fri, 03 Jul 2009) | 2 lines news entry for r73825 ........ Candidate for backporting to release31-maint as it is a bug fix and changes no public API.
* Merged revisions 73818 via svnmerge fromGregory P. Smith2009-07-042-0/+11
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73818 | gregory.p.smith | 2009-07-03 13:48:31 -0700 (Fri, 03 Jul 2009) | 2 lines Adds the select.PIPE_BUF attribute to expose the system constant. ........
* Merged revisions 73827 via svnmerge fromTarek Ziadé2009-07-042-2/+4
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73827 | tarek.ziade | 2009-07-04 04:02:41 +0200 (Sat, 04 Jul 2009) | 1 line Fixed #6413: fixed log level in distutils.dist.announce ........
* #6398 typo: versio. -> version.Ezio Melotti2009-07-041-1/+1
|
* http://bugs.python.org/issue6267Kristján Valur Jónsson2009-07-031-5/+5
| | | | Incorrect exception handling for xmlrpclient retry
* Merged revisions 73814-73815 via svnmerge fromTarek Ziadé2009-07-032-25/+41
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73814 | tarek.ziade | 2009-07-03 21:01:12 +0200 (Fri, 03 Jul 2009) | 1 line basic tests to raise distutils.file_util coverage ........ r73815 | tarek.ziade | 2009-07-03 21:14:49 +0200 (Fri, 03 Jul 2009) | 1 line cleaned distutils.file_util ........
* remove duplicate declartions #6405Benjamin Peterson2009-07-032-2/+2
|
* rip out bsddb support codeBenjamin Peterson2009-07-031-186/+2
|
* xrange -> rangeBenjamin Peterson2009-07-031-2/+2
|
* Merged revisions 73801 via svnmerge fromTarek Ziadé2009-07-031-3/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73801 | tarek.ziade | 2009-07-03 11:01:07 +0200 (Fri, 03 Jul 2009) | 1 line cleaned up distutils.command.build_py ........
* Merged revisions 73790 via svnmerge fromTarek Ziadé2009-07-033-10/+43
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73790 | tarek.ziade | 2009-07-03 10:22:56 +0200 (Fri, 03 Jul 2009) | 1 line Fixed #6403 : package path usage for build_ext ........
* #4601: 'make install' did not set the permissions on library directories,Amaury Forgeot d'Arc2009-07-022-6/+8
| | | | | | | only root could start IDLE for example. Beware that os.path.walk does not translate as is to os.walk! the former uses a callback to call on each dir, the latter is a generator...
* Merged revisions 73781 via svnmerge fromBenjamin Peterson2009-07-021-0/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73781 | benjamin.peterson | 2009-07-02 16:38:36 -0500 (Thu, 02 Jul 2009) | 1 line test that compile() accepts the future flag ........
* a little more fiddling to make flags like 2.xBenjamin Peterson2009-07-022-1/+3
|
* the old CO_FUTURE flags can't be commented outBenjamin Peterson2009-07-023-3/+8
|
* refactor logic a little when no sep or end is passedBenjamin Peterson2009-07-021-4/+10
|
* Blocked revisions 73776 via svnmergeBenjamin Peterson2009-07-020-0/+0
| | | | | | | | ........ r73776 | benjamin.peterson | 2009-07-02 13:16:45 -0500 (Thu, 02 Jul 2009) | 1 line when print() gets unicode arguments, sep and end should be unicode by default #4618 ........
* Merged revisions 73767 via svnmerge fromJesus Cea2009-07-021-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73767 | jesus.cea | 2009-07-02 16:30:18 +0200 (Thu, 02 Jul 2009) | 1 line multiprocessing doesn't compile in Solaris because a typo ........
* Merged revisions 73762 via svnmerge fromTarek Ziadé2009-07-021-46/+43
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73762 | tarek.ziade | 2009-07-02 16:20:47 +0200 (Thu, 02 Jul 2009) | 1 line pep8-fied and cleaned up distutils.util ........
* Merged revisions 73756-73757 via svnmerge fromTarek Ziadé2009-07-022-2/+18
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73756 | tarek.ziade | 2009-07-02 14:47:54 +0200 (Thu, 02 Jul 2009) | 1 line raising bdist_dumb test coverage ........ r73757 | tarek.ziade | 2009-07-02 14:51:56 +0200 (Thu, 02 Jul 2009) | 1 line cleaned up the bdist_dumb module ........
* Merged revisions 73744 via svnmerge fromBenjamin Peterson2009-07-011-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73744 | benjamin.peterson | 2009-07-01 08:34:35 -0500 (Wed, 01 Jul 2009) | 1 line proxy the __exit__ call ........