]> granicus.if.org Git - python/log
python
9 years agomerge
Alexander Belopolsky [Mon, 28 Sep 2015 02:34:59 +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 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: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: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 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.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: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.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.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.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.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 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 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.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 #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.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 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.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.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 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.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.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.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 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.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.

9 years agoMerge 3.4 (codecs, issue #24894)
Victor Stinner [Thu, 24 Sep 2015 07:04:26 +0000 (09:04 +0200)]
Merge 3.4 (codecs, issue #24894)

9 years agoIssue #24894: Document the codec iso8859_11
Victor Stinner [Thu, 24 Sep 2015 07:04:05 +0000 (09:04 +0200)]
Issue #24894: Document the codec iso8859_11

Patch written by Prashant Tyagi.

9 years agoMerge with 3.4
Terry Jan Reedy [Thu, 24 Sep 2015 05:39:48 +0000 (01:39 -0400)]
Merge with 3.4

9 years agoIssue #22820: Explain need for *print* when running file from Idle editor.
Terry Jan Reedy [Thu, 24 Sep 2015 05:39:30 +0000 (01:39 -0400)]
Issue #22820: Explain need for *print* when running file from Idle editor.

9 years agoMerge with 3.4
Terry Jan Reedy [Thu, 24 Sep 2015 00:00:55 +0000 (20:00 -0400)]
Merge with 3.4

9 years agoIssue 25224: Augment Idle doc feature list and no-subprocess section
Terry Jan Reedy [Thu, 24 Sep 2015 00:00:33 +0000 (20:00 -0400)]
Issue 25224: Augment Idle doc feature list and no-subprocess section
to finish making current README.txt obsolete.

9 years agoMerge with 3.4
Terry Jan Reedy [Wed, 23 Sep 2015 07:52:36 +0000 (03:52 -0400)]
Merge with 3.4

9 years agoIssue #25219: Update doc for Idle command line options.
Terry Jan Reedy [Wed, 23 Sep 2015 07:52:23 +0000 (03:52 -0400)]
Issue #25219: Update doc for Idle command line options.
Some were missing and notes were not correct.

9 years agoMerge with 3.4
Terry Jan Reedy [Wed, 23 Sep 2015 07:45:33 +0000 (03:45 -0400)]
Merge with 3.4

9 years agoIdlelib.help: add 'b' prefix needed for bytes + bytes.
Terry Jan Reedy [Wed, 23 Sep 2015 07:45:13 +0000 (03:45 -0400)]
Idlelib.help: add 'b' prefix needed for bytes + bytes.

9 years agoIssue #12067: Merge comparisons doc from 3.4 into 3.5
Martin Panter [Wed, 23 Sep 2015 05:34:48 +0000 (05:34 +0000)]
Issue #12067: Merge comparisons doc from 3.4 into 3.5

9 years agoIssue #12067: Rewrite Comparisons section in the language reference
Martin Panter [Wed, 23 Sep 2015 05:28:13 +0000 (05:28 +0000)]
Issue #12067: Rewrite Comparisons section in the language reference

Some of the details of comparing mixed types were incorrect or ambiguous.
NotImplemented is only relevant at a lower level than the Expressions
chapter. Added details of comparing range() objects, and default behaviour
and consistency suggestions for user-defined classes. Patch from Andy Maier.

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

9 years agoIssue #16893: Move idlelib.EditorWindow.HelpDialog deprecation warning
Terry Jan Reedy [Wed, 23 Sep 2015 02:59:40 +0000 (22:59 -0400)]
Issue #16893: Move idlelib.EditorWindow.HelpDialog deprecation warning
so it is not triggered on import.  The problem is creation of a now-unused
instance "helpDialog = HelpDialog()", left for back compatibility.
So instead trigger the warning when that instance or another is used.

9 years agoIssue #25047: Merge Element Tree encoding from 3.4 into 3.5
Martin Panter [Wed, 23 Sep 2015 01:43:08 +0000 (01:43 +0000)]
Issue #25047: Merge Element Tree encoding from 3.4 into 3.5

9 years agoIssues #25112: py.exe launcher is missing icons
Steve Dower [Wed, 23 Sep 2015 01:20:58 +0000 (18:20 -0700)]
Issues #25112: py.exe launcher is missing icons

9 years agoIssue #25047: Respect case writing XML encoding declarations
Martin Panter [Wed, 23 Sep 2015 01:14:35 +0000 (01:14 +0000)]
Issue #25047: Respect case writing XML encoding declarations

This restores the ability to write encoding names in uppercase like "UTF-8",
which worked in Python 2.

9 years agoMerge with 3.4
Terry Jan Reedy [Wed, 23 Sep 2015 01:13:39 +0000 (21:13 -0400)]
Merge with 3.4

9 years agowhitespace
Terry Jan Reedy [Wed, 23 Sep 2015 01:13:28 +0000 (21:13 -0400)]
whitespace

9 years agoMerge with 3.4
Terry Jan Reedy [Wed, 23 Sep 2015 01:10:49 +0000 (21:10 -0400)]
Merge with 3.4

9 years agoIssue #24570: Right-click for context menus now work on Mac Aqual also.
Terry Jan Reedy [Wed, 23 Sep 2015 01:10:27 +0000 (21:10 -0400)]
Issue #24570: Right-click for context menus now work on Mac Aqual also.
Patch by Mark Roseman.

9 years agoMerge from 3.4
Steve Dower [Wed, 23 Sep 2015 00:35:42 +0000 (17:35 -0700)]
Merge from 3.4

9 years agoHandle calls to win32_ver from non-Windows platform
Steve Dower [Wed, 23 Sep 2015 00:35:24 +0000 (17:35 -0700)]
Handle calls to win32_ver from non-Windows platform

9 years agoMerge from 3.4
Steve Dower [Wed, 23 Sep 2015 00:30:28 +0000 (17:30 -0700)]
Merge from 3.4

9 years agoIssue #19143: platform module now reads Windows version from kernel32.dll to avoid...
Steve Dower [Wed, 23 Sep 2015 00:29:51 +0000 (17:29 -0700)]
Issue #19143: platform module now reads Windows version from kernel32.dll to avoid compatibility shims.

9 years agoIssue #19143: platform module now reads Windows version from kernel32.dll to avoid...
Steve Dower [Wed, 23 Sep 2015 00:23:39 +0000 (17:23 -0700)]
Issue #19143: platform module now reads Windows version from kernel32.dll to avoid compatibility shims.

9 years agoIssue #25102: Windows installer does not precompile for -O or -OO.
Steve Dower [Tue, 22 Sep 2015 23:45:19 +0000 (16:45 -0700)]
Issue #25102: Windows installer does not precompile for -O or -OO.

9 years agoIssue #25081: Makes Back button in installer go back to upgrade page when upgrading.
Steve Dower [Tue, 22 Sep 2015 23:36:33 +0000 (16:36 -0700)]
Issue #25081: Makes Back button in installer go back to upgrade page when upgrading.

9 years agoIssue #25126: Clarifies that the non-web installer will download some components.
Steve Dower [Tue, 22 Sep 2015 23:36:33 +0000 (16:36 -0700)]
Issue #25126: Clarifies that the non-web installer will download some components.

9 years agoIssue #25091: Increases font size of the installer.
Steve Dower [Tue, 22 Sep 2015 23:36:29 +0000 (16:36 -0700)]
Issue #25091: Increases font size of the installer.

9 years agoCloses #25085 and #25086: Exclude distutils and test directories from embeddable...
Steve Dower [Tue, 22 Sep 2015 22:03:54 +0000 (15:03 -0700)]
Closes #25085 and #25086: Exclude distutils and test directories from embeddable distro.

9 years agoIssue #25092: Fix datetime.strftime() failure when errno was already set to EINVAL.
Steve Dower [Tue, 22 Sep 2015 21:51:42 +0000 (14:51 -0700)]
Issue #25092: Fix datetime.strftime() failure when errno was already set to EINVAL.

9 years agoIssue #25213: Restores requestedExecutionLevel to manifest to disable UAC virtualization.
Steve Dower [Tue, 22 Sep 2015 21:33:31 +0000 (14:33 -0700)]
Issue #25213: Restores requestedExecutionLevel to manifest to disable UAC virtualization.

9 years agoIssue #25137: Add a note to whatsnew/3.5.rst for nested functools.partial calls
Berker Peksag [Tue, 22 Sep 2015 10:08:16 +0000 (13:08 +0300)]
Issue #25137: Add a note to whatsnew/3.5.rst for nested functools.partial calls

Also, properly skip the test_nested_optimization test for partial subclasses
and add a test for the suggested usage.

9 years agoMerge with 3.4
Terry Jan Reedy [Tue, 22 Sep 2015 02:42:43 +0000 (22:42 -0400)]
Merge with 3.4

9 years agowhitespace
Terry Jan Reedy [Tue, 22 Sep 2015 02:42:32 +0000 (22:42 -0400)]
whitespace

9 years agoIssue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html.
Terry Jan Reedy [Tue, 22 Sep 2015 02:38:47 +0000 (22:38 -0400)]
Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html.
Change destination to help.html.  Adjust NEWS entries.

9 years agoIssue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html.
Terry Jan Reedy [Tue, 22 Sep 2015 02:36:42 +0000 (22:36 -0400)]
Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html.
Change destination to help.html.  Adjust NEWS entries.

9 years agoMarge 3.4
Terry Jan Reedy [Mon, 21 Sep 2015 23:33:14 +0000 (19:33 -0400)]
Marge 3.4

9 years agoIssue #24861: add Idle news item and correct previous errors.
Terry Jan Reedy [Mon, 21 Sep 2015 23:28:22 +0000 (19:28 -0400)]
Issue #24861: add Idle news item and correct previous errors.

9 years agoMerge 3.4 (Issue #23630, fix test_asyncio)
Victor Stinner [Mon, 21 Sep 2015 20:29:30 +0000 (22:29 +0200)]
Merge 3.4 (Issue #23630, fix test_asyncio)

9 years agoIssue #23630: Fix test_asyncio on Windows
Victor Stinner [Mon, 21 Sep 2015 20:28:44 +0000 (22:28 +0200)]
Issue #23630: Fix test_asyncio on Windows

The proactor event loop requires also to mock loop._stop_serving.

9 years agoMerge 3.4 (test_asyncio)
Victor Stinner [Mon, 21 Sep 2015 20:20:36 +0000 (22:20 +0200)]
Merge 3.4 (test_asyncio)

9 years agoIssue #25114: Fix test_asyncio
Victor Stinner [Mon, 21 Sep 2015 20:20:19 +0000 (22:20 +0200)]
Issue #25114: Fix test_asyncio

ssl.SSLContext() does not always disable compression. Fix unit test.

9 years agoMerge 3.4 (asyncio)
Victor Stinner [Mon, 21 Sep 2015 16:41:05 +0000 (18:41 +0200)]
Merge 3.4 (asyncio)

9 years agoIssue #23630, asyncio: host parameter of loop.create_server() can now be a
Victor Stinner [Mon, 21 Sep 2015 16:33:43 +0000 (18:33 +0200)]
Issue #23630, asyncio: host parameter of loop.create_server() can now be a
sequence of strings. Patch written by Yann Sionneau.

9 years agoIssue #25114: Adjust versionchanged in the doc
Victor Stinner [Mon, 21 Sep 2015 16:27:52 +0000 (18:27 +0200)]
Issue #25114: Adjust versionchanged in the doc

9 years agoMerge 3.4 (asyncio)
Victor Stinner [Mon, 21 Sep 2015 16:08:06 +0000 (18:08 +0200)]
Merge 3.4 (asyncio)

9 years agoIssue #25114, asyncio: add ssl_object extra info to SSL transports
Victor Stinner [Mon, 21 Sep 2015 16:06:17 +0000 (18:06 +0200)]
Issue #25114, asyncio: add ssl_object extra info to SSL transports

This info is required on Python 3.5 and newer to get specific information on
the SSL object, like getting the binary peer certificate (instead of getting
it as text).

9 years agoIssue #25122: test_eintr: the FreeBSD fix will be released in FreeBSD 10.3
Victor Stinner [Mon, 21 Sep 2015 12:05:02 +0000 (14:05 +0200)]
Issue #25122: test_eintr: the FreeBSD fix will be released in FreeBSD 10.3

9 years agoMerge 3.4 (test_socket, issue #25138)
Victor Stinner [Mon, 21 Sep 2015 07:04:17 +0000 (09:04 +0200)]
Merge 3.4 (test_socket, issue #25138)

9 years agoIssue #25138: test_socket.test_idna() uses support.transient_internet() instead
Victor Stinner [Mon, 21 Sep 2015 07:04:01 +0000 (09:04 +0200)]
Issue #25138: test_socket.test_idna() uses support.transient_internet() instead
of catching socket.EAI_NODATA error which doesn't exist on FreeBSD.

9 years agoMerge with 3.4
Terry Jan Reedy [Mon, 21 Sep 2015 05:44:20 +0000 (01:44 -0400)]
Merge with 3.4