Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 1 | -5/+5 |
| | |||||
* | Issue #26638: Fix links to some CLI options | Martin Panter | 2016-04-16 | 1 | -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 Storchaka | 2016-04-11 | 1 | -1/+1 |
| | |||||
* | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ↵ | Georg Brandl | 2016-02-26 | 1 | -2/+2 |
| | | | | to SilentGhost for the patch. | ||||
* | Issue #23857: Implement PEP 493 | Nick Coghlan | 2016-03-20 | 1 | -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 Storchaka | 2015-11-02 | 1 | -1/+1 |
| | |||||
* | Marked keystrokes with the :kbd: role. | Serhiy Storchaka | 2015-09-12 | 1 | -1/+1 |
| | | | | Fixed the case of the "Ctrl-" prefixes. | ||||
* | pep 476: verify certificates by default (#22417) | Benjamin Peterson | 2014-11-24 | 1 | -0/+23 |
| | |||||
* | Issue 22878: PEP 477 - "make install" and "make altinstall" integration | Ned Deily | 2014-11-20 | 1 | -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 announcements | Nick Coghlan | 2014-11-14 | 1 | -0/+8 |
| | |||||
* | Implement PEP 477 - Backport ensurepip (PEP 453) to 2.7 | Donald Stufft | 2014-11-11 | 1 | -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 redirects | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
| | |||||
* | Use https:// URLs when referring to python.org hosts. | Georg Brandl | 2014-10-29 | 1 | -4/+4 |
| | |||||
* | remove extra letter | Benjamin Peterson | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | standardize pep 466 relnote style | Benjamin Peterson | 2014-09-19 | 1 | -11/+9 |
| | |||||
* | whatsnew for pep 466 ssl backport | Benjamin Peterson | 2014-09-19 | 1 | -0/+11 |
| | |||||
* | Issue #22369: Change "context manager protocol" to "context management ↵ | Serhiy Storchaka | 2014-09-10 | 1 | -1/+1 |
| | | | | protocol". | ||||
* | Update PEP 466 What's New in 2.7 section | Nick Coghlan | 2014-08-23 | 1 | -6/+16 |
| | |||||
* | Updates to Python 2.7 What's New preamble | Nick Coghlan | 2014-06-07 | 1 | -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 Brandl | 2012-10-28 | 1 | -2/+0 |
| | |||||
* | update to new C roles and directives | Sandro Tosi | 2012-01-14 | 1 | -51/+51 |
| | |||||
* | Fix/improve markup in whatsnew/2.7. | Ezio Melotti | 2011-10-09 | 1 | -7/+10 |
| | |||||
* | s/a/an - grammar? | Senthil Kumaran | 2011-08-06 | 1 | -1/+1 |
| | |||||
* | Fix closes issue11047 - Correct the 2.7 whatsnew description for issue 7902. | Senthil Kumaran | 2011-08-06 | 1 | -2/+2 |
| | |||||
* | Merged revisions 86794,86798,86801 via svnmerge from | Georg Brandl | 2010-11-26 | 1 | -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 from | Mark Dickinson | 2010-08-15 | 1 | -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 from | Georg Brandl | 2010-07-11 | 1 | -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 Klose | 2010-07-07 | 1 | -6/+0 |
| | |||||
* | Merged revisions 82587 via svnmerge from | Georg Brandl | 2010-07-05 | 1 | -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 date | Benjamin Peterson | 2010-07-03 | 1 | -1/+1 |
| | |||||
* | add release date | Benjamin Peterson | 2010-07-03 | 1 | -3/+2 |
| | |||||
* | Use internal links. | Georg Brandl | 2010-07-03 | 1 | -2/+2 |
| | |||||
* | Update whatsnew/2.7.rst, add a few links and fix a couple of XXX. Also add ↵ | Ezio Melotti | 2010-07-03 | 1 | -64/+65 |
| | | | | a paragraph about DeprecationWarnings in cmdline.rst. | ||||
* | Issue 8202 actually caused an unintended behavioural change and was reverted ↵ | Nick Coghlan | 2010-07-02 | 1 | -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 out | Nick Coghlan | 2010-07-02 | 1 | -6/+6 |
| | |||||
* | remove reverted changed | Benjamin Peterson | 2010-06-24 | 1 | -3/+0 |
| | |||||
* | Add another bunch of items | Andrew M. Kuchling | 2010-06-15 | 1 | -0/+16 |
| | |||||
* | Add a few more items | Andrew M. Kuchling | 2010-06-11 | 1 | -0/+42 |
| | |||||
* | #8875: Remove duplicated paragraph | Andrew M. Kuchling | 2010-06-07 | 1 | -10/+0 |
| | |||||
* | Add item | Andrew M. Kuchling | 2010-05-27 | 1 | -0/+6 |
| | |||||
* | Add three items | Andrew M. Kuchling | 2010-05-25 | 1 | -3/+16 |
| | |||||
* | Revision pass: lots of edits, typo fixes, rearrangements | Andrew M. Kuchling | 2010-05-12 | 1 | -191/+212 |
| | |||||
* | Link to unittest2 article | Andrew M. Kuchling | 2010-05-10 | 1 | -0/+5 |
| | |||||
* | Use title case | Andrew M. Kuchling | 2010-05-10 | 1 | -1/+1 |
| | |||||
* | Markup fix; re-word a sentence | Andrew M. Kuchling | 2010-05-10 | 1 | -2/+2 |
| | |||||
* | finish clause | Benjamin Peterson | 2010-05-09 | 1 | -1/+1 |
| | |||||
* | Write summary of the 2.7 release; rewrite the future section some more; | Andrew M. Kuchling | 2010-05-08 | 1 | -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 fixes | Andrew M. Kuchling | 2010-05-08 | 1 | -2/+2 |
| | |||||
* | Add logging.dictConfig example; give up on writing a Ttk example | Andrew M. Kuchling | 2010-05-08 | 1 | -4/+58 |
| | |||||
* | Get accents correct | Andrew M. Kuchling | 2010-05-08 | 1 | -10/+8 |
| |