summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Close #16665: improve documentation for hex(). Patch by Jessica McKellar.Antoine Pitrou2014-03-161-3/+13
* send people to the right editors page (#20938)Benjamin Peterson2014-03-151-1/+2
* Clarify distutils’ clean command (ref #6142)Éric Araujo2014-03-132-1/+7
* Make distutils error messages more helpful (#11599).Éric Araujo2014-03-132-4/+8
* remove unnecessary word (closes #19060)Benjamin Peterson2014-03-131-1/+1
* Fix note markup (#16805).Éric Araujo2014-03-1213-6/+28
* Avoid “error: None” messages from distutils (#4931).Éric Araujo2014-03-121-9/+0
* #20030: doc that TestLoader.discover returns a TestSuite.R David Murray2014-03-111-5/+5
* improve algorithms_* documentationBenjamin Peterson2014-03-111-6/+6
* fix typo (closes #20892)Benjamin Peterson2014-03-111-1/+1
* Closes #20090: update Doc/README and the error message in sphinx-build.py to ...Georg Brandl2014-03-102-32/+14
* #19953: Clarify the wording of the augmented assignment discussion.R David Murray2014-03-092-5/+8
* #10197: Update get[status]output versionchanged with actual version.R David Murray2014-03-081-4/+8
* Issue #20813: Backport Python 2/3 HOWTO updatesBrett Cannon2014-03-071-380/+259
* Fix several C-API doc typos caught by tomo cocoa on docs@.Zachary Ware2014-02-263-9/+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
* #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 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
* | 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-272-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-251-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