summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Fix several C-API doc typos caught by tomo cocoa on docs@.Zachary Ware2014-02-263-9/+8
| | | | | The signature and description of PyException_SetCause now use "cause" rather than "ctx" to match the code.
* 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
| | | | Patch by Sean Rodman.
* #20740: desquarify 2.Ezio Melotti2014-02-241-4/+4
|
* Closes #20755: port sphinx-1.1 fixes from defaultGeorg Brandl2014-02-241-11/+11
|
* 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
|
* #16728: Mention collections.abc.Sequence in 'sequence' glossary entryAndrew Kuchling2014-02-151-0/+8
|
* 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
|
* merge with 3.3.4 releasing repoGeorg Brandl2014-02-101-0/+1
|\
| * doc: pydoc topic and suspicious markup updateGeorg Brandl2014-01-251-0/+1
| |
* | Include the mention of ResourceWarning being displayed by default by the ↵Senthil Kumaran2014-02-081-7/+8
| | | | | | | | | | | | test runner. Addressing #issue 20529
* | 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
| | | | | | | | import and not *an* implementation.
* | #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
| | | | | | | | Patch by OSAMU NAKAMURA.
* | 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
| | | | | | | | arguments. Patch by Glenn Langford.
* | eliminate redundancy between yield stmt and yield expr docs (closes #12704)Benjamin Peterson2014-01-272-94/+62
| | | | | | | | Patch by Nikolaus Rath.
* | 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-251-3/+6
|
* Issue #20301: Mention the correct KEY_* value as the defaultZachary Ware2014-01-211-1/+1
| | | | | for 'access' in winreg.DeleteKeyEx. Already correct in the docs function signature and docstring. Noticed by Justin Foo.
* 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 ↵Benjamin Peterson2014-01-201-1/+7
| | | | | | (closes #6627) Patch by Nikolaus Rath.
* improve description of buffers argument for readv/writev (closes #17811)Benjamin Peterson2014-01-191-8/+12
| | | | Patch by Nikolaus Rath.
* 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
| | | | Patch more or less by Nikolaus Rath.
* Issue #20265: Updated some parts of the Using Windows document.Zachary Ware2014-01-171-13/+10
| | | | | | | Includes: -mention cx_Freeze instead of py2exe (at least until py2exe supports Python 3) -update ActivePython link -Remove mention of platforms that were never supported by Python 3 (Win9x, DOS)
* 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
|