summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Documentation
Commit message (Expand)AuthorAgeFilesLines
* bpo-36783: Added C API Documentation for Time_FromTimeAndFold and PyDateTime_...Edison A2019-05-071-0/+2
* Python 3.8.0a4v3.8.0a4Łukasz Langa2019-05-0611-15/+0
* bpo-30840: Document relative imports (#12831)Joannah Nanjekye2019-04-241-0/+1
* bpo-36523: Add docstring to io.IOBase.writelines (GH-12683)Marcin Niemira2019-04-221-0/+1
* bpo-32913: Added re.Match.groupdict example to regex HOWTO (GH-5821)josh2019-04-171-0/+1
* bpo-36345: Update wsgiref example (GH-12562)Stéphane Wirtel2019-04-161-0/+3
* bpo-36625: Remove obsolete comments from docstrings in fractions module (GH-1...Jakub Molinski2019-04-151-0/+1
* bpo-35581: Document @typing.type_check_only (GH-11312)Sebastian Rittau2019-04-121-0/+1
* bpo-36157:Document PyInterpreterState_Main() (GH-12238)Joannah Nanjekye2019-04-011-0/+1
* bpo-33043: Add a Contributing to Docs link and Update the Found a Bug Page (#...Susan Su2019-03-291-0/+1
* bpo-36425: Add Simplified Chinese to the language switcher (GH-12537)zhsj2019-03-281-0/+2
* bpo-33832: Add "magic method" glossary entry (GH-7630)Andre Delfino2019-03-271-0/+1
* Merge tag 'v3.8.0a3'Łukasz Langa2019-03-263-7/+0
|\
| * v3.8.0a3v3.8.0a3Łukasz Langa2019-03-253-7/+0
* | bpo-36345: Add a new example in the documentation of wsgiref (#12511)Stéphane Wirtel2019-03-251-0/+2
|/
* bpo-36329: Declare the version of Python to use for Tools/scripts/serve.py (#...Stéphane Wirtel2019-03-181-0/+3
* bpo-36138: Clarify docs about converting datetime.timedelta to scalars. (GH-1...Yasser A2019-03-161-0/+1
* bpo-21314: Add a FAQ entry about positional only parameters (GH-10641)Lysandros Nikolaou2019-03-101-0/+3
* v3.8.0a2v3.8.0a2Łukasz Langa2019-02-253-3/+0
* closes bpo-36083: Fix formatting of the manpage Synopsis. (GH-12017)Miro Hrončok2019-02-251-0/+1
* bpo-36007: Bump minimum sphinx version to 1.8 (GH-11887)Anthony Sottile2019-02-151-0/+1
* bpo-22062: Updated docstring and documentation for pathlib (GH-8519)Eivind Teig2019-02-111-0/+1
* [blurb] v3.8.0a1Łukasz Langa2019-02-0357-91/+0
* bpo-21257: document http.client.parse_headers (GH-11443)Ashwin Ramaswami2019-01-181-0/+1
* bpo-34764: improve docs example of iter() with sentinel value (GH-11222)Chris Rands2018-12-241-0/+1
* bpo-35564: add master_doc='contents' to conf.py (GH-11290)Jean-François B2018-12-221-0/+1
* bpo-35511: Trivial docs updates for profile and resource library modules. (GH...Beomsoo Kim2018-12-161-0/+3
* bpo-35035: Rename email.utils documentation to email.utils.rst (GH-10023)Zhiming Wang2018-11-211-0/+1
* bpo-32613: Update window FAQ (GH-5552)Julien Palard2018-11-141-0/+2
* bpo-10536: Enhancements to gettext docs (GH-10324)Stéphane Wirtel2018-11-041-0/+1
* bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231)Serhiy Storchaka2018-10-311-3/+3
* bpo-35089: Don't mention typing.io and typing.re (GH-10173)Sebastian Rittau2018-10-281-0/+2
* bpo-35042: Use the :pep: role where a PEP is specified (#10036)Stéphane Wirtel2018-10-263-2/+3
* bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037)Stéphane Wirtel2018-10-261-0/+2
* bpo-35038: AttributeError: 'frame' object has no attribute 'f_restricted'. (G...Stéphane Wirtel2018-10-251-0/+2
* bpo-33594: Add deprecation info in inspect.py module (GH-7036)Matthias Bussonnier2018-10-191-0/+3
* bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type (G...Stéphane Wirtel2018-10-131-0/+2
* bpo-11233: Create availability directive for documentation (GH-9692)Cheryl Sabella2018-10-121-0/+2
* bpo-34913: Document gzip command line interface (GH-9782)Stéphane Wirtel2018-10-101-0/+1
* bpo-32174: Let .chm document display non-ASCII characters properly (GH-9758)animalize2018-10-081-0/+2
* bpo-34906: Doc: Fix typos (2) (GH-9735)Stéphane Wirtel2018-10-062-2/+2
* bpo-34790: [docs] Passing coroutines to asyncio.wait() can be confusing. (GH-...Yury Selivanov2018-09-251-0/+1
* Migrate datetime.date.fromtimestamp to Argument Clinic (GH-8535)Tim Hoffmann2018-09-241-0/+1
* bpo-34552: Clarify built-in types comparisons (GH-9035)Windson yang2018-09-141-0/+2
* closes bpo-25041: Document AF_PACKET socket address format. (GH-4092)Cheryl Sabella2018-09-121-0/+1
* bpo-28617 Fixed docs inaccuracies about the types that support membership tes...wim glenn2018-09-111-0/+2
* bpo-33487: improve BZ2File Deprecation and documentation. (GH-6785)Matthias Bussonnier2018-09-111-0/+3
* bpo-33460: remove ellipsis that look like continuation prompts (GH-7851)Lew Kurtz2018-09-111-0/+1
* bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-8153)Dong-hee Na2018-07-071-0/+1
* bpo-33847: Add '@' operator entry to index (GH-7669)Andrés Delfino2018-06-151-0/+1