]> granicus.if.org Git - python/log
python
10 years agoIssue #3068: Add Idle extension configuration dialog to Options menu.
Terry Jan Reedy [Thu, 23 Oct 2014 00:15:12 +0000 (20:15 -0400)]
Issue #3068: Add Idle extension configuration dialog to Options menu.
Original patch by Tal Einat.

10 years agoIssue #16863: Explain difference between text and 2.7 behavior.
Terry Jan Reedy [Wed, 22 Oct 2014 21:59:53 +0000 (17:59 -0400)]
Issue #16863: Explain difference between text and 2.7 behavior.

10 years agoUpdated cookbook entry to replace shutil.chown with os.chown.
Vinay Sajip [Wed, 22 Oct 2014 17:27:59 +0000 (18:27 +0100)]
Updated cookbook entry to replace shutil.chown with os.chown.

10 years agoIssue #22660: update various mentions in the ssl module documentation.
Antoine Pitrou [Mon, 20 Oct 2014 22:14:39 +0000 (00:14 +0200)]
Issue #22660: update various mentions in the ssl module documentation.

10 years agomake plural s lowercase
Benjamin Peterson [Sun, 19 Oct 2014 14:48:50 +0000 (10:48 -0400)]
make plural s lowercase

10 years agoCloses #22663: patchcheck: only modify text files under Doc/
Georg Brandl [Sun, 19 Oct 2014 09:54:08 +0000 (11:54 +0200)]
Closes #22663: patchcheck: only modify text files under Doc/

10 years agoFix a typo caught by Gabriella Capone on docs@
Zachary Ware [Sun, 19 Oct 2014 06:06:58 +0000 (01:06 -0500)]
Fix a typo caught by Gabriella Capone on docs@

10 years agoIssue #20155: Fix non-buildbot test failure on Windows. Patch by Claudiu Popa,
Terry Jan Reedy [Sat, 18 Oct 2014 21:10:02 +0000 (17:10 -0400)]
Issue #20155: Fix non-buildbot test failure on Windows.  Patch by Claudiu Popa,
revised by R. David Murray.

10 years ago#9351: set_defaults on subparser is no longer ignored if set on parent.
R David Murray [Sat, 18 Oct 2014 00:07:08 +0000 (20:07 -0400)]
#9351: set_defaults on subparser is no longer ignored if set on parent.

Before, if a default was set on the parent parser, any default for that
variable set via set_defaults on a subparser would be ignored.  Now
the subparser set_defaults is honored.

Patch by Jyrki Pullianinen.

10 years agoIssue #22644: Update the Windows build to OpenSSL 1.0.1j
Zachary Ware [Fri, 17 Oct 2014 21:20:15 +0000 (16:20 -0500)]
Issue #22644: Update the Windows build to OpenSSL 1.0.1j

11 years agoIssue #20221: Removed conflicting (or circular) hypot definition
Zachary Ware [Thu, 20 Feb 2014 21:36:34 +0000 (15:36 -0600)]
Issue #20221: Removed conflicting (or circular) hypot definition
when compiled with VS 2010 or above.  Initial patch by Tabrez Mohammed.

10 years agoFix badly merged NEWS item.
Zachary Ware [Fri, 17 Oct 2014 16:09:13 +0000 (11:09 -0500)]
Fix badly merged NEWS item.

10 years agoadd back NEWS entries removed by 1c2c44313408
Benjamin Peterson [Fri, 17 Oct 2014 15:30:45 +0000 (11:30 -0400)]
add back NEWS entries removed by 1c2c44313408

10 years agoremove link to the 'original package specification'; I doubt it's useful anymore...
Benjamin Peterson [Fri, 17 Oct 2014 15:07:14 +0000 (11:07 -0400)]
remove link to the 'original package specification'; I doubt it's useful anymore (closes #22657)

10 years agoIssue #22646: Accept list as well as tuple to support initialisation via dictConfig().
Vinay Sajip [Fri, 17 Oct 2014 07:42:57 +0000 (08:42 +0100)]
Issue #22646: Accept list as well as tuple to support initialisation via dictConfig().

