summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* bpo-36842: Implement PEP 578 (GH-12613)Steve Dower2019-05-2310-1/+182
* bpo-36084: Add native thread ID (TID) to threading.Thread (GH-13463)Jake Tesler2019-05-222-0/+44
* bpo-36972: Add SupportsIndex (GH-13448)Paul Dagnelie2019-05-221-0/+6
* bpo-36829: Add sys.unraisablehook() (GH-13187)Victor Stinner2019-05-221-4/+29
* bpo-34616: Add PyCF_ALLOW_TOP_LEVEL_AWAIT to allow top-level await (GH-13148)Matthias Bussonnier2019-05-211-0/+10
* bpo-23378: Add an extend action to argparse (GH-13305)Batuhan Taşkaya2019-05-211-0/+9
* bpo-31904: Add posix module support for VxWorks (GH-12118)pxinwr2019-05-211-0/+4
* Revert "bpo-36084: Add native thread ID to threading.Thread objects (GH-11993...Victor Stinner2019-05-212-43/+0
* Fix RuntimeWarning in unittest.mock asyncio example (GH-13449)Xtreak2019-05-211-2/+2
* bpo-36932: use proper deprecation-removed directive (GH-13349)Matthias Bussonnier2019-05-212-16/+23
* Remove workaround for defaults in namedtuple now that we have the defaults pa...Andre Delfino2019-05-211-9/+0
* bpo-35563: Add reference links to warnings.rst (GH-11289)Cheryl Sabella2019-05-201-12/+12
* bpo-36952: Remove the bufsize parameter in fileinput.input(). (GH-13400)Matthias Bussonnier2019-05-201-7/+10
* bpo-36888: Add multiprocessing.parent_process() (GH-13247)Thomas Moreau2019-05-201-0/+8
* bpo-26467: Adds AsyncMock for asyncio Mock library support (GH-9296)Lisa Roach2019-05-201-1/+214
* bpo-22865: Expand on documentation for the pty.spawn function (GH-11980)Geoff Shannon2019-05-201-4/+25
* bpo-36958: In IDLE, print exit message (GH-13435)Terry Jan Reedy2019-05-201-0/+3
* bpo-34580: Update sqlite3 examples to call close() explicitly (GH-9079)Xtreak2019-05-191-1/+5
* Orthographical fix (GH-13418)Boštjan Mejak2019-05-191-1/+1
* bpo-33519: clarify that .copy() is not part of the MutableSequence ABC (GH-6965)Jelle Zijlstra2019-05-191-2/+4
* bpo-19376: Added doc mentioning `datetime.strptime()` without a year fails fo...Abhishek Kumar Singh2019-05-181-0/+4
* bpo-36546: Add more tests and expand docs (#13406)Raymond Hettinger2019-05-181-11/+22
* bpo-36887: add math.isqrt (GH-13244)Mark Dickinson2019-05-181-0/+17
* Document a workaround for a curses bug (GH-13209)Toshio Kuratomi2019-05-171-3/+10
* Correct typos in the Barrier specification (GH-9395)Géry Ogam2019-05-171-2/+2
* bpo-36908: 'This module is always available' isn't helpful. (#13297)Ned Batchelder2019-05-172-9/+8
* Doc: Replace the deprecated highlightlang directive by highlight. (#13377)Stéphane Wirtel2019-05-171-1/+1
* Doc: Add link threading.settrace to sys.settrace (GH-13345)Stefan Hoelzl2019-05-171-2/+2
* bpo-36751: Undeprecate getfullargspec (GH-13245)Pablo Galindo2019-05-161-5/+0
* bpo-36921: Deprecate @coroutine for sake of async def (GH-13346)Andrew Svetlov2019-05-161-3/+4
* Fix typos in documentation. Patch by tirkarthi. (GH-13354)Terry Jan Reedy2019-05-161-2/+2
* Fix typos in documentation (#13344)Xtreak2019-05-161-1/+1
* bpo-33123: pathlib: Add missing_ok parameter to Path.unlink (GH-6191)‮zlohhcuB treboR2019-05-151-1/+10
* bpo-36786: Run compileall in parallel during "make install" (GH-13078)Antoine Pitrou2019-05-151-1/+5
* bpo-26707: Enable plistlib to read UID keys. (GH-12153)Jon Janzen2019-05-151-0/+14
* Reference zipimport source code from docs. (GH-13310)Xtreak2019-05-151-0/+2
* bpo-36799: Fix typo in ctypes.rst (GH-13104)Yavor Konstantinov2019-05-151-2/+2
* bpo-36760: Clarify subprocess capture_output docs. (GH-13322)Gregory P. Smith2019-05-141-1/+3
* Simplify the ``LastUpdatedOrderedDict`` example recipe (GH-13296)wim glenn2019-05-141-1/+1
* bpo-35138: Added an example for timeit.timeit with callable arguments (GH-9787)Anders Hovmöller2019-05-131-1/+5
* bpo-36895: Undocument removed time.clock (GH-13286)Matthias Bussonnier2019-05-131-24/+0
* Docs: Add bz2 usage examples (GH-13258)Brad2019-05-131-5/+79
* bpo-36867: DOC update multiprocessing.rst (GH-13289)Pierre Glaser2019-05-131-6/+10
* Changes to the documentation of normcase (GH-4725)Kexuan Sun2019-05-131-4/+4
* bpo-36778: Update cp65001 codec documentation (GH-13240)Victor Stinner2019-05-131-5/+4
* bpo-6584: Add a BadGzipFile exception to the gzip module. (GH-13022)Zackery Spytz2019-05-131-0/+8
* bpo-36895: remove time.clock() as per removal notice. (GH-13270)Matthias Bussonnier2019-05-131-1/+1
* bpo-36084: Add native thread ID to threading.Thread objects (GH-11993)Jake Tesler2019-05-122-0/+43
* Hide module name from local (anchor) links in shutil docs (GH-6695)Aurelio Jargas2019-05-111-4/+4
* bpo-27497: Add return value to csv.DictWriter.writeheader (GH-12306)Rémi Lapeyre2019-05-101-2/+8