summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Issue #19795: Mark up True and False as literal text instead of bold.Serhiy Storchaka2016-10-196-8/+8
* Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-1941-91/+93
* Fix default value of StreamReader.readuntil()Berker Peksag2016-10-171-1/+1
* Issue #28455: Clarify example of overriding the convert_arg_line_to_args methodBerker Peksag2016-10-171-3/+4
* Remove spurious article.Ned Deily2016-10-151-1/+1
* Issue #27800: Document limitation and workaround for multiple RE repetitionsMartin Panter2016-10-151-0/+6
* Issue #23231: Document codecs.iterencode(), iterdecode() shortcomingsMartin Panter2016-10-151-0/+9
* Issue28438 - Fix the link for pkgutil.get_data doc. Patch contributed by Xian...Senthil Kumaran2016-10-141-2/+4
* Issue #18789: Update XML vulnerability table to use Safe/Vulnerable instead o...Guido van Rossum2016-10-131-9/+9
* Issue #26869: Document unittest.TestCase.longMessage. (Mariatta)Guido van Rossum2016-10-131-13/+11
* Issue #21443: Show how to change log level for asyncio.Guido van Rossum2016-10-131-0/+8
* Issue #28389: Fix ProxiedTransport example in xmlrpc.client documentationBerker Peksag2016-10-091-22/+16
* Adjust ClassVar example to use pre-PEP-526 syntax. (Issue #28388)Guido van Rossum2016-10-091-2/+2
* Issue #28388: update typing module documentation.Guido van Rossum2016-10-091-122/+125
* Issue #28348: Fix typo in asyncio.Task() documentationBerker Peksag2016-10-041-1/+1
* Issue #28319: Fix typo in lzma.rstBerker Peksag2016-09-301-4/+3
* Fix markup in pathlib.rstBerker Peksag2016-09-301-1/+1
* Fix Path.glob() link, reported by SilentGhostBerker Peksag2016-09-301-1/+1
* Issue #21903: Update ctypes example to use MessageBoxWBerker Peksag2016-09-281-11/+9
* Issue #26439: Document that RTLD_NOW is always addedMartin Panter2016-09-271-2/+3
* Issue #10673: Document that Process.exitcode can be used to determine timeoutBerker Peksag2016-09-261-0/+3
* Document that os.mknod() is not available on WindowsBerker Peksag2016-09-261-0/+2
* os.genenvb() is not availabnle under WindowsBerker Peksag2016-09-261-0/+3
* Docs: Correctly link to the methodsJesus Cea2016-09-191-19/+22
* Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoinBerker Peksag2016-09-161-1/+1
* Issue #28104: More accurately document set method signaturesRaymond Hettinger2016-09-131-6/+6
* Issue #28103: Use ``'...'`` style in zipfile documentationBerker Peksag2016-09-131-2/+2
* Issue #15308: Add 'interrupt execution' (^C) to Shell menu.Terry Jan Reedy2016-09-121-0/+3
* Issue #23105: Updated documentation on open() flag constants.Vinay Sajip2016-09-111-6/+6
* Issue #20100: Clarify that passing flags to epoll() has no effectBerker Peksag2016-09-111-3/+5
* Closed #26533: expanded on behaviour of logging.config.listen().Vinay Sajip2016-09-111-5/+14
* Issue #26141: Update docs for typing.py. Ivan Levkivskyi. (Backport from the ...Guido van Rossum2016-09-111-14/+113
* Issue #28073: Improve wording around None. Michael Lee.Guido van Rossum2016-09-111-2/+4
* Issue 14976: Note that the queue module is not designed to protect against r...Raymond Hettinger2016-09-091-5/+2
* Add a note about queue not being safe for use from signal handlers.Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-091-0/+5
* Issue28010 - Make http.client.HTTPConnection.putrequest documentation consist...Senthil Kumaran2016-09-081-15/+9
* Issue #27993: Fix problems with plural objects in docs and commentsMartin Panter2016-09-073-4/+4
* Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Martin Panter2016-09-072-3/+3
* #26209: Clarify type of *localaddr*/*remoteadr* in smtpd docs.R David Murray2016-09-072-3/+6
* Issue #27905: Docs for typing.Type[C], by Michael Lee.Guido van Rossum2016-09-071-0/+39
* Use shorter version of Connection.isolation_level in sqlite3.rstBerker Peksag2016-09-071-1/+1
* Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add Ch...Christian Heimes2016-09-061-0/+6
* Update pkgutil docs to reference appropriate finder and loader object documen...Senthil Kumaran2016-09-061-14/+14
* Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.Christian Heimes2016-09-051-21/+81
* remove ungrammarical apostrophe (closes #27957)Benjamin Peterson2016-09-051-1/+1
* Improve recipe by showing results of intermediate stepsRaymond Hettinger2016-09-051-0/+6
* Issue 27936: Update doc for round() to indicate that None is an allowable arg...Raymond Hettinger2016-09-041-2/+2
* Improve docs for random.seed()Raymond Hettinger2016-09-041-2/+5
* #27893: arg name and bytes references in email.parser docs.R David Murray2016-08-311-6/+6
* ? Working Directory ?Terry Jan Reedy2016-08-301-1/+1