10 years agoIssue #22629: Revise idle_test.htest, mostly docstring. Start revision of
Terry Jan Reedy [Fri, 17 Oct 2014 05:31:29 +0000 (01:31 -0400)]
Issue #22629: Revise idle_test.htest, mostly docstring.  Start revision of
htests to add # htest # marker for coveragepy and stop tcl errors.

10 years agoIssue #22628: Increase Treewidge line spacing so lines do not overlap.
Terry Jan Reedy [Fri, 17 Oct 2014 03:12:41 +0000 (23:12 -0400)]
Issue #22628: Increase Treewidge line spacing so lines do not overlap.
Move test lines up with respect to icons.

10 years agoIssue #16233: When the module browser is not invoked in an editor window with
Terry Jan Reedy [Thu, 16 Oct 2014 02:01:23 +0000 (22:01 -0400)]
Issue #16233: When the module browser is not invoked in an editor window with
a filename, pop up the Open Module box. If a module is opened, open a
corresponding browser.

10 years agoIssue #3068: Change 0/1 to False/True so that extension configure dialog can
Terry Jan Reedy [Tue, 14 Oct 2014 22:55:13 +0000 (18:55 -0400)]
Issue #3068: Change 0/1 to False/True so that extension configure dialog can
easily recognize and display boolean values as such and recognize changes.
Also reformat comments and alphabetize extensions included with Idle.

10 years agoIssue #22632: replace dead link with version-specific doc link.
Terry Jan Reedy [Tue, 14 Oct 2014 20:56:36 +0000 (16:56 -0400)]
Issue #22632: replace dead link with version-specific doc link.

10 years agoIssue #21855: Fixed the decimal module in unicode disabled build.
Serhiy Storchaka [Tue, 14 Oct 2014 18:10:56 +0000 (21:10 +0300)]
Issue #21855: Fixed the decimal module in unicode disabled build.

10 years agoUse https:// URLs for the bug tracker in the :issue: role.
Alex Gaynor [Mon, 13 Oct 2014 19:58:03 +0000 (12:58 -0700)]
Use https:// URLs for the bug tracker in the :issue: role.

Thanks to Ezio for noticing this

10 years agoissue22626: Use https:// for a link to the bug tracker
Alex Gaynor [Mon, 13 Oct 2014 19:55:21 +0000 (12:55 -0700)]
issue22626: Use https:// for a link to the bug tracker

10 years agomerge heads
Benjamin Peterson [Mon, 13 Oct 2014 19:51:28 +0000 (15:51 -0400)]
merge heads

10 years agoMerge.
Charles-François Natali [Mon, 13 Oct 2014 17:42:49 +0000 (18:42 +0100)]
Merge.

10 years agoIssue #22435: Fix a file descriptor leak when SocketServer bind fails.
Charles-François Natali [Mon, 13 Oct 2014 17:39:34 +0000 (18:39 +0100)]
Issue #22435: Fix a file descriptor leak when SocketServer bind fails.

10 years agonote xmlrpclib doesn't verify certs (yet)
Benjamin Peterson [Mon, 13 Oct 2014 15:53:54 +0000 (11:53 -0400)]
note xmlrpclib doesn't verify certs (yet)

10 years agoFixed the test of issue #13664 on platforms without unicode filenames support.
Serhiy Storchaka [Mon, 13 Oct 2014 07:33:32 +0000 (10:33 +0300)]
Fixed the test of issue #13664 on platforms without unicode filenames support.

10 years agoIssue #22614: Don't try to update deleted text. Patch by Serhiy Storchaka.
Terry Jan Reedy [Mon, 13 Oct 2014 02:58:42 +0000 (22:58 -0400)]
Issue #22614: Don't try to update deleted text.  Patch by Serhiy Storchaka.

10 years agoChange deprecated Exception.message to Exception.args-[0] where the use of
Terry Jan Reedy [Mon, 13 Oct 2014 02:00:10 +0000 (22:00 -0400)]
Change deprecated Exception.message to Exception.args-[0] where the use of
.message is not an essential part of the test.

