Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Clarified documentation for logging exception function/method. | Vinay Sajip | 2015-01-06 | 1 | -4/+6 | |
| | ||||||
* | emphasize that cffi is better than extension modules for portability | Benjamin Peterson | 2015-01-05 | 1 | -5/+10 | |
| | ||||||
* | allow a SSLContext to be given to ftplib.FTP_TLS | Benjamin Peterson | 2015-01-04 | 1 | -5/+13 | |
| | ||||||
* | make SSLv23 the default version in ftplib (closes #23111) | Benjamin Peterson | 2015-01-04 | 1 | -1/+1 | |
| | ||||||
* | Add missing URL link to Modernize docs. | Ned Deily | 2015-01-03 | 1 | -1/+1 | |
| | ||||||
* | update for copyright for 2015 | Benjamin Peterson | 2015-01-01 | 2 | -2/+2 | |
| | ||||||
* | Issue #23125: Update nose project page link. | Berker Peksag | 2014-12-28 | 1 | -1/+1 | |
| | | | | Reported by Damien Marié. | |||||
* | improve incorrect French (#23109) | Benjamin Peterson | 2014-12-24 | 1 | -2/+2 | |
| | | | | Following suggestions from Clément. | |||||
* | Issue #23070: Fix a comment in the tutorial. | Berker Peksag | 2014-12-17 | 1 | -1/+1 | |
| | | | | | | "Python" has 6 characters, not 7. Reported by Ross Burnett. | |||||
* | Issue #23047: Fix typo in pyporting.rst. | Berker Peksag | 2014-12-13 | 1 | -1/+1 | |
| | | | | Patch by Chaitanya agrawal. | |||||
* | Backport of porting HOWTO | Brett Cannon | 2014-12-12 | 1 | -583/+358 | |
| | ||||||
* | remove reference to dead irc channel (closes #23038) | Benjamin Peterson | 2014-12-12 | 1 | -3/+1 | |
| | ||||||
* | Issue 23005: Fix typos | Raymond Hettinger | 2014-12-12 | 1 | -2/+2 | |
| | ||||||
* | Issue #23006: Improve the documentation and indexing of dict.__missing__. | Terry Jan Reedy | 2014-12-10 | 2 | -9/+31 | |
| | | | | | | Add an entry in the language datamodel special methods section. Revise and index its discussion in the stdtypes mapping/dict section. Backport the code example from 3.4. | |||||
* | fix path to patchlevel.py | Benjamin Peterson | 2014-12-10 | 1 | -1/+1 | |
| | ||||||
* | Issue #17128: Use private version of OpenSSL for 2.7.9 OS X 10.5+ installer. | Ned Deily | 2014-12-10 | 1 | -3/+3 | |
| | | | | | | | | | | Among other issues, the Apple-supplied 0.9.7 libs for the 10.5 ABI cannot verify newer SHA-256 certs as now used by python.org services. Document in the installer ReadMe some of the certificate management issues that users now need to be more concerned with due to PEP 476's enabling cert verification by default. For now, continue to use the Apple-supplied 0.9.8 libs for the 10.6+ installer since they use Apple private APIs to verify certificates using the system- and user-managed CA keychain stores. | |||||
* | Issue #12602: Add missing cross-references to runpy and using/cmdline docs. | Berker Peksag | 2014-12-10 | 3 | -4/+17 | |
| | | | | Patch by Éric Araujo. | |||||
* | Merge 2.7.9 release branch | Benjamin Peterson | 2014-12-07 | 1 | -4/+4 | |
|\ | ||||||
| * | remove mention of check_hostname parameter | Benjamin Peterson | 2014-12-07 | 1 | -4/+4 | |
| | | ||||||
* | | merge 2.7.9 release branch | Benjamin Peterson | 2014-12-07 | 1 | -9/+2 | |
|\ \ | |/ | ||||||
| * | remove HTTPSConnection's check_hostname parameter (#22959) | Benjamin Peterson | 2014-12-07 | 1 | -9/+2 | |
| | | ||||||
* | | merge 2.7.9 release branch | Benjamin Peterson | 2014-12-06 | 1 | -2/+5 | |
|\ \ | |/ | ||||||
| * | note that sslv3 may not be available | Benjamin Peterson | 2014-12-06 | 1 | -2/+5 | |
| | | ||||||
* | | Edit Menus section of Idle doc. Make menu entries match current Idle in order | Terry Jan Reedy | 2014-12-05 | 1 | -123/+138 | |
| | | | | | | | | and case. Edit some of the explanatory sentences and end all with a period. | |||||
* | | Issue #3068: Document the new Configure Extensions dialog and menu entry. | Terry Jan Reedy | 2014-12-04 | 1 | -11/+19 | |
| | | ||||||
* | | Issue #16893: Update 2.7 version of Idle doc to match 3.4 doc as of the just | Terry Jan Reedy | 2014-12-04 | 1 | -89/+308 | |
| | | | | | | | | committed 6db65ff985b6. | |||||
* | | Fix #22987: update the compatibility matrix for a SSLv23 client. | Antoine Pitrou | 2014-12-03 | 1 | -4/+3 | |
| | | ||||||
* | | Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects | Serhiy Storchaka | 2014-12-03 | 1 | -8/+2 | |
| | | | | | | | | | | | | returned by ZipFile.open() can now operate independently of the ZipFile even if the ZipFile was created by passing in a file-like object as the first argument to the constructor. | |||||
* | | merge 2.7.9 release branch | Benjamin Peterson | 2014-11-30 | 1 | -3/+8 | |
|\ \ | |/ | ||||||
| * | add context parameter to xmlrpclib.ServerProxy (#22960) | Benjamin Peterson | 2014-11-30 | 1 | -3/+8 | |
| | | | | | | | | Patch from Alex Gaynor. | |||||
* | | Issue #21514: The documentation of the json module now refers to new JSON RFC | Serhiy Storchaka | 2014-11-27 | 1 | -42/+71 | |
| | | | | | | | | 7159 instead of obsoleted RFC 4627. | |||||
* | | pydoc: Add a note about setting PAGER to affect console output pagination. | Zachary Ware | 2014-11-27 | 1 | -0/+4 | |
|/ | | | | Suggested by James Lowden on docs@. | |||||
* | remove incorrect plural | Benjamin Peterson | 2014-11-25 | 1 | -1/+1 | |
| | ||||||
* | Issue #20351: Add examples for csv.DictReader and csv.DictWriter. | Berker Peksag | 2014-11-24 | 1 | -0/+25 | |
| | | | | Patch by Charles-Axel Dein. | |||||
* | Fix faulty indent. | Ned Deily | 2014-11-24 | 1 | -1/+1 | |
| | ||||||
* | pep 476: verify certificates by default (#22417) | Benjamin Peterson | 2014-11-24 | 3 | -7/+31 | |
| | ||||||
* | give urllib.urlopen a context parameter (closes #22927) | Benjamin Peterson | 2014-11-24 | 1 | -4/+14 | |
| | ||||||
* | fix versionchanged version | Benjamin Peterson | 2014-11-24 | 1 | -1/+1 | |
| | ||||||
* | allow hostname to be passed to SSLContext even if OpenSSL doesn't support ↵ | Benjamin Peterson | 2014-11-24 | 1 | -7/+7 | |
| | | | | | | SNI (closes #22921) Patch from Donald Stufft. | |||||
* | allow passing cert/ssl information to urllib2.urlopen and ↵ | Benjamin Peterson | 2014-11-23 | 2 | -12/+44 | |
| | | | | | | httplib.HTTPSConnection This is basically a backport of issues #9003 and #22366. | |||||
* | Fix 2to3 reference link in pyporting.rst. | Ned Deily | 2014-11-23 | 1 | -4/+3 | |
| | ||||||
* | Issue #22827: Backport the new Distributing and Instaling Docs from 3.4 | Donald Stufft | 2014-11-20 | 5 | -4/+403 | |
| | ||||||
* | Issue 22878: PEP 477 - "make install" and "make altinstall" integration | Ned Deily | 2014-11-20 | 2 | -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 Brandl | 2014-11-14 | 1 | -1/+1 | |
| | ||||||
* | Closes #22868: make example less ambiguous. | Georg Brandl | 2014-11-14 | 1 | -3/+3 | |
| | ||||||
* | Close #22300 by tweaking 2.7.9 What's New announcements | Nick Coghlan | 2014-11-14 | 1 | -0/+8 | |
| | ||||||
* | Implement PEP 477 - Backport ensurepip (PEP 453) to 2.7 | Donald Stufft | 2014-11-11 | 5 | -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 Storchaka | 2014-11-11 | 1 | -5/+5 | |
| | ||||||
* | Use internal links where possible | Raymond Hettinger | 2014-11-10 | 2 | -4/+2 | |
| | ||||||
* | Issue 22830: Clarify docs for functools.cmp_to_key(). | Raymond Hettinger | 2014-11-10 | 1 | -4/+7 | |
| |