summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Clarify ValueError's broad applicability (GH-8313)Raymond Hettinger2018-07-171-1/+1
* bpo-34123: Fix missed documentation update for dict.popitem(). (GH-8292)Raymond Hettinger2018-07-171-1/+7
* bpo-34124: Fix markup of message_from_binary_file() signature (GH-8297)Jon Ribbens2018-07-161-1/+1
* bpo-4260: Document that ctypes.xFUNCTYPE are decorators (GH-7924)Andrés Delfino2018-07-131-1/+19
* Doc: Point to Simple statements section instead of PEP (GH-8238)Andrés Delfino2018-07-111-2/+2
* Dataclasses: Fix example on 30.6.8, add method should receive a list rather t...Tom Faulkner2018-07-111-1/+1
* bpo-34067: Include a more easily understood example for nullcontext (GH-8158)Daniel Porteous2018-07-091-1/+13
* bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684)Serhiy Storchaka2018-07-091-1/+1
* Fix margin in sentinel and mock_open (GH-8188)Andrés Delfino2018-07-091-21/+21
* bpo-34061: Document sqlite3.NotSupportedError (GH-8172)Marcin Niemira2018-07-081-1/+8
* bpo-34041: Allow creating deterministic functions in Connection.create_functi...Sergey Fedoseev2018-07-081-2/+9
* closes bpo-34050: Fix link in SSL docs (GH-8173)Marcin Niemira2018-07-071-1/+1
* bpo-33804: Document that the argument for io.TextIOBase.read() is optional (G...Andrés Delfino2018-07-071-1/+1
* Fix moduleauthor/sectionauthor directives in Enum (GH-8117)Andrés Delfino2018-07-071-4/+4
* Add missing closing parentheses (GH-8144)Andrés Delfino2018-07-071-1/+1
* bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-8153)Dong-hee Na2018-07-071-8/+7
* Doc: Remove superfluous markup. (GH-8112)Julien Palard2018-07-061-1/+1
* versionadded -> versionchanged for all 'X parameter was added' for uniformity...Sergey Fedoseev2018-07-063-7/+7
* classify abs() argument type (GH-8103)Windson yang2018-07-051-1/+2
* DOC: In `reduce`, refer to `accumulate` (GH-7930)Gerrit Holl2018-07-041-0/+2
* bpo-30516: Fix documentation issue with -timedelta in datetime (GH-7348)Farhaan Bukhsh2018-07-041-5/+6
* bpo-34018: Doc'd that type names of SQLite converters are case-insensitive. (...Sergey Fedoseev2018-07-031-2/+2
* bpo-30660: Doc: Optimize PNG files by optipng (GH-8032)INADA Naoki2018-07-014-0/+0
* bpo-31938: Convert selectmodule.c to Argument Clinic (GH-4265)Tal Einat2018-06-301-1/+1
* Doc: Remove unused image file (GH-8027)INADA Naoki2018-06-301-0/+0
* bpo-32568: make select.epoll() and its docs consistent (#7840)Tal Einat2018-06-301-1/+10
* Fix the indentation in the documentation of bin() and hash() (GH-7998)Andrés Delfino2018-06-291-5/+5
* bpo-33985: Implement ContextVar.name attribute. (GH-7980)Yury Selivanov2018-06-281-0/+2
* bpo-25007: Add copy protocol support to zlib compressors and decompressors (G...Zackery Spytz2018-06-271-0/+10
* bpo-33573: docs to suggest median() alternatives for non-numeric data (GH-7587)Tal Einat2018-06-251-0/+4
* bpo-33952: Fix typo in str.upper() documentation (GH-7898)Andrés Delfino2018-06-251-1/+1
* bpo-33943: Add references in the docs for logging.basicConfig (GH-7858)Andrés Delfino2018-06-252-19/+27
* bpo-33897: Add a 'force' keyword argument to logging.basicConfig(). (GH-7873)Dong-hee Na2018-06-251-1/+10
* [master] bpo-33885: Replace "hook function" with "callable" (GH-7765) (#7886)Andrés Delfino2018-06-241-2/+2
* Clarified the tempfile.tempdir documentation (GH-7829)Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)2018-06-211-1/+1
* bpo-33671 / shutil.copyfile: use memoryview() with dynamic size on Windows (#...Giampaolo Rodola2018-06-191-1/+5
* bpo-33843: Remove deprecated stuff in cgi module (GH-7662)INADA Naoki2018-06-191-26/+0
* bpo-33866: enum: Stop using OrderedDict (GH-7698)INADA Naoki2018-06-181-2/+2
* bpo-33892: Doc: Use gender neutral words (GH-7770)Andrés Delfino2018-06-184-7/+7
* bpo-33859: Fix spelling mistakes in docs. (GH-7691)Xtreak2018-06-163-3/+3
* bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (...Carl Meyer2018-06-162-0/+25
* bpo-33854: Add PEP 461 title to 'See also' note (GH-7688)Andrés Delfino2018-06-151-1/+4
* bpo-31378: Document sqlite3.OperationalError exception (GH-7677)Zackery Spytz2018-06-131-0/+7
* bpo-33828: Add missing versionchanged note for string.Formatter. (GH-7668)Xiang Zhang2018-06-131-2/+5
* bpo-33671: efficient zero-copy for shutil.copy* functions (Linux, OSX and Win...Giampaolo Rodola2018-06-121-2/+51
* bpo-27397: Make email module properly handle invalid-length base64 strings (#...Tal Einat2018-06-121-0/+4
* bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530)Christian Heimes2018-06-111-13/+25
* bpo-30820: Remove incorrect docs for email.contentmanager.raw_data_manager (#...Zackery Spytz2018-06-111-9/+0
* bpo-33812: Corrected astimezone for naive datetimes. (GH-7578)Alexander Belopolsky2018-06-101-2/+1
* bpo-33610: Update IDLE Code Context doc entry (GH-7597)Terry Jan Reedy2018-06-101-1/+2