10 years agoIssue #13664: GzipFile now supports non-ascii Unicode filenames.
Serhiy Storchaka [Sun, 12 Oct 2014 19:23:28 +0000 (22:23 +0300)]
Issue #13664: GzipFile now supports non-ascii Unicode filenames.

10 years ago#13096: Fix segfault in CTypes POINTER handling of large values.
R David Murray [Sun, 12 Oct 2014 18:26:30 +0000 (14:26 -0400)]
#13096: Fix segfault in CTypes POINTER handling of large values.

Patch by Meador Inge.

10 years agoAlways handle non-handled events before destoying root widget in tests.
Serhiy Storchaka [Sun, 12 Oct 2014 17:32:05 +0000 (20:32 +0300)]
Always handle non-handled events before destoying root widget in tests.
This gets rid of  Tcl warnings when they are handled later when the root is
already destroyed.

10 years ago#17325: Improve distutils PyPI documentation.
R David Murray [Sun, 12 Oct 2014 17:15:40 +0000 (13:15 -0400)]
#17325: Improve distutils PyPI documentation.

Patch by Chris Jerdonek.

10 years ago#11973: add test for previously fixed kevent signed/unsigned bug.
R David Murray [Sun, 12 Oct 2014 16:42:58 +0000 (12:42 -0400)]
#11973: add test for previously fixed kevent signed/unsigned bug.

Patch by David Naylor.

10 years agoMerge heads
Serhiy Storchaka [Sun, 12 Oct 2014 14:15:56 +0000 (17:15 +0300)]
Merge heads

10 years agoCloses #22586: clarify meaning of allow_fragments in urlparse.
Georg Brandl [Sun, 12 Oct 2014 14:13:32 +0000 (16:13 +0200)]
Closes #22586: clarify meaning of allow_fragments in urlparse.

10 years agoFixed and optimized a test of issue #22526.
Serhiy Storchaka [Sun, 12 Oct 2014 14:13:06 +0000 (17:13 +0300)]
Fixed and optimized a test of issue #22526.

10 years agoIssue #14105: Change comment to reflect fix. Patch by Saimadhav Heblikar.
Terry Jan Reedy [Sun, 12 Oct 2014 05:10:58 +0000 (01:10 -0400)]
Issue #14105: Change comment to reflect fix.  Patch by Saimadhav Heblikar.

10 years agoIssue #22604: Fix assertion error in debug mode when dividing a complex number by...
Antoine Pitrou [Fri, 10 Oct 2014 21:49:32 +0000 (23:49 +0200)]
Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j).

10 years agoIssue #15414: Clean and correct the os.path.join docs.
Zachary Ware [Fri, 10 Oct 2014 21:03:14 +0000 (16:03 -0500)]
Issue #15414: Clean and correct the os.path.join docs.

In particular, correctly describe the behavior of ntpath.join.

Based on a patch by Dave Sawyer.

10 years agoIssue #11694: Raise ConversionError in xdrlib as documented
Petri Lehtinen [Fri, 10 Oct 2014 18:11:34 +0000 (21:11 +0300)]
Issue #11694: Raise ConversionError in xdrlib as documented

10 years agoIssue #22575: Revise bytearray entry for 2.7.
Terry Jan Reedy [Fri, 10 Oct 2014 17:02:55 +0000 (13:02 -0400)]
Issue #22575: Revise bytearray entry for 2.7.

10 years ago#0712: 2to3 has a new "asserts" fixer that replaces deprecated names of unittest...
R David Murray [Fri, 10 Oct 2014 03:13:42 +0000 (23:13 -0400)]
#0712: 2to3 has a new "asserts" fixer that replaces deprecated names of unittest methods.

Patch by Ezio Melotti, docs by Berker Peksag.

10 years agoDe-'colour'ize stdlib except for idlelib.configDialog.
Terry Jan Reedy [Thu, 9 Oct 2014 22:44:26 +0000 (18:44 -0400)]
De-'colour'ize stdlib except for idlelib.configDialog.
Tweak docstrigs and comments in affected functions in idlelib.configHandler.

