]> granicus.if.org Git - python/log
python
10 years agoIssue #22770: Prevent some Tk segfaults on OS X when running gui tests.
Ned Deily [Sun, 2 Nov 2014 02:26:45 +0000 (19:26 -0700)]
Issue #22770: Prevent some Tk segfaults on OS X when running gui tests.
When running tests in subprocesses with the regrtest -j option, a bug
in Cocoa Tk can result in a Tcl segfault.  Avoid the problem by forcing
Tk to fully initialize as an OS X gui process before destroying the
Tcl instance and creating another. (Original patch by Serhiy Storchaka)

10 years agoIssue #17717: Pull NASM from svn.python.org for OpenSSL build.
Zachary Ware [Sat, 1 Nov 2014 22:11:08 +0000 (17:11 -0500)]
Issue #17717: Pull NASM from svn.python.org for OpenSSL build.

10 years agoBrought excluded code into the scope of a try block in SysLogHandler.emit().
Vinay Sajip [Sat, 1 Nov 2014 19:56:13 +0000 (19:56 +0000)]
Brought excluded code into the scope of a try block in SysLogHandler.emit().

10 years agoCloses #22772: fix __ifloordiv__ and __itruediv__ docstring.
Georg Brandl [Fri, 31 Oct 2014 12:12:57 +0000 (13:12 +0100)]
Closes #22772: fix __ifloordiv__ and __itruediv__ docstring.

10 years agoIssue #17381: Fixed ranges handling in case-insensitive regular expressions.
Serhiy Storchaka [Fri, 31 Oct 2014 11:53:21 +0000 (13:53 +0200)]
Issue #17381: Fixed ranges handling in case-insensitive regular expressions.

