summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Warn not to set SIGPIPE to SIG_DFL (#6773)Alfred Perlstein2018-08-171-0/+34
* bpo-34418: Fix HTTPErrorProcessor documentation (GH-8793)Sebastian Rittau2018-08-171-2/+2
* bpo-34384: Fix os.readlink() on Windows (GH-8740)Berker Peksag2018-08-151-1/+3
* smtplib documentation fixes (GH-8708)Ville Skyttä2018-08-131-4/+11
* Fix the versionadded indentation in exec_module doc (GH-8719)Andrés Delfino2018-08-121-1/+1
* bpo-34379: Doc: Move note for json.dump (GH-8730)Evan Allrich2018-08-111-6/+5
* bpo-9372: Deprecate several __getitem__ methods (GH-8609)Berker Peksag2018-08-113-0/+7
* Doc: add missing capture_output arg to subprocess.run() signature (#8374)Andriy Maletsky2018-08-091-2/+2
* bpo-34270: Make it possible to name asyncio tasks (GH-8547)Alex Grönholm2018-08-082-4/+40
* bpo-34335: Use async/await syntax in documentation examples (GH-8674)Mikhail Terekhov2018-08-072-4/+2
* bpo-34319: Clarify file handler closure in pathlib.read_text (GH-8645)Xtreak2018-08-061-1/+2
* bpo-34273: Change 'Fixed point' to 'Fixed-point notation'. (#8673)Terry Jan Reedy2018-08-061-4/+4
* bpo-34336: Don't promote possibility to leave out typing.Optional (#8677)Ville Skyttä2018-08-051-4/+12
* Fix reST markup in unittest documentation (GH-8665)Berker Peksag2018-08-031-1/+1
* bpo-34329: Doc'd how to remove suffix of pathlib.Path() (GH-8655)Stefan Otte2018-08-031-1/+5
* Improve the grammar in `range` documentation. (GH-8628)Andrés Delfino2018-08-031-1/+1
* bpo-27910: Update documentation of traceback module (GH-6116)torsava2018-08-021-17/+19
* bpo-34097: Add support for zipping files older than 1980-01-01 (GH-8270)Marcel Plch2018-08-021-2/+20
* bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-8532)MartinAltmayer2018-07-311-4/+0
* bpo-33089: Add math.dist() for computing the Euclidean distance between two p...Raymond Hettinger2018-07-311-0/+12
* bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346)Serhiy Storchaka2018-07-311-13/+14
* bpo-34075: Deprecate non-ThreadPoolExecutor in loop.set_default_executor() (G...Elvis Pranskevichus2018-07-301-1/+8
* bpo-8145: Improve isolation_level documentation (GH-8499)Berker Peksag2018-07-291-14/+22
* bpo-33089: Multidimensional math.hypot() (GH-8474)Raymond Hettinger2018-07-281-3/+12
* bpo-24356: Specify which Python binary will be used with venv (GH-6589)Elena Oat2018-07-281-3/+8
* bpo-33921: Clarify how to bind to all interfaces using socket (GH-7877)johnthagen2018-07-281-6/+7
* bpo-5978: Document that profiling needs cmd/function to return (GH-7938)Andrés Delfino2018-07-281-0/+5
* bpo-29710: Clarify documentation for Bitwise binary operation (GH-1691)Sanyam Khurana2018-07-281-7/+13
* Fix site module documentation. (GH-8441)Mariatta2018-07-241-1/+1
* bpo-29209: Remove old-deprecated features in ElementTree. (GH-6769)Serhiy Storchaka2018-07-241-16/+9
* bpo-34149: Behavior of the min/max with key=None (GH-8328)Alexander Marshalov2018-07-241-0/+6
* bpo-33468: Add try-finally contextlib.contextmanager example (GH-7816)Matthias Bussonnier2018-07-231-11/+17
* bpo-21446: Update reload fixer to use importlib (GH-8391)Berker Peksag2018-07-231-1/+1
* Fix versionchanged indentation in popitem documentation (GH-8387)Andrés Delfino2018-07-211-3/+2
* 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