]> granicus.if.org Git - python/log
python
9 years agoIssue #25249: Remove unneeded mkstemp helper in test_subprocess
Berker Peksag [Mon, 28 Sep 2015 10:34:17 +0000 (13:34 +0300)]
Issue #25249: Remove unneeded mkstemp helper in test_subprocess

The helper was added in 76641824cf05 11 years ago and it can be
removed now since all supported Python versions have tempfile.mkstemp().

Patch by Nir Soffer.

9 years agoIssue #25249: Remove unneeded mkstemp helper in test_subprocess
Berker Peksag [Mon, 28 Sep 2015 10:33:43 +0000 (13:33 +0300)]
Issue #25249: Remove unneeded mkstemp helper in test_subprocess

The helper was added in 76641824cf05 11 years ago and it can be
removed now since all supported Python versions have tempfile.mkstemp().

Patch by Nir Soffer.

9 years agoIssue #25249: Remove unneeded mkstemp helper in test_subprocess
Berker Peksag [Mon, 28 Sep 2015 10:33:14 +0000 (13:33 +0300)]
Issue #25249: Remove unneeded mkstemp helper in test_subprocess

The helper was added in 76641824cf05 11 years ago and it can be
removed now since all supported Python versions have tempfile.mkstemp().

Patch by Nir Soffer.

9 years agoMerge with 3.5
Terry Jan Reedy [Mon, 28 Sep 2015 08:53:12 +0000 (04:53 -0400)]
Merge with 3.5

9 years agoMerge with 3.4
Terry Jan Reedy [Mon, 28 Sep 2015 08:53:01 +0000 (04:53 -0400)]
Merge with 3.4

9 years agoIssue #24972: New option is only valid in tk 8.5+.
Terry Jan Reedy [Mon, 28 Sep 2015 08:52:49 +0000 (04:52 -0400)]
Issue #24972: New option is only valid in tk 8.5+.

9 years agoMerge with 3.5
Terry Jan Reedy [Mon, 28 Sep 2015 08:16:56 +0000 (04:16 -0400)]
Merge with 3.5

9 years agoMerge with 3.4
Terry Jan Reedy [Mon, 28 Sep 2015 08:16:43 +0000 (04:16 -0400)]
Merge with 3.4

9 years agoIssue #24972: Inactive selection background now matches active selection
Terry Jan Reedy [Mon, 28 Sep 2015 08:16:32 +0000 (04:16 -0400)]
Issue #24972: Inactive selection background now matches active selection
background, as selected by user, on all systems.  This also fixes a problem
with found items not highlighted on Windows.  Initial patch by Mark Roseman.
Fix replaces workaround with obscure but proper configuration option.

9 years agoMerge from 3.5; no file changes
Martin Panter [Mon, 28 Sep 2015 06:30:43 +0000 (06:30 +0000)]
Merge from 3.5; no file changes

9 years agoMerge from 3.4 into 3.5; no file changes
Martin Panter [Mon, 28 Sep 2015 06:28:29 +0000 (06:28 +0000)]
Merge from 3.4 into 3.5; no file changes

9 years agoBacked out changeset: 70c01dd35100
Terry Jan Reedy [Mon, 28 Sep 2015 02:50:54 +0000 (22:50 -0400)]
Backed out changeset: 70c01dd35100

9 years agoIssue #24972: Inactive selection background now matches active selection
Terry Jan Reedy [Mon, 28 Sep 2015 02:46:17 +0000 (22:46 -0400)]
Issue #24972: Inactive selection background now matches active selection
background, as selected by user, on all systems.  This also fixes a problem
with found items not highlighted on Windows.  Initial patch by Mark Roseman.
Fix replaces workaround with obscure but proper configuration option.

9 years agomerge
Alexander Belopolsky [Mon, 28 Sep 2015 02:34:59 +0000 (22:34 -0400)]
merge

9 years agomerge
Alexander Belopolsky [Mon, 28 Sep 2015 02:34:07 +0000 (22:34 -0400)]
merge

9 years agoCloses issue #23600: Wrong results from tzinfo.fromutc().
Alexander Belopolsky [Mon, 28 Sep 2015 02:32:15 +0000 (22:32 -0400)]
Closes issue #23600: Wrong results from tzinfo.fromutc().

9 years agoCloses issue #23600: Wrong results from tzinfo.fromutc().
Alexander Belopolsky [Mon, 28 Sep 2015 02:31:45 +0000 (22:31 -0400)]
Closes issue #23600: Wrong results from tzinfo.fromutc().

