summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Documentation
Commit message (Expand)AuthorAgeFilesLines
* bpo-37726: Prefer argparse over getopt in stdlib tutorial (#15052)mental2019-08-011-0/+2
* bpo-32910: Remove implementation detail in venv documentation. (GH-14968)Derek Keeler2019-07-261-0/+1
* bpo-37284: Add note to sys.implementation doc (GH-14328)Giovanni Cappellotto2019-07-151-0/+1
* bpo-30088: Document that existing dir structure isn't verified by mailbox.Mai...Sviatoslav Sydorenko2019-07-131-0/+1
* bpo-37521: No longer treat insertion into sys.modules as optional in importli...Brett Cannon2019-07-121-0/+5
* bpo-37478: Specify possible exceptions for os.chdir() (GH-14611)Kyle Stanley2019-07-071-0/+1
* bpo-37456: Slash ('/') is now part of syntax. (GH-14627)Terry Jan Reedy2019-07-061-0/+1
* bpo-37487: Fix PyList_GetItem index description. (GH-14623)Terry Jan Reedy2019-07-061-0/+1
* bpo-37149: Replace dead link for online Tkinter reference (GH-14616)Terry Jan Reedy2019-07-061-0/+2
* bpo-34903: Document that some strptime formats only require 1 digit (GH-14149)Mike Gleen2019-06-181-0/+1
* Python 3.8.0b1v3.8.0b1Łukasz Langa2019-06-0414-28/+0
* bpo-36868: Fix what's new for SSLContext.hostname_checks_common_name (GH-13248)Christian Heimes2019-06-031-0/+2
* bpo-36896: Clarify that some types constructors are unstable (GH-13271)Matthias Bussonnier2019-06-031-0/+2
* Improve version added references in `typing` module docs (GH-13457)Anthony Sottile2019-06-021-0/+1
* bpo-25735: math.factorial doc should mention integer return type (GH-6420)Akshay Sharma2019-05-311-0/+1
* bpo-36686: Improve the documentation of the std* params in loop.subprocess_ex...sbstp2019-05-271-0/+6
* bpo-35397: Remove deprecation and document urllib.parse.unwrap (GH-11481)Rémi Lapeyre2019-05-271-0/+2
* bpo-20285: Improve help docs for object (GH-4759)Cheryl Sabella2019-05-241-0/+3
* bpo-33482: fix codecs.StreamRecoder.writelines (GH-6779)Jelle Zijlstra2019-05-221-0/+1
* bpo-22865: Expand on documentation for the pty.spawn function (GH-11980)Geoff Shannon2019-05-201-0/+1
* bpo-33519: clarify that .copy() is not part of the MutableSequence ABC (GH-6965)Jelle Zijlstra2019-05-191-0/+1
* Document a workaround for a curses bug (GH-13209)Toshio Kuratomi2019-05-171-0/+2
* bpo-32995 - Added context variable in glossary (GH-9741)Vinodhini Balusamy2019-05-141-0/+1
* bpo-36797: Prune more legacy distutils documentation (GH-13092)Nick Coghlan2019-05-141-0/+3
* 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