summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/2.7.rst
Commit message (Collapse)AuthorAgeFilesLines
* Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-5/+5
|
* Issue #26638: Fix links to some CLI optionsMartin Panter2016-04-161-4/+4
| | | | | Disable inappropriate links to Python interpreter options. Also make CLI section label in timeit less ambiguous.
* Issue #25910: Fixed more links in the docs.Serhiy Storchaka2016-04-111-1/+1
|
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ↵Georg Brandl2016-02-261-2/+2
| | | | to SilentGhost for the patch.
* Issue #23857: Implement PEP 493Nick Coghlan2016-03-201-6/+30
| | | | | | Adds a Python-2-only ssl module API and environment variable to configure the default handling of SSL/TLS certificates for HTTPS connections.
* Issue #25523: Backported a-to-an corrections.Serhiy Storchaka2015-11-021-1/+1
|
* Marked keystrokes with the :kbd: role.Serhiy Storchaka2015-09-121-1/+1
| | | | Fixed the case of the "Ctrl-" prefixes.
* pep 476: verify certificates by default (#22417)Benjamin Peterson2014-11-241-0/+23
|
* Issue 22878: PEP 477 - "make install" and "make altinstall" integrationNed Deily2014-11-201-0/+5
| | | | | | | | | | | | | | 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).
* 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-111-0/+59
| | | | | | | | | | | | | | | | | | | * 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.
* Fixing broken links in doc, part 4: some more breaks and redirectsGeorg Brandl2014-10-291-1/+1
|
* Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-291-4/+4
|
* remove extra letterBenjamin Peterson2014-09-191-1/+1
|
* standardize pep 466 relnote styleBenjamin Peterson2014-09-191-11/+9
|
* whatsnew for pep 466 ssl backportBenjamin Peterson2014-09-191-0/+11
|
* Issue #22369: Change "context manager protocol" to "context management ↵Serhiy Storchaka2014-09-101-1/+1
| | | | protocol".
* Update PEP 466 What's New in 2.7 sectionNick Coghlan2014-08-231-6/+16
|
* Updates to Python 2.7 What's New preambleNick Coghlan2014-06-071-39/+133
| | | | | | | | - refers to release PEP for lifecycle information - refers to Python Package Index for migration tools - covers enhancements added in maintenance releases Closes issue #21569
* Remove confusing "Release" and "Date" markers from whatsnews.Georg Brandl2012-10-281-2/+0
|
* update to new C roles and directivesSandro Tosi2012-01-141-51/+51
|
* Fix/improve markup in whatsnew/2.7.Ezio Melotti2011-10-091-7/+10
|
* s/a/an - grammar?Senthil Kumaran2011-08-061-1/+1
|
* Fix closes issue11047 - Correct the 2.7 whatsnew description for issue 7902.Senthil Kumaran2011-08-061-2/+2
|
* Merged revisions 86794,86798,86801 via svnmerge fromGeorg Brandl2010-11-261-1/+1
| | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86794 | georg.brandl | 2010-11-26 12:50:13 +0100 (Fr, 26 Nov 2010) | 1 line #10526: fix typo. ........ r86798 | georg.brandl | 2010-11-26 13:05:48 +0100 (Fr, 26 Nov 2010) | 1 line #10420: fix docs of bdb.effective(). ........ r86801 | georg.brandl | 2010-11-26 13:12:14 +0100 (Fr, 26 Nov 2010) | 1 line Better example for os.system(): do not change the system time. ........
* Merged revisions 84065 via svnmerge fromMark Dickinson2010-08-151-4/+6
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84065 | mark.dickinson | 2010-08-15 10:43:29 +0100 (Sun, 15 Aug 2010) | 1 line Clarify whatsnew entry for short float repr: roundtripping is not a new feature in 2.7. ........
* Merged revisions 82799 via svnmerge fromGeorg Brandl2010-07-111-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82799 | georg.brandl | 2010-07-11 11:26:57 +0200 (So, 11 Jul 2010) | 1 line Fix typo. ........
* Remove whatsnew item about --with-computed-gotos.Matthias Klose2010-07-071-6/+0
|
* Merged revisions 82587 via svnmerge fromGeorg Brandl2010-07-051-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82587 | georg.brandl | 2010-07-05 19:48:38 +0200 (Mo, 05 Jul 2010) | 1 line #9166: NotImplemented is not an exception. ........
* fix dateBenjamin Peterson2010-07-031-1/+1
|
* add release dateBenjamin Peterson2010-07-031-3/+2
|
* Use internal links.Georg Brandl2010-07-031-2/+2
|
* Update whatsnew/2.7.rst, add a few links and fix a couple of XXX. Also add ↵Ezio Melotti2010-07-031-64/+65
| | | | a paragraph about DeprecationWarnings in cmdline.rst.
* Issue 8202 actually caused an unintended behavioural change and was reverted ↵Nick Coghlan2010-07-021-7/+0
| | | | in 2.7 - remove reference from What's New
* Fix a couple of minor nits in What's New before the release goes outNick Coghlan2010-07-021-6/+6
|
* remove reverted changedBenjamin Peterson2010-06-241-3/+0
|
* Add another bunch of itemsAndrew M. Kuchling2010-06-151-0/+16
|
* Add a few more itemsAndrew M. Kuchling2010-06-111-0/+42
|
* #8875: Remove duplicated paragraphAndrew M. Kuchling2010-06-071-10/+0
|
* Add itemAndrew M. Kuchling2010-05-271-0/+6
|
* Add three itemsAndrew M. Kuchling2010-05-251-3/+16
|
* Revision pass: lots of edits, typo fixes, rearrangementsAndrew M. Kuchling2010-05-121-191/+212
|
* Link to unittest2 articleAndrew M. Kuchling2010-05-101-0/+5
|
* Use title caseAndrew M. Kuchling2010-05-101-1/+1
|
* Markup fix; re-word a sentenceAndrew M. Kuchling2010-05-101-2/+2
|
* finish clauseBenjamin Peterson2010-05-091-1/+1
|
* Write summary of the 2.7 release; rewrite the future section some more;Andrew M. Kuchling2010-05-081-15/+39
| | | | | | | | mention PYTHONWARNINGS env. var; tweak some examples for readability. And with this commit, the "What's New" is done... except for a complete read-through to polish the text, and fixing any reported errors, but those tasks can easily wait until after beta2.
* Markup fixesAndrew M. Kuchling2010-05-081-2/+2
|
* Add logging.dictConfig example; give up on writing a Ttk exampleAndrew M. Kuchling2010-05-081-4/+58
|
* Get accents correctAndrew M. Kuchling2010-05-081-10/+8
|