10 years agoCloses #22580: Fix documentation of PyUnicode_Tailmatch()
Victor Stinner [Thu, 9 Oct 2014 09:14:04 +0000 (11:14 +0200)]
Closes #22580: Fix documentation of PyUnicode_Tailmatch()

The result type is Py_ssize_t (and not int).

10 years agoIssue 3068: Move idlelib.configDialog action button creation into a separate
Terry Jan Reedy [Thu, 9 Oct 2014 00:29:05 +0000 (20:29 -0400)]
Issue 3068: Move idlelib.configDialog action button creation into a separate
method so it can be reused by the new extension dialog.

10 years agoidlelib.configHandler: revise docstrings, add spaces, use False/True, add some
Terry Jan Reedy [Tue, 7 Oct 2014 03:26:17 +0000 (23:26 -0400)]
idlelib.configHandler: revise docstrings, add spaces, use False/True, add some
TODOs (mostly to do after add tests), and make a few other changes.

10 years agouse source role instead of linking to svn
Benjamin Peterson [Tue, 7 Oct 2014 01:10:25 +0000 (21:10 -0400)]
use source role instead of linking to svn

10 years agomake _socket.socket weakrefable (closes #22569)
Benjamin Peterson [Mon, 6 Oct 2014 18:38:20 +0000 (14:38 -0400)]
make _socket.socket weakrefable (closes #22569)

Patch from Alex Gaynor.

10 years agoCloses #19071: "self" argument is not the module for module functions in 2.x.
Georg Brandl [Mon, 6 Oct 2014 16:01:02 +0000 (18:01 +0200)]
Closes #19071: "self" argument is not the module for module functions in 2.x.

10 years agoCloses #16155: fix a few errors in doctest output of the FAQ pages.
Georg Brandl [Mon, 6 Oct 2014 15:51:46 +0000 (17:51 +0200)]
Closes #16155: fix a few errors in doctest output of the FAQ pages.

10 years agoCloses #17057: fix grammar in old-style vs new-style class docs.
Georg Brandl [Mon, 6 Oct 2014 15:46:43 +0000 (17:46 +0200)]
Closes #17057: fix grammar in old-style vs new-style class docs.

10 years ago#18034: update FAQ to suggest importlib.import_module instead of __import__. Patch...
Ezio Melotti [Mon, 4 Aug 2014 16:34:29 +0000 (19:34 +0300)]
#18034: update FAQ to suggest importlib.import_module instead of __import__.  Patch by Wouter van Heyst.

10 years agoPEP 8 spacing in idlelib.configDialog: mostly a = b in assignments,
Terry Jan Reedy [Mon, 4 Aug 2014 03:02:53 +0000 (23:02 -0400)]
PEP 8 spacing in idlelib.configDialog: mostly a = b in assignments,
a, b in arg lists, and hanging indents for long arg lists.

10 years agoIssue #13540: Merge commits
Jason R. Coombs [Sun, 3 Aug 2014 18:57:20 +0000 (14:57 -0400)]
Issue #13540: Merge commits

10 years agoIssue #13540: Update references to Action class to match syntax used for other classe...
Jason R. Coombs [Sun, 3 Aug 2014 18:54:11 +0000 (14:54 -0400)]
Issue #13540: Update references to Action class to match syntax used for other classes in this file.

10 years agoFix typo in comment.
Raymond Hettinger [Sat, 2 Aug 2014 06:51:51 +0000 (23:51 -0700)]
Fix typo in comment.

10 years ago - update config.guess and config.sub to support openrisc.
doko@ubuntu.com [Fri, 1 Aug 2014 15:48:17 +0000 (17:48 +0200)]
 - update config.guess and config.sub to support openrisc.

10 years agoIssue #21580: Now Tkinter correctly handles binary "data" and "maskdata"
Serhiy Storchaka [Thu, 31 Jul 2014 04:48:14 +0000 (07:48 +0300)]
Issue #21580: Now Tkinter correctly handles binary "data" and "maskdata"
configure options of tkinter.PhotoImage.

Added private Tkapp method _createbytearray().

10 years agoIssue #22068: Don't create self reference cycles in idlelib.ConfigDialog.
Terry Jan Reedy [Wed, 30 Jul 2014 23:24:26 +0000 (19:24 -0400)]
Issue #22068: Don't create self reference cycles in idlelib.ConfigDialog.
In 2.7, these become leaks and cause test_gc to fail.

10 years agoIssue #21951: Temporary skip crashing test_user_command on AIX.
Serhiy Storchaka [Wed, 30 Jul 2014 07:58:34 +0000 (10:58 +0300)]
Issue #21951: Temporary skip crashing test_user_command on AIX.

10 years agoIssue #22023: Fix %S, %R and %V formats of PyUnicode_FromFormat().
Victor Stinner [Tue, 29 Jul 2014 22:39:05 +0000 (00:39 +0200)]
Issue #22023: Fix %S, %R and %V formats of PyUnicode_FromFormat().

10 years agoIssue #21591: add test for qualified exec in tuple form.
Robert Jordens [Tue, 29 Jul 2014 15:24:24 +0000 (17:24 +0200)]
Issue #21591: add test for qualified exec in tuple form.

10 years agoIssue #21591: Handle exec backwards compatibility in the AST builder.
Dirkjan Ochtman [Tue, 29 Jul 2014 15:21:39 +0000 (17:21 +0200)]
Issue #21591: Handle exec backwards compatibility in the AST builder.

Instead of deferring until runtime. This makes sure we hit the right
conditions in dealing with unqualified exec statements.

Reviewed by Victor Stinner. Test follows in a later commit.

10 years agoIssue #19612: subprocess.communicate() now also ignores EINVAL when using at
Victor Stinner [Mon, 28 Jul 2014 22:04:54 +0000 (00:04 +0200)]
Issue #19612: subprocess.communicate() now also ignores EINVAL when using at
least two pipes.

10 years agoReduce unnecessary 2.7 versus 3.4+ differences in idlelib/configDialog.py.
Terry Jan Reedy [Sun, 27 Jul 2014 08:07:18 +0000 (04:07 -0400)]
Reduce  unnecessary 2.7 versus 3.4+ differences in idlelib/configDialog.py.
Only change 2.7 version.
Remove ".keys()" from "x in y.keys()" (leave .keys() elsewhere alone).
Change "string.join" to "' '.join" (and string.join(s, ';') to ';'.join(s)).
Change spacing to match 3.4 (will later make spacing changes to both).

10 years agoModernize turtledemo with conditional expressions; remove duplicate line.
Terry Jan Reedy [Sun, 27 Jul 2014 07:00:47 +0000 (03:00 -0400)]
Modernize turtledemo with conditional expressions; remove duplicate line.

10 years agoFix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError
Victor Stinner [Sat, 26 Jul 2014 12:52:55 +0000 (14:52 +0200)]
Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError
on closed socket.

10 years agosocketmodule.c: backport INVALID_SOCKET from Python 3.5 to simplify the code
Victor Stinner [Sat, 26 Jul 2014 12:47:56 +0000 (14:47 +0200)]
socketmodule.c: backport INVALID_SOCKET from Python 3.5 to simplify the code

10 years agoIssue #19875: Fix random test_getsockaddrarg() failure.
Charles-François Natali [Sat, 26 Jul 2014 12:44:50 +0000 (13:44 +0100)]
Issue #19875: Fix random test_getsockaddrarg() failure.

10 years agoIssue #21958: Define HAVE_ROUND when building with VS 2013 and above.
Zachary Ware [Fri, 25 Jul 2014 19:34:19 +0000 (14:34 -0500)]
Issue #21958: Define HAVE_ROUND when building with VS 2013 and above.
Patch by Zachary Turner.

10 years agoIssue #21990: Cleanup unnecessary inner class definition in saxutils.
Raymond Hettinger [Fri, 25 Jul 2014 17:26:36 +0000 (10:26 -0700)]
Issue #21990:  Cleanup unnecessary inner class definition in saxutils.

10 years agoIssue #22061: Add deprecation warnings in empty obsolete methods.
Serhiy Storchaka [Fri, 25 Jul 2014 09:23:08 +0000 (12:23 +0300)]
Issue #22061: Add deprecation warnings in empty obsolete methods.

10 years agoIssue #22061: remove call of useless function slated for removal.
Terry Jan Reedy [Fri, 25 Jul 2014 07:06:27 +0000 (03:06 -0400)]
Issue #22061: remove call of useless function slated for removal.

10 years agoIssue #22053: Make help work, after previous patch for this issue disabled it
Terry Jan Reedy [Fri, 25 Jul 2014 05:56:17 +0000 (01:56 -0400)]
Issue #22053: Make help work, after previous patch for this issue disabled it
by removing global 'demo'. Refactor and remove duplicate code.

10 years agoIssue #19884, readline: calling rl_variable_bind ("enable-meta-key", "off")
Victor Stinner [Thu, 24 Jul 2014 20:11:21 +0000 (22:11 +0200)]
Issue #19884, readline: calling rl_variable_bind ("enable-meta-key", "off")
does crash on Mac OS X which uses libedit instead of readline.

10 years agoIssue #16133: The asynchat.async_chat.handle_read() method now ignores
Victor Stinner [Thu, 24 Jul 2014 17:15:00 +0000 (19:15 +0200)]
Issue #16133: The asynchat.async_chat.handle_read() method now ignores
socket.error() exceptions with blocking I/O errors: EAGAIN, EALREADY,
EINPROGRESS, or EWOULDBLOCK. Initial patch written by Xavier de Gaye.

11 years agoIssue #1730136: Fix comparison between a tk Font object and an object of a
Serhiy Storchaka [Thu, 24 Jul 2014 14:48:28 +0000 (17:48 +0300)]
Issue #1730136: Fix comparison between a tk Font object and an object of a
different type.

11 years agoIssue #19884: readline: Disable the meta modifier key if stdout is not a
Victor Stinner [Thu, 24 Jul 2014 10:22:24 +0000 (12:22 +0200)]
Issue #19884: readline: Disable the meta modifier key if stdout is not a
terminal to not write the ANSI sequence "\033[1034h" into stdout. This sequence
is used on some terminal (ex: TERM=xterm-256color") to enable support of 8 bit
characters.

11 years agoFix grammar
Andrew Svetlov [Thu, 24 Jul 2014 05:08:15 +0000 (08:08 +0300)]
Fix grammar

11 years agoIssue #22053: Cleanup turtledemo start and stop and fix debug shutdown warning.
Terry Jan Reedy [Wed, 23 Jul 2014 21:27:51 +0000 (17:27 -0400)]
Issue #22053: Cleanup turtledemo start and stop and fix debug shutdown warning.

11 years agoIssue #19493: Fix two uses of ctypes.test.requires (it's not a decorator)
Zachary Ware [Wed, 23 Jul 2014 19:29:25 +0000 (14:29 -0500)]
Issue #19493: Fix two uses of ctypes.test.requires (it's not a decorator)
and skip test_win32.FunctionCallTestCase.test_SEH when Python was compiled
in debug configuration or by a non-MSC compiler.

11 years agoMerge heads
Serhiy Storchaka [Wed, 23 Jul 2014 19:12:39 +0000 (22:12 +0300)]
Merge heads

11 years agoMerge heads
Serhiy Storchaka [Wed, 23 Jul 2014 19:07:37 +0000 (22:07 +0300)]
Merge heads

11 years agoIssue #6167: Backported tests for Scrollbar.activate() and Scrollbar.set()
Serhiy Storchaka [Wed, 23 Jul 2014 19:06:26 +0000 (22:06 +0300)]
Issue #6167: Backported tests for Scrollbar.activate() and Scrollbar.set()
from 6ae34a948cb4.

11 years agoIssue #21597: Turtledemo text pane can now be widened to view or copy complete
Terry Jan Reedy [Wed, 23 Jul 2014 19:01:07 +0000 (15:01 -0400)]
Issue #21597: Turtledemo text pane can now be widened to view or copy complete
lines or narrowed for small screens.
Issie #19132: Turtledemo buttons no longer disappear when window is shrun.
Patch mostly by Lita Cho (21597) using idea from patch by Jan Kanis (18132).

11 years agoFix minor typo in round docs. Reported by Scott Hinton on docs@.
Zachary Ware [Tue, 22 Jul 2014 18:14:54 +0000 (13:14 -0500)]
Fix minor typo in round docs.  Reported by Scott Hinton on docs@.

11 years agoCloses #21665: Don't use OPTS=noxp or -DWINVER=0x0500 when compiling Tcl/Tk
Zachary Ware [Tue, 22 Jul 2014 17:26:34 +0000 (12:26 -0500)]
Closes #21665: Don't use OPTS=noxp or -DWINVER=0x0500 when compiling Tcl/Tk
on the buildbots.

2.7 does still support Win2k, but using those options makes default ttk ugly
while not using them doesn't seem to break Win2k.

11 years agoFixed bugs in reprs of CookieJar and multiprocessing.dummy.Value.
Serhiy Storchaka [Tue, 22 Jul 2014 08:11:01 +0000 (11:11 +0300)]
Fixed bugs in reprs of CookieJar and multiprocessing.dummy.Value.

11 years agoBackout 308f3c1e36d3. This change (issue21044) does not need to be merged on
Serhiy Storchaka [Tue, 22 Jul 2014 07:39:59 +0000 (10:39 +0300)]
Backout 308f3c1e36d3.  This change (issue21044) does not need to be merged on
2.7, as the os.fdopen sets the name attribute to '<fdopen>' and not to the fd.

11 years agoIssue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/
Serhiy Storchaka [Tue, 22 Jul 2014 07:28:36 +0000 (10:28 +0300)]
Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/
now display special message when and only when there are failures.

11 years agoIssue #21976: Fix test_ssl to accept LibreSSL version strings.
Antoine Pitrou [Mon, 21 Jul 2014 22:35:01 +0000 (18:35 -0400)]
Issue #21976: Fix test_ssl to accept LibreSSL version strings.
Thanks to William Orr.

11 years agoIssue #21868: Prevent turtle crash due to invalid undo buffer size.
Raymond Hettinger [Mon, 21 Jul 2014 04:26:04 +0000 (21:26 -0700)]
Issue #21868: Prevent turtle crash due to invalid undo buffer size.

11 years agoadd #
Benjamin Peterson [Sun, 20 Jul 2014 20:05:01 +0000 (13:05 -0700)]
add #

11 years agocorrect ref counting of default_action (closes #22017)
Benjamin Peterson [Sun, 20 Jul 2014 20:04:11 +0000 (13:04 -0700)]
correct ref counting of default_action (closes #22017)

11 years agoIssue #13540: Removed redundant documentation about Action instance attributes. Updat...
Jason R. Coombs [Sun, 20 Jul 2014 14:52:46 +0000 (10:52 -0400)]
Issue #13540: Removed redundant documentation about Action instance attributes. Updated example and documentation per recommendations by Steven Bethard in msg149524.

11 years agoargs doesn't need to be a tuple (closes #17210)
Benjamin Peterson [Sat, 19 Jul 2014 23:34:33 +0000 (16:34 -0700)]
args doesn't need to be a tuple (closes #17210)

11 years agoIssue #22006: Remove outdated thread module caveat. Thanks Dan O'Reilly for the...
Mark Dickinson [Sat, 19 Jul 2014 20:47:13 +0000 (21:47 +0100)]
Issue #22006: Remove outdated thread module caveat.  Thanks Dan O'Reilly for the report.

11 years agoadd missing 'because' (closes #22008)
Benjamin Peterson [Fri, 18 Jul 2014 23:25:13 +0000 (16:25 -0700)]
add missing 'because' (closes #22008)

Patch from A Kaptur.