]>
granicus.if.org Git - python/log
R David Murray [Sat, 30 Apr 2011 21:29:28 +0000 (17:29 -0400)]
Merge #11883: fix email examples by adding 'localhost' to SMTP constructor calls
R David Murray [Sat, 30 Apr 2011 21:29:08 +0000 (17:29 -0400)]
Merge #11883: fix email examples by adding 'localhost' to SMTP constructor calls
R David Murray [Sat, 30 Apr 2011 21:26:32 +0000 (17:26 -0400)]
#11883: fix email examples by adding 'localhost' to SMTP constructor calls
R David Murray [Sat, 30 Apr 2011 21:20:44 +0000 (17:20 -0400)]
Merge #11883: replace incorrect call to sendmail with correct call to send_message
R David Murray [Sat, 30 Apr 2011 21:19:53 +0000 (17:19 -0400)]
#11883: replace incorrect call to sendmail with correct call to send_message
Ezio Melotti [Sat, 30 Apr 2011 21:03:49 +0000 (00:03 +0300)]
Fix test.
Vinay Sajip [Sat, 30 Apr 2011 20:52:48 +0000 (21:52 +0100)]
Improved test coverage.
Vinay Sajip [Sat, 30 Apr 2011 20:52:26 +0000 (21:52 +0100)]
Updated usage of boolean values.
Vinay Sajip [Sat, 30 Apr 2011 20:51:51 +0000 (21:51 +0100)]
Updated usage of boolean values.
R David Murray [Sat, 30 Apr 2011 20:36:37 +0000 (16:36 -0400)]
Merge #11901: post-commit review fixes per Georg Brandl
R David Murray [Sat, 30 Apr 2011 20:36:08 +0000 (16:36 -0400)]
Merge #11901: post-commit review fixes per Georg Brandl
R David Murray [Sat, 30 Apr 2011 20:35:29 +0000 (16:35 -0400)]
#11901: post-commit review fixes per Georg Brandl
Benjamin Peterson [Sat, 30 Apr 2011 18:16:14 +0000 (13:16 -0500)]
merge 3.2
Benjamin Peterson [Sat, 30 Apr 2011 18:15:18 +0000 (13:15 -0500)]
merge 3.1
Benjamin Peterson [Sat, 30 Apr 2011 18:14:56 +0000 (13:14 -0500)]
fix function name in example (closes #11966)
Georg Brandl [Sat, 30 Apr 2011 13:30:03 +0000 (15:30 +0200)]
Fix indentation.
Victor Stinner [Sat, 30 Apr 2011 13:21:58 +0000 (15:21 +0200)]
Issue #8407, issue #11859: Add signal.pthread_sigmask() function to fetch
and/or change the signal mask of the calling thread.
Fix also tests of test_io using threads and an alarm: use pthread_sigmask() to
ensure that the SIGALRM signal is received by the main thread.
Original patch written by Jean-Paul Calderone.
Victor Stinner [Sat, 30 Apr 2011 12:53:09 +0000 (14:53 +0200)]
Issue #11223: Replace threading._info() by sys.thread_info
Victor Stinner [Sat, 30 Apr 2011 12:19:57 +0000 (14:19 +0200)]
Merge 3.2: ignore commits (already done in 3.3 previously)
Łukasz Langa [Sat, 30 Apr 2011 07:47:21 +0000 (09:47 +0200)]
Merged mentions of issues #11324 and #11858.
Possibly redundant once 3.2.1 is out.
Łukasz Langa [Sat, 30 Apr 2011 07:36:35 +0000 (09:36 +0200)]
Mentioned issues #11324 and #11858.
Brian Curtin [Sat, 30 Apr 2011 03:21:35 +0000 (22:21 -0500)]
Fix #11961. Document STARTUPINFO and creation flag options.
Brian Curtin [Sat, 30 Apr 2011 03:20:57 +0000 (22:20 -0500)]
Fix #11961. Document STARTUPINFO and creation flag options.
Brian Curtin [Sat, 30 Apr 2011 03:18:33 +0000 (22:18 -0500)]
whitespace...
Brian Curtin [Sat, 30 Apr 2011 03:17:51 +0000 (22:17 -0500)]
Fix #11961. Document STARTUPINFO and creation flag options.
Senthil Kumaran [Fri, 29 Apr 2011 22:12:25 +0000 (06:12 +0800)]
Wrap the correct test with the skip decorator for the issue10761.
merge from 3.2.
Senthil Kumaran [Fri, 29 Apr 2011 22:09:51 +0000 (06:09 +0800)]
merge from 3.1
Senthil Kumaran [Fri, 29 Apr 2011 22:06:28 +0000 (06:06 +0800)]
Wrap the testskip decorator for the proper test to resolve bb failure.
Brian Curtin [Fri, 29 Apr 2011 21:24:07 +0000 (16:24 -0500)]
whitespace fix
Brian Curtin [Fri, 29 Apr 2011 21:14:55 +0000 (16:14 -0500)]
merge
Brian Curtin [Fri, 29 Apr 2011 21:11:30 +0000 (16:11 -0500)]
merge
Brian Curtin [Fri, 29 Apr 2011 20:48:13 +0000 (15:48 -0500)]
Further fix #7838. CREATE_NEW_CONSOLE was exposed, but none of the
constants to be used for STARTUPINFO were exposed due to the change.
Łukasz Langa [Fri, 29 Apr 2011 14:17:51 +0000 (16:17 +0200)]
Merged minor cleanups from 3.2.
Łukasz Langa [Fri, 29 Apr 2011 14:16:36 +0000 (16:16 +0200)]
Removed debugging leftovers.
Łukasz Langa [Fri, 29 Apr 2011 14:15:41 +0000 (16:15 +0200)]
__class__ of a __class__ check worked only by chance.
Georg Brandl [Fri, 29 Apr 2011 11:45:54 +0000 (13:45 +0200)]
Small grammar fix.
Łukasz Langa [Fri, 29 Apr 2011 09:38:30 +0000 (11:38 +0200)]
Empty merge for TestChainMap tweaks in 3.2
Łukasz Langa [Fri, 29 Apr 2011 09:35:03 +0000 (11:35 +0200)]
TestChainMap was not previously used. Minor corrections applied.
Ezio Melotti [Fri, 29 Apr 2011 04:13:12 +0000 (07:13 +0300)]
#11952: merge with 3.2.
Ezio Melotti [Fri, 29 Apr 2011 04:12:42 +0000 (07:12 +0300)]
#11952: merge with 3.1.
Ezio Melotti [Fri, 29 Apr 2011 04:10:24 +0000 (07:10 +0300)]
#11952: Fix typo in multiprocessing doc.
Antoine Pitrou [Thu, 28 Apr 2011 22:49:33 +0000 (00:49 +0200)]
Merge
Antoine Pitrou [Thu, 28 Apr 2011 22:49:03 +0000 (00:49 +0200)]
Add WSANO_DATA to possible errors triggered by getaddrinfo (Windows)
Brian Curtin [Thu, 28 Apr 2011 22:45:17 +0000 (17:45 -0500)]
Implement #11832. Add an option to start regrtest and wait for input
before continuing.
This is useful for starting up the test suite to attach a debugger such
as Visual Studio or others.
Antoine Pitrou [Thu, 28 Apr 2011 22:44:33 +0000 (00:44 +0200)]
Add WSANO_DATA to possible errors triggered by getaddrinfo (Windows)
Antoine Pitrou [Thu, 28 Apr 2011 17:24:46 +0000 (19:24 +0200)]
Fix whitespace
Antoine Pitrou [Thu, 28 Apr 2011 17:23:55 +0000 (19:23 +0200)]
Issue #11811: ssl.get_server_certificate() is now IPv6-compatible. Patch
by Charles-François Natali.
Antoine Pitrou [Thu, 28 Apr 2011 17:18:10 +0000 (19:18 +0200)]
Issue #11811: Factor out detection of IPv6 support on the current host
and make it available as `test.support.IPV6_ENABLED`. Patch by
Charles-François Natali.
Łukasz Langa [Thu, 28 Apr 2011 15:04:25 +0000 (17:04 +0200)]
Merged solution for #11324 from 3.2.
Łukasz Langa [Thu, 28 Apr 2011 15:03:45 +0000 (17:03 +0200)]
Closes #11324: ConfigParser(interpolation=None) doesn't work.
Initial patches by Tobias Brink. Thanks!
Łukasz Langa [Thu, 28 Apr 2011 14:02:30 +0000 (16:02 +0200)]
Merged ACKS from 3.2: added Yuxiao Zeng
Łukasz Langa [Thu, 28 Apr 2011 14:00:57 +0000 (16:00 +0200)]
Added Yuxiao Zeng for finding and resolving #11858. Thanks!
Vinay Sajip [Thu, 28 Apr 2011 11:04:58 +0000 (12:04 +0100)]
Improved test_logging coverage.
Łukasz Langa [Thu, 28 Apr 2011 10:02:58 +0000 (12:02 +0200)]
Merged styling updates for #11670 from 3.2.
Łukasz Langa [Thu, 28 Apr 2011 10:02:05 +0000 (12:02 +0200)]
Style updates for the #11670 solution after post-commit review by Ezio Melotti:
http://mail.python.org/pipermail/python-checkins/2011-April/104688.html
Thanks!
Senthil Kumaran [Thu, 28 Apr 2011 09:08:41 +0000 (17:08 +0800)]
merge from 3.2
Senthil Kumaran [Thu, 28 Apr 2011 09:08:12 +0000 (17:08 +0800)]
merge from 3.1
Senthil Kumaran [Thu, 28 Apr 2011 09:05:55 +0000 (17:05 +0800)]
skip the extractall test on platforms where os.symlink is not available.
Łukasz Langa [Thu, 28 Apr 2011 09:01:18 +0000 (11:01 +0200)]
Merged solution for #11858 from 3.2.
Łukasz Langa [Thu, 28 Apr 2011 08:58:57 +0000 (10:58 +0200)]
Closes #11858: configparser.ExtendedInterpolation and section case.
Patch by ゆかり ぴんく魔女. Thanks!
Senthil Kumaran [Thu, 28 Apr 2011 07:53:59 +0000 (15:53 +0800)]
merge from 3.2
Senthil Kumaran [Thu, 28 Apr 2011 07:53:09 +0000 (15:53 +0800)]
merge from 3.1
Senthil Kumaran [Thu, 28 Apr 2011 07:38:12 +0000 (15:38 +0800)]
Add tests for tarfile extractall feature when with symlinks
Ezio Melotti [Thu, 28 Apr 2011 04:55:29 +0000 (07:55 +0300)]
#11926: merge with 3.2.
Ezio Melotti [Thu, 28 Apr 2011 04:51:14 +0000 (07:51 +0300)]
#11926: merge with 3.1.
Ezio Melotti [Thu, 28 Apr 2011 04:42:55 +0000 (07:42 +0300)]
#11926: add missing keywords to help("keywords").
Raymond Hettinger [Wed, 27 Apr 2011 23:33:01 +0000 (16:33 -0700)]
Issue #11940: Update external link.
Raymond Hettinger [Wed, 27 Apr 2011 23:32:34 +0000 (16:32 -0700)]
Issue #11940: Update external link.
Raymond Hettinger [Wed, 27 Apr 2011 23:32:08 +0000 (16:32 -0700)]
Issue #11940: Update external link.
Ezio Melotti [Wed, 27 Apr 2011 22:00:25 +0000 (01:00 +0300)]
#11938: merge with 3.2.
Ezio Melotti [Wed, 27 Apr 2011 21:59:29 +0000 (00:59 +0300)]
#11938: Fix duplicated test name in test_inspect. Patch by Andreas Stührk.
Ezio Melotti [Wed, 27 Apr 2011 21:53:48 +0000 (00:53 +0300)]
#11942: merge with 3.2.
Ezio Melotti [Wed, 27 Apr 2011 21:53:14 +0000 (00:53 +0300)]
#11942: merge with 3.1.
Ezio Melotti [Wed, 27 Apr 2011 21:48:46 +0000 (00:48 +0300)]
#11942: Fix return type of Py_AddPendingCall. Patch by Sandro Tosi.
Antoine Pitrou [Wed, 27 Apr 2011 17:30:16 +0000 (19:30 +0200)]
Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*
APIs, to avoid a crash with the pthread implementation in RHEL 5. Patch
by Charles-François Natali.
Antoine Pitrou [Wed, 27 Apr 2011 17:28:05 +0000 (19:28 +0200)]
Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*
APIs, to avoid a crash with the pthread implementation in RHEL 5. Patch
by Charles-François Natali.
Łukasz Langa [Wed, 27 Apr 2011 16:14:04 +0000 (18:14 +0200)]
Merged trailing whitespace fix.
Łukasz Langa [Wed, 27 Apr 2011 16:13:42 +0000 (18:13 +0200)]
Fixed trailing whitespace in the ReST file.
Łukasz Langa [Wed, 27 Apr 2011 16:11:50 +0000 (18:11 +0200)]
Merged #11670 from 3.2
Łukasz Langa [Wed, 27 Apr 2011 16:10:05 +0000 (18:10 +0200)]
Closes #11670: configparser read_file now iterates over f.
Éric Araujo [Wed, 27 Apr 2011 14:32:36 +0000 (16:32 +0200)]
Merge 3.2
Éric Araujo [Wed, 27 Apr 2011 14:28:50 +0000 (16:28 +0200)]
Branch merge
Éric Araujo [Wed, 27 Apr 2011 14:27:38 +0000 (16:27 +0200)]
Merge 3.1
Éric Araujo [Wed, 27 Apr 2011 14:25:27 +0000 (16:25 +0200)]
Branch merge
Éric Araujo [Wed, 27 Apr 2011 14:23:56 +0000 (16:23 +0200)]
Branch merge
Éric Araujo [Wed, 27 Apr 2011 14:22:32 +0000 (16:22 +0200)]
Change markup so it generates a link
Vinay Sajip [Wed, 27 Apr 2011 13:31:55 +0000 (14:31 +0100)]
Use correct Unix socket for syslogd on OS X.
Vinay Sajip [Wed, 27 Apr 2011 13:18:06 +0000 (14:18 +0100)]
test_logging: handle syslogd connection failure.
Vinay Sajip [Wed, 27 Apr 2011 10:31:14 +0000 (11:31 +0100)]
test_logging coverage improvements.
Vinay Sajip [Wed, 27 Apr 2011 07:30:30 +0000 (08:30 +0100)]
Re-enabled time test in test_logging.
Ezio Melotti [Wed, 27 Apr 2011 07:21:51 +0000 (10:21 +0300)]
#11763: merge with 3.2.
Ezio Melotti [Wed, 27 Apr 2011 07:20:38 +0000 (10:20 +0300)]
#11763: merge with 3.1.
Ezio Melotti [Wed, 27 Apr 2011 07:17:34 +0000 (10:17 +0300)]
#11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are too long.
Victor Stinner [Tue, 26 Apr 2011 22:24:21 +0000 (00:24 +0200)]
Issue #10914: Initialize correctly the filesystem codec when creating a new
subinterpreter to fix a bootstrap issue with codecs implemented in Python, as
the ISO-8859-15 codec.
Add fscodec_initialized attribute to the PyInterpreterState structure.
Victor Stinner [Tue, 26 Apr 2011 22:24:21 +0000 (00:24 +0200)]
Issue #10914: Initialize correctly the filesystem codec when creating a new
subinterpreter to fix a bootstrap issue with codecs implemented in Python, as
the ISO-8859-15 codec.
Add fscodec_initialized attribute to the PyInterpreterState structure.
Victor Stinner [Tue, 26 Apr 2011 22:20:27 +0000 (00:20 +0200)]
Issue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0)
... instead of PyErr_Print() because we don't need to set sys attributes,
the sys module is destroyed just after printing the error.
Victor Stinner [Tue, 26 Apr 2011 22:20:27 +0000 (00:20 +0200)]
Issue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0)
... instead of PyErr_Print() because we don't need to set sys attributes,
the sys module is destroyed just after printing the error.
Victor Stinner [Tue, 26 Apr 2011 21:37:02 +0000 (23:37 +0200)]
Fix compilation of _testembed.c without threads
Victor Stinner [Tue, 26 Apr 2011 21:34:58 +0000 (23:34 +0200)]
PyGILState_Ensure(), PyGILState_Release(), PyGILState_GetThisThreadState() are
not available if Python is compiled without threads.
Raymond Hettinger [Tue, 26 Apr 2011 20:59:59 +0000 (13:59 -0700)]
merge