]>
granicus.if.org Git - python/log
Alexander Belopolsky [Mon, 2 May 2011 17:44:20 +0000 (13:44 -0400)]
Removed unused variable
Alexander Belopolsky [Mon, 2 May 2011 17:14:24 +0000 (13:14 -0400)]
Issue #11930: Remove year >= 1000 limitation from datetime.strftime.
Patch by Victor Stinner.
Raymond Hettinger [Mon, 2 May 2011 16:53:36 +0000 (09:53 -0700)]
dummy merge
Raymond Hettinger [Mon, 2 May 2011 16:50:15 +0000 (09:50 -0700)]
Backport code cleanup for namedtuples.
Alexander Belopolsky [Mon, 2 May 2011 16:31:17 +0000 (12:31 -0400)]
merge
Alexander Belopolsky [Mon, 2 May 2011 16:20:52 +0000 (12:20 -0400)]
Issue #11930: Remove deprecated time.accept2dyear.
Victor Stinner [Mon, 2 May 2011 14:15:43 +0000 (16:15 +0200)]
cleanup signalmodule.c: use PyModule_AddIntMacro()
Victor Stinner [Mon, 2 May 2011 14:14:16 +0000 (16:14 +0200)]
(Merge 3.2) logging: don't define QueueListener if Python has no thread support
Victor Stinner [Mon, 2 May 2011 14:11:28 +0000 (16:11 +0200)]
logging: don't define QueueListener if Python has no thread support
Vinay Sajip [Mon, 2 May 2011 13:43:00 +0000 (14:43 +0100)]
Improved thread interlocks in tests.
Vinay Sajip [Mon, 2 May 2011 13:31:16 +0000 (14:31 +0100)]
Updated docstrings.
R David Murray [Mon, 2 May 2011 12:48:00 +0000 (08:48 -0400)]
Merge: I was right, hardconding the localhost IP doesn't work in linux-vserver.
R David Murray [Mon, 2 May 2011 12:47:24 +0000 (08:47 -0400)]
I was right, hardconding the localhost IP doesn't work in linux-vserver.
Vinay Sajip [Mon, 2 May 2011 12:18:21 +0000 (13:18 +0100)]
Merge.
Vinay Sajip [Mon, 2 May 2011 12:17:27 +0000 (13:17 +0100)]
Added tests to improve coverage.
Éric Araujo [Mon, 2 May 2011 11:33:14 +0000 (13:33 +0200)]
Merge 3.2
Éric Araujo [Mon, 2 May 2011 11:12:23 +0000 (13:12 +0200)]
Merge 3.1
Éric Araujo [Mon, 2 May 2011 11:10:36 +0000 (13:10 +0200)]
Branch merge
Éric Araujo [Mon, 2 May 2011 11:10:18 +0000 (13:10 +0200)]
Add missing colon
Benjamin Peterson [Mon, 2 May 2011 01:24:59 +0000 (20:24 -0500)]
merge 3.2
Benjamin Peterson [Mon, 2 May 2011 01:24:40 +0000 (20:24 -0500)]
merge 3.1
Raymond Hettinger [Mon, 2 May 2011 01:14:49 +0000 (18:14 -0700)]
Fix spelling.
Victor Stinner [Sun, 1 May 2011 23:14:55 +0000 (01:14 +0200)]
(Merge 3.2) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X
to get around a mmap bug with sparse files. Patch written by Steffen Daode
Nurpmeso.
Victor Stinner [Sun, 1 May 2011 23:11:33 +0000 (01:11 +0200)]
(Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X
to get around a mmap bug with sparse files. Patch written by Steffen Daode
Nurpmeso.
Victor Stinner [Sun, 1 May 2011 23:05:37 +0000 (01:05 +0200)]
Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a
mmap bug with sparse files. Patch written by Steffen Daode Nurpmeso.
Benjamin Peterson [Sun, 1 May 2011 22:39:52 +0000 (17:39 -0500)]
merge 3.2
Benjamin Peterson [Sun, 1 May 2011 22:39:40 +0000 (17:39 -0500)]
merge 3.1
Benjamin Peterson [Sun, 1 May 2011 22:38:17 +0000 (17:38 -0500)]
note abcs of int and float (closes #11977)
Victor Stinner [Sun, 1 May 2011 21:48:41 +0000 (23:48 +0200)]
(Merge 3.2) Issue #9756: credit the author, Andreas Stührk (Trundle)
Victor Stinner [Sun, 1 May 2011 21:47:56 +0000 (23:47 +0200)]
(Merge 3.1) Issue #9756: credit the author, Andreas Stührk (Trundle)
Victor Stinner [Sun, 1 May 2011 21:46:48 +0000 (23:46 +0200)]
Issue #9756: credit the author, Andreas Stührk (Trundle)
Victor Stinner [Sun, 1 May 2011 21:33:06 +0000 (23:33 +0200)]
(Merge 3.2) Issue #9756: When calling a method descriptor or a slot wrapper
descriptor, the check of the object type doesn't read the __class__ attribute
anymore. Fix a crash if a class override its __class__ attribute (e.g. a proxy
of the str type).
Victor Stinner [Sun, 1 May 2011 21:31:36 +0000 (23:31 +0200)]
(Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapper
descriptor, the check of the object type doesn't read the __class__ attribute
anymore. Fix a crash if a class override its __class__ attribute (e.g. a proxy
of the str type).
Victor Stinner [Sun, 1 May 2011 21:19:15 +0000 (23:19 +0200)]
Issue #9756: When calling a method descriptor or a slot wrapper descriptor, the
check of the object type doesn't read the __class__ attribute anymore. Fix a
crash if a class override its __class__ attribute (e.g. a proxy of the str
type).
Victor Stinner [Sun, 1 May 2011 20:57:43 +0000 (22:57 +0200)]
regrtest: add the name of the failing test on a child error (-j option)
Georg Brandl [Sun, 1 May 2011 20:37:46 +0000 (22:37 +0200)]
merge with 3.2
Georg Brandl [Sun, 1 May 2011 20:37:23 +0000 (22:37 +0200)]
Split combined code/doctest code blocks in two blocks, to enable proper highlighting.
Georg Brandl [Sun, 1 May 2011 20:34:31 +0000 (22:34 +0200)]
Split combined code/doctest code blocks in two blocks, to enable proper highlighting.
R David Murray [Sun, 1 May 2011 15:15:01 +0000 (11:15 -0400)]
Merge #11971: fix man page; it's -OO not -O0
Patch by Lars Michelsen.
R David Murray [Sun, 1 May 2011 15:14:31 +0000 (11:14 -0400)]
Merge #11971: fix man page; it's -OO not -O0
Patch by Lars Michelsen.
R David Murray [Sun, 1 May 2011 15:13:56 +0000 (11:13 -0400)]
#11971: fix man page; it's -OO not -O0
Patch by Lars Michelsen.
Éric Araujo [Sun, 1 May 2011 00:14:48 +0000 (02:14 +0200)]
Fix wording
Victor Stinner [Sat, 30 Apr 2011 23:23:03 +0000 (01:23 +0200)]
Close #11958: Fix FTP tests for IPv6, bind to "::1" instead of "localhost".
Patch written by Charles-Francois Natali.
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