9 years agomerge
Alexander Belopolsky [Mon, 28 Sep 2015 02:13:28 +0000 (22:13 -0400)]
merge

9 years agoCloses issue #23600: Wrong results from tzinfo.fromutc().
Alexander Belopolsky [Mon, 28 Sep 2015 01:56:53 +0000 (21:56 -0400)]
Closes issue #23600: Wrong results from tzinfo.fromutc().

9 years agoCloses issue #23600: Wrong results from tzinfo.fromutc().
Alexander Belopolsky [Mon, 28 Sep 2015 01:56:09 +0000 (21:56 -0400)]
Closes issue #23600: Wrong results from tzinfo.fromutc().

9 years agoCloses issue #23600: Wrong results from tzinfo.fromutc().
Alexander Belopolsky [Mon, 28 Sep 2015 01:41:55 +0000 (21:41 -0400)]
Closes issue #23600: Wrong results from tzinfo.fromutc().

9 years agoIssue #25203: Failed readline.set_completer_delims() no longer left the
Serhiy Storchaka [Sun, 27 Sep 2015 19:38:33 +0000 (22:38 +0300)]
Issue #25203: Failed readline.set_completer_delims() no longer left the
module in inconsistent state.

9 years agoIssue #25203: Failed readline.set_completer_delims() no longer left the
Serhiy Storchaka [Sun, 27 Sep 2015 19:38:01 +0000 (22:38 +0300)]
Issue #25203: Failed readline.set_completer_delims() no longer left the
module in inconsistent state.

9 years agoIssue #25203: Failed readline.set_completer_delims() no longer left the
Serhiy Storchaka [Sun, 27 Sep 2015 19:34:59 +0000 (22:34 +0300)]
Issue #25203: Failed readline.set_completer_delims() no longer left the
 module in inconsistent state.

9 years agoMerge: Fix English phrasing.
R David Murray [Sun, 27 Sep 2015 16:37:20 +0000 (12:37 -0400)]
Merge: Fix English phrasing.

9 years agoMerge: Fix English phrasing.
R David Murray [Sun, 27 Sep 2015 16:36:50 +0000 (12:36 -0400)]
Merge: Fix English phrasing.

9 years agoFix English phrasing.
R David Murray [Sun, 27 Sep 2015 16:36:19 +0000 (12:36 -0400)]
Fix English phrasing.

9 years agoIssue #25011: rlcomplete now omits private and special attribute names unless
Serhiy Storchaka [Sun, 27 Sep 2015 10:43:50 +0000 (13:43 +0300)]
Issue #25011: rlcomplete now omits private and special attribute names unless
the prefix starts with underscores.

9 years agoIssue #25209: rlcomplete now can add a space or a colon after completed keyword.
Serhiy Storchaka [Sun, 27 Sep 2015 10:26:03 +0000 (13:26 +0300)]
Issue #25209: rlcomplete now can add a space or a colon after completed keyword.

9 years agoIssue #25220: Fix Lib/test/autotest.py
Victor Stinner [Sun, 27 Sep 2015 09:19:08 +0000 (11:19 +0200)]
Issue #25220: Fix Lib/test/autotest.py

9 years agomerge 3.5
Benjamin Peterson [Sun, 27 Sep 2015 09:14:29 +0000 (02:14 -0700)]
merge 3.5

9 years agomerge 3.4
Benjamin Peterson [Sun, 27 Sep 2015 09:14:23 +0000 (02:14 -0700)]
merge 3.4

9 years agofix spacing
Benjamin Peterson [Sun, 27 Sep 2015 09:13:40 +0000 (02:13 -0700)]
fix spacing

9 years agomerge 3.5
Benjamin Peterson [Sun, 27 Sep 2015 09:07:50 +0000 (02:07 -0700)]
merge 3.5

9 years agomerge 3.4
Benjamin Peterson [Sun, 27 Sep 2015 09:07:43 +0000 (02:07 -0700)]
merge 3.4

9 years agomerge heads
Benjamin Peterson [Sun, 27 Sep 2015 09:07:35 +0000 (02:07 -0700)]
merge heads

9 years agomerge heads
Benjamin Peterson [Sun, 27 Sep 2015 09:07:27 +0000 (02:07 -0700)]
merge heads

9 years agomerge heads
Benjamin Peterson [Sun, 27 Sep 2015 09:07:19 +0000 (02:07 -0700)]
merge heads

9 years agomerge 3.5
Benjamin Peterson [Sun, 27 Sep 2015 09:05:18 +0000 (02:05 -0700)]
merge 3.5

