]>
granicus.if.org Git - python/log
Brett Cannon [Tue, 15 Mar 2011 22:48:52 +0000 (18:48 -0400)]
Undo an accidental commit.
Brett Cannon [Tue, 15 Mar 2011 22:45:59 +0000 (18:45 -0400)]
merge
Brett Cannon [Tue, 15 Mar 2011 22:45:38 +0000 (18:45 -0400)]
merge
Brett Cannon [Tue, 15 Mar 2011 22:45:13 +0000 (18:45 -0400)]
Be more thorough in blanking out methods grabbed off of an fp.
Michael Foord [Tue, 15 Mar 2011 22:38:41 +0000 (18:38 -0400)]
merge
Michael Foord [Tue, 15 Mar 2011 22:38:09 +0000 (18:38 -0400)]
Changes to Wing IDE project file. Merge of peepholer changesets that were applied separately.
Michael Foord [Tue, 15 Mar 2011 22:19:58 +0000 (18:19 -0400)]
Wing project file update for mercurial
Raymond Hettinger [Tue, 15 Mar 2011 22:07:38 +0000 (15:07 -0700)]
whitespace fix
Raymond Hettinger [Tue, 15 Mar 2011 22:06:09 +0000 (15:06 -0700)]
whitespace fix
Raymond Hettinger [Tue, 15 Mar 2011 22:03:36 +0000 (15:03 -0700)]
Issue 11510: Fix BUILD_SET optimizer bug.
Raymond Hettinger [Tue, 15 Mar 2011 21:50:16 +0000 (14:50 -0700)]
Issue 11510: Fix BUILD_SET optimizer bug.
R David Murray [Tue, 15 Mar 2011 21:43:21 +0000 (17:43 -0400)]
Merge #11216: document all possible set_charset execution paths.
R David Murray [Tue, 15 Mar 2011 21:42:50 +0000 (17:42 -0400)]
Merge #11216: document all possible set_charset execution paths.
R David Murray [Tue, 15 Mar 2011 21:41:13 +0000 (17:41 -0400)]
#11216: document all possible set_charset execution paths.
Brett Cannon [Tue, 15 Mar 2011 21:38:22 +0000 (17:38 -0400)]
Properly close a file in test_os.
Brett Cannon [Tue, 15 Mar 2011 21:32:14 +0000 (17:32 -0400)]
Don't leave around a test symlink file.
Brett Cannon [Tue, 15 Mar 2011 21:23:21 +0000 (17:23 -0400)]
merge
Brett Cannon [Tue, 15 Mar 2011 21:22:52 +0000 (17:22 -0400)]
Close a stream properly in test.test_pulldom.
Closes issue #11550. Thanks to Ben Hayden for some inspiration on the
solution.
Antoine Pitrou [Tue, 15 Mar 2011 21:06:42 +0000 (22:06 +0100)]
Merge
Antoine Pitrou [Tue, 15 Mar 2011 21:05:51 +0000 (22:05 +0100)]
Merge
Benjamin Peterson [Tue, 15 Mar 2011 20:54:50 +0000 (15:54 -0500)]
PyErr_Print can leave sys.last_traceback hanging around; kill it
Benjamin Peterson [Tue, 15 Mar 2011 20:21:03 +0000 (15:21 -0500)]
merge heads
Benjamin Peterson [Tue, 15 Mar 2011 20:18:47 +0000 (15:18 -0500)]
should use 'is' here
Antoine Pitrou [Tue, 15 Mar 2011 20:17:10 +0000 (21:17 +0100)]
Fix whitespace in test_subprocess
Antoine Pitrou [Tue, 15 Mar 2011 20:11:27 +0000 (21:11 +0100)]
Merge
Antoine Pitrou [Tue, 15 Mar 2011 20:11:04 +0000 (21:11 +0100)]
Merge
Antoine Pitrou [Tue, 15 Mar 2011 20:10:33 +0000 (21:10 +0100)]
Merge
Benjamin Peterson [Tue, 15 Mar 2011 20:10:29 +0000 (15:10 -0500)]
merge 3.2
Antoine Pitrou [Tue, 15 Mar 2011 20:08:50 +0000 (21:08 +0100)]
Merge fix for issue #11501
Benjamin Peterson [Tue, 15 Mar 2011 20:08:34 +0000 (15:08 -0500)]
merge heads
Benjamin Peterson [Tue, 15 Mar 2011 20:08:05 +0000 (15:08 -0500)]
merge heads
Benjamin Peterson [Tue, 15 Mar 2011 20:07:20 +0000 (15:07 -0500)]
kill PY_PATCHLEVEL_REVISION
Antoine Pitrou [Tue, 15 Mar 2011 20:05:36 +0000 (21:05 +0100)]
Merge fix for issue #11501
Benjamin Peterson [Tue, 15 Mar 2011 20:05:22 +0000 (15:05 -0500)]
merge 3.2
Gregory P. Smith [Tue, 15 Mar 2011 20:04:54 +0000 (16:04 -0400)]
merge head
Gregory P. Smith [Tue, 15 Mar 2011 20:04:15 +0000 (16:04 -0400)]
Misc/NEWS entry for issue 11432
Benjamin Peterson [Tue, 15 Mar 2011 20:04:06 +0000 (15:04 -0500)]
merge 3.1
Brett Cannon [Tue, 15 Mar 2011 20:03:32 +0000 (16:03 -0400)]
merge
Benjamin Peterson [Tue, 15 Mar 2011 20:03:13 +0000 (15:03 -0500)]
make this subversion artifact empty
Brett Cannon [Tue, 15 Mar 2011 20:03:09 +0000 (16:03 -0400)]
Add warnings support to test.support.args_from_interpreter_flags().
This allows the -j flag to regrtest to propagate warnings settings
properly.
Antoine Pitrou [Tue, 15 Mar 2011 20:02:59 +0000 (21:02 +0100)]
On behalf of Tarek: Issue #11501: disutils.archive_utils.make_zipfile no
longer fails if zlib is not installed. Instead, the zipfile.ZIP_STORED
compression is used to create the ZipFile. Patch by Natalia B. Bidart.
Gregory P. Smith [Tue, 15 Mar 2011 20:02:10 +0000 (16:02 -0400)]
issue 11432 news entry.
Brett Cannon [Tue, 15 Mar 2011 19:55:12 +0000 (15:55 -0400)]
Move off of assertEquals() and over to assertEqual().
Gregory P. Smith [Tue, 15 Mar 2011 19:52:09 +0000 (15:52 -0400)]
merge 3.2 heads
Gregory P. Smith [Tue, 15 Mar 2011 19:51:26 +0000 (15:51 -0400)]
merge heads
Benjamin Peterson [Tue, 15 Mar 2011 19:45:20 +0000 (14:45 -0500)]
merge heads
Benjamin Peterson [Tue, 15 Mar 2011 19:44:52 +0000 (14:44 -0500)]
improve dis test coverage (closes #11559)
Thanks Matias Bordese. (a few modifications of my own)
Gregory P. Smith [Tue, 15 Mar 2011 19:43:39 +0000 (15:43 -0400)]
revert the test_main() change from
08daf3ef6509 so that regrtest continues to run this properly.
Gregory P. Smith [Tue, 15 Mar 2011 19:43:39 +0000 (15:43 -0400)]
revert the test_main() change from
08daf3ef6509 so that regrtest continues to run this properly.
Gregory P. Smith [Tue, 15 Mar 2011 19:35:27 +0000 (15:35 -0400)]
merge update
Gregory P. Smith [Tue, 15 Mar 2011 19:24:43 +0000 (15:24 -0400)]
merge
d71476b9a55d from tip, use start_new_session instead of os.setsid.
Barry Warsaw [Tue, 15 Mar 2011 19:23:56 +0000 (15:23 -0400)]
merged
Barry Warsaw [Tue, 15 Mar 2011 19:23:30 +0000 (15:23 -0400)]
Merged
Antoine Pitrou [Tue, 15 Mar 2011 19:23:30 +0000 (20:23 +0100)]
Merge doc update
Antoine Pitrou [Tue, 15 Mar 2011 19:22:50 +0000 (20:22 +0100)]
Followup to
4c59cd84086f : add an entry in the porting guide and a "versionchanged" attribute.
Barry Warsaw [Tue, 15 Mar 2011 19:22:42 +0000 (15:22 -0400)]
Merge and resolve Misc/NEWS.
Barry Warsaw [Tue, 15 Mar 2011 19:04:44 +0000 (15:04 -0400)]
- Issue #11289: `smtp.SMTP` class becomes a context manager so it can be used
in a `with` statement. Contributed by Giampaolo Rodola.
Gregory P. Smith [Tue, 15 Mar 2011 18:58:08 +0000 (14:58 -0400)]
Use start_new_session in the webbrowser module rather than a python os.setsid preeexec_fn.
Gregory P. Smith [Tue, 15 Mar 2011 18:56:39 +0000 (14:56 -0400)]
Fix issue #11432. if the stdin pipe is the same file descriptor as either stdout or stderr
in the _posixsubprocess C extension module it would unintentionally close the fds and raise
an error.
Gregory P. Smith [Tue, 15 Mar 2011 18:55:17 +0000 (14:55 -0400)]
Add unittests demonstrating issue #11432.
Gregory P. Smith [Tue, 15 Mar 2011 18:56:39 +0000 (14:56 -0400)]
Fix issue #11432. if the stdin pipe is the same file descriptor as either stdout or stderr
in the _posixsubprocess C extension module it would unintentionally close the fds and raise
an error.
Gregory P. Smith [Tue, 15 Mar 2011 18:55:17 +0000 (14:55 -0400)]
Add unittests demonstrating issue #11432.
R David Murray [Tue, 15 Mar 2011 18:04:00 +0000 (14:04 -0400)]
Merge #11555 as_string doc fix from 3.2.
R David Murray [Tue, 15 Mar 2011 18:02:53 +0000 (14:02 -0400)]
Merge #11555 as_string doc fix from 3.1.
R David Murray [Tue, 15 Mar 2011 18:01:18 +0000 (14:01 -0400)]
#11555: update doc for 3.x change to as_string mangle_from default.
Ezio Melotti [Tue, 15 Mar 2011 17:21:03 +0000 (19:21 +0200)]
Merge with 3.2
Ezio Melotti [Tue, 15 Mar 2011 17:19:04 +0000 (19:19 +0200)]
Merge with 3.2
Ezio Melotti [Tue, 15 Mar 2011 17:10:51 +0000 (19:10 +0200)]
Revert typo fixes in _cytpes/libffi*
R David Murray [Tue, 15 Mar 2011 16:49:33 +0000 (12:49 -0400)]
Merge obsolete comment removal from 3.2.
R David Murray [Tue, 15 Mar 2011 16:48:41 +0000 (12:48 -0400)]
Remove obsolete comment.
R David Murray [Tue, 15 Mar 2011 16:24:47 +0000 (12:24 -0400)]
Merge #11554 test_email_codecs activation from 3.2.
R David Murray [Tue, 15 Mar 2011 16:20:02 +0000 (12:20 -0400)]
#11554: reactivate test_email_codecs, and make it pass.
The fix is to charset.py, which was not doing the encoding to the
correct output character set when doing a body_encode for either
the shift-jis or euc-jp charsets. There's also a fix for handling
a bytes input in encoders.py.
Patch by Michael Henry, comment changes by me.
briancurtin [Tue, 15 Mar 2011 15:51:28 +0000 (11:51 -0400)]
Add news item for #11509.
briancurtin [Tue, 15 Mar 2011 14:59:36 +0000 (10:59 -0400)]
Adjust test names to be more descriptive instead of depending on capitalization.
Benjamin Peterson [Tue, 15 Mar 2011 14:50:18 +0000 (09:50 -0500)]
import style nits
briancurtin [Tue, 15 Mar 2011 14:29:41 +0000 (10:29 -0400)]
Fix #11509. Significantly increase test coverage for fileinput.
Patch by Denver Coneybeare at the PyCon 2011 Sprints.
Eric V. Smith [Tue, 15 Mar 2011 08:16:42 +0000 (04:16 -0400)]
Typo.
Gregory P. Smith [Tue, 15 Mar 2011 06:15:13 +0000 (02:15 -0400)]
Gregory P. Smith [Tue, 15 Mar 2011 06:13:09 +0000 (02:13 -0400)]
Gregory P. Smith [Tue, 15 Mar 2011 06:04:11 +0000 (02:04 -0400)]
Fix the @test_NNNN_tmp file terds being left in whatever your $PWD was
when test_subprocess was run.
Ezio Melotti [Tue, 15 Mar 2011 04:03:08 +0000 (06:03 +0200)]
#11515: Merge with 3.2.
Ezio Melotti [Tue, 15 Mar 2011 03:59:46 +0000 (05:59 +0200)]
#11515: Merge with 3.1.
Ezio Melotti [Tue, 15 Mar 2011 03:18:48 +0000 (05:18 +0200)]
#11515: fix several typos. Patch by Piotr Kasprzyk.
R David Murray [Tue, 15 Mar 2011 02:54:19 +0000 (22:54 -0400)]
Merge redundant __contains__ doc fix from 3.2.
R David Murray [Tue, 15 Mar 2011 02:53:29 +0000 (22:53 -0400)]
Merge redundant __contains__ doc fix from 3.1.
R David Murray [Tue, 15 Mar 2011 02:43:38 +0000 (22:43 -0400)]
Remove redundant __contains__ entry from Message docs.
R David Murray [Tue, 15 Mar 2011 01:14:53 +0000 (21:14 -0400)]
Merge long Japanese header fix from 3.2.
R David Murray [Tue, 15 Mar 2011 01:13:03 +0000 (21:13 -0400)]
Fix header encoding of long headers when using euc-jp and shift_jis.
When a header was long enough to need to be split across lines, the
input charset name was used instead of the output charset name in
the encoded words. This make a difference only for the two charsets
above.
Reid Kleckner [Mon, 14 Mar 2011 23:34:13 +0000 (19:34 -0400)]
Merge with hg.python.org.
Reid Kleckner [Mon, 14 Mar 2011 23:32:41 +0000 (19:32 -0400)]
Tweak subprocess test timeouts to satisfy the buildbot.
Michael Foord [Mon, 14 Mar 2011 23:03:30 +0000 (19:03 -0400)]
merge default
Michael Foord [Mon, 14 Mar 2011 23:01:46 +0000 (19:01 -0400)]
Closes issue 11407. TestCase.run returns the result object used or created
Nick Coghlan [Mon, 14 Mar 2011 22:59:20 +0000 (08:59 +1000)]
Merge with remote
Nick Coghlan [Mon, 14 Mar 2011 22:54:37 +0000 (08:54 +1000)]
Close #11505: Improve string.py coverage
Ronald Oussoren [Mon, 14 Mar 2011 22:48:31 +0000 (18:48 -0400)]
Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list.
Ronald Oussoren [Mon, 14 Mar 2011 22:46:50 +0000 (18:46 -0400)]
Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list.
R David Murray [Mon, 14 Mar 2011 22:39:41 +0000 (18:39 -0400)]
Merge linesep docstring changes from 3.2.
R David Murray [Mon, 14 Mar 2011 22:35:56 +0000 (18:35 -0400)]
Harmonize linesep docstrings, and fix the quoting of \r\n
Ronald Oussoren [Mon, 14 Mar 2011 22:15:25 +0000 (18:15 -0400)]
Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list
Patch by Scott Wilson.
R David Murray [Mon, 14 Mar 2011 21:14:29 +0000 (17:14 -0400)]
Merge #11496 from 3.2.