summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Collapse)AuthorAgeFilesLines
* bpo-23404: Update/sync What's New files for 3.6/3.5/2.7 (GH-7624)Ned Deily2018-06-111-9/+37
|
* [2.7] bpo-33503: Fix the broken pypi link in the source and the ↵Stéphane Wirtel2018-05-163-3/+3
| | | | | | | documentation (GH-6814). (GH-6905) (cherry picked from commit 19177fbd5d6d9b29ccc302d65f9d9417ece082ce) Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
* Fix description about SimpleXMLRPCServer constructor parameter ↵Miss Islington (bot)2018-03-261-1/+1
| | | | | | | | bind_and_activate. (GH-776) Passing True as the `bind_and_activate` *do* immediately opening and binding to their socket. (cherry picked from commit e6223579c87b93f3e60d28796f521587d88091d4) Co-authored-by: cocoatomo <cocoatomo77@gmail.com>
* bpo-32304: Fix distutils upload for tar files ending with b'\r' (GH-5264) ↵Bo Bayles2018-01-291-0/+5
| | | | | (GH-5331) Patch by Bo Bayles.
* [2.7] bpo-31733, bpo-31692: Document 2 new env vars in What's New in Python ↵Victor Stinner2017-10-171-0/+15
| | | | | | 2.7 (GH-4019) bpo-31733, bpo-31692: Document the new PYTHONSHOWREFCOUNT and PYTHONSHOWALLOCCOUNT environment variables.
* Avoid line breaks after hyphens, otherwise they are turned into spacesMartin Panter2017-01-147-52/+52
|
* Issue #15527: remove double parens by changing markup.Martin Panter2017-01-146-91/+91
| | | | Patch by Serhiy Storchaka.
* Issue #28440: No longer add /Library/Python/site-packages, the Apple-suppliedNed Deily2016-12-031-0/+12
| | | | | | | | | | system Python site-packages directory, to sys.path for macOS framework builds. The coupling between the two Python instances often caused confusion and, as of macOS 10.12, changes to the site-packages layout can cause pip component installations to fail. This change reverts the effects introduced in 2.7.0 by Issue #4865. If you are using a package with both the Apple system Python 2.7 and a user-installed Python 2.7, you will need to ensure that copies of the package are installed with both Python instances.
* Issue #21818: Fixed references to classes that have names matching with moduleSerhiy Storchaka2016-12-026-21/+21
| | | | names.
* Issue #28763: Use double hyphens (rendered as en-dashes) in numerical rangesSerhiy Storchaka2016-11-262-3/+3
| | | | in the documentation.
* Issue #26638: Mask undefined CLI options to defeat new Sphinx warningsMartin Panter2016-10-308-34/+34
|
* Issue #19795: Improved more markups of True/False.Serhiy Storchaka2016-10-191-5/+5
|
* Correct spelling in documentation and code commentsMartin Panter2016-09-101-2/+2
|
* Fix some spelling errorsMartin Panter2016-08-201-1/+1
|
* Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting.Martin Panter2016-07-263-7/+15
| | | | Patch by Julien Palard.
* Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-1/+1
| | | | | | This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed to fix the grammar.
* Issue #24314: Add links for general attributes like __name__, __dict__Martin Panter2016-06-183-13/+13
|
* Fix typo in documentationMartin Panter2016-06-121-1/+1
|
* Issue #27125: Fix various errors like “will [be] inherited”Martin Panter2016-05-291-1/+1
|
* Fix Issue #21528 - Fix documentation typosDonald Stufft2014-05-201-1/+1
|
* Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-076-17/+17
|
* Fix spelling (inital), grammar (may translates) in documentation, commentsMartin Panter2016-04-191-1/+1
|
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-172-2/+2
|
* Fix typos in code comment and documentationMartin Panter2016-04-161-1/+1
|
* Issue #26638: Fix links to some CLI optionsMartin Panter2016-04-165-13/+13
| | | | | 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
|
* Issue #25910: Fixed dead links in the docs.Serhiy Storchaka2016-04-113-5/+5
|
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ↵Georg Brandl2016-02-267-20/+20
| | | | 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-123-4/+4
| | | | 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-294-5/+5
|
* Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-298-26/+26
|
* Doc: remove invalid uses of ":option:" which will emit warnings in Sphinx 1.3.Georg Brandl2014-09-201-1/+1
|
* 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
* Removed spaces before colons and semicolons.Serhiy Storchaka2013-12-243-5/+5
|
* Issue #18589: fix hyperlinking of type slots (tp_*)Antoine Pitrou2013-08-011-3/+3
|
* Remove confusing "Release" and "Date" markers from whatsnews.Georg Brandl2012-10-282-4/+0
|
* #15543: reflow paragraphs.R David Murray2012-08-152-12/+12
|
* #15543: glossary entry for and 'universal newlines', and links to it.R David Murray2012-08-154-4/+17
| | | | Patch by Chris Jerdonek.
* don't split 'Hye-Shik Chang' name; thanks to Sergey from docs@Sandro Tosi2012-02-191-3/+3
|