summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Documentation
Commit message (Expand)AuthorAgeFilesLines
* bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (G...Ricardo Bánffy2019-10-071-0/+1
* bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439)Ram Rachum2019-09-201-0/+1
* bpo-12707: deprecate info(), geturl(), getcode() methods in favor of headers,...Ashwin Ramaswami2019-09-131-0/+1
* bpo-26868: Fix example usage of PyModule_AddObject. (#15725)Brandt Bucher2019-09-121-0/+1
* bpo-36260: Add pitfalls to zipfile module documentation (#13378)JunWei Song2019-09-111-0/+1
* bpo-23460: Fix documentation for decimal string :g formatting (GH-11850)Brennan D Baraban2019-09-111-0/+1
* bpo-33944: note about the intended use of code in .pth files (GH-10131)native-api2019-09-111-0/+1
* Overhaul datetime documentation (GH-13410)Brad2019-09-111-0/+2
* bpo-25237: Documentation for tkinter modules (GH-1870)Nikhil2019-09-101-0/+1
* bpo-34293: Fix PDF documentation paper size (GH-8585)Jean-François B2019-09-091-0/+1
* bpo-35803: Document and test dir=PathLike for tempfile (GH-11644)Anthony Sottile2019-09-091-0/+2
* bpo-38053 Update documentation for plistlib (GH-15727)Jon Janzen2019-09-091-0/+1
* bpo-37878: Remove PyThreadState_DeleteCurrent() function (GH-15315)Joannah Nanjekye2019-09-051-0/+1
* bpo-36797: Fix a dead link in Doc/distutils/apiref (GH-15700)Miro Hrončok2019-09-051-0/+1
* bpo-37977: Warn more strongly and clearly about pickle security (GH-15595)Daniel Pope2019-08-311-0/+1
* bpo-37979: Add alternative to fromisoformat in documentation (GH-15596)Paul Ganssle2019-08-291-0/+2
* Unmark files as executable that can't actually be executed. (GH-15353)Greg Price2019-08-211-0/+0
* bpo-37256: Wording in Request class docs (#14792)Ngalim Siregar2019-08-141-0/+1
* bpo-37004: Documented asymmetry of string arguments in difflib.SequenceMatche...sweeneyde2019-08-071-0/+1
* bpo-37759: First round of major edits to Whatsnew 3.8 (GH-15127)Raymond Hettinger2019-08-051-0/+1
* bpo-36487: Make C-API docs clear about what the main interpreter is. (gh-12666)Joannah Nanjekye2019-08-021-0/+1
* 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