]> granicus.if.org Git - python/log
python
11 years agoIssue #21377: PyBytes_Concat() now tries to concatenate in-place when the first argum...
Antoine Pitrou [Thu, 1 May 2014 12:36:20 +0000 (14:36 +0200)]
Issue #21377: PyBytes_Concat() now tries to concatenate in-place when the first argument has a reference count of 1.
Patch by Nikolaus Rath.

11 years agoUnite 'Build' sections of Misc/NEWS
Zachary Ware [Wed, 30 Apr 2014 21:29:51 +0000 (16:29 -0500)]
Unite 'Build' sections of Misc/NEWS

11 years agoIssue #19962: The Windows build process now creates "python.bat"
Zachary Ware [Wed, 30 Apr 2014 20:47:53 +0000 (15:47 -0500)]
Issue #19962: The Windows build process now creates "python.bat"
in the root of the source tree, which passes all arguments through
to the most recently built interpreter.

11 years agoIssue #10650: Remove the non-standard 'watchexp' parameter from the
Stefan Krah [Wed, 30 Apr 2014 17:15:38 +0000 (19:15 +0200)]
Issue #10650: Remove the non-standard 'watchexp' parameter from the
Decimal.quantize() method in the Python version.  It had never been
present in the C version.

11 years agosetup.py: report modules which built but import failed (closes #21282)
Benjamin Peterson [Wed, 30 Apr 2014 15:06:16 +0000 (11:06 -0400)]
setup.py: report modules which built but import failed (closes #21282)

Patch by Lukas Vacek.

11 years agoDocument the subprocess Popen.args attribute (issue21353)
Gregory P. Smith [Tue, 29 Apr 2014 18:34:15 +0000 (11:34 -0700)]
Document the subprocess Popen.args attribute (issue21353)

11 years agoDocument the subprocess Popen.args attribute (issue21353)
Gregory P. Smith [Tue, 29 Apr 2014 18:33:56 +0000 (11:33 -0700)]
Document the subprocess Popen.args attribute (issue21353)

11 years agoDocument the subprocess Popen.args attribute (issue21353)
Gregory P. Smith [Tue, 29 Apr 2014 18:33:23 +0000 (11:33 -0700)]
Document the subprocess Popen.args attribute (issue21353)

11 years agoNull merge.
Stefan Krah [Tue, 29 Apr 2014 16:25:14 +0000 (18:25 +0200)]
Null merge.

11 years agoIssue #21374: Fix pickling of DecimalTuple.
Stefan Krah [Tue, 29 Apr 2014 16:24:50 +0000 (18:24 +0200)]
Issue #21374: Fix pickling of DecimalTuple.

11 years agoIssue #21374: Fix pickling of DecimalTuple.
Stefan Krah [Tue, 29 Apr 2014 16:23:35 +0000 (18:23 +0200)]
Issue #21374: Fix pickling of DecimalTuple.

11 years agoMERGE: Closes issue #21316: mark test_devpoll to be meaningfull only for Solaris
Jesus Cea [Tue, 29 Apr 2014 16:18:58 +0000 (18:18 +0200)]
MERGE: Closes issue #21316: mark test_devpoll to be meaningfull only for Solaris

11 years agoCloses issue #21316: mark test_devpoll to be meaningfull only for Solaris
Jesus Cea [Tue, 29 Apr 2014 16:18:37 +0000 (18:18 +0200)]
Closes issue #21316: mark test_devpoll to be meaningfull only for Solaris

11 years agoCloses #17386: Merge with 3.4
Zachary Ware [Tue, 29 Apr 2014 14:47:39 +0000 (09:47 -0500)]
Closes #17386: Merge with 3.4

11 years agoIssue #17386: Expand Doc/make.bat to be much more similar to Doc/Makefile
Zachary Ware [Tue, 29 Apr 2014 14:45:33 +0000 (09:45 -0500)]
Issue #17386: Expand Doc/make.bat to be much more similar to Doc/Makefile

11 years agoIssue #17386: Update Doc/README.txt to list all targets
Zachary Ware [Tue, 29 Apr 2014 14:26:56 +0000 (09:26 -0500)]
Issue #17386: Update Doc/README.txt to list all targets
supported by Doc/Makefile, as well as a bit of modernization,
cleanup, and notes about the difference between Unix and Windows.

11 years agoIssue #17386: List the 'htmlview' target in the Doc/Makefile help output.
Zachary Ware [Tue, 29 Apr 2014 14:24:40 +0000 (09:24 -0500)]
Issue #17386: List the 'htmlview' target in the Doc/Makefile help output.

11 years agoIssue #21321: itertools.islice() now releases the reference to the source iterator...
Antoine Pitrou [Tue, 29 Apr 2014 10:14:47 +0000 (12:14 +0200)]
Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted.

Patch by Anton Afanasyev.

11 years agoIssue #21321: itertools.islice() now releases the reference to the source iterator...
Antoine Pitrou [Tue, 29 Apr 2014 10:13:46 +0000 (12:13 +0200)]
Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted.

Patch by Anton Afanasyev.

11 years agoFix failure in test_poplib after issue #20951.
Antoine Pitrou [Tue, 29 Apr 2014 08:27:09 +0000 (10:27 +0200)]
Fix failure in test_poplib after issue #20951.

11 years agoIssue #21057: TextIOWrapper now allows the underlying binary stream's read() or read1...
Antoine Pitrou [Tue, 29 Apr 2014 08:14:02 +0000 (10:14 +0200)]
Issue #21057: TextIOWrapper now allows the underlying binary stream's read() or read1() method to return an arbitrary bytes-like object (such as a memoryview).

Patch by Nikolaus Rath.

11 years agoAdd porting note for issue #20951.
Antoine Pitrou [Tue, 29 Apr 2014 08:05:59 +0000 (10:05 +0200)]
Add porting note for issue #20951.

11 years agoIssue #20951: SSLSocket.send() now raises either SSLWantReadError or SSLWantWriteErro...
Antoine Pitrou [Tue, 29 Apr 2014 08:03:28 +0000 (10:03 +0200)]
Issue #20951: SSLSocket.send() now raises either SSLWantReadError or SSLWantWriteError on a non-blocking socket if the operation would block. Previously, it would return 0.

Patch by Nikolaus Rath.

11 years agoMerge with 3.4
Terry Jan Reedy [Tue, 29 Apr 2014 05:19:41 +0000 (01:19 -0400)]
Merge with 3.4

11 years agoIssue #21055: Index (augmented) assignment symbols.
Terry Jan Reedy [Tue, 29 Apr 2014 05:19:17 +0000 (01:19 -0400)]
Issue #21055: Index (augmented) assignment symbols.

11 years agoMerge with 3.4
Terry Jan Reedy [Tue, 29 Apr 2014 04:59:19 +0000 (00:59 -0400)]
Merge with 3.4

11 years agoCloses 21048: Index 'as' in import and with statements.
Terry Jan Reedy [Tue, 29 Apr 2014 04:58:56 +0000 (00:58 -0400)]
Closes 21048: Index 'as' in import and with statements.

11 years agoMerge with 3.4
Terry Jan Reedy [Tue, 29 Apr 2014 04:32:17 +0000 (00:32 -0400)]
Merge with 3.4

11 years agoIssue #21026: Augment site doc based on experiments. Patch by Carol Willing.
Terry Jan Reedy [Tue, 29 Apr 2014 04:31:53 +0000 (00:31 -0400)]
Issue #21026: Augment site doc based on experiments. Patch by Carol Willing.

11 years agomerge heads
Giampaolo Rodola' [Tue, 29 Apr 2014 00:04:14 +0000 (02:04 +0200)]
merge heads

11 years agofix isuse #13248: remove previously deprecated asyncore.dispatcher __getattr__ cheap...
Giampaolo Rodola' [Tue, 29 Apr 2014 00:03:40 +0000 (02:03 +0200)]
fix isuse #13248: remove previously deprecated asyncore.dispatcher __getattr__ cheap inheritance hack.

11 years agoIssue #18727: improve test coverage of the csv module by testing for DictWriter.write...
Antoine Pitrou [Mon, 28 Apr 2014 23:58:06 +0000 (01:58 +0200)]
Issue #18727: improve test coverage of the csv module by testing for DictWriter.writerows.
Patch by Muhammad Jehanzeb.

11 years agoIssue #9307: document the various Py_TPFLAGS_*_SUBCLASS flags. Patch by Yury V....
Antoine Pitrou [Mon, 28 Apr 2014 23:39:26 +0000 (01:39 +0200)]
Issue #9307: document the various Py_TPFLAGS_*_SUBCLASS flags.  Patch by Yury V. Zaytsev.

11 years agoIssue #9307: document the various Py_TPFLAGS_*_SUBCLASS flags. Patch by Yury V....
Antoine Pitrou [Mon, 28 Apr 2014 23:39:03 +0000 (01:39 +0200)]
Issue #9307: document the various Py_TPFLAGS_*_SUBCLASS flags.  Patch by Yury V. Zaytsev.

11 years agoIssue #9815: assertRaises now tries to clear references to local variables in the...
Antoine Pitrou [Mon, 28 Apr 2014 23:25:07 +0000 (01:25 +0200)]
Issue #9815: assertRaises now tries to clear references to local variables in the exception's traceback.

11 years agoIssue #9815: assertRaises now tries to clear references to local variables in the...
Antoine Pitrou [Mon, 28 Apr 2014 23:23:50 +0000 (01:23 +0200)]
Issue #9815: assertRaises now tries to clear references to local variables in the exception's traceback.

11 years agoRemove a workaround for fixed issue #20355.
Antoine Pitrou [Mon, 28 Apr 2014 22:58:02 +0000 (00:58 +0200)]
Remove a workaround for fixed issue #20355.

11 years agoIssue #20355: -W command line options now have higher priority than the PYTHONWARNING...
Antoine Pitrou [Mon, 28 Apr 2014 22:56:08 +0000 (00:56 +0200)]
Issue #20355: -W command line options now have higher priority than the PYTHONWARNINGS environment variable.  Patch by Arfrever.

11 years agoIssue #17861: Allow generate_opcode_h to run with a system Python 2.5.
Ned Deily [Mon, 28 Apr 2014 20:46:36 +0000 (13:46 -0700)]
Issue #17861: Allow generate_opcode_h to run with a system Python 2.5.
Patch by David Bolen.

11 years agoIssue #21312: Update the thread_foobar.h template file to include newer threading...
Antoine Pitrou [Mon, 28 Apr 2014 19:12:11 +0000 (21:12 +0200)]
Issue #21312: Update the thread_foobar.h template file to include newer threading APIs.  Patch by Jack McCracken.

11 years agoIssue #19940: ssl.cert_time_to_seconds() now interprets the given time string in...
Antoine Pitrou [Mon, 28 Apr 2014 18:57:36 +0000 (20:57 +0200)]
Issue #19940: ssl.cert_time_to_seconds() now interprets the given time string in the UTC timezone (as specified in RFC 5280), not the local timezone.

Patch by Akira.

11 years agoIssue #13204: Calling sys.flags.__new__ would crash the interpreter, now it raises...
Antoine Pitrou [Mon, 28 Apr 2014 11:08:28 +0000 (13:08 +0200)]
Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it raises a TypeError.

11 years agoIssue #13204: Calling sys.flags.__new__ would crash the interpreter, now it raises...
Antoine Pitrou [Mon, 28 Apr 2014 11:07:06 +0000 (13:07 +0200)]
Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it raises a TypeError.

11 years agoMerge 3.4 -> default: asyncio: Add __weakref__ slots to Handle and CoroWrapper. Upstr...
Guido van Rossum [Sun, 27 Apr 2014 17:44:46 +0000 (10:44 -0700)]
Merge 3.4 -> default: asyncio: Add __weakref__ slots to Handle and CoroWrapper. Upstream issue #166.

11 years agoasyncio: Add __weakref__ slots to Handle and CoroWrapper. Upstream issue #166.
Guido van Rossum [Sun, 27 Apr 2014 17:44:22 +0000 (10:44 -0700)]
asyncio: Add __weakref__ slots to Handle and CoroWrapper. Upstream issue #166.

11 years agoMerge 3.4 -> default: asyncio: Be careful accessing instance variables in __del__...
Guido van Rossum [Sun, 27 Apr 2014 17:34:39 +0000 (10:34 -0700)]
Merge 3.4 -> default: asyncio: Be careful accessing instance variables in __del__ (closes #21340).

11 years agoBacked out changeset: 4b97092aa4bd
Tim Golden [Sun, 27 Apr 2014 17:35:51 +0000 (18:35 +0100)]
Backed out changeset: 4b97092aa4bd

11 years agoBacked out changeset: 17df50df62c7
Tim Golden [Sun, 27 Apr 2014 17:35:36 +0000 (18:35 +0100)]
Backed out changeset: 17df50df62c7

11 years agoasyncio: Be careful accessing instance variables in __del__ (closes #21340).
Guido van Rossum [Sun, 27 Apr 2014 17:33:58 +0000 (10:33 -0700)]
asyncio: Be careful accessing instance variables in __del__ (closes #21340).

11 years agoIssue #18314 Add NEWS item.
Tim Golden [Sun, 27 Apr 2014 17:02:35 +0000 (18:02 +0100)]
Issue #18314 Add NEWS item.

11 years agoIssue #18314 os.unlink will now remove junction points on Windows. Patch by Kim Gräsman.
Tim Golden [Sun, 27 Apr 2014 17:00:10 +0000 (18:00 +0100)]
Issue #18314 os.unlink will now remove junction points on Windows. Patch by Kim Gräsman.

11 years agoMerge: #18243: Remove obsolete cautionary note from email mktime_tz docs.
R David Murray [Sat, 26 Apr 2014 23:01:47 +0000 (19:01 -0400)]
Merge: #18243: Remove obsolete cautionary note from email mktime_tz docs.

11 years ago#18243: Remove obsolete cautionary note from email mktime_tz docs.
R David Murray [Sat, 26 Apr 2014 23:01:18 +0000 (19:01 -0400)]
#18243: Remove obsolete cautionary note from email mktime_tz docs.

11 years agomerge 3.4 (#19385)
Benjamin Peterson [Sat, 26 Apr 2014 20:57:11 +0000 (16:57 -0400)]
merge 3.4 (#19385)

11 years agomake operations on closed dumb databases raise a consistent exception (closes #19385)
Benjamin Peterson [Sat, 26 Apr 2014 20:56:52 +0000 (16:56 -0400)]
make operations on closed dumb databases raise a consistent exception (closes #19385)

Patch by Claudiu Popa.

11 years agomerge 3.4 (#21355)
Benjamin Peterson [Sat, 26 Apr 2014 17:36:35 +0000 (13:36 -0400)]
merge 3.4 (#21355)

11 years agoshallow defaults to 'True' not '1' (closes #21355)
Benjamin Peterson [Sat, 26 Apr 2014 17:36:21 +0000 (13:36 -0400)]
shallow defaults to 'True' not '1' (closes #21355)

Patch by Diana Clarke.

11 years agoIssue #21207: Detect when the os.urandom cached fd has been closed or replaced, and...
Antoine Pitrou [Sat, 26 Apr 2014 12:35:19 +0000 (14:35 +0200)]
Issue #21207: Detect when the os.urandom cached fd has been closed or replaced, and open it anew.

11 years agoIssue #21207: Detect when the os.urandom cached fd has been closed or replaced, and...
Antoine Pitrou [Sat, 26 Apr 2014 12:33:03 +0000 (14:33 +0200)]
Issue #21207: Detect when the os.urandom cached fd has been closed or replaced, and open it anew.

11 years agoMerge from 3.4
Andrew Kuchling [Fri, 25 Apr 2014 13:35:26 +0000 (09:35 -0400)]
Merge from 3.4

11 years ago#21225: copy docstrings from base classes
Andrew Kuchling [Fri, 25 Apr 2014 13:29:30 +0000 (09:29 -0400)]
#21225: copy docstrings from base classes

11 years agosprinkle some _PyId goodness around moduleobject.c
Benjamin Peterson [Thu, 24 Apr 2014 23:39:18 +0000 (19:39 -0400)]
sprinkle some _PyId goodness around moduleobject.c

11 years agodo not override errors from descriptors on modules
Benjamin Peterson [Thu, 24 Apr 2014 23:29:23 +0000 (19:29 -0400)]
do not override errors from descriptors on modules

11 years agoIssue8297: module attribute lookup failures now include module name in error message.
Ethan Furman [Thu, 24 Apr 2014 21:47:47 +0000 (14:47 -0700)]
Issue8297: module attribute lookup failures now include module name in error message.

11 years agoCloses #21346: Merge with 3.4
Zachary Ware [Thu, 24 Apr 2014 18:22:47 +0000 (13:22 -0500)]
Closes #21346: Merge with 3.4

11 years agoIssue #21346: Fix typo, make message consistent in test_itertools.
Zachary Ware [Thu, 24 Apr 2014 18:22:05 +0000 (13:22 -0500)]
Issue #21346: Fix typo, make message consistent in test_itertools.

Pointed out by Brian Kearns.

11 years agoupdate os.sendfile() doc signaling that cross-platform apps should not use headers...
Giampaolo Rodola' [Thu, 24 Apr 2014 16:09:21 +0000 (18:09 +0200)]
update os.sendfile() doc signaling that cross-platform apps should not use headers, trailers and flags arguments

11 years agoIssue #9765: Adjust where Tools/msi/msi.py looks for Tcl/Tk license terms.
Zachary Ware [Wed, 23 Apr 2014 20:37:37 +0000 (15:37 -0500)]
Issue #9765: Adjust where Tools/msi/msi.py looks for Tcl/Tk license terms.
Patch by Daniel Stutzbach.

11 years agoFix compiler warning on Windows
Zachary Ware [Wed, 23 Apr 2014 18:51:27 +0000 (13:51 -0500)]
Fix compiler warning on Windows

..\Modules\_testcapimodule.c(3320): warning C4098: 'matmulType_dealloc' : 'void' function returning a value

11 years agoNull merge
Zachary Ware [Wed, 23 Apr 2014 17:17:25 +0000 (12:17 -0500)]
Null merge

11 years ago"Escape" a character in the middle of "warning"
Zachary Ware [Wed, 23 Apr 2014 17:09:54 +0000 (12:09 -0500)]
"Escape" a character in the middle of "warning"

This should stop Buildbot from falsely reporting a warning on Windows bots.

11 years ago"Escape" a character in the middle of "warning"
Zachary Ware [Wed, 23 Apr 2014 17:09:54 +0000 (12:09 -0500)]
"Escape" a character in the middle of "warning"

This should stop Buildbot from falsely reporting a warning on Windows bots.

11 years agofix the test on windows which has different return codes from killed
Gregory P. Smith [Wed, 23 Apr 2014 15:39:02 +0000 (08:39 -0700)]
fix the test on windows which has different return codes from killed
children.

11 years agofix the test on windows which has different return codes from killed
Gregory P. Smith [Wed, 23 Apr 2014 15:38:36 +0000 (08:38 -0700)]
fix the test on windows which has different return codes from killed
children.

11 years agoMerge from 3.4
Zachary Ware [Wed, 23 Apr 2014 15:04:55 +0000 (10:04 -0500)]
Merge from 3.4

11 years agoPrevent Sphinx error on whatsnew/changelog
Zachary Ware [Wed, 23 Apr 2014 15:04:20 +0000 (10:04 -0500)]
Prevent Sphinx error on whatsnew/changelog

11 years agoAdd implementation notes
Raymond Hettinger [Wed, 23 Apr 2014 07:58:48 +0000 (00:58 -0700)]
Add implementation notes

11 years agosubprocess's Popen.wait() is now thread safe so that multiple threads
Gregory P. Smith [Wed, 23 Apr 2014 07:38:22 +0000 (00:38 -0700)]
subprocess's Popen.wait() is now thread safe so that multiple threads
may be calling wait() or poll() on a Popen instance at the same time
without losing the Popen.returncode value.  Fixes issue #21291.

11 years agosubprocess's Popen.wait() is now thread safe so that multiple threads
Gregory P. Smith [Wed, 23 Apr 2014 07:27:17 +0000 (00:27 -0700)]
subprocess's Popen.wait() is now thread safe so that multiple threads
may be calling wait() or poll() on a Popen instance at the same time
without losing the Popen.returncode value.  Fixes issue #21291.

11 years agomerge 3.4 (#21330)
Benjamin Peterson [Wed, 23 Apr 2014 01:55:07 +0000 (21:55 -0400)]
merge 3.4 (#21330)

11 years agofix off-by-one error (closes #21330)
Benjamin Peterson [Wed, 23 Apr 2014 01:54:10 +0000 (21:54 -0400)]
fix off-by-one error (closes #21330)

11 years agoIssue #21127: Path objects can now be instantiated from str subclass instances (such...
Antoine Pitrou [Tue, 22 Apr 2014 22:34:51 +0000 (00:34 +0200)]
Issue #21127: Path objects can now be instantiated from str subclass instances (such as numpy.str_).

Thanks to Antony Lee for the report and preliminary patch.

11 years agoIssue #21127: Path objects can now be instantiated from str subclass instances (such...
Antoine Pitrou [Tue, 22 Apr 2014 22:34:15 +0000 (00:34 +0200)]
Issue #21127: Path objects can now be instantiated from str subclass instances (such as numpy.str_).

Thanks to Antony Lee for the report and preliminary patch.

11 years agoMerge with 3.4
Terry Jan Reedy [Tue, 22 Apr 2014 05:27:06 +0000 (01:27 -0400)]
Merge with 3.4

11 years agoIssue #21138: Change default reformat paragraph width to PEP 8's 72.
Terry Jan Reedy [Tue, 22 Apr 2014 05:26:41 +0000 (01:26 -0400)]
Issue #21138: Change default reformat paragraph width to PEP 8's 72.

11 years agoMerge with 3.4
Terry Jan Reedy [Tue, 22 Apr 2014 05:11:49 +0000 (01:11 -0400)]
Merge with 3.4

11 years agoIssue 21284: Idle: make test_formatparagraph pass even when a user changes the
Terry Jan Reedy [Tue, 22 Apr 2014 05:11:03 +0000 (01:11 -0400)]
Issue 21284: Idle: make test_formatparagraph pass even when a user changes the
reformat width in the configuration menu.

11 years agomerge 3.4
Senthil Kumaran [Sun, 20 Apr 2014 16:45:00 +0000 (09:45 -0700)]
merge 3.4

urllib.response object to use _TemporaryFileWrapper (and _TemporaryFileCloser)
facility. Provides a better way to handle file descriptor close.

Address issue #15002 . Patch contributed by Christian Theune.

11 years agoNEWS entry for #15002
Senthil Kumaran [Sun, 20 Apr 2014 16:44:11 +0000 (09:44 -0700)]
NEWS entry for #15002

11 years agourllib.response object to use _TemporaryFileWrapper (and _TemporaryFileCloser)
Senthil Kumaran [Sun, 20 Apr 2014 16:41:29 +0000 (09:41 -0700)]
urllib.response object to use _TemporaryFileWrapper (and _TemporaryFileCloser)
facility. Provides a better way to handle file descriptor close.

Address issue #15002 . Patch contributed by Christian Theune.

11 years agoMerge: #12220: improve minidom error when URI contains spaces.
R David Murray [Sun, 20 Apr 2014 04:48:25 +0000 (00:48 -0400)]
Merge: #12220: improve minidom error when URI contains spaces.

11 years ago#12220: improve minidom error when URI contains spaces.
R David Murray [Sun, 20 Apr 2014 04:46:05 +0000 (00:46 -0400)]
#12220: improve minidom error when URI contains spaces.

Fix by 'amathew', test by Marek Stepniowski.

11 years agoIssue #10291: Cleanup turtledemo to use docstrings for help.
Ned Deily [Sun, 20 Apr 2014 02:14:29 +0000 (19:14 -0700)]
Issue #10291: Cleanup turtledemo to use docstrings for help.
(Original patch by Alexander Belopolsky, refreshed by Jessica McKellar.)

11 years agoIssue #11571: merge with 3.4
Ned Deily [Sun, 20 Apr 2014 02:12:31 +0000 (19:12 -0700)]
Issue #11571: merge with 3.4

11 years agoIssue #11571: Ensure that the turtle window becomes the topmost window
Ned Deily [Sun, 20 Apr 2014 02:11:14 +0000 (19:11 -0700)]
Issue #11571: Ensure that the turtle window becomes the topmost window
when launched on OS X.  (Original patch by Ronald Oussoren)

11 years agoIssue #21311: merge with 3.4
Ned Deily [Sat, 19 Apr 2014 20:27:06 +0000 (13:27 -0700)]
Issue #21311: merge with 3.4

11 years agoIssue #21311: Avoid exception in _osx_support with non-standard compiler
Ned Deily [Sat, 19 Apr 2014 20:25:29 +0000 (13:25 -0700)]
Issue #21311: Avoid exception in _osx_support with non-standard compiler
configurations.  Patch by John Szakmeister.

11 years agoIssue #7221: remove redundant tests in test_asyncore. Patch by Jessica McKellar.
Antoine Pitrou [Sat, 19 Apr 2014 19:07:16 +0000 (21:07 +0200)]
Issue #7221: remove redundant tests in test_asyncore.  Patch by Jessica McKellar.

11 years agoMerge: #9364: Improve the text printed by help(pydoc) and help(help).
R David Murray [Sat, 19 Apr 2014 17:01:21 +0000 (13:01 -0400)]
Merge: #9364: Improve the text printed by help(pydoc) and help(help).

11 years ago#9364: Improve the text printed by help(pydoc) and help(help).
R David Murray [Sat, 19 Apr 2014 16:59:30 +0000 (12:59 -0400)]
#9364: Improve the text printed by help(pydoc) and help(help).