Branch: refs/heads/ncoghlan-devguide-link Home: https://github.com/python/cpython Commit: 36da1c3589e1bc4246cccf6bd0094a110416a43a https://github.com/python/cpython/commit/36da1c3589e1bc4246cccf6bd0094a110416a43a Author: Mariatta <Mariatta at users.noreply.github.com> Date: 2017年02月15日 (2017年2月15日) Changed paths: M Doc/library/typing.rst Log Message: ----------- bpo-29481: add versionadded 3.6.1 to typing.Deque docs (#107) Commit: 532519770dea5d353f0b0d718c8881a15c7542df https://github.com/python/cpython/commit/532519770dea5d353f0b0d718c8881a15c7542df Author: Zachary Ware <zachary.ware at gmail.com> Date: 2017年02月15日 (2017年2月15日) Changed paths: M .travis.yml Log Message: ----------- More Travis docs build tweaks (GH-113) - Return to always building the docs, it's a relatively cheap operation, the check had a bug, and the docs build depends on other files. - Add `make suspicious` - Do all three checks as one `make check suspicious html` invocation for earliest possible exit in case of issues. Commit: 91b0e7d0ca7c59df28f6a6fc1e8eb86a3925b76c https://github.com/python/cpython/commit/91b0e7d0ca7c59df28f6a6fc1e8eb86a3925b76c Author: Victor Stinner <victor.stinner at gmail.com> Date: 2017年02月15日 (2017年2月15日) Changed paths: M .travis.yml M Doc/Makefile Log Message: ----------- Doc/Makefile: set PYTHON to python3 (#124) rstlint.py run by "make check" doesn't support Python 2. "make venv" runs "$(PYTHON) -m venv", whereas Python 2 doens't provide the venv module: it's a module of Python 3 standard library. Commit: b3f1f59cf451d4a25b204e7a24f7be4c95e40be8 https://github.com/python/cpython/commit/b3f1f59cf451d4a25b204e7a24f7be4c95e40be8 Author: Roger <rogersachan at users.noreply.github.com> Date: 2017年02月15日 (2017年2月15日) Changed paths: M Doc/Makefile A Doc/README.rst R Doc/README.txt M Doc/conf.py M Doc/make.bat M README.rst Log Message: ----------- Rename Doc/README.txt to Doc/README.rst and add formatting (#104) * Reformat Doc/README.txt to Doc/README.rst * Update mention of Doc/README.rst * Update mention of README.txt to README.rst * Make line fold * rstlint ignore Doc/README.rst * conf.py ignore Doc/README.rst * Update issue tracker url in Docs/README.rst Commit: 85064db281545d587992df61154e76439138319f https://github.com/python/cpython/commit/85064db281545d587992df61154e76439138319f Author: Mariatta <Mariatta at users.noreply.github.com> Date: 2017年02月16日 (2017年2月16日) Changed paths: M Misc/ACKS Log Message: ----------- bpo-29521 update Misc/ACKS (#106) Commit: 72e81d00eee685cfe33aaddf2aa9feef2d07591f https://github.com/python/cpython/commit/72e81d00eee685cfe33aaddf2aa9feef2d07591f Author: Yen Chi Hsuan <yan12125 at gmail.com> Date: 2017年02月16日 (2017年2月16日) Changed paths: M Modules/posixmodule.c M Python/bltinmodule.c M Python/pythonrun.c M Python/sysmodule.c Log Message: ----------- bpo-29556: Remove unused #include <langinfo.h> (#98) bltinmodule.c: Added in b744ba1 and no longer necessary since d64e8a7 posixmodule.c: Added in d1cd4d4 and no longer necessary since efb00c0 pythonrun.c: Added in 73d538b and no longer necessary since d600951 sysmodule.c: Added in 5467d4c and no longer necessary since a2c17c5 Commit: 72dccde884d89586b0cafd990675b7e21720a81f https://github.com/python/cpython/commit/72dccde884d89586b0cafd990675b7e21720a81f Author: INADA Naoki <methane at users.noreply.github.com> Date: 2017年02月16日 (2017年2月16日) Changed paths: M Modules/_testcapimodule.c M Modules/_threadmodule.c M Modules/_tkinter.c M Objects/abstract.c M Objects/fileobject.c M Objects/typeobject.c M Objects/weakrefobject.c Log Message: ----------- bpo-29548: Fix some inefficient call API usage (GH-97) Commit: 1d4601c2c6952d03fc4dda2b041be9aa8713c0bc https://github.com/python/cpython/commit/1d4601c2c6952d03fc4dda2b041be9aa8713c0bc Author: Matthias Bussonnier <bussonniermatthias at gmail.com> Date: 2017年02月15日 (2017年2月15日) Changed paths: M Doc/whatsnew/3.7.rst M Lib/importlib/__init__.py M Lib/importlib/abc.py M Lib/test/test_importlib/test_abc.py M Misc/NEWS Log Message: ----------- bpo-29576: add explicit deprecation for importlib.abc.find_loader() and find_module() (GH-32) Commit: 23557d59b819f57800ddef0b1373acef8e024670 https://github.com/python/cpython/commit/23557d59b819f57800ddef0b1373acef8e024670 Author: Eric Appelt <eric.appelt at gmail.com> Date: 2017年02月16日 (2017年2月16日) Changed paths: M Doc/library/time.rst Log Message: ----------- bpo-29026: Clarify documentation of time.time (#34) * bpo-29026: Clarity documentation of time.time Clarify the documentation of time.time by more precisely defining what is meant by "seconds since the epoch" on most platforms. Additionally explain how gmtime and localtime may be used to extract calendar components and convert to a more common date format. * bpo-29026: Minor improvements for time.time doc * bpo-29026: Consistency fixes for time.time doc Commit: 9764c151c51480a7ca6042b1ccd69be2620ff360 https://github.com/python/cpython/commit/9764c151c51480a7ca6042b1ccd69be2620ff360 Author: matejcik <matejcik at gmail.com> Date: 2017年02月16日 (2017年2月16日) Changed paths: M Lib/test/test_socket.py Log Message: ----------- update test_socket AEAD test for kernel 4.9 and up (#133) Commit: b2ee40ed9c9041dcff9c898aa19aacf9ec60308a https://github.com/python/cpython/commit/b2ee40ed9c9041dcff9c898aa19aacf9ec60308a Author: Senthil Kumaran <skumaran at gatech.edu> Date: 2017年02月16日 (2017年2月16日) Changed paths: M Doc/faq/general.rst M Lib/idlelib/help.html M Tools/README M Tools/importbench/README Log Message: ----------- Change some mercurial/ hg.python.org references. (#8) Commit: 351802902369e6ac649066a3b6c82bfdd7d9915b https://github.com/python/cpython/commit/351802902369e6ac649066a3b6c82bfdd7d9915b Author: Nick Coghlan <ncoghlan at gmail.com> Date: 2017年02月18日 (2017年2月18日) Changed paths: M .travis.yml M Doc/Makefile A Doc/README.rst R Doc/README.txt M Doc/conf.py M Doc/faq/general.rst M Doc/library/time.rst M Doc/library/typing.rst M Doc/make.bat M Doc/whatsnew/3.7.rst M Lib/idlelib/help.html M Lib/importlib/__init__.py M Lib/importlib/abc.py M Lib/test/test_importlib/test_abc.py M Lib/test/test_socket.py M Misc/ACKS M Misc/NEWS M Modules/_testcapimodule.c M Modules/_threadmodule.c M Modules/_tkinter.c M Modules/posixmodule.c M Objects/abstract.c M Objects/fileobject.c M Objects/typeobject.c M Objects/weakrefobject.c M Python/bltinmodule.c M Python/pythonrun.c M Python/sysmodule.c M README.rst M Tools/README M Tools/importbench/README Log Message: ----------- Merge branch 'master' into ncoghlan-devguide-link Compare: https://github.com/python/cpython/compare/8873a5fbc109...351802902369