summaryrefslogtreecommitdiff
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* remove incorrect pluralBenjamin Peterson2014-11-251-1/+1
|
* Issue #20351: Add examples for csv.DictReader and csv.DictWriter.Berker Peksag2014-11-241-0/+25
| | | | Patch by Charles-Axel Dein.
* 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 ↵Benjamin Peterson2014-11-231-7/+7
| | | | | | SNI (closes #22921) Patch from Donald Stufft.
* allow passing cert/ssl information to urllib2.urlopen and ↵Benjamin Peterson2014-11-232-12/+44
| | | | | | httplib.HTTPSConnection This is basically a backport of issues #9003 and #22366.
* 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
| | | | | | | | | | | | | | The backport of ensurepip to 2.7.9 allows pip to optionally be installed or upgraded using the bundled pip provided by the new ensurepip module. The option can be specified persistently using the configure option: ./configure --with-ensurepip[=upgrade|install|no] It can also be overridden on either the "install" or "altinstall" targets: make [alt]install ENSUREPIP=[upgrade|install|no] For Python 2, the default option is "no" (do not install pip).
* 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
| | | | | | | | | | | | | | | | | | | * Backports ensurepip to the 2.7 branch * Backports some of the improved documentation to the 2.7 branch. * Adds a private backport of the 3.x mock library as test._mock_backport to enable saner testing of ensurepip. Key Differences from 3.x: * Ensurepip does not have any Makefile integration, specifically it is not ran by default in the Makefile. * There is no venv module in 2.7, so downstream distributors can completely disable ensurepip, ideally with a message redirecting to the correct way to install pip. * To match the ``python`` command in 2.7, ensurepip will install the unversioned ``pip`` command as well. * No-op and hide --default-pip and add --no-default-pip to restore the 3.x behavor on 2.7.
* 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 ↵Georg Brandl2014-10-291-0/+10
| | | | www.python.org again).
* 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 ↵Georg Brandl2014-10-291-2/+2
| | | | IDEs.
* 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 ↵Georg Brandl2014-10-291-1/+1
| | | | maintained by all of us
* 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 ↵Georg Brandl2014-10-281-1/+1
| | | | getaddrinfo() proto param
* 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
|
* #22237: document that sorted() is guaranteed to be stable. Initial patch by ↵Ezio Melotti2014-10-282-1/+8
| | | | Martin Panter.
* Issue #16863: Explain difference between text and 2.7 behavior.Terry Jan Reedy2014-10-221-0/+2
|
* Updated cookbook entry to replace shutil.chown with os.chown.Vinay Sajip2014-10-221-2/+7
|
* Issue #22660: update various mentions in the ssl module documentation.Antoine Pitrou2014-10-211-115/+95
|
* make plural s lowercaseBenjamin Peterson2014-10-191-1/+1
|