10 years agoBackported the optimization of compiling charsets in regular expressions
Serhiy Storchaka [Fri, 31 Oct 2014 11:34:06 +0000 (13:34 +0200)]
Backported the optimization of compiling charsets in regular expressions
(issue #19329).  This is needed to apply the patch from issue #17381.

10 years ago#22613: fix several factual errors in builtin docs (thanks Jacques Ducasse)
Georg Brandl [Fri, 31 Oct 2014 08:41:46 +0000 (09:41 +0100)]
#22613: fix several factual errors in builtin docs (thanks Jacques Ducasse)

10 years ago#22613: minor other fixes in library docs (thanks Jacques Ducasse)
Georg Brandl [Fri, 31 Oct 2014 09:25:48 +0000 (10:25 +0100)]
#22613: minor other fixes in library docs (thanks Jacques Ducasse)

10 years ago#22613: document Cmd.cmdqueue (thanks Jacques Ducasse)
Georg Brandl [Fri, 31 Oct 2014 09:25:38 +0000 (10:25 +0100)]
#22613: document Cmd.cmdqueue (thanks Jacques Ducasse)

10 years agominor grammar fixes (from docs@python.org)
Georg Brandl [Fri, 31 Oct 2014 08:29:38 +0000 (09:29 +0100)]
minor grammar fixes (from docs@python.org)

10 years agoFixed compile error in issue #22410. The _locale module is optional.
Serhiy Storchaka [Thu, 30 Oct 2014 23:31:33 +0000 (01:31 +0200)]
Fixed compile error in issue #22410. The _locale module is optional.

10 years agoIssue #22410: Module level functions in the re module now cache compiled
Serhiy Storchaka [Thu, 30 Oct 2014 22:53:19 +0000 (00:53 +0200)]
Issue #22410: Module level functions in the re module now cache compiled
locale-dependent regular expressions taking into account the locale.

10 years agorstlint: make the "html leaked markup" regex a bit less sensitive
Georg Brandl [Thu, 30 Oct 2014 21:49:06 +0000 (22:49 +0100)]
rstlint: make the "html leaked markup" regex a bit less sensitive

10 years agorstlint: add more directives we use
Georg Brandl [Thu, 30 Oct 2014 21:35:55 +0000 (22:35 +0100)]
rstlint: add more directives we use

10 years agoDoc: fix default role usage (except in unittest mock docs)
Georg Brandl [Thu, 30 Oct 2014 21:26:26 +0000 (22:26 +0100)]
Doc: fix default role usage (except in unittest mock docs)

10 years agoIssue #8876: distutils now falls back to copying files when hard linking doesn't...
Antoine Pitrou [Thu, 30 Oct 2014 18:37:07 +0000 (19:37 +0100)]
Issue #8876: distutils now falls back to copying files when hard linking doesn't work.

This allows use with special filesystems such as VirtualBox shared folders.

10 years agoFixing broken links in doc, part 4: some more breaks and redirects
Georg Brandl [Wed, 29 Oct 2014 09:57:37 +0000 (10:57 +0100)]
Fixing broken links in doc, part 4: some more breaks and redirects

10 years agolinkcheck: ignore issue URLs and PEP URLs (the latter until the PEPs are on www.pytho...
Georg Brandl [Wed, 29 Oct 2014 09:57:01 +0000 (10:57 +0100)]
linkcheck: ignore issue URLs and PEP URLs (the latter until the PEPs are on www.python.org again).

10 years agoFixing broken links in doc, part 3: the rest
Georg Brandl [Wed, 29 Oct 2014 09:26:56 +0000 (10:26 +0100)]
Fixing broken links in doc, part 3: the rest

10 years agoFixing broken links in doc, part 2: howto/
Georg Brandl [Wed, 29 Oct 2014 08:37:43 +0000 (09:37 +0100)]
Fixing broken links in doc, part 2: howto/

10 years agoFixing broken links in doc, part 1: faq/
Georg Brandl [Wed, 29 Oct 2014 08:24:54 +0000 (09:24 +0100)]
Fixing broken links in doc, part 1: faq/

10 years agoFix external links to docs.python.org to use internal links instead.
Georg Brandl [Wed, 29 Oct 2014 08:00:30 +0000 (09:00 +0100)]
Fix external links to docs.python.org to use internal links instead.

10 years agoRemove now-dead link to IDLE debugger doc and add PyCharm to the commercial IDEs.
Georg Brandl [Wed, 29 Oct 2014 07:55:14 +0000 (08:55 +0100)]
Remove now-dead link to IDLE debugger doc and add PyCharm to the commercial IDEs.

10 years agoUpdate "where is python.org hosted" FAQ.
Georg Brandl [Wed, 29 Oct 2014 07:52:43 +0000 (08:52 +0100)]
Update "where is python.org hosted" FAQ.

10 years agoUse https:// URLs when referring to python.org hosts.
Georg Brandl [Wed, 29 Oct 2014 07:36:35 +0000 (08:36 +0100)]
Use https:// URLs when referring to python.org hosts.

10 years agoUse https:// URLs in the HTML templates.
Georg Brandl [Wed, 29 Oct 2014 07:36:15 +0000 (08:36 +0100)]
Use https:// URLs in the HTML templates.

10 years agoDoc readme: Fix markup, use https:// URLs.
Georg Brandl [Wed, 29 Oct 2014 07:18:43 +0000 (08:18 +0100)]
Doc readme: Fix markup, use https:// URLs.

10 years agoAdjust the author field of the .tex files to reflect that docs are now maintained...
Georg Brandl [Wed, 29 Oct 2014 07:14:04 +0000 (08:14 +0100)]
Adjust the author field of the .tex files to reflect that docs are now maintained by all of us

10 years agoMove Sphinx templates and extensions to their own subdirs.
Georg Brandl [Wed, 29 Oct 2014 07:41:02 +0000 (08:41 +0100)]
Move Sphinx templates and extensions to their own subdirs.

10 years agoFix link to ABOP install chapter.
Georg Brandl [Tue, 28 Oct 2014 22:00:25 +0000 (23:00 +0100)]
Fix link to ABOP install chapter.

10 years agoUpdate Opensolaris advice to OpenCSW instead of defunct Blastwave.
Georg Brandl [Tue, 28 Oct 2014 21:52:49 +0000 (22:52 +0100)]
Update Opensolaris advice to OpenCSW instead of defunct Blastwave.

10 years agoCloses #22249: use IPPROTO_TCP constant instead of SOL_TCP constant for getaddrinfo...
Georg Brandl [Tue, 28 Oct 2014 21:45:27 +0000 (22:45 +0100)]
Closes #22249: use IPPROTO_TCP constant instead of SOL_TCP constant for getaddrinfo() proto param

10 years agoCloses #22748: there are no PyString C functions in 3.x.
Georg Brandl [Tue, 28 Oct 2014 20:38:49 +0000 (21:38 +0100)]
Closes #22748: there are no PyString C functions in 3.x.

10 years agoCloses #22736: move seealso to the bottom of the section about RE syntax.
Georg Brandl [Tue, 28 Oct 2014 20:41:51 +0000 (21:41 +0100)]
Closes #22736: move seealso to the bottom of the section about RE syntax.

10 years ago#22237: fix patch attribution.
Ezio Melotti [Tue, 28 Oct 2014 12:57:12 +0000 (13:57 +0100)]
#22237: fix patch attribution.

10 years ago#22237: document that sorted() is guaranteed to be stable. Initial patch by Martin...
Ezio Melotti [Tue, 28 Oct 2014 11:57:11 +0000 (12:57 +0100)]
#22237: document that sorted() is guaranteed to be stable.  Initial patch by Martin Panter.

10 years agoUpdate OpenSSL version in PCbuild\readme.txt
Zachary Ware [Sun, 26 Oct 2014 04:04:33 +0000 (23:04 -0500)]
Update OpenSSL version in PCbuild\readme.txt

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().