summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* pydoc: Remove mention of '-g' command line option, document its removal.Zachary Ware2014-11-271-6/+4
* Issue #20351: Add examples for csv.DictReader and csv.DictWriter.Berker Peksag2014-11-241-0/+25
* add context parameter to HTTPHandler (closes #22788)Benjamin Peterson2014-11-241-5/+10
* correct versionchanged versionBenjamin Peterson2014-11-241-1/+1
* don't require OpenSSL SNI to pass hostname to ssl functions (#22921)Benjamin Peterson2014-11-231-7/+7
* document that cadefault does nothing nowBenjamin Peterson2014-11-231-4/+1
* Issue #22845: Improved formatting of dis documentation.Serhiy Storchaka2014-11-111-23/+24
* Issue #22839: Fix Snapshot.statistics() link.Berker Peksag2014-11-101-1/+1
* Issue 22830: Clarify docs for functools.cmp_to_key().Raymond Hettinger2014-11-101-4/+5
* Issue #22695: Fix rendering of the deprecated-removed role in HTML.Berker Peksag2014-11-081-6/+4
* Issue #22808: Link to the correct time method in BaseEventLoop.call_at().Berker Peksag2014-11-071-1/+2
* Issue 22803: Add missing versionadded directive.Raymond Hettinger2014-11-061-0/+2
* Closes #22525: clarify documentation for ast.literal_eval().Georg Brandl2014-11-051-7/+9
* PEP 476: enable HTTPS certificate verification by default (#22417)Benjamin Peterson2014-11-034-15/+38
* wrapBenjamin Peterson2014-11-021-2/+2
* backport context argument of urlopen (#22366) for pep 476Senthil Kumaran2014-09-191-1/+8
* Reflow paragraph.R David Murray2014-11-021-2/+2
* Fix English phrasing.R David Murray2014-11-021-1/+1
* Issue #22388: Unified the style of "Contributed by" sentences in What's New.Serhiy Storchaka2014-11-022-107/+107
* Closes #22771: "verbose" is unused; deprecate it.Georg Brandl2014-10-311-1/+1
* #22613: remaining corrections in extending/reference docs (thanks Jacques Duc...Georg Brandl2014-10-318-54/+44
* #22613: minor other fixes in library docs (thanks Jacques Ducasse)Georg Brandl2014-10-319-30/+35
* #22613: document Cmd.cmdqueue (thanks Jacques Ducasse)Georg Brandl2014-10-311-1/+8
* #22613: fix heading levels in tracemalloc docs (thanks Jacques Ducasse)Georg Brandl2014-10-311-14/+14
* #22613: elaborate on arguments of shutil archival functions (thanks Jacques D...Georg Brandl2014-10-311-3/+13
* #22613: explain what "buffer" is in the struct documentation (thanks Jacques ...Georg Brandl2014-10-311-1/+9
* #22613: fix several factual errors in builtin docs (thanks Jacques Ducasse)Georg Brandl2014-10-313-14/+17
* minor grammar fixes (from docs@python.org)Georg Brandl2014-10-311-2/+2
* unittest.mock docs: fix use of default roleGeorg Brandl2014-10-312-360/+360
* Sphinx extension: move imports to the module topGeorg Brandl2014-10-301-28/+33
* pyporting howto: fix link targetGeorg Brandl2014-10-301-4/+4
* distutils example: fix invalid rst in description stringGeorg Brandl2014-10-301-1/+1
* rstlint: make the "html leaked markup" regex a bit less sensitiveGeorg Brandl2014-10-301-1/+1
* minor markup fix: no inline markup is allowed in a module synopsisGeorg Brandl2014-10-301-1/+1
* rstlint: we do not use svn anymoreGeorg Brandl2014-10-301-4/+0
* rstlint: add more directives we useGeorg Brandl2014-10-301-5/+6
* Doc/contents: avoid false positive in rstlintGeorg Brandl2014-10-301-1/+1
* rstlint: recognize "deprecated-removed" directiveGeorg Brandl2014-10-301-2/+3
* Doc: fix default role usage (except in unittest mock docs)Georg Brandl2014-10-3012-23/+23
* Fixing broken links in doc, part 4: some more breaks and redirectsGeorg Brandl2014-10-2931-45/+42
* linkcheck: ignore issue URLs and PEP URLs (the latter until the PEPs are on w...Georg Brandl2014-10-291-0/+10
* Fixing broken links in doc, part 3: the restGeorg Brandl2014-10-2926-80/+75
* Fixing broken links in doc, part 2: howto/Georg Brandl2014-10-296-51/+44
* Fixing broken links in doc, part 1: faq/Georg Brandl2014-10-299-33/+26
* Fix external links to docs.python.org to use internal links instead.Georg Brandl2014-10-292-11/+8
* Remove now-dead link to IDLE debugger doc and add PyCharm to the commercial I...Georg Brandl2014-10-291-2/+2
* Update "where is python.org hosted" FAQ.Georg Brandl2014-10-291-4/+5
* Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-2954-160/+160
* Use https:// URLs in the HTML templates.Georg Brandl2014-10-294-13/+13
* Doc readme: Fix markup, use https:// URLs.Georg Brandl2014-10-291-36/+36