]> granicus.if.org Git - python/log
python
8 years agoClarify documentation for os.fspath().
Brett Cannon [Thu, 9 Jun 2016 21:32:08 +0000 (14:32 -0700)]
Clarify documentation for os.fspath().

8 years agoFix some PEP 8 violations.
Brett Cannon [Thu, 9 Jun 2016 21:29:25 +0000 (14:29 -0700)]
Fix some PEP 8 violations.

8 years agoMerge 3.5 (issue #27243)
Yury Selivanov [Thu, 9 Jun 2016 19:13:16 +0000 (15:13 -0400)]
Merge 3.5 (issue #27243)

8 years agoIssue #27243: Fix __aiter__ protocol
Yury Selivanov [Thu, 9 Jun 2016 19:08:31 +0000 (15:08 -0400)]
Issue #27243: Fix __aiter__ protocol

8 years agoIssue #26305: Argument Clinic now uses braces in C code as required by PEP 7.
Serhiy Storchaka [Thu, 9 Jun 2016 13:16:06 +0000 (16:16 +0300)]
Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.

8 years agoIssue #26305: Argument Clinic now escapes braces. No need to double them.
Serhiy Storchaka [Thu, 9 Jun 2016 13:03:23 +0000 (16:03 +0300)]
Issue #26305: Argument Clinic now escapes braces. No need to double them.

8 years agoIssue #26305: Argument Clinic now escapes braces. No need to double them.
Serhiy Storchaka [Thu, 9 Jun 2016 13:02:15 +0000 (16:02 +0300)]
Issue #26305: Argument Clinic now escapes braces. No need to double them.

8 years agoRegenerate Argument Clinic code for issue #23026.
Serhiy Storchaka [Thu, 9 Jun 2016 13:01:19 +0000 (16:01 +0300)]
Regenerate Argument Clinic code for issue #23026.

8 years agoIssue #27239: idlelib.macosx.isXyzTk functions initialize as needed.
Terry Jan Reedy [Wed, 8 Jun 2016 22:09:22 +0000 (18:09 -0400)]
Issue #27239: idlelib.macosx.isXyzTk functions initialize as needed.

8 years agoNull merge.
Barry Warsaw [Wed, 8 Jun 2016 21:56:13 +0000 (17:56 -0400)]
Null merge.

8 years agoFix a comment.
Barry Warsaw [Wed, 8 Jun 2016 21:55:49 +0000 (17:55 -0400)]
Fix a comment.

8 years agoIssue #27066: Fixed SystemError if a custom opener (for open()) returns a
Barry Warsaw [Wed, 8 Jun 2016 21:54:43 +0000 (17:54 -0400)]
Issue #27066: Fixed SystemError if a custom opener (for open()) returns a
negative number without setting an exception.

8 years agoIssue #27066: Fixed SystemError if a custom opener (for open()) returns
Barry Warsaw [Wed, 8 Jun 2016 21:47:26 +0000 (17:47 -0400)]
Issue #27066: Fixed SystemError if a custom opener (for open()) returns
a negative number without setting an exception.

8 years agoIssue #27262: move Aqua unbinding code, which enable context menus, to maxosx.
Terry Jan Reedy [Wed, 8 Jun 2016 18:37:05 +0000 (14:37 -0400)]
Issue #27262: move Aqua unbinding code, which enable context menus, to maxosx.

8 years agoOmnibus news entry for updates to typing.py. (Merge 3.5->3.6)
Guido van Rossum [Wed, 8 Jun 2016 18:33:28 +0000 (11:33 -0700)]
Omnibus news entry for updates to typing.py. (Merge 3.5->3.6)

8 years agoOmnibus news entry for updates to typing.py.
Guido van Rossum [Wed, 8 Jun 2016 18:30:48 +0000 (11:30 -0700)]
Omnibus news entry for updates to typing.py.

8 years agoSync typing.py with upstream (merge 3.5->3.6).
Guido van Rossum [Wed, 8 Jun 2016 18:20:02 +0000 (11:20 -0700)]
Sync typing.py with upstream (merge 3.5->3.6).

8 years agoSync typing.py with upstream.
Guido van Rossum [Wed, 8 Jun 2016 18:19:11 +0000 (11:19 -0700)]
Sync typing.py with upstream.

(Upstream is https://github.com/python/typing)

- Add TYPE_CHECKING (false at runtime, true in type checkers) (upstream #230).
- Avoid error on Union[xml.etree.cElementTree.Element, str] (upstream #229).
- Repr of Tuple[()] should be 'Tuple[()]' (upstream #231).
- Add NewType() (upstream #189).

8 years agoMerge 3.5 (NEWS)
Yury Selivanov [Wed, 8 Jun 2016 17:58:35 +0000 (13:58 -0400)]
Merge 3.5 (NEWS)

8 years agoasyncio: Remove line about asyncio.timeout() from the NEWS file
Yury Selivanov [Wed, 8 Jun 2016 17:58:15 +0000 (13:58 -0400)]
asyncio: Remove line about asyncio.timeout() from the NEWS file

8 years agoMerge 3.5 (asyncio)
Yury Selivanov [Wed, 8 Jun 2016 17:57:23 +0000 (13:57 -0400)]
Merge 3.5 (asyncio)

8 years agoasyncio: Remove asyncio.timeout() context manager.
Yury Selivanov [Wed, 8 Jun 2016 17:57:03 +0000 (13:57 -0400)]
asyncio: Remove asyncio.timeout() context manager.

It will probably be added back in Python 3.6, once its compatibility
issues are resolved; see [1] for more details.

[1] https://mail.python.org/pipermail/async-sig/2016-June/000045.html

8 years agoMerge 3.5 (whatsnew)
Yury Selivanov [Wed, 8 Jun 2016 16:55:54 +0000 (12:55 -0400)]
Merge 3.5 (whatsnew)

8 years agoasyncio: Update whatsnew/3.5.2
Yury Selivanov [Wed, 8 Jun 2016 16:55:29 +0000 (12:55 -0400)]
asyncio: Update whatsnew/3.5.2

8 years agoMerge 3.5 (asyncio, issue #27136)
Yury Selivanov [Wed, 8 Jun 2016 16:48:34 +0000 (12:48 -0400)]
Merge 3.5 (asyncio, issue #27136)

8 years agoIssue #27136: Update asyncio docs
Yury Selivanov [Wed, 8 Jun 2016 16:48:15 +0000 (12:48 -0400)]
Issue #27136: Update asyncio docs

8 years agoMerge 3.5 (issue #27136, asyncio)
Yury Selivanov [Wed, 8 Jun 2016 16:33:59 +0000 (12:33 -0400)]
Merge 3.5 (issue #27136, asyncio)

8 years agoIssue #27136: Fix DNS static resolution; don't use it in getaddrinfo
Yury Selivanov [Wed, 8 Jun 2016 16:33:31 +0000 (12:33 -0400)]
Issue #27136: Fix DNS static resolution; don't use it in getaddrinfo

Patch by A. Jesse Jiryu Davis

8 years agoFix RST conflicts with Idle news entries
Martin Panter [Wed, 8 Jun 2016 13:32:49 +0000 (13:32 +0000)]
Fix RST conflicts with Idle news entries

8 years agoMerge from 3.5; no changes to 3.6
Martin Panter [Wed, 8 Jun 2016 12:45:30 +0000 (12:45 +0000)]
Merge from 3.5; no changes to 3.6

8 years agoIssue #23275: Backport target list assignment documentation fixes
Martin Panter [Wed, 8 Jun 2016 12:44:30 +0000 (12:44 +0000)]
Issue #23275: Backport target list assignment documentation fixes

8 years agoIssue #21593: Merge from 3.5
Berker Peksag [Wed, 8 Jun 2016 11:57:24 +0000 (14:57 +0300)]
Issue #21593: Merge from 3.5

8 years agoIssue #21593: Clarify that re.search() returns the first match
Berker Peksag [Wed, 8 Jun 2016 11:56:56 +0000 (14:56 +0300)]
Issue #21593: Clarify that re.search() returns the first match

8 years agoIssue #25738: Merge HTTP server from 3.5
Martin Panter [Wed, 8 Jun 2016 09:45:58 +0000 (09:45 +0000)]
Issue #25738: Merge HTTP server from 3.5

8 years agoIssue #21313: Merge version parsing from 3.5
Martin Panter [Wed, 8 Jun 2016 09:44:21 +0000 (09:44 +0000)]
Issue #21313: Merge version parsing from 3.5

8 years agoIssue #25738: Don’t send message body for 205 Reset Content
Martin Panter [Wed, 8 Jun 2016 08:29:13 +0000 (08:29 +0000)]
Issue #25738: Don’t send message body for 205 Reset Content

Patch by Susumu Koshiba.

8 years agoodict: Remove useless ";" after function definition
Victor Stinner [Wed, 8 Jun 2016 08:18:18 +0000 (10:18 +0200)]
odict: Remove useless ";" after function definition

Fix a "gcc -pendatic" warning.

8 years agopy_getrandom(): use char* instead of void* for the destination
Victor Stinner [Wed, 8 Jun 2016 08:16:50 +0000 (10:16 +0200)]
py_getrandom(): use char* instead of void* for the destination

Fix a "gcc -pedantic" warning on "buffer += n" because buffer type is void*.

8 years agoIssue #21313: Tolerate truncated buildinfo in sys.version
Martin Panter [Wed, 8 Jun 2016 06:12:22 +0000 (06:12 +0000)]
Issue #21313: Tolerate truncated buildinfo in sys.version

8 years agoFixed #27251: merged fix from 3.5.
Vinay Sajip [Tue, 7 Jun 2016 20:20:39 +0000 (21:20 +0100)]
Fixed #27251: merged fix from 3.5.

8 years agoFixed #27251: corrected string/bytes handling in credentials.
Vinay Sajip [Tue, 7 Jun 2016 20:19:55 +0000 (21:19 +0100)]
Fixed #27251: corrected string/bytes handling in credentials.

8 years agoItems for NEWS and idlelib/NEWS.txt.
Terry Jan Reedy [Tue, 7 Jun 2016 19:35:37 +0000 (15:35 -0400)]
Items for NEWS and idlelib/NEWS.txt.

8 years agoItems for NEWS and idlelib/NEWS.txt.
Terry Jan Reedy [Tue, 7 Jun 2016 19:33:53 +0000 (15:33 -0400)]
Items for NEWS and idlelib/NEWS.txt.

8 years agoMerge 3.5 (os.urandom)
Victor Stinner [Tue, 7 Jun 2016 09:25:43 +0000 (11:25 +0200)]
Merge 3.5 (os.urandom)

8 years agoos.urandom() doesn't block on Linux anymore
Victor Stinner [Tue, 7 Jun 2016 09:21:42 +0000 (11:21 +0200)]
os.urandom() doesn't block on Linux anymore

Issue #26839: On Linux, os.urandom() now calls getrandom() with GRND_NONBLOCK
to fall back on reading /dev/urandom if the urandom entropy pool is not
initialized yet. Patch written by Colm Buckley.

8 years agoIssue #27229: Merge makefile fix from 3.5
Martin Panter [Tue, 7 Jun 2016 01:08:48 +0000 (01:08 +0000)]
Issue #27229: Merge makefile fix from 3.5

8 years agoIssue #27229: Comment in middle of shell command fails on BSD and OS X
Martin Panter [Tue, 7 Jun 2016 01:07:32 +0000 (01:07 +0000)]
Issue #27229: Comment in middle of shell command fails on BSD and OS X

8 years agoIssue #27229: Merge cross-compiling fix from 3.5
Martin Panter [Tue, 7 Jun 2016 00:30:49 +0000 (00:30 +0000)]
Issue #27229: Merge cross-compiling fix from 3.5

8 years agoIssue #27229: Fix in-tree cross-build rule, by Xavier de Gaye
Martin Panter [Tue, 7 Jun 2016 00:27:17 +0000 (00:27 +0000)]
Issue #27229: Fix in-tree cross-build rule, by Xavier de Gaye

8 years agoIssue #26983: Fixed test_format failure.
Serhiy Storchaka [Mon, 6 Jun 2016 10:00:03 +0000 (13:00 +0300)]
Issue #26983: Fixed test_format failure.
Patch by SilentGhost.

8 years agoIssue #27107: mailbox.fcntl = None on Windows
Martin Panter [Mon, 6 Jun 2016 02:49:54 +0000 (02:49 +0000)]
Issue #27107: mailbox.fcntl = None on Windows

8 years agoIssue #23883: News updates for __all__ attributes
Martin Panter [Mon, 6 Jun 2016 02:09:08 +0000 (02:09 +0000)]
Issue #23883: News updates for __all__ attributes

8 years agoIssue #27110: Add smtpd.SMTPChannel to __all__, by Jacek Kołodziej
Martin Panter [Mon, 6 Jun 2016 02:03:11 +0000 (02:03 +0000)]
Issue #27110: Add smtpd.SMTPChannel to __all__, by Jacek Kołodziej

8 years agoIssue #27109: Add InvalidFileException to __all__, by Jacek Kołodziej
Martin Panter [Mon, 6 Jun 2016 02:00:50 +0000 (02:00 +0000)]
Issue #27109: Add InvalidFileException to __all__, by Jacek Kołodziej

8 years agoIssue #27108: Add missing names to mimetypes.__all__, by Jacek Kołodziej
Martin Panter [Mon, 6 Jun 2016 01:59:19 +0000 (01:59 +0000)]
Issue #27108: Add missing names to mimetypes.__all__, by Jacek Kołodziej

8 years agoIssue #27107: Add exception classes to mailbox.__all__, by Jacek Kołodziej
Martin Panter [Mon, 6 Jun 2016 01:56:09 +0000 (01:56 +0000)]
Issue #27107: Add exception classes to mailbox.__all__, by Jacek Kołodziej

8 years agoIssue #27105: Add cgi.test() to __all__, based on Jacek Kołodziej’s patch
Martin Panter [Mon, 6 Jun 2016 01:53:28 +0000 (01:53 +0000)]
Issue #27105: Add cgi.test() to __all__, based on Jacek Kołodziej’s patch

8 years agoIssue #27156: Remove more unused idlelib code.
Terry Jan Reedy [Mon, 6 Jun 2016 01:32:45 +0000 (21:32 -0400)]
Issue #27156: Remove more unused idlelib code.

8 years agoIssue #26014: merge from 3.5
Ned Deily [Mon, 6 Jun 2016 00:39:58 +0000 (17:39 -0700)]
Issue #26014: merge from 3.5

8 years agoIssue #26014: Update 3.x packaging documentation:
Ned Deily [Mon, 6 Jun 2016 00:38:48 +0000 (17:38 -0700)]
Issue #26014: Update 3.x packaging documentation:
- "See also" links to the new docs are now provided in the legacy pages
- links to setuptools documentation have been updated

(original patch by Susan Sun)

8 years agoIssue #27164: Merge raw Deflate zdict support from 3.5
Martin Panter [Sun, 5 Jun 2016 12:07:48 +0000 (12:07 +0000)]
Issue #27164: Merge raw Deflate zdict support from 3.5

8 years agoIssue #27164: Allow decompressing raw Deflate streams with predefined zdict
Martin Panter [Sun, 5 Jun 2016 10:48:34 +0000 (10:48 +0000)]
Issue #27164: Allow decompressing raw Deflate streams with predefined zdict

Based on patch by Xiang Zhang.

8 years agoIssue #27225: Fixed a reference leak in type_new when setting __new__ fails.
Serhiy Storchaka [Sun, 5 Jun 2016 07:50:16 +0000 (10:50 +0300)]
Issue #27225: Fixed a reference leak in type_new when setting __new__ fails.
Patch by Xiang Zhang.

8 years agoIssue #27225: Fixed a reference leak in type_new when setting __new__ fails.
Serhiy Storchaka [Sun, 5 Jun 2016 07:48:36 +0000 (10:48 +0300)]
Issue #27225: Fixed a reference leak in type_new when setting __new__ fails.
Patch by Xiang Zhang.

8 years agoIssue #21916: Added more tests for the turtle module.
Serhiy Storchaka [Sun, 5 Jun 2016 07:37:19 +0000 (10:37 +0300)]
Issue #21916: Added more tests for the turtle module.
Original patch by Jelle Zijlstra.

8 years agoIssue #21916: Added more tests for the turtle module.
Serhiy Storchaka [Sun, 5 Jun 2016 07:32:57 +0000 (10:32 +0300)]
Issue #21916: Added more tests for the turtle module.
Original patch by Jelle Zijlstra.

8 years agoIssue #24291: Merge wsgi partial write fix from 3.5
Martin Panter [Sun, 5 Jun 2016 06:56:51 +0000 (06:56 +0000)]
Issue #24291: Merge wsgi partial write fix from 3.5

8 years agoIssue #24291: Avoid WSGIRequestHandler doing partial writes
Martin Panter [Sun, 5 Jun 2016 06:28:55 +0000 (06:28 +0000)]
Issue #24291: Avoid WSGIRequestHandler doing partial writes

If the underlying send() method indicates a partial write, such as when the
call is interrupted to handle a signal, the server would silently drop the
remaining data.

Also add deprecated support for SimpleHandler.stdout.write() doing partial
writes.

8 years ago[merge from 3.5] - issue27202 - Fix the mistake in changesets 70af472451cb (3.5)...
Senthil Kumaran [Sun, 5 Jun 2016 05:23:18 +0000 (22:23 -0700)]
[merge from 3.5] - issue27202 - Fix the mistake in changesets 70af472451cb (3.5) and 2bb806539ca6 (3.6)

exclude_patterns in Sphinx conf.py will exclude the .rsts from the build. It
was incorrect exclude 2.x rsts in that.  This fix contributed again Jelle
Zijlstra, excludes doctests in whatsnew/2.7.rst from being exercised by using
doctests skip option.

8 years agoissue27202 - Fix the mistake in changesets 70af472451cb (3.5) and 2bb806539ca6 (3.6)
Senthil Kumaran [Sun, 5 Jun 2016 05:22:26 +0000 (22:22 -0700)]
issue27202 - Fix the mistake in changesets 70af472451cb (3.5) and 2bb806539ca6 (3.6)

exclude_patterns in Sphinx conf.py will exclude the .rsts from the build. It
was incorrect exclude 2.x rsts in that.  This fix contributed again Jelle
Zijlstra, excludes doctests in whatsnew/2.7.rst from being exercised by using
doctests skip option.

8 years agoIssue #17888: Merge from 3.5
Berker Peksag [Sun, 5 Jun 2016 04:48:16 +0000 (21:48 -0700)]
Issue #17888: Merge from 3.5

8 years agoIssue #17888: Add a note about contributing to Python docs
Berker Peksag [Sun, 5 Jun 2016 04:47:44 +0000 (21:47 -0700)]
Issue #17888: Add a note about contributing to Python docs

Patch by Terry Chia and Laura Rupprecht.

8 years agoFix typos in datetime documentation.
Berker Peksag [Sun, 5 Jun 2016 04:36:53 +0000 (21:36 -0700)]
Fix typos in datetime documentation.

8 years ago[merge from 3.5] - issue27202 - Exclude 2.x release notes from python3 make doctests.
Senthil Kumaran [Sun, 5 Jun 2016 03:53:38 +0000 (20:53 -0700)]
[merge from 3.5] - issue27202 - Exclude 2.x release notes from python3 make doctests.

Patch contributed by Jelle Zijlstra.

8 years agoissue27202 - Exclude 2.x release notes from python3 make doctests.
Senthil Kumaran [Sun, 5 Jun 2016 03:52:57 +0000 (20:52 -0700)]
issue27202 - Exclude 2.x release notes from python3 make doctests.

Patch contributed by Jelle Zijlstra.

8 years ago[merge from 3.5] - Issue27203 - Fix doctests Doc/faq/programming.rst.
Senthil Kumaran [Sun, 5 Jun 2016 03:08:10 +0000 (20:08 -0700)]
[merge from 3.5] - Issue27203 - Fix doctests Doc/faq/programming.rst.

Patch contributed by Jelle Zijlstra.

8 years agoIssue27203 - Fix doctests Doc/faq/programming.rst.
Senthil Kumaran [Sun, 5 Jun 2016 03:07:34 +0000 (20:07 -0700)]
Issue27203 - Fix doctests Doc/faq/programming.rst.

Patch contributed by Jelle Zijlstra.

8 years agomerge from 3.5. (moves the issue26372 tests to the proper class)
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) [Sun, 5 Jun 2016 02:58:38 +0000 (02:58 +0000)]
merge from 3.5. (moves the issue26372 tests to the proper class)

8 years agoMove the BrokenPipeError tests to the POSIXProcessTestCase class
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) [Sun, 5 Jun 2016 02:57:47 +0000 (02:57 +0000)]
Move the BrokenPipeError tests to the POSIXProcessTestCase class
instead of the generic ProcessTestCase class as they are posix
specific.

8 years agoIssue #26930: merge from 3.5
Ned Deily [Sun, 5 Jun 2016 00:24:01 +0000 (17:24 -0700)]
Issue #26930: merge from 3.5

8 years agoIssue #26930: Update OS X 32-bit-only installer builds to use OpenSSL 1.0.2h.
Ned Deily [Sun, 5 Jun 2016 00:21:21 +0000 (17:21 -0700)]
Issue #26930: Update OS X 32-bit-only installer builds to use OpenSSL 1.0.2h.

8 years ago- Issue #21277: Don't try to link _ctypes with a ffi_convenience library.
doko@ubuntu.com [Sat, 4 Jun 2016 23:38:29 +0000 (01:38 +0200)]
- Issue #21277: Don't try to link _ctypes with a ffi_convenience library.

8 years agoFixes whitespace issue
Kushal Das [Sat, 4 Jun 2016 23:24:05 +0000 (16:24 -0700)]
Fixes whitespace issue

8 years agoIssue #25548: Showing memory address of class objects in repl
Kushal Das [Sat, 4 Jun 2016 23:21:13 +0000 (16:21 -0700)]
Issue #25548: Showing memory address of class objects in repl

8 years ago- Issue #21272: Use _sysconfigdata.py to initialize distutils.sysconfig.
doko@ubuntu.com [Sat, 4 Jun 2016 23:17:57 +0000 (01:17 +0200)]
- Issue #21272: Use _sysconfigdata.py to initialize distutils.sysconfig.

8 years agoadd Dusty Phillips to ACKS
Ethan Furman [Sat, 4 Jun 2016 22:53:08 +0000 (15:53 -0700)]
add Dusty Phillips to ACKS

8 years ago - merge 3.5
doko@ubuntu.com [Sat, 4 Jun 2016 22:44:01 +0000 (00:44 +0200)]
 - merge 3.5

8 years ago- Issue #26884: Fix linking extension modules for cross builds.
doko@ubuntu.com [Sat, 4 Jun 2016 22:41:58 +0000 (00:41 +0200)]
- Issue #26884: Fix linking extension modules for cross builds.
  Patch by Xavier de Gaye.

8 years agoIssue #19611: handle implicit parameters in inspect.signature
Nick Coghlan [Sat, 4 Jun 2016 21:40:03 +0000 (14:40 -0700)]
Issue #19611: handle implicit parameters in inspect.signature

inspect.signature now reports the implicit ``.0`` parameters generated by
the compiler for comprehension and generator expression scopes as if they
were positional-only parameters called ``implicit0``.

Patch by Jelle Zijlstra.

8 years agoissue27186: add open/io.open; patch by Jelle Zijlstra
Ethan Furman [Sat, 4 Jun 2016 21:38:43 +0000 (14:38 -0700)]
issue27186: add open/io.open; patch by Jelle Zijlstra

8 years agoissue27186: fix fsencode/fsdecode and update tests; patch by Jelle Zijlstra
Ethan Furman [Sat, 4 Jun 2016 20:47:39 +0000 (13:47 -0700)]
issue27186: fix fsencode/fsdecode and update tests; patch by Jelle Zijlstra

8 years agoNull merge
Serhiy Storchaka [Sat, 4 Jun 2016 20:31:05 +0000 (23:31 +0300)]
Null merge

8 years agoMerge heads
Serhiy Storchaka [Sat, 4 Jun 2016 20:30:53 +0000 (23:30 +0300)]
Merge heads

8 years agoMerge heads
Serhiy Storchaka [Sat, 4 Jun 2016 20:30:45 +0000 (23:30 +0300)]
Merge heads

8 years agoIssue #21916: Added tests for the turtle module.
Serhiy Storchaka [Sat, 4 Jun 2016 20:28:40 +0000 (23:28 +0300)]
Issue #21916: Added tests for the turtle module.
Patch by ingrid, Gregory Loyse and Jelle Zijlstra.

8 years agoIssue #21916: Added tests for the turtle module.
Serhiy Storchaka [Sat, 4 Jun 2016 20:27:26 +0000 (23:27 +0300)]
Issue #21916: Added tests for the turtle module.
Patch by ingrid, Gregory Loyse and Jelle Zijlstra.

8 years agoMerge with 3.5
Terry Jan Reedy [Sat, 4 Jun 2016 20:16:10 +0000 (16:16 -0400)]
Merge with 3.5

8 years agoIssue #24759: Add 'private' notice for idlelib.idle_test.
Terry Jan Reedy [Sat, 4 Jun 2016 20:15:58 +0000 (16:15 -0400)]
Issue #24759: Add 'private' notice for idlelib.idle_test.

8 years agoMerge: Revise and synchronize idle_test.test_configdialog.
Terry Jan Reedy [Sat, 4 Jun 2016 19:55:53 +0000 (15:55 -0400)]
Merge: Revise and synchronize idle_test.test_configdialog.

8 years agoRevise and synchronize idle_test.test_configdialog.
Terry Jan Reedy [Sat, 4 Jun 2016 19:54:44 +0000 (15:54 -0400)]
Revise and synchronize idle_test.test_configdialog.