]>
granicus.if.org Git - python/log
Terry Jan Reedy [Fri, 10 Jun 2016 22:19:21 +0000 (18:19 -0400)]
Issue *24750: Switch all scrollbars in IDLE to ttk versions.
Where needed, add minimal tests to cover changes.
Brett Cannon [Fri, 10 Jun 2016 21:37:21 +0000 (14:37 -0700)]
Issue #27186: Add os.PathLike support to DirEntry
Initial patch thanks to Jelle Zijlstra.
Berker Peksag [Fri, 10 Jun 2016 20:02:04 +0000 (23:02 +0300)]
Issue #20900: Merge from 3.5
Berker Peksag [Fri, 10 Jun 2016 20:00:52 +0000 (23:00 +0300)]
Issue #20900: distutils register command now decodes HTTP responses correctly
Initial patch by ingrid.
Brett Cannon [Fri, 10 Jun 2016 19:20:49 +0000 (12:20 -0700)]
Issue #27186: Add os.PathLike support to pathlib.
This adds support both to pathlib.PurePath's constructor as well as
implementing __fspath__(). This removes the provisional status for
pathlib.
Initial patch by Dusty Phillips.
doko@ubuntu.com [Fri, 10 Jun 2016 16:23:35 +0000 (18:23 +0200)]
- Issue #17500, and https://github.com/python/pythondotorg/issues/945: Remove
unused and outdated icons.
Berker Peksag [Fri, 10 Jun 2016 11:26:07 +0000 (14:26 +0300)]
Issue #27280: Fix typo in IPv6Network documentation
Patch by Arthur Carcano.
Serhiy Storchaka [Thu, 9 Jun 2016 13:30:29 +0000 (16:30 +0300)]
Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now support
positional-only and keyword parameters in the same function.
doko@ubuntu.com [Fri, 10 Jun 2016 16:25:42 +0000 (18:25 +0200)]
- Issue #17500, and https://github.com/python/pythondotorg/issues/945: Remove
unused and outdated icons.
Berker Peksag [Fri, 10 Jun 2016 11:26:32 +0000 (14:26 +0300)]
Issue #27280: Merge from 3.5
Martin Panter [Fri, 10 Jun 2016 08:40:02 +0000 (08:40 +0000)]
Issue #24617: Merge os.mkdir() doc from 3.5
Martin Panter [Fri, 10 Jun 2016 08:38:56 +0000 (08:38 +0000)]
Merge comment fix from 3.5
Martin Panter [Fri, 10 Jun 2016 08:07:11 +0000 (08:07 +0000)]
Fix typo and move comment to appropriate condition
Berker Peksag [Fri, 10 Jun 2016 05:43:54 +0000 (08:43 +0300)]
Add a versionadded directive to os.PathLike
Terry Jan Reedy [Fri, 10 Jun 2016 01:09:15 +0000 (21:09 -0400)]
Issue #24759: IDLE requires tk 8.5 and availability ttk widgets.
Delete now unneeded tk version tests and code for older versions.
Terry Jan Reedy [Fri, 10 Jun 2016 01:04:09 +0000 (21:04 -0400)]
Issue #24759: Add test for IDLE syntax colorizoer.
Martin Panter [Fri, 10 Jun 2016 00:39:28 +0000 (00:39 +0000)]
Issue #8491: Merge readline doc from 3.5
Martin Panter [Fri, 10 Jun 2016 00:27:46 +0000 (00:27 +0000)]
Issue #8491: Add link to Gnu Readline configuration documentation
Brett Cannon [Thu, 9 Jun 2016 23:59:13 +0000 (16:59 -0700)]
Merge
Brett Cannon [Thu, 9 Jun 2016 23:58:38 +0000 (16:58 -0700)]
Issue #27186: Document PyOS_FSPath().
Martin Panter [Thu, 9 Jun 2016 23:36:40 +0000 (23:36 +0000)]
Issue #15476: Merge index entries from 3.5
Brett Cannon [Thu, 9 Jun 2016 22:58:06 +0000 (15:58 -0700)]
Issue #27182: Document os.PathLike.
Part of PEP 519.
Brett Cannon [Thu, 9 Jun 2016 22:55:52 +0000 (15:55 -0700)]
Add a missing :term:.
Brett Cannon [Thu, 9 Jun 2016 21:37:06 +0000 (14:37 -0700)]
Clarify the os.fspath() documentation.
Brett Cannon [Thu, 9 Jun 2016 21:32:08 +0000 (14:32 -0700)]
Clarify documentation for os.fspath().
Brett Cannon [Thu, 9 Jun 2016 21:29:25 +0000 (14:29 -0700)]
Fix some PEP 8 violations.
Yury Selivanov [Thu, 9 Jun 2016 19:13:16 +0000 (15:13 -0400)]
Merge 3.5 (issue #27243)
Yury Selivanov [Thu, 9 Jun 2016 19:08:31 +0000 (15:08 -0400)]
Issue #27243: Fix __aiter__ protocol
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.
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.
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.
Serhiy Storchaka [Thu, 9 Jun 2016 13:01:19 +0000 (16:01 +0300)]
Regenerate Argument Clinic code for issue #23026.
Terry Jan Reedy [Wed, 8 Jun 2016 22:09:22 +0000 (18:09 -0400)]
Issue #27239: idlelib.macosx.isXyzTk functions initialize as needed.
Barry Warsaw [Wed, 8 Jun 2016 21:56:13 +0000 (17:56 -0400)]
Null merge.
Barry Warsaw [Wed, 8 Jun 2016 21:55:49 +0000 (17:55 -0400)]
Fix a comment.
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.
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.
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.
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)
Guido van Rossum [Wed, 8 Jun 2016 18:30:48 +0000 (11:30 -0700)]
Omnibus news entry for updates to typing.py.
Guido van Rossum [Wed, 8 Jun 2016 18:20:02 +0000 (11:20 -0700)]
Sync typing.py with upstream (merge 3.5->3.6).
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).
Yury Selivanov [Wed, 8 Jun 2016 17:58:35 +0000 (13:58 -0400)]
Merge 3.5 (NEWS)
Yury Selivanov [Wed, 8 Jun 2016 17:58:15 +0000 (13:58 -0400)]
asyncio: Remove line about asyncio.timeout() from the NEWS file
Yury Selivanov [Wed, 8 Jun 2016 17:57:23 +0000 (13:57 -0400)]
Merge 3.5 (asyncio)
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
Yury Selivanov [Wed, 8 Jun 2016 16:55:54 +0000 (12:55 -0400)]
Merge 3.5 (whatsnew)
Yury Selivanov [Wed, 8 Jun 2016 16:55:29 +0000 (12:55 -0400)]
asyncio: Update whatsnew/3.5.2
Yury Selivanov [Wed, 8 Jun 2016 16:48:34 +0000 (12:48 -0400)]
Merge 3.5 (asyncio, issue #27136)
Yury Selivanov [Wed, 8 Jun 2016 16:48:15 +0000 (12:48 -0400)]
Issue #27136: Update asyncio docs
Yury Selivanov [Wed, 8 Jun 2016 16:33:59 +0000 (12:33 -0400)]
Merge 3.5 (issue #27136, asyncio)
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
Martin Panter [Wed, 8 Jun 2016 13:32:49 +0000 (13:32 +0000)]
Fix RST conflicts with Idle news entries
Martin Panter [Wed, 8 Jun 2016 12:45:30 +0000 (12:45 +0000)]
Merge from 3.5; no changes to 3.6
Martin Panter [Wed, 8 Jun 2016 12:44:30 +0000 (12:44 +0000)]
Issue #23275: Backport target list assignment documentation fixes
Berker Peksag [Wed, 8 Jun 2016 11:57:24 +0000 (14:57 +0300)]
Issue #21593: Merge from 3.5
Berker Peksag [Wed, 8 Jun 2016 11:56:56 +0000 (14:56 +0300)]
Issue #21593: Clarify that re.search() returns the first match
Martin Panter [Wed, 8 Jun 2016 09:45:58 +0000 (09:45 +0000)]
Issue #25738: Merge HTTP server from 3.5
Martin Panter [Wed, 8 Jun 2016 09:44:21 +0000 (09:44 +0000)]
Issue #21313: Merge version parsing from 3.5
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.
Victor Stinner [Wed, 8 Jun 2016 08:18:18 +0000 (10:18 +0200)]
odict: Remove useless ";" after function definition
Fix a "gcc -pendatic" warning.
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*.
Martin Panter [Wed, 8 Jun 2016 06:12:22 +0000 (06:12 +0000)]
Issue #21313: Tolerate truncated buildinfo in sys.version
Vinay Sajip [Tue, 7 Jun 2016 20:20:39 +0000 (21:20 +0100)]
Fixed #27251: merged fix from 3.5.
Vinay Sajip [Tue, 7 Jun 2016 20:19:55 +0000 (21:19 +0100)]
Fixed #27251: corrected string/bytes handling in credentials.
Terry Jan Reedy [Tue, 7 Jun 2016 19:35:37 +0000 (15:35 -0400)]
Items 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.
Victor Stinner [Tue, 7 Jun 2016 09:25:43 +0000 (11:25 +0200)]
Merge 3.5 (os.urandom)
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.
Martin Panter [Tue, 7 Jun 2016 01:08:48 +0000 (01:08 +0000)]
Issue #27229: Merge makefile fix from 3.5
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
Martin Panter [Tue, 7 Jun 2016 00:30:49 +0000 (00:30 +0000)]
Issue #27229: Merge cross-compiling fix from 3.5
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
Serhiy Storchaka [Mon, 6 Jun 2016 10:00:03 +0000 (13:00 +0300)]
Issue #26983: Fixed test_format failure.
Patch by SilentGhost.
Martin Panter [Mon, 6 Jun 2016 02:49:54 +0000 (02:49 +0000)]
Issue #27107: mailbox.fcntl = None on Windows
Martin Panter [Mon, 6 Jun 2016 02:09:08 +0000 (02:09 +0000)]
Issue #23883: News updates for __all__ attributes
Martin Panter [Mon, 6 Jun 2016 02:03:11 +0000 (02:03 +0000)]
Issue #27110: Add smtpd.SMTPChannel 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
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
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
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
Terry Jan Reedy [Mon, 6 Jun 2016 01:32:45 +0000 (21:32 -0400)]
Issue #27156: Remove more unused idlelib code.
Ned Deily [Mon, 6 Jun 2016 00:39:58 +0000 (17:39 -0700)]
Issue #26014: merge from 3.5
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)
Martin Panter [Sun, 5 Jun 2016 12:07:48 +0000 (12:07 +0000)]
Issue #27164: Merge raw Deflate zdict support from 3.5
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.
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.
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.
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.
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.
Martin Panter [Sun, 5 Jun 2016 06:56:51 +0000 (06:56 +0000)]
Issue #24291: Merge wsgi partial write fix from 3.5
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.
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.
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.
Berker Peksag [Sun, 5 Jun 2016 04:48:16 +0000 (21:48 -0700)]
Issue #17888: Merge from 3.5
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.
Berker Peksag [Sun, 5 Jun 2016 04:36:53 +0000 (21:36 -0700)]
Fix typos in datetime documentation.
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.
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.
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.