9 years agomerge 3.4
Benjamin Peterson [Sun, 27 Sep 2015 09:05:12 +0000 (02:05 -0700)]
merge 3.4

9 years agomake wikipedia link https
Benjamin Peterson [Sun, 27 Sep 2015 09:05:01 +0000 (02:05 -0700)]
make wikipedia link https

9 years agoMerge with 3.5
Terry Jan Reedy [Sun, 27 Sep 2015 08:40:34 +0000 (04:40 -0400)]
Merge with 3.5

9 years agoMerge with 3.4
Terry Jan Reedy [Sun, 27 Sep 2015 08:40:23 +0000 (04:40 -0400)]
Merge with 3.4

9 years agoIssue #25198: When using the Idle dov TOC menu, put the section title at the
Terry Jan Reedy [Sun, 27 Sep 2015 08:40:08 +0000 (04:40 -0400)]
Issue #25198: When using the Idle dov TOC menu, put the section title at the
top of the window, unless it is too near the bottom to do do.

9 years agomerge 3.5
Benjamin Peterson [Sun, 27 Sep 2015 08:23:40 +0000 (01:23 -0700)]
merge 3.5

9 years agomerge 3.4
Benjamin Peterson [Sun, 27 Sep 2015 08:23:35 +0000 (01:23 -0700)]
merge 3.4

9 years agoshorten and fix casing of title
Benjamin Peterson [Sun, 27 Sep 2015 08:23:10 +0000 (01:23 -0700)]
shorten and fix casing of title

