summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* Clarified documentation for logging exception function/method.Vinay Sajip2015-01-061-4/+6
* emphasize that cffi is better than extension modules for portabilityBenjamin Peterson2015-01-051-5/+10
* allow a SSLContext to be given to ftplib.FTP_TLSBenjamin Peterson2015-01-041-5/+13
* make SSLv23 the default version in ftplib (closes #23111)Benjamin Peterson2015-01-041-1/+1
* Add missing URL link to Modernize docs.Ned Deily2015-01-031-1/+1
* update for copyright for 2015Benjamin Peterson2015-01-012-2/+2
* Issue #23125: Update nose project page link.Berker Peksag2014-12-281-1/+1
* improve incorrect French (#23109)Benjamin Peterson2014-12-241-2/+2
* Issue #23070: Fix a comment in the tutorial.Berker Peksag2014-12-171-1/+1
* Issue #23047: Fix typo in pyporting.rst.Berker Peksag2014-12-131-1/+1
* Backport of porting HOWTOBrett Cannon2014-12-121-583/+358
* remove reference to dead irc channel (closes #23038)Benjamin Peterson2014-12-121-3/+1
* Issue 23005: Fix typosRaymond Hettinger2014-12-121-2/+2
* Issue #23006: Improve the documentation and indexing of dict.__missing__.Terry Jan Reedy2014-12-102-9/+31
* fix path to patchlevel.pyBenjamin Peterson2014-12-101-1/+1
* Issue #17128: Use private version of OpenSSL for 2.7.9 OS X 10.5+ installer.Ned Deily2014-12-101-3/+3
* Issue #12602: Add missing cross-references to runpy and using/cmdline docs.Berker Peksag2014-12-103-4/+17
* Merge 2.7.9 release branchBenjamin Peterson2014-12-071-4/+4
|\
| * remove mention of check_hostname parameterBenjamin Peterson2014-12-071-4/+4
* | merge 2.7.9 release branchBenjamin Peterson2014-12-071-9/+2
|\ \ | |/
| * remove HTTPSConnection's check_hostname parameter (#22959)Benjamin Peterson2014-12-071-9/+2
* | merge 2.7.9 release branchBenjamin Peterson2014-12-061-2/+5
|\ \ | |/
| * note that sslv3 may not be availableBenjamin Peterson2014-12-061-2/+5
* | Edit Menus section of Idle doc. Make menu entries match current Idle in orderTerry Jan Reedy2014-12-051-123/+138
* | Issue #3068: Document the new Configure Extensions dialog and menu entry.Terry Jan Reedy2014-12-041-11/+19
* | Issue #16893: Update 2.7 version of Idle doc to match 3.4 doc as of the justTerry Jan Reedy2014-12-041-89/+308
* | Fix #22987: update the compatibility matrix for a SSLv23 client.Antoine Pitrou2014-12-031-4/+3
* | Issue #14099: ZipFile.open() no longer reopen the underlying file. ObjectsSerhiy Storchaka2014-12-031-8/+2
* | merge 2.7.9 release branchBenjamin Peterson2014-11-301-3/+8
|\ \ | |/
| * add context parameter to xmlrpclib.ServerProxy (#22960)Benjamin Peterson2014-11-301-3/+8
* | Issue #21514: The documentation of the json module now refers to new JSON RFCSerhiy Storchaka2014-11-271-42/+71
* | pydoc: Add a note about setting PAGER to affect console output pagination.Zachary Ware2014-11-271-0/+4
|/
* 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-241-1/+1
* pep 476: verify certificates by default (#22417)Benjamin Peterson2014-11-243-7/+31
* give urllib.urlopen a context parameter (closes #22927)Benjamin Peterson2014-11-241-4/+14
* fix versionchanged versionBenjamin Peterson2014-11-241-1/+1
* allow hostname to be passed to SSLContext even if OpenSSL doesn't support SNI...Benjamin Peterson2014-11-241-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-231-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-102-4/+2
* Issue 22830: Clarify docs for functools.cmp_to_key().Raymond Hettinger2014-11-101-4/+7