summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Document the subprocess Popen.args attribute (issue21353)Gregory P. Smith2014-04-291-0/+6
* minor docfix (reported at docs@python.org) trace.py argument is --count not -...Senthil Kumaran2014-04-061-2/+2
* merge 3.2 (#21082)Benjamin Peterson2014-04-011-5/+9
|\
| * remove directory mode check from makedirs (closes #21082)Benjamin Peterson2014-04-011-5/+9
* | improve set_tunnel docs (closes #11448)Benjamin Peterson2014-03-161-4/+18
* | Close #16665: improve documentation for hex(). Patch by Jessica McKellar.Antoine Pitrou2014-03-161-3/+13
* | remove unnecessary word (closes #19060)Benjamin Peterson2014-03-131-1/+1
* | Fix note markup (#16805).Éric Araujo2014-03-1210-6/+25
* | #20030: doc that TestLoader.discover returns a TestSuite.R David Murray2014-03-111-5/+5
* | improve algorithms_* documentationBenjamin Peterson2014-03-111-6/+6
* | #10197: Update get[status]output versionchanged with actual version.R David Murray2014-03-081-4/+8
* | Issue #20759: Fix some typos in the mock docs.Zachary Ware2014-02-262-3/+3
* | #20628: wrap lines to < 80.R David Murray2014-02-241-34/+37
* | #20628: make it clear that DictReader/Writer *fieldnames* is a Sequence.R David Murray2014-02-241-2/+6
* | Closes #20735: remove erroneous deprecated marker from stringprep docsGeorg Brandl2014-02-241-1/+0
* | do not line break referenceBenjamin Peterson2014-02-161-7/+7
* | #12211: remove paragraph about NaNsAndrew Kuchling2014-02-161-3/+0
* | #12211: clarify math.copysign() documentation and docstringAndrew Kuchling2014-02-161-2/+5
* | #20241: use correct RFC numberAndrew Kuchling2014-02-151-1/+1
* | Clarify versionchanged sentence. Closes #20497.Andrew Kuchling2014-02-151-2/+1
* | #20237: make a revision pass over the XML vulnerabilities sectionAndrew Kuchling2014-02-151-38/+35
* | #19890: fix typo in multiprocessing docs. Patch by Mike Short.Ezio Melotti2014-02-151-1/+1
* | Include the mention of ResourceWarning being displayed by default by the test...Senthil Kumaran2014-02-081-7/+8
* | 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
* | 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