9 years agomerge 3.5 (#25245)
Benjamin Peterson [Sun, 27 Sep 2015 08:16:20 +0000 (01:16 -0700)]
merge 3.5 (#25245)

9 years agomerge 3.4 (#25245)
Benjamin Peterson [Sun, 27 Sep 2015 08:16:12 +0000 (01:16 -0700)]
merge 3.4 (#25245)

9 years agoinitialize return value to NULL to avoid compiler compliants (closes #25245)
Benjamin Peterson [Sun, 27 Sep 2015 08:16:03 +0000 (01:16 -0700)]
initialize return value to NULL to avoid compiler compliants (closes #25245)

9 years agomerge 3.5 (#23329)
Benjamin Peterson [Sun, 27 Sep 2015 07:09:09 +0000 (00:09 -0700)]
merge 3.5 (#23329)

9 years agodetect alpn by feature flag not openssl version (closes #23329)
Benjamin Peterson [Sun, 27 Sep 2015 07:09:02 +0000 (00:09 -0700)]
detect alpn by feature flag not openssl version (closes #23329)

9 years agoMove the copy and clear functions upwards to eliminate unnecessary forward references.
Raymond Hettinger [Sun, 27 Sep 2015 04:31:23 +0000 (21:31 -0700)]
Move the copy and clear functions upwards to eliminate unnecessary forward references.

9 years agoMinor tweak to the order of variable updates.
Raymond Hettinger [Sun, 27 Sep 2015 04:11:05 +0000 (21:11 -0700)]
Minor tweak to the order of variable updates.

9 years agoBump up the maximum number of freeblocks
Raymond Hettinger [Sun, 27 Sep 2015 00:47:02 +0000 (17:47 -0700)]
Bump up the maximum number of freeblocks

9 years agoMerge with 3.5
Terry Jan Reedy [Sun, 27 Sep 2015 00:04:23 +0000 (20:04 -0400)]
Merge with 3.5

9 years agoMerge with 3.4
Terry Jan Reedy [Sun, 27 Sep 2015 00:04:09 +0000 (20:04 -0400)]
Merge with 3.4

9 years agoIssue #24570: Idle: make calltip and completion boxes appear on Macs
Terry Jan Reedy [Sun, 27 Sep 2015 00:03:57 +0000 (20:03 -0400)]
Issue #24570: Idle: make calltip and completion boxes appear on Macs
affected by a tk regression.  Initial patch by Mark Roseman.

9 years agoMerge with 3.5
Terry Jan Reedy [Sat, 26 Sep 2015 22:50:58 +0000 (18:50 -0400)]
Merge with 3.5

9 years agoMerge with 3.4
Terry Jan Reedy [Sat, 26 Sep 2015 22:50:44 +0000 (18:50 -0400)]
Merge with 3.4

9 years agoIssue #24988: Idle ScrolledList context menus (used in debugger)
Terry Jan Reedy [Sat, 26 Sep 2015 22:50:26 +0000 (18:50 -0400)]
Issue #24988: Idle ScrolledList context menus (used in debugger)
now work on Mac Aqua.  Patch by Mark Roseman.

9 years agoIssue #25220: Move most regrtest.py code to libregrtest
Victor Stinner [Sat, 26 Sep 2015 08:38:01 +0000 (10:38 +0200)]
Issue #25220: Move most regrtest.py code to libregrtest

9 years agoPrecomputing the number iterations allows the inner-loop to be vectorizable.
Raymond Hettinger [Sat, 26 Sep 2015 09:14:50 +0000 (02:14 -0700)]
Precomputing the number iterations allows the inner-loop to be vectorizable.

9 years agoHoist constant expression out of an inner loop.
Raymond Hettinger [Sat, 26 Sep 2015 08:30:51 +0000 (01:30 -0700)]
Hoist constant expression out of an inner loop.

9 years agoIssue #25220: Create Lib/test/libregrtest/
Victor Stinner [Sat, 26 Sep 2015 07:43:45 +0000 (09:43 +0200)]
Issue #25220: Create Lib/test/libregrtest/

Start to split regrtest.py into smaller parts with the creation of
Lib/test/libregrtest/cmdline.py: code to handle the command line, especially
parsing command line arguments. This part of the code is tested by
test_regrtest.

9 years agomerge
Raymond Hettinger [Sat, 26 Sep 2015 07:15:46 +0000 (00:15 -0700)]
merge

9 years agoIssue #25135: Avoid possible reentrancy issues in deque_clear.
Raymond Hettinger [Sat, 26 Sep 2015 07:14:59 +0000 (00:14 -0700)]
Issue #25135: Avoid possible reentrancy issues in deque_clear.

9 years agomerge 3.5
Benjamin Peterson [Sat, 26 Sep 2015 07:09:39 +0000 (00:09 -0700)]
merge 3.5

9 years agomerge 3.4
Benjamin Peterson [Sat, 26 Sep 2015 07:09:32 +0000 (00:09 -0700)]
merge 3.4

9 years agoprevent overflow in _Unpickler_Read
Benjamin Peterson [Sat, 26 Sep 2015 07:08:34 +0000 (00:08 -0700)]
prevent overflow in _Unpickler_Read

9 years agomerge 3.5 (#25131)
Benjamin Peterson [Sat, 26 Sep 2015 05:44:55 +0000 (22:44 -0700)]
merge 3.5 (#25131)

9 years agomake opening brace of container literals and comprehensions correspond to the line...
Benjamin Peterson [Sat, 26 Sep 2015 05:44:43 +0000 (22:44 -0700)]
make opening brace of container literals and comprehensions correspond to the line number and col offset of the AST node (closes #25131)

9 years agoMerge with 3.5
Terry Jan Reedy [Sat, 26 Sep 2015 02:23:33 +0000 (22:23 -0400)]
Merge with 3.5

9 years agoMerge with 3.4
Terry Jan Reedy [Sat, 26 Sep 2015 02:23:19 +0000 (22:23 -0400)]
Merge with 3.4

9 years agoIssue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls.
Terry Jan Reedy [Sat, 26 Sep 2015 02:22:55 +0000 (22:22 -0400)]
Issue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls.
This associates the message box with the widget and is better for Mac OSX.
Patch by Mark Roseman.

9 years agoIssue #25211: Merge test_long from 3.5
Martin Panter [Sat, 26 Sep 2015 00:07:54 +0000 (00:07 +0000)]
Issue #25211: Merge test_long from 3.5

9 years agoIssue #25211: Merge test_long from 3.4 into 3.5
Martin Panter [Sat, 26 Sep 2015 00:07:29 +0000 (00:07 +0000)]
Issue #25211: Merge test_long from 3.4 into 3.5

9 years agoIssue #25211: Eliminate lazy error message class by using subTest
Martin Panter [Fri, 25 Sep 2015 23:50:47 +0000 (23:50 +0000)]
Issue #25211: Eliminate lazy error message class by using subTest

Some of the calls to the Frm class were buggy anyway.

9 years agoIssue #25186: Remove duplicated function from importlib._bootstrap_external
Brett Cannon [Fri, 25 Sep 2015 20:05:13 +0000 (13:05 -0700)]
Issue #25186: Remove duplicated function from importlib._bootstrap_external

9 years agoMerge with 3.5
Terry Jan Reedy [Fri, 25 Sep 2015 04:49:44 +0000 (00:49 -0400)]
Merge with 3.5

9 years agoMerge with 3.4
Terry Jan Reedy [Fri, 25 Sep 2015 04:49:31 +0000 (00:49 -0400)]
Merge with 3.4

9 years agoIssue #25198: Idle doc viewer now uses user width and height setting.
Terry Jan Reedy [Fri, 25 Sep 2015 04:49:18 +0000 (00:49 -0400)]
Issue #25198: Idle doc viewer now uses user width and height setting.
The height is reduced by 3/4 to account for extra spacing between lines,
relative to an Idle editor, and extra tall header lines.

9 years agoMerge with 3.5
Terry Jan Reedy [Fri, 25 Sep 2015 03:19:20 +0000 (23:19 -0400)]
Merge with 3.5

9 years agoMerge with 3.4
Terry Jan Reedy [Fri, 25 Sep 2015 03:19:09 +0000 (23:19 -0400)]
Merge with 3.4

9 years agoIssue #25225: add revised .html.
Terry Jan Reedy [Fri, 25 Sep 2015 03:18:57 +0000 (23:18 -0400)]
Issue #25225: add revised .html.

9 years agoMerge with 3.5
Terry Jan Reedy [Fri, 25 Sep 2015 03:14:15 +0000 (23:14 -0400)]
Merge with 3.5

9 years agoMerge with 3.4
Terry Jan Reedy [Fri, 25 Sep 2015 03:14:02 +0000 (23:14 -0400)]
Merge with 3.4

9 years agoIssue #25225: Condense and rewrite Idle doc section on text colors.
Terry Jan Reedy [Fri, 25 Sep 2015 03:13:49 +0000 (23:13 -0400)]
Issue #25225: Condense and rewrite Idle doc section on text colors.

9 years agoMerge with 3.5
Terry Jan Reedy [Thu, 24 Sep 2015 21:32:50 +0000 (17:32 -0400)]
Merge with 3.5

9 years agoMerge with 3.4
Terry Jan Reedy [Thu, 24 Sep 2015 21:32:38 +0000 (17:32 -0400)]
Merge with 3.4

9 years agoIssue #25198: In Idle doc viewer, fix indent of fixed-pitch <pre> text
Terry Jan Reedy [Thu, 24 Sep 2015 21:32:01 +0000 (17:32 -0400)]
Issue #25198: In Idle doc viewer, fix indent of fixed-pitch <pre> text
by adding a new tag.  Patch by Mark Roseman. Also give <pre> text a very
light blueish-gray background similar to that used by Sphinx html.

9 years agoIssue #25227: Cleanup unicode_encode_ucs1() error handler
Victor Stinner [Thu, 24 Sep 2015 12:45:00 +0000 (14:45 +0200)]
Issue #25227: Cleanup unicode_encode_ucs1() error handler

* Change limit type from unsigned int to Py_UCS4, to use the same type than the
  "ch" variable (an Unicode character).
* Reuse ch variable for _Py_ERROR_XMLCHARREFREPLACE
* Add some newlines for readability

9 years agoFixed error creation if the problem is an empty expression in an f-string: use ast_er...
Eric V. Smith [Thu, 24 Sep 2015 12:52:04 +0000 (08:52 -0400)]
Fixed error creation if the problem is an empty expression in an f-string: use ast_error instead of PyErr_SetString.

9 years agoMerge 3.5 -> default
Andrew Svetlov [Thu, 24 Sep 2015 11:36:00 +0000 (14:36 +0300)]
Merge 3.5 -> default

9 years agoMerge 3.4 -> 3.5
Andrew Svetlov [Thu, 24 Sep 2015 11:35:16 +0000 (14:35 +0300)]
Merge 3.4 -> 3.5

9 years agoAdd Benjamin Hodgson to Misc/ACK
Andrew Svetlov [Thu, 24 Sep 2015 11:34:07 +0000 (14:34 +0300)]
Add Benjamin Hodgson to Misc/ACK

9 years agoFix #25208: Improve "Develop with asyncio" doc page.
Andrew Svetlov [Thu, 24 Sep 2015 11:32:39 +0000 (14:32 +0300)]
Fix #25208: Improve "Develop with asyncio" doc page.

Patch by Benjamin Hodgson.

9 years agoMerge with 3.5
Terry Jan Reedy [Thu, 24 Sep 2015 07:10:07 +0000 (03:10 -0400)]
Merge with 3.5

9 years agoMerge with 3.4
Terry Jan Reedy [Thu, 24 Sep 2015 07:09:56 +0000 (03:09 -0400)]
Merge with 3.4

9 years agoIssue 21995: Explain some differences between IDLE and console Python.
Terry Jan Reedy [Thu, 24 Sep 2015 07:09:43 +0000 (03:09 -0400)]
Issue 21995: Explain some differences between IDLE and console Python.