]> granicus.if.org Git - python/log
python
8 years agoMerge with 3.6
Terry Jan Reedy [Tue, 8 Nov 2016 04:15:10 +0000 (23:15 -0500)]
Merge with 3.6

8 years agoIssue #28572: Use system-specific values for configdialog font test
Terry Jan Reedy [Tue, 8 Nov 2016 04:14:53 +0000 (23:14 -0500)]
Issue #28572: Use system-specific values for configdialog font test

8 years agoMerge 3.6 (issue #28613)
Yury Selivanov [Tue, 8 Nov 2016 00:01:27 +0000 (19:01 -0500)]
Merge 3.6 (issue #28613)

8 years agoMerge 3.5 (issue #28613)
Yury Selivanov [Tue, 8 Nov 2016 00:01:14 +0000 (19:01 -0500)]
Merge 3.5 (issue #28613)

8 years agoIssue #28613: Expose asyncio._get_running_loop() and _set_running_loop()
Yury Selivanov [Tue, 8 Nov 2016 00:00:46 +0000 (19:00 -0500)]
Issue #28613: Expose asyncio._get_running_loop() and _set_running_loop()

8 years agoMerge 3.6
Victor Stinner [Mon, 7 Nov 2016 23:44:53 +0000 (00:44 +0100)]
Merge 3.6

8 years agoIssue #28637: Revert issue #28082, don't import enum in re
Victor Stinner [Mon, 7 Nov 2016 23:42:46 +0000 (00:42 +0100)]
Issue #28637: Revert issue #28082, don't import enum in re

Importing the enum module in the re module slows down Python startup by 34%
when Python is run from a virtual environment, or more generally when the re
module is imported at startup but not the enum module.

8 years agoMerge from 3.6.
Eric V. Smith [Mon, 7 Nov 2016 22:57:48 +0000 (17:57 -0500)]
Merge from 3.6.

8 years agoFixed issue #28633: segfault when concatenating bytes literal and f-string.
Eric V. Smith [Mon, 7 Nov 2016 22:54:01 +0000 (17:54 -0500)]
Fixed issue #28633: segfault when concatenating bytes literal and f-string.

8 years agoMerge with 3.6
Terry Jan Reedy [Mon, 7 Nov 2016 22:15:16 +0000 (17:15 -0500)]
Merge with 3.6

8 years agoIssue #28572: Add 10% to coverage of IDLE's test_configdialog.
Terry Jan Reedy [Mon, 7 Nov 2016 22:15:01 +0000 (17:15 -0500)]
Issue #28572: Add 10% to coverage of IDLE's test_configdialog.
Update and augment description of the configuration system.

8 years agoMerge 3.6 (issue #28635)
Yury Selivanov [Mon, 7 Nov 2016 21:44:27 +0000 (16:44 -0500)]
Merge 3.6 (issue #28635)

8 years agowhatsnew: Inital pass on "What's New in Python 3.6"
Yury Selivanov [Mon, 7 Nov 2016 21:40:20 +0000 (16:40 -0500)]
whatsnew: Inital pass on "What's New in Python 3.6"

Patch by Elvis Pranskevichus.

8 years agoMerge 3.6 (issue #28634)
Yury Selivanov [Mon, 7 Nov 2016 21:07:58 +0000 (16:07 -0500)]
Merge 3.6 (issue #28634)

8 years agoMerge 3.5 (issue #28634)
Yury Selivanov [Mon, 7 Nov 2016 21:07:30 +0000 (16:07 -0500)]
Merge 3.5 (issue #28634)

8 years agoIssue #28634: Fix asyncio.isfuture() to support mocks
Yury Selivanov [Mon, 7 Nov 2016 21:00:50 +0000 (16:00 -0500)]
Issue #28634: Fix asyncio.isfuture() to support mocks

8 years agoMerge 3.6 (issue #27392)
Yury Selivanov [Mon, 7 Nov 2016 20:36:03 +0000 (15:36 -0500)]
Merge 3.6 (issue #27392)

8 years agoIssue #28088: Merge from 3.6
Berker Peksag [Mon, 7 Nov 2016 20:37:12 +0000 (23:37 +0300)]
Issue #28088: Merge from 3.6

8 years agoIssue #28088: Merge from 3.5
Berker Peksag [Mon, 7 Nov 2016 20:36:50 +0000 (23:36 +0300)]
Issue #28088: Merge from 3.5

8 years agoIssue #28088: Don't include self in method signature
Berker Peksag [Mon, 7 Nov 2016 20:36:14 +0000 (23:36 +0300)]
Issue #28088: Don't include self in method signature

Also update versionadded directive to 3.5.3.

8 years agoMerge 3.5 (issue #27392)
Yury Selivanov [Mon, 7 Nov 2016 20:35:45 +0000 (15:35 -0500)]
Merge 3.5 (issue #27392)

8 years agoIssue #27392: Document loop.connect_accepted_socket()
Yury Selivanov [Mon, 7 Nov 2016 20:35:25 +0000 (15:35 -0500)]
Issue #27392: Document loop.connect_accepted_socket()

Patch by Jim Fulton.

8 years agoCloses #27781: Removes special cases for the experimental aspect of PEP 529
Steve Dower [Mon, 7 Nov 2016 03:35:24 +0000 (19:35 -0800)]
Closes #27781: Removes special cases for the experimental aspect of PEP 529

8 years agoCloses #27781: Removes special cases for the experimental aspect of PEP 529
Steve Dower [Mon, 7 Nov 2016 03:35:08 +0000 (19:35 -0800)]
Closes #27781: Removes special cases for the experimental aspect of PEP 529

8 years agoissue #28622: Remove redundant variable annotation test from test_grammar. Ivan L...
Guido van Rossum [Mon, 7 Nov 2016 02:26:08 +0000 (18:26 -0800)]
issue #28622: Remove redundant variable annotation test from test_grammar. Ivan L. (3.6->3.7)

8 years agoissue #28622: Remove redundant variable annotation test from test_grammar. Ivan L.
Guido van Rossum [Mon, 7 Nov 2016 02:25:39 +0000 (18:25 -0800)]
issue #28622: Remove redundant variable annotation test from test_grammar. Ivan L.

8 years agomerge 3.6
Benjamin Peterson [Sun, 6 Nov 2016 21:01:23 +0000 (13:01 -0800)]
merge 3.6

8 years agomerge 3.5
Benjamin Peterson [Sun, 6 Nov 2016 21:01:15 +0000 (13:01 -0800)]
merge 3.5

8 years agomake sure dict view types are initialized
Benjamin Peterson [Sun, 6 Nov 2016 21:01:07 +0000 (13:01 -0800)]
make sure dict view types are initialized

8 years agoIssue #21590: Merge from 3.6
Berker Peksag [Sun, 6 Nov 2016 18:45:45 +0000 (21:45 +0300)]
Issue #21590: Merge from 3.6

8 years agoIssue #21590: Silence Sphinx warnings in instrumentation.rst
Berker Peksag [Sun, 6 Nov 2016 18:45:16 +0000 (21:45 +0300)]
Issue #21590: Silence Sphinx warnings in instrumentation.rst

WARNING: Could not lex literal_block as "c". Highlighting skipped.

Patch by SilentGhost.

8 years agoIssue #21864: Merge from 3.6
Berker Peksag [Sun, 6 Nov 2016 18:16:29 +0000 (21:16 +0300)]
Issue #21864: Merge from 3.6

8 years agoIssue #21864: Merge from 3.5
Berker Peksag [Sun, 6 Nov 2016 18:15:48 +0000 (21:15 +0300)]
Issue #21864: Merge from 3.5

8 years agoIssue #21864: Remove outdated section about exceptions from the tutorial
Berker Peksag [Sun, 6 Nov 2016 18:15:01 +0000 (21:15 +0300)]
Issue #21864: Remove outdated section about exceptions from the tutorial

Move the still relevant parts of it to the previous
chapter, "Errors and Exceptions".

8 years agoIssue #23996: Added _PyGen_SetStopIterationValue for safe raising
Serhiy Storchaka [Sun, 6 Nov 2016 16:47:35 +0000 (18:47 +0200)]
Issue #23996: Added _PyGen_SetStopIterationValue for safe raising
StopIteration with value. More safely handle non-normalized exceptions
in -_PyGen_FetchStopIterationValue.

8 years agoIssue #23996: Added _PyGen_SetStopIterationValue for safe raising
Serhiy Storchaka [Sun, 6 Nov 2016 16:47:03 +0000 (18:47 +0200)]
Issue #23996: Added _PyGen_SetStopIterationValue for safe raising
StopIteration with value. More safely handle non-normalized exceptions
in -_PyGen_FetchStopIterationValue.

8 years agoIssue #23996: Added _PyGen_SetStopIterationValue for safe raising
Serhiy Storchaka [Sun, 6 Nov 2016 16:44:42 +0000 (18:44 +0200)]
Issue #23996: Added _PyGen_SetStopIterationValue for safe raising
StopIteration with value. More safely handle non-normalized exceptions
in -_PyGen_FetchStopIterationValue.

8 years agoMerge with 3.6
Jason R. Coombs [Sun, 6 Nov 2016 16:27:50 +0000 (11:27 -0500)]
Merge with 3.6

8 years agoUpdate docs to reflect new behavior around backslashes in expressions (not allowed...
Jason R. Coombs [Sun, 6 Nov 2016 16:27:17 +0000 (11:27 -0500)]
Update docs to reflect new behavior around backslashes in expressions (not allowed), matching recent changes to PEP 498.

8 years agoUpdate test_no_escapes_for_braces to clarify behavior with a docstring and expression...
Jason R. Coombs [Sun, 6 Nov 2016 16:25:54 +0000 (11:25 -0500)]
Update test_no_escapes_for_braces to clarify behavior with a docstring and expressions that clearly are not evaluated.

8 years agoMerge with 3.6
Jason R. Coombs [Sun, 6 Nov 2016 16:16:42 +0000 (11:16 -0500)]
Merge with 3.6

8 years agoAdditionally show that a backslash-escaped opening brace is treated as a literal...
Jason R. Coombs [Sun, 6 Nov 2016 16:14:48 +0000 (11:14 -0500)]
Additionally show that a backslash-escaped opening brace is treated as a literal and thus triggers the single closing brace error, clarifying #28590.

8 years agoAdd an additional test with a newline, one that's very similar to test_parens_in_expr...
Jason R. Coombs [Sun, 6 Nov 2016 16:01:08 +0000 (11:01 -0500)]
Add an additional test with a newline, one that's very similar to test_parens_in_expressions, but because the newline is not a literal newline, but a backslash en, this error is triggered.

8 years agoIssue #28123: _PyDict_GetItem_KnownHash() now can raise an exception as
Serhiy Storchaka [Sun, 6 Nov 2016 11:18:24 +0000 (13:18 +0200)]
Issue #28123: _PyDict_GetItem_KnownHash() now can raise an exception as
PyDict_GetItemWithError().  Patch by Xiang Zhang.

8 years agoMerge doc fixup from 3.5 into 3.6
Martin Panter [Sat, 5 Nov 2016 02:46:30 +0000 (02:46 +0000)]
Merge doc fixup from 3.5 into 3.6

8 years agoFix spacing after C++ in documentation
Martin Panter [Sat, 5 Nov 2016 02:40:31 +0000 (02:40 +0000)]
Fix spacing after C++ in documentation

8 years agoIssue #28485: Merge single-threading fix from 3.5 into 3.6
Martin Panter [Sat, 5 Nov 2016 01:35:25 +0000 (01:35 +0000)]
Issue #28485: Merge single-threading fix from 3.5 into 3.6

8 years agoIssue #28485: Check for negative workers even without ProcessPoolExecutor
Martin Panter [Sat, 5 Nov 2016 01:11:36 +0000 (01:11 +0000)]
Issue #28485: Check for negative workers even without ProcessPoolExecutor

This matches the documentation, and passes the test suite when multithreading
is disabled.

8 years agoIssue #28616: merge from 3.5
Ned Deily [Fri, 4 Nov 2016 21:07:06 +0000 (17:07 -0400)]
Issue #28616: merge from 3.5

8 years agoIssue #28616: Correct help for sys.version_info releaselevel component.
Ned Deily [Fri, 4 Nov 2016 21:03:34 +0000 (17:03 -0400)]
Issue #28616: Correct help for sys.version_info releaselevel component.
Patch by Anish Tambe.

8 years agoMerge 3.5 (issue #28613)
Yury Selivanov [Fri, 4 Nov 2016 18:30:11 +0000 (14:30 -0400)]
Merge 3.5 (issue #28613)

8 years agoIssue #28613: Fix get_event_loop() to return the current loop
Yury Selivanov [Fri, 4 Nov 2016 18:29:28 +0000 (14:29 -0400)]
Issue #28613: Fix get_event_loop() to return the current loop

when called from coroutines or callbacks.

8 years agoIssue #28088: Document Transport.set_protocol and get_protocol.
INADA Naoki [Fri, 4 Nov 2016 07:34:46 +0000 (16:34 +0900)]
Issue #28088: Document Transport.set_protocol and get_protocol.

Patch by Mariatta Wijaya.

8 years agoIssue #28088: Document Transport.set_protocol and get_protocol
INADA Naoki [Fri, 4 Nov 2016 07:33:47 +0000 (16:33 +0900)]
Issue #28088: Document Transport.set_protocol and get_protocol

8 years agoIssue #28605: Fix the help and What's New entry for --with-optimizations.
Brett Cannon [Thu, 3 Nov 2016 23:20:00 +0000 (16:20 -0700)]
Issue #28605: Fix the help and What's New entry for --with-optimizations.

8 years agoMerge 3.5 (asyncio)
Yury Selivanov [Thu, 3 Nov 2016 22:35:41 +0000 (15:35 -0700)]
Merge 3.5 (asyncio)

8 years agoasyncio: Sync with upstream
Yury Selivanov [Thu, 3 Nov 2016 22:35:23 +0000 (15:35 -0700)]
asyncio: Sync with upstream

8 years agoMerge 3.5 (issue #28600)
Yury Selivanov [Thu, 3 Nov 2016 22:10:11 +0000 (15:10 -0700)]
Merge 3.5 (issue #28600)

8 years agoIssue #28600: Optimize loop.call_soon().
Yury Selivanov [Thu, 3 Nov 2016 22:09:24 +0000 (15:09 -0700)]
Issue #28600: Optimize loop.call_soon().

Run expensive type checks only in debug mode.  In addition, stop
supporting passing handles to loop.run_in_executor.

8 years agoIssue #26980: Improve docs for create_unix_connection(). By Mariatta. (3.5->3.6)
Guido van Rossum [Thu, 3 Nov 2016 21:18:04 +0000 (14:18 -0700)]
Issue #26980: Improve docs for create_unix_connection(). By Mariatta. (3.5->3.6)

8 years agoIssue #26980: Improve docs for create_unix_connection(). By Mariatta.
Guido van Rossum [Thu, 3 Nov 2016 21:17:25 +0000 (14:17 -0700)]
Issue #26980: Improve docs for create_unix_connection(). By Mariatta.

8 years agoIssue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when
Serhiy Storchaka [Thu, 3 Nov 2016 13:38:17 +0000 (15:38 +0200)]
Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when
the garbage collector is invoked in other thread.
Based on patch by Sebastian Cufre.

8 years agoIssue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when
Serhiy Storchaka [Thu, 3 Nov 2016 13:37:01 +0000 (15:37 +0200)]
Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when
the garbage collector is invoked in other thread.
Based on patch by Sebastian Cufre.

8 years agoAllow ensurepip even when ssl is unavailable
Donald Stufft [Thu, 3 Nov 2016 00:32:37 +0000 (20:32 -0400)]
Allow ensurepip even when ssl is unavailable

8 years agoMerge updated pip/setuptools from 3.5
Donald Stufft [Wed, 2 Nov 2016 19:55:01 +0000 (15:55 -0400)]
Merge updated pip/setuptools from 3.5

8 years agoMerge new pip/setuptools from 3.4
Donald Stufft [Wed, 2 Nov 2016 19:53:58 +0000 (15:53 -0400)]
Merge new pip/setuptools from 3.4

8 years agoUpgrade pip to 9.0 and setuptools to 28.7.1
Donald Stufft [Wed, 2 Nov 2016 19:42:49 +0000 (15:42 -0400)]
Upgrade pip to 9.0 and setuptools to 28.7.1

8 years agoFixed hyperlinks for tarfile CLI options.
Serhiy Storchaka [Wed, 2 Nov 2016 19:05:49 +0000 (21:05 +0200)]
Fixed hyperlinks for tarfile CLI options.

8 years agoFixed hyperlinks for tarfile CLI options.
Serhiy Storchaka [Wed, 2 Nov 2016 19:04:45 +0000 (21:04 +0200)]
Fixed hyperlinks for tarfile CLI options.

8 years agoIssue #28513: Documented command-line interface of zipfile.
Serhiy Storchaka [Wed, 2 Nov 2016 10:11:32 +0000 (12:11 +0200)]
Issue #28513: Documented command-line interface of zipfile.

8 years agoIssue #28513: Documented command-line interface of zipfile.
Serhiy Storchaka [Wed, 2 Nov 2016 10:06:15 +0000 (12:06 +0200)]
Issue #28513: Documented command-line interface of zipfile.

8 years agoIssue #28583: PyDict_SetDefault didn't combine split table when needed.
INADA Naoki [Wed, 2 Nov 2016 09:45:16 +0000 (18:45 +0900)]
Issue #28583: PyDict_SetDefault didn't combine split table when needed.

Patch by Xiang Zhang.

8 years agoMinor code beautification
Raymond Hettinger [Wed, 2 Nov 2016 05:23:11 +0000 (22:23 -0700)]
Minor code beautification

8 years agoAdd cum_weights example (simulation of a cumulative binomial distribution).
Raymond Hettinger [Tue, 1 Nov 2016 05:53:52 +0000 (22:53 -0700)]
Add cum_weights example (simulation of a cumulative binomial distribution).

8 years agoStart 3.6.0b4
Ned Deily [Tue, 1 Nov 2016 04:35:39 +0000 (00:35 -0400)]
Start 3.6.0b4

8 years agoAdded tag v3.6.0b3 for changeset 8345e066c0ed
Ned Deily [Tue, 1 Nov 2016 00:45:16 +0000 (20:45 -0400)]
Added tag v3.6.0b3 for changeset 8345e066c0ed

8 years agoVersion bump for 3.6.0b3 v3.6.0b3
Ned Deily [Tue, 1 Nov 2016 00:43:30 +0000 (20:43 -0400)]
Version bump for 3.6.0b3

8 years agoUpdate pydoc topics for 3.6.0b3
Ned Deily [Tue, 1 Nov 2016 00:39:38 +0000 (20:39 -0400)]
Update pydoc topics for 3.6.0b3

8 years agoIssue #28248: merge from 3.5
Ned Deily [Mon, 31 Oct 2016 23:54:17 +0000 (19:54 -0400)]
Issue #28248: merge from 3.5

8 years agoIssue #28248: Update macOS installer build to use OpenSSL 1.0.2j.
Ned Deily [Mon, 31 Oct 2016 23:51:58 +0000 (19:51 -0400)]
Issue #28248: Update macOS installer build to use OpenSSL 1.0.2j.
Original patch by Mariatta Wijaya.

8 years agoIssue #28028: Update OS X installers to use SQLite 3.14.2.
Ned Deily [Mon, 31 Oct 2016 23:32:48 +0000 (19:32 -0400)]
Issue #28028: Update OS X installers to use SQLite 3.14.2.
Patch by Mariatta Wijaya.

8 years agoIssue 28128: Print out better error/warning messages for invalid string escapes....
Eric V. Smith [Mon, 31 Oct 2016 18:46:26 +0000 (14:46 -0400)]
Issue 28128: Print out better error/warning messages for invalid string escapes. Backport to 3.6.

8 years agoBacked out changeset 6b88dfc7b25d
Serhiy Storchaka [Mon, 31 Oct 2016 18:14:05 +0000 (20:14 +0200)]
Backed out changeset 6b88dfc7b25d

8 years agoIssue #28553: Fix logic error in example code of int.to_bytes doc.
INADA Naoki [Mon, 31 Oct 2016 08:42:10 +0000 (17:42 +0900)]
Issue #28553: Fix logic error in example code of int.to_bytes doc.

8 years agoIssue #28553: Fix logic error in example code of int.to_bytes doc.
INADA Naoki [Mon, 31 Oct 2016 08:41:47 +0000 (17:41 +0900)]
Issue #28553: Fix logic error in example code of int.to_bytes doc.

8 years agoIssue #27517: LZMA compressor and decompressor no longer raise exceptions if
Serhiy Storchaka [Mon, 31 Oct 2016 06:31:13 +0000 (08:31 +0200)]
Issue #27517: LZMA compressor and decompressor no longer raise exceptions if
given empty data twice.  Patch by Benjamin Fogle.

8 years agoIssue #27517: LZMA compressor and decompressor no longer raise exceptions if
Serhiy Storchaka [Mon, 31 Oct 2016 06:30:09 +0000 (08:30 +0200)]
Issue #27517: LZMA compressor and decompressor no longer raise exceptions if
given empty data twice.  Patch by Benjamin Fogle.

8 years agoUpdate the f-string test broken in issue #28385.
Serhiy Storchaka [Mon, 31 Oct 2016 06:13:00 +0000 (08:13 +0200)]
Update the f-string test broken in issue #28385.

8 years agoIssue #28541: Improve test coverage for encoding detection in json library.
Serhiy Storchaka [Sun, 30 Oct 2016 21:00:01 +0000 (23:00 +0200)]
Issue #28541: Improve test coverage for encoding detection in json library.
Original patch by Eric Appelt.

8 years agoIssue #28549: Fixed segfault in curses's addch() with ncurses6.
Serhiy Storchaka [Sun, 30 Oct 2016 20:53:09 +0000 (22:53 +0200)]
Issue #28549: Fixed segfault in curses's addch() with ncurses6.

8 years agoIssue #28549: Fixed segfault in curses's addch() with ncurses6.
Serhiy Storchaka [Sun, 30 Oct 2016 20:52:06 +0000 (22:52 +0200)]
Issue #28549: Fixed segfault in curses's addch() with ncurses6.

8 years agoIssue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar
Serhiy Storchaka [Sun, 30 Oct 2016 18:56:23 +0000 (20:56 +0200)]
Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar
file with compression before trying to open it without compression.  Otherwise
it had 50% chance failed with ignore_zeros=True.

8 years agoIssue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar
Serhiy Storchaka [Sun, 30 Oct 2016 18:52:29 +0000 (20:52 +0200)]
Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar
file with compression before trying to open it without compression.  Otherwise
it had 50% chance failed with ignore_zeros=True.

8 years agoIssue #28385: An error message when non-empty format spec is passed to
Serhiy Storchaka [Sun, 30 Oct 2016 17:37:46 +0000 (19:37 +0200)]
Issue #28385: An error message when non-empty format spec is passed to
object.__format__ now contains the name of actual type.

8 years agoIssue #28385: An error message when non-empty format spec is passed to
Serhiy Storchaka [Sun, 30 Oct 2016 17:33:54 +0000 (19:33 +0200)]
Issue #28385: An error message when non-empty format spec is passed to
object.__format__ now contains the name of actual type.

8 years ago- Issue #23262: The webbrowser module now supports Firefox 36+ and derived
Serhiy Storchaka [Sun, 30 Oct 2016 17:21:10 +0000 (19:21 +0200)]
- Issue #23262: The webbrowser module now supports Firefox 36+ and derived
  browsers.  Based on patch by Oleg Broytman.

8 years agoIssue #23262: The webbrowser module now supports Firefox 36+ and derived
Serhiy Storchaka [Sun, 30 Oct 2016 17:16:33 +0000 (19:16 +0200)]
Issue #23262: The webbrowser module now supports Firefox 36+ and derived
browsers.  Based on patch by Oleg Broytman.

8 years agoIssue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused
Serhiy Storchaka [Sun, 30 Oct 2016 16:52:02 +0000 (18:52 +0200)]
Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused
by representing the scale as float value internally in Tk.  tkinter.IntVar
now works if float value is set to underlying Tk variable.

8 years agoIssue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused
Serhiy Storchaka [Sun, 30 Oct 2016 16:49:52 +0000 (18:49 +0200)]
Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused
by representing the scale as float value internally in Tk.  tkinter.IntVar
now works if float value is set to underlying Tk variable.

8 years agoIssue #28561: Clean up UTF-8 encoder: remove dead code, update comments, etc.
Serhiy Storchaka [Sun, 30 Oct 2016 16:25:27 +0000 (18:25 +0200)]
Issue #28561: Clean up UTF-8 encoder: remove dead code, update comments, etc.
Patch by Xiang Zhang.