]>
granicus.if.org Git - python/log
Benjamin Peterson [Sun, 27 Sep 2015 09:05:18 +0000 (02:05 -0700)]
merge 3.5
Benjamin Peterson [Sun, 27 Sep 2015 09:05:12 +0000 (02:05 -0700)]
merge 3.4
Benjamin Peterson [Sun, 27 Sep 2015 09:05:01 +0000 (02:05 -0700)]
make wikipedia link https
Benjamin Peterson [Sun, 27 Sep 2015 08:23:40 +0000 (01:23 -0700)]
merge 3.5
Benjamin Peterson [Sun, 27 Sep 2015 08:23:35 +0000 (01:23 -0700)]
merge 3.4
Benjamin Peterson [Sun, 27 Sep 2015 08:23:10 +0000 (01:23 -0700)]
shorten and fix casing of title
Benjamin Peterson [Sun, 27 Sep 2015 08:16:20 +0000 (01:16 -0700)]
merge 3.5 (#25245)
Benjamin Peterson [Sun, 27 Sep 2015 08:16:12 +0000 (01:16 -0700)]
merge 3.4 (#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)
Benjamin Peterson [Sun, 27 Sep 2015 07:09:09 +0000 (00:09 -0700)]
merge 3.5 (#23329)
Benjamin Peterson [Sun, 27 Sep 2015 07:09:02 +0000 (00:09 -0700)]
detect alpn by feature flag not openssl version (closes #23329)
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.
Raymond Hettinger [Sun, 27 Sep 2015 04:11:05 +0000 (21:11 -0700)]
Minor tweak to the order of variable updates.
Raymond Hettinger [Sun, 27 Sep 2015 00:47:02 +0000 (17:47 -0700)]
Bump up the maximum number of freeblocks
Terry Jan Reedy [Sun, 27 Sep 2015 00:04:23 +0000 (20:04 -0400)]
Merge with 3.5
Terry Jan Reedy [Sun, 27 Sep 2015 00:04:09 +0000 (20:04 -0400)]
Merge with 3.4
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.
Terry Jan Reedy [Sat, 26 Sep 2015 22:50:58 +0000 (18:50 -0400)]
Merge with 3.5
Terry Jan Reedy [Sat, 26 Sep 2015 22:50:44 +0000 (18:50 -0400)]
Merge with 3.4
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.
Victor Stinner [Sat, 26 Sep 2015 08:38:01 +0000 (10:38 +0200)]
Issue #25220: Move most regrtest.py code to libregrtest
Raymond Hettinger [Sat, 26 Sep 2015 09:14:50 +0000 (02:14 -0700)]
Precomputing the number iterations allows the inner-loop to be vectorizable.
Raymond Hettinger [Sat, 26 Sep 2015 08:30:51 +0000 (01:30 -0700)]
Hoist constant expression out of an inner loop.
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.
Raymond Hettinger [Sat, 26 Sep 2015 07:15:46 +0000 (00:15 -0700)]
merge
Raymond Hettinger [Sat, 26 Sep 2015 07:14:59 +0000 (00:14 -0700)]
Issue #25135: Avoid possible reentrancy issues in deque_clear.
Benjamin Peterson [Sat, 26 Sep 2015 07:09:39 +0000 (00:09 -0700)]
merge 3.5
Benjamin Peterson [Sat, 26 Sep 2015 07:09:32 +0000 (00:09 -0700)]
merge 3.4
Benjamin Peterson [Sat, 26 Sep 2015 07:08:34 +0000 (00:08 -0700)]
prevent overflow in _Unpickler_Read
Benjamin Peterson [Sat, 26 Sep 2015 05:44:55 +0000 (22:44 -0700)]
merge 3.5 (#25131)
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)
Terry Jan Reedy [Sat, 26 Sep 2015 02:23:33 +0000 (22:23 -0400)]
Merge with 3.5
Terry Jan Reedy [Sat, 26 Sep 2015 02:23:19 +0000 (22:23 -0400)]
Merge with 3.4
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.
Martin Panter [Sat, 26 Sep 2015 00:07:54 +0000 (00:07 +0000)]
Issue #25211: Merge test_long from 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
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.
Brett Cannon [Fri, 25 Sep 2015 20:05:13 +0000 (13:05 -0700)]
Issue #25186: Remove duplicated function from importlib._bootstrap_external
Terry Jan Reedy [Fri, 25 Sep 2015 04:49:44 +0000 (00:49 -0400)]
Merge with 3.5
Terry Jan Reedy [Fri, 25 Sep 2015 04:49:31 +0000 (00:49 -0400)]
Merge with 3.4
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.
Terry Jan Reedy [Fri, 25 Sep 2015 03:19:20 +0000 (23:19 -0400)]
Merge with 3.5
Terry Jan Reedy [Fri, 25 Sep 2015 03:19:09 +0000 (23:19 -0400)]
Merge with 3.4
Terry Jan Reedy [Fri, 25 Sep 2015 03:18:57 +0000 (23:18 -0400)]
Issue #25225: add revised .html.
Terry Jan Reedy [Fri, 25 Sep 2015 03:14:15 +0000 (23:14 -0400)]
Merge with 3.5
Terry Jan Reedy [Fri, 25 Sep 2015 03:14:02 +0000 (23:14 -0400)]
Merge with 3.4
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.
Terry Jan Reedy [Thu, 24 Sep 2015 21:32:50 +0000 (17:32 -0400)]
Merge with 3.5
Terry Jan Reedy [Thu, 24 Sep 2015 21:32:38 +0000 (17:32 -0400)]
Merge with 3.4
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.
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
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.
Andrew Svetlov [Thu, 24 Sep 2015 11:36:00 +0000 (14:36 +0300)]
Merge 3.5 -> default
Andrew Svetlov [Thu, 24 Sep 2015 11:35:16 +0000 (14:35 +0300)]
Merge 3.4 -> 3.5
Andrew Svetlov [Thu, 24 Sep 2015 11:34:07 +0000 (14:34 +0300)]
Add Benjamin Hodgson to Misc/ACK
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.
Terry Jan Reedy [Thu, 24 Sep 2015 07:10:07 +0000 (03:10 -0400)]
Merge with 3.5
Terry Jan Reedy [Thu, 24 Sep 2015 07:09:56 +0000 (03:09 -0400)]
Merge with 3.4
Terry Jan Reedy [Thu, 24 Sep 2015 07:09:43 +0000 (03:09 -0400)]
Issue 21995: Explain some differences between IDLE and console Python.
Victor Stinner [Thu, 24 Sep 2015 07:04:44 +0000 (09:04 +0200)]
Merge 3.5 (codecs, issue #24894)
Victor Stinner [Thu, 24 Sep 2015 07:04:26 +0000 (09:04 +0200)]
Merge 3.4 (codecs, issue #24894)
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.
Terry Jan Reedy [Thu, 24 Sep 2015 05:40:07 +0000 (01:40 -0400)]
Merge with 3.5
Terry Jan Reedy [Thu, 24 Sep 2015 05:39:48 +0000 (01:39 -0400)]
Merge with 3.4
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.
Raymond Hettinger [Thu, 24 Sep 2015 02:15:44 +0000 (19:15 -0700)]
Replace an unpredictable branch with a simple addition.
Terry Jan Reedy [Thu, 24 Sep 2015 00:01:09 +0000 (20:01 -0400)]
Merge with 3.5
Terry Jan Reedy [Thu, 24 Sep 2015 00:00:55 +0000 (20:00 -0400)]
Merge with 3.4
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.
Victor Stinner [Wed, 23 Sep 2015 21:16:47 +0000 (23:16 +0200)]
Issue #25220: Backed out changeset
eaf9a99b6bb8
Victor Stinner [Wed, 23 Sep 2015 21:04:18 +0000 (23:04 +0200)]
Issue #25220: Create Lib/test/libregrtest/
Start to split regrtest.py into smaller parts with the creation of
Lib/test/libregrtest/cmdline.py.
Eric V. Smith [Wed, 23 Sep 2015 14:24:43 +0000 (10:24 -0400)]
f-strings: More tests for empty expressions along with missing closing braces.
Eric V. Smith [Wed, 23 Sep 2015 12:00:01 +0000 (08:00 -0400)]
Added more f-string test for empty expressions.
Eric V. Smith [Wed, 23 Sep 2015 11:49:00 +0000 (07:49 -0400)]
Move f-string compilation of the expression earlier, before the conversion character and format_spec are checked. This allows for error messages that more closely match what a user would expect.
Raymond Hettinger [Wed, 23 Sep 2015 09:42:02 +0000 (02:42 -0700)]
Eliminate unnecessary variables
Terry Jan Reedy [Wed, 23 Sep 2015 07:52:50 +0000 (03:52 -0400)]
Merge with 3.5
Terry Jan Reedy [Wed, 23 Sep 2015 07:52:36 +0000 (03:52 -0400)]
Merge with 3.4
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.
Terry Jan Reedy [Wed, 23 Sep 2015 07:45:49 +0000 (03:45 -0400)]
Merge with 3.5
Terry Jan Reedy [Wed, 23 Sep 2015 07:45:33 +0000 (03:45 -0400)]
Merge with 3.4
Terry Jan Reedy [Wed, 23 Sep 2015 07:45:13 +0000 (03:45 -0400)]
Idlelib.help: add 'b' prefix needed for bytes + bytes.
Martin Panter [Wed, 23 Sep 2015 05:41:52 +0000 (05:41 +0000)]
Issue #12067: Merge comparisons doc from 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
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.
Terry Jan Reedy [Wed, 23 Sep 2015 03:00:07 +0000 (23:00 -0400)]
Merge with 3.5
Terry Jan Reedy [Wed, 23 Sep 2015 02:59:53 +0000 (22:59 -0400)]
Merge with 3.4
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.
Martin Panter [Wed, 23 Sep 2015 01:49:24 +0000 (01:49 +0000)]
Issue #25047: Merge Element Tree encoding from 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
Steve Dower [Wed, 23 Sep 2015 01:21:13 +0000 (18:21 -0700)]
Merge from 3.5
Steve Dower [Wed, 23 Sep 2015 01:20:58 +0000 (18:20 -0700)]
Issues #25112: py.exe launcher is missing icons
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.
Terry Jan Reedy [Wed, 23 Sep 2015 01:13:53 +0000 (21:13 -0400)]
Merge with 3.5
Terry Jan Reedy [Wed, 23 Sep 2015 01:13:39 +0000 (21:13 -0400)]
Merge with 3.4
Terry Jan Reedy [Wed, 23 Sep 2015 01:13:28 +0000 (21:13 -0400)]
whitespace
Terry Jan Reedy [Wed, 23 Sep 2015 01:11:06 +0000 (21:11 -0400)]
Merge with 3.5
Terry Jan Reedy [Wed, 23 Sep 2015 01:10:49 +0000 (21:10 -0400)]
Merge with 3.4
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.
Steve Dower [Wed, 23 Sep 2015 00:35:55 +0000 (17:35 -0700)]
Merge from 3.5
Steve Dower [Wed, 23 Sep 2015 00:35:42 +0000 (17:35 -0700)]
Merge from 3.4