summaryrefslogtreecommitdiff
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Fix empty strings to empty bytes objects.Serhiy Storchaka2014-02-065-10/+11
* Issue #20488: Update docs to say importlib is *the* implementaiton ofBrett Cannon2014-02-061-6/+8
* #14515: clarify that TemporaryDirectory's __enter__ returns the name.R David Murray2014-02-051-4/+6
* Issue #20509: Added cross-reference in documentation.Vinay Sajip2014-02-041-2/+3
* Use different wordAndrew Kuchling2014-02-031-2/+1
* Added cookbook entry on logging filter configuration using dictConfig().Vinay Sajip2014-02-031-0/+87
* Issue #20423: fix documentation of io.StringIO's newline parameterAntoine Pitrou2014-02-021-2/+3
* Issue #20460: Render 'bytes' as a class, not a function.Zachary Ware2014-01-311-1/+1
* 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
* eliminate redundancy between yield stmt and yield expr docs (closes #12704)Benjamin Peterson2014-01-262-94/+62
* update sphinx urlBenjamin Peterson2014-01-251-2/+2
* linkifyBenjamin Peterson2014-01-251-3/+4
* Fix grammar.Eric V. Smith2014-01-251-1/+1
* update hosting faqBenjamin Peterson2014-01-241-3/+6
* Issue #20301: Mention the correct KEY_* value as the defaultZachary Ware2014-01-211-1/+1
* fix deprecated-removed directive with sphinx 1.2Georg Brandl2014-01-212-10/+24
* 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-181-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
* Issue #20265: Updated some parts of the Using Windows document.Zachary Ware2014-01-171-13/+10
* Added example to recently added cookbook entry.Vinay Sajip2014-01-171-0/+28
* Issue #20266: Update parts of the Windows FAQZachary Ware2014-01-171-5/+7
* 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-153-2/+94
* Clarified documentation note on module-level convenience functions.Vinay Sajip2014-01-151-8/+9
* Issue #20255: Update the about and bugs pages.Zachary Ware2014-01-142-16/+26
* Issue #20253: Fixed a typo in the ipaddress docs that advertised anZachary Ware2014-01-141-2/+2
* Fix typo. Found by David Pesta on docs@.Zachary Ware2014-01-141-1/+1
* Fix typo. Found by David Pesta on docs@.Zachary Ware2014-01-141-1/+1
* Closes #20258: Sphinx toolchain: move back to Jinja2 2.3.1 with support for P...Georg Brandl2014-01-142-2/+2
* Fix typo.Zachary Ware2014-01-131-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-121-0/+64
* Doc: update Sphinx toolchain also in make.batGeorg Brandl2014-01-121-4/+4
* Update Sphinx toolchain.Georg Brandl2014-01-111-4/+4
* Fix verb tense in base64 docs, and the phrasing of a news entry.R David Murray2014-01-081-1/+1
* correct word for __annotations__ doc (closes #20110)Benjamin Peterson2014-01-021-1/+1
* #17282: Document unittest.main defaultTest argument.R David Murray2014-01-021-0/+4
* remove bracketsBenjamin Peterson2014-01-021-1/+1
* update copyright yearBenjamin Peterson2013-12-313-3/+3
* str subclasses may have non-empty __slots__, bytes subclasses can't.Zachary Ware2013-12-311-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-2412-30/+30