summaryrefslogtreecommitdiff
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue #17128: Use private version of OpenSSL for 2.7.9 OS X 10.5+ installer.Ned Deily2014-12-091-3/+3
* remove mention of check_hostname parameterBenjamin Peterson2014-12-071-4/+4
* remove HTTPSConnection's check_hostname parameter (#22959)Benjamin Peterson2014-12-071-9/+2
* note that sslv3 may not be availableBenjamin Peterson2014-12-061-2/+5
* add context parameter to xmlrpclib.ServerProxy (#22960)Benjamin Peterson2014-11-291-3/+8
* remove incorrect pluralBenjamin Peterson2014-11-251-1/+1
* Issue #20351: Add examples for csv.DictReader and csv.DictWriter.Berker Peksag2014-11-241-0/+25
* Fix faulty indent.Ned Deily2014-11-231-1/+1
* pep 476: verify certificates by default (#22417)Benjamin Peterson2014-11-233-7/+31
* give urllib.urlopen a context parameter (closes #22927)Benjamin Peterson2014-11-231-4/+14
* fix versionchanged versionBenjamin Peterson2014-11-231-1/+1
* allow hostname to be passed to SSLContext even if OpenSSL doesn't support SNI...Benjamin Peterson2014-11-231-7/+7
* allow passing cert/ssl information to urllib2.urlopen and httplib.HTTPSConnec...Benjamin Peterson2014-11-232-12/+44
* Fix 2to3 reference link in pyporting.rst.Ned Deily2014-11-221-4/+3
* Issue #22827: Backport the new Distributing and Instaling Docs from 3.4Donald Stufft2014-11-205-4/+403
* Issue 22878: PEP 477 - "make install" and "make altinstall" integrationNed Deily2014-11-202-0/+7
* Fix description.Georg Brandl2014-11-141-1/+1
* Closes #22868: make example less ambiguous.Georg Brandl2014-11-141-3/+3
* Close #22300 by tweaking 2.7.9 What's New announcementsNick Coghlan2014-11-141-0/+8
* Implement PEP 477 - Backport ensurepip (PEP 453) to 2.7Donald Stufft2014-11-115-1/+203
* Issue #22845: Improved formatting of dis documentation.Serhiy Storchaka2014-11-111-5/+5
* Use internal links where possibleRaymond Hettinger2014-11-092-4/+2
* Issue 22830: Clarify docs for functools.cmp_to_key().Raymond Hettinger2014-11-091-4/+7
* Fixes path to patchlevel.py in doc/make.batSteve Dower2014-11-051-1/+1
* Closes #22525: clarify documentation for ast.literal_eval().Georg Brandl2014-11-051-6/+8
* #22613: fix several factual errors in builtin docs (thanks Jacques Ducasse)Georg Brandl2014-10-312-6/+7
* #22613: minor other fixes in library docs (thanks Jacques Ducasse)Georg Brandl2014-10-313-7/+9
* #22613: document Cmd.cmdqueue (thanks Jacques Ducasse)Georg Brandl2014-10-311-1/+8
* minor grammar fixes (from docs@python.org)Georg Brandl2014-10-311-2/+2
* rstlint: make the "html leaked markup" regex a bit less sensitiveGeorg Brandl2014-10-301-1/+1
* rstlint: add more directives we useGeorg Brandl2014-10-301-6/+6
* Doc: fix default role usage (except in unittest mock docs)Georg Brandl2014-10-302-2/+2
* Fixing broken links in doc, part 4: some more breaks and redirectsGeorg Brandl2014-10-2925-34/+32
* 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-2914-61/+59
* Fixing broken links in doc, part 2: howto/Georg Brandl2014-10-295-45/+30
* Fixing broken links in doc, part 1: faq/Georg Brandl2014-10-299-35/+29
* Fix external links to docs.python.org to use internal links instead.Georg Brandl2014-10-291-3/+3
* 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-2949-140/+140
* Use https:// URLs in the HTML templates.Georg Brandl2014-10-294-12/+12
* Doc readme: Fix markup, use https:// URLs.Georg Brandl2014-10-291-36/+36
* Adjust the author field of the .tex files to reflect that docs are now mainta...Georg Brandl2014-10-291-1/+1
* Move Sphinx templates and extensions to their own subdirs.Georg Brandl2014-10-2910-26/+10
* Fix link to ABOP install chapter.Georg Brandl2014-10-281-2/+2
* Update Opensolaris advice to OpenCSW instead of defunct Blastwave.Georg Brandl2014-10-281-3/+2
* Closes #22249: use IPPROTO_TCP constant instead of SOL_TCP constant for getad...Georg Brandl2014-10-281-1/+1
* Closes #22748: there are no PyString C functions in 3.x.Georg Brandl2014-10-281-4/+3
* Closes #22736: move seealso to the bottom of the section about RE syntax.Georg Brandl2014-10-281-7/+8