summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Issue #20423: fix documentation of io.StringIO's newline parameterAntoine Pitrou2014-02-021-2/+3
* Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs@.Zachary Ware2014-01-311-0/+1
* inspect.docs: Document constructors for Signature & Parameter #20442Yury Selivanov2014-01-301-2/+11
* Issue #20367: Fix behavior of concurrent.futures.as_completed() for duplicateVictor Stinner2014-01-271-1/+2
* Issue #20301: Mention the correct KEY_* value as the defaultZachary Ware2014-01-211-1/+1
* Issue #20222: file is no longer a builtin in 3.x.Terry Jan Reedy2014-01-211-2/+2
* put notes in a ..note sectionBenjamin Peterson2014-01-201-12/+12
* document that a new Python thread context is created in ctypes callbacks (clo...Benjamin Peterson2014-01-201-1/+7
* improve description of buffers argument for readv/writev (closes #17811)Benjamin Peterson2014-01-191-8/+12
* rm extra whitespaceBenjamin Peterson2014-01-181-1/+1
* link to builtin open not io.openBenjamin Peterson2014-01-181-6/+6
* describe type of Popen streams (closes #17814)Benjamin Peterson2014-01-181-8/+16
* linkify chain.from_iterable (closes #20272)Benjamin Peterson2014-01-161-16/+16
* update pysqlite website (closes #20278)Benjamin Peterson2014-01-161-1/+1
* Added cookbook entry on alternative formatting styles.Vinay Sajip2014-01-151-1/+2
* Clarified documentation note on module-level convenience functions.Vinay Sajip2014-01-151-8/+9
* Issue #20253: Fixed a typo in the ipaddress docs that advertised anZachary Ware2014-01-141-2/+2
* Fix typo.Zachary Ware2014-01-141-1/+1
* #20236: Fix sphinx markup.R David Murray2014-01-131-1/+1
* Issue #19082: Working xmlrpc.server and xmlrpc.client examples. Both in modul...Senthil Kumaran2014-01-131-0/+64
* Fix verb tense in base64 docs, and the phrasing of a news entry.R David Murray2014-01-081-1/+1
* #17282: Document unittest.main defaultTest argument.R David Murray2014-01-021-0/+4
* remove bracketsBenjamin Peterson2014-01-021-1/+1
* Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, ...Antoine Pitrou2013-12-281-8/+14
* Removed spaces before colons and semicolons.Serhiy Storchaka2013-12-245-15/+15
* Removed spaces before commas and periods.Serhiy Storchaka2013-12-2313-15/+15
* s/lightweight/minimal/, as per issue #11379.Antoine Pitrou2013-12-221-1/+1
* Issue #19902: Added list of logging levels.Vinay Sajip2013-12-191-0/+32
* Issue #20005: Fix typo in operator docs. Patch by Claudiu Popa.Zachary Ware2013-12-181-1/+1
* #19981: fix typo in email.mailbox docs. Patch by Claudiu Popa.Ezio Melotti2013-12-141-2/+2
* Issue #19963: Document that importlib.import_module() will importBrett Cannon2013-12-131-2/+5
* #18430: Document that peek() may change the position of the underlying file forNadeem Vawda2013-12-083-0/+15
* document that compile() can take bytes (closes #19910)Benjamin Peterson2013-12-071-3/+3
* Issue #19900: improve generalities at the start of the pickle module docAntoine Pitrou2013-12-061-20/+53
* Tweak the socket module doc layoutAntoine Pitrou2013-12-041-64/+86
* Issue #19882: tweak docs for socket.close()Antoine Pitrou2013-12-041-9/+19
* Issue #19814: Clarify argparse's docs w.r.t prefix matchingEli Bendersky2013-12-021-3/+11
* Issue #19728: Fix sys.getfilesystemencoding() documentationVictor Stinner2013-12-021-3/+2
* Issue #19789: Clarified documentation for logging.disable.Vinay Sajip2013-11-301-2/+4
* Revert unrelated changes introduced by changeset b2066bc8cab9 (issue #19795).Serhiy Storchaka2013-11-291-10/+0
* Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-2936-75/+85
* Issue #19794: Improved markup for True/False constants.Serhiy Storchaka2013-11-261-13/+13
* Markup fix.Georg Brandl2013-11-261-1/+0
* Issue #19691: remove outdated mention about RuntimeErrorAntoine Pitrou2013-11-251-2/+1
* Closes #19622: clarify message about bufsize changes in 3.2.4 and 3.3.1.Georg Brandl2013-11-251-5/+5
* Fix doc markup error.Georg Brandl2013-11-251-3/+3
* Fix broken link in html.entities docs.Ezio Melotti2013-11-251-1/+1
* Issue #18326: Clarify that list.sort's arguments are keyword-only.Zachary Ware2013-11-221-0/+3
* #1098749: re-word gettext docs to not encourage using pygettext so much.Andrew Kuchling2013-11-191-52/+51
* Issue 16998: Clarify that += on a shared value is not atomic.Richard Oudkerk2013-11-171-6/+18