Commit graph

9 commits

Author SHA1 Message Date
leot
b5c7473761 py36-html-docs: Update to 3.6.8
Changes:
3.6.8
=====
Documentation
-------------
- bpo-35089: Remove mention of ``typing.io`` and ``typing.re``. Their types
  should be imported from ``typing`` directly.
- bpo-35038: Fix the documentation about an unexisting `f_restricted`
  attribute in the frame object. Patch by Stéphane Wirtel
- bpo-35035: Rename documentation for :mod:`email.utils` to
  ``email.utils.rst``.
- bpo-34967: Use app.add_object_type() instead of the deprecated Sphinx
  function app.description_unit()
- bpo-33594: Document ``getargspec``, ``from_function`` and ``from_builtin``
  as deprecated in their respective docstring, and include version since
  deprecation in DeprecationWarning message.
- bpo-32613: Update the faq/windows.html to use the py command from PEP 397
  instead of python.
2018-12-31 14:24:45 +00:00
leot
a13bd1bc18 py36-html-docs: Update lang/py36-html-docs to 3.6.7
Changes:
3.6.7
-----
Documentation
=============
- bpo-32174: chm document displays non-ASCII charaters properly on some
             MBCS Windows systems.
- bpo-28617: Fixed info in the stdtypes docs concerning the types that
             support membership tests.
- bpo-34065: Fix wrongly written basicConfig documentation markup syntax
- bpo-33847: Add `@' operator entry to index.
- bpo-25041: Document AF_PACKET in the socket module.
2018-10-23 09:03:07 +00:00
leot
300a359ea9 py36-html-docs: Update lang/py36-html-docs to 3.6.6
Changes:
3.6.6
-----
Documentation
 - bpo-33503: Fix broken pypi link
 - bpo-33421: Add missing documentation for typing.AsyncContextManager.
 - bpo-33378: Add Korean language switcher for https://docs.python.org/3/
 - bpo-33276: Clarify that the __path__ attribute on modules cannot be just
              any value.
 - bpo-33201: Modernize documentation for writing C extension types.
 - bpo-33195: Deprecate Py_UNICODE usage in c-api/arg document.
              Py_UNICODE related APIs are deprecated since Python 3.3, but it
              is missed in the document.
 - bpo-33126: Document PyBuffer_ToContiguous().
 - bpo-27212: Modify documentation for the islice() recipe to consume initial
              values up to the start index.
 - bpo-28247: Update zipapp documentation to describe how to make standalone
              applications.
 - bpo-18802: Documentation changes for ipaddress. Patch by Jon Foster and
              Berker Peksag.
 - bpo-27428: Update documentation to clarify that WindowsRegistryFinder
              implements MetaPathFinder. (Patch by Himanshu Lakhara)
 - bpo-8243: Add a note about curses.addch and curses.addstr exception
             behavior when writing outside a window, or pad.
 - bpo-31432: Clarify meaning of CERT_NONE, CERT_OPTIONAL, and CERT_REQUIRED
              flags for ssl.SSLContext.verify_mode.
2018-07-31 10:12:26 +00:00
leot
8b6ff498c2 py36-html-docs: Update py36-html-docs to 3.6.5
Changes:
Documentation
-------------
 - bpo-17232: Clarify docs for -O and -OO. Patch by Terry Reedy.
 - bpo-32800: Update link to w3c doc for xml default namespaces.
 - bpo-8722: Document __getattr__() behavior when property get() method raises
             AttributeError.
 - bpo-32614: Modify RE examples in documentation to use raw strings to
              prevent DeprecationWarning and add text to REGEX HOWTO to
              highlight the deprecation.
 - bpo-31972: Improve docstrings for pathlib.PurePath subclasses.
 - bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile and
              their C-API counterparts regarding which type of events are
              received in each function. Patch by Pablo Galindo Salgado.
2018-05-07 08:36:10 +00:00
leot
d44d08b598 py36-html-docs: Update py36-html-docs to 3.6.4
Changes:
3.6.4
-----
Documentation
-------------
- bpo-32105: Added asyncio.BaseEventLoop.connect_accepted_socket
  versionaddded marker.
- bpo-31537: Fix incorrect usage of ``get_history_length`` in readline
  documentation example code. Patch by Brad Smith.
- bpo-30085: The operator functions without double underscores are preferred
  for clarity. The one with underscores are only kept for back-
  compatibility.
2017-12-19 11:33:04 +00:00
leot
672d3e6c5c py36-html-docs: Update py36-html-docs to 3.6.3
pkgsrc changes:
 - Take MAINTAINERship (or, in other words, make me blameworthy if the Python
   documentation isn't synced with the respective lang/python* packages :))

Changes:
No changelog is available but it syncs py36-html-docs to current
python36 version.
2017-11-24 11:25:33 +00:00
wiz
42426a5a45 Follow some redirects. 2017-09-03 08:53:04 +00:00
leot
d9ea0711f8 Update lang/py36-html-docs to 3.6.1
No changelog available.
2017-04-27 08:27:14 +00:00
leot
0baadd5018 Import py36-html-docs-3.6.0 as devel/py36-html-docs
HTML Documentation for Python 3.6
2017-01-01 15:51:37 +00:00