Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-23404: Update/sync What's New files for 3.6/3.5/2.7 (GH-7624) | Ned Deily | 2018-06-11 | 1 | -9/+37 |
| | |||||
* | [2.7] bpo-33503: Fix the broken pypi link in the source and the ↵ | Stéphane Wirtel | 2018-05-16 | 3 | -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-26 | 1 | -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 Bayles | 2018-01-29 | 1 | -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 Stinner | 2017-10-17 | 1 | -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 spaces | Martin Panter | 2017-01-14 | 7 | -52/+52 |
| | |||||
* | Issue #15527: remove double parens by changing markup. | Martin Panter | 2017-01-14 | 6 | -91/+91 |
| | | | | Patch by Serhiy Storchaka. | ||||
* | Issue #28440: No longer add /Library/Python/site-packages, the Apple-supplied | Ned Deily | 2016-12-03 | 1 | -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 module | Serhiy Storchaka | 2016-12-02 | 6 | -21/+21 |
| | | | | names. | ||||
* | Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges | Serhiy Storchaka | 2016-11-26 | 2 | -3/+3 |
| | | | | in the documentation. | ||||
* | Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings | Martin Panter | 2016-10-30 | 8 | -34/+34 |
| | |||||
* | Issue #19795: Improved more markups of True/False. | Serhiy Storchaka | 2016-10-19 | 1 | -5/+5 |
| | |||||
* | Correct spelling in documentation and code comments | Martin Panter | 2016-09-10 | 1 | -2/+2 |
| | |||||
* | Fix some spelling errors | Martin Panter | 2016-08-20 | 1 | -1/+1 |
| | |||||
* | Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting. | Martin Panter | 2016-07-26 | 3 | -7/+15 |
| | | | | Patch by Julien Palard. | ||||
* | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 1 | -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 Panter | 2016-06-18 | 3 | -13/+13 |
| | |||||
* | Fix typo in documentation | Martin Panter | 2016-06-12 | 1 | -1/+1 |
| | |||||
* | Issue #27125: Fix various errors like “will [be] inherited” | Martin Panter | 2016-05-29 | 1 | -1/+1 |
| | |||||
* | Fix Issue #21528 - Fix documentation typos | Donald Stufft | 2014-05-20 | 1 | -1/+1 |
| | |||||
* | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 6 | -17/+17 |
| | |||||
* | Fix spelling (inital), grammar (may translates) in documentation, comments | Martin Panter | 2016-04-19 | 1 | -1/+1 |
| | |||||
* | Issue #26778: Fixed "a/an/and" typos in code comment and documentation. | Serhiy Storchaka | 2016-04-17 | 2 | -2/+2 |
| | |||||
* | Fix typos in code comment and documentation | Martin Panter | 2016-04-16 | 1 | -1/+1 |
| | |||||
* | Issue #26638: Fix links to some CLI options | Martin Panter | 2016-04-16 | 5 | -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 Storchaka | 2016-04-11 | 1 | -1/+1 |
| | |||||
* | Issue #25910: Fixed dead links in the docs. | Serhiy Storchaka | 2016-04-11 | 3 | -5/+5 |
| | |||||
* | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ↵ | Georg Brandl | 2016-02-26 | 7 | -20/+20 |
| | | | | 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 | 3 | -4/+4 |
| | | | | 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 | 4 | -5/+5 |
| | |||||
* | Use https:// URLs when referring to python.org hosts. | Georg Brandl | 2014-10-29 | 8 | -26/+26 |
| | |||||
* | Doc: remove invalid uses of ":option:" which will emit warnings in Sphinx 1.3. | Georg Brandl | 2014-09-20 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | Removed spaces before colons and semicolons. | Serhiy Storchaka | 2013-12-24 | 3 | -5/+5 |
| | |||||
* | Issue #18589: fix hyperlinking of type slots (tp_*) | Antoine Pitrou | 2013-08-01 | 1 | -3/+3 |
| | |||||
* | Remove confusing "Release" and "Date" markers from whatsnews. | Georg Brandl | 2012-10-28 | 2 | -4/+0 |
| | |||||
* | #15543: reflow paragraphs. | R David Murray | 2012-08-15 | 2 | -12/+12 |
| | |||||
* | #15543: glossary entry for and 'universal newlines', and links to it. | R David Murray | 2012-08-15 | 4 | -4/+17 |
| | | | | Patch by Chris Jerdonek. | ||||
* | don't split 'Hye-Shik Chang' name; thanks to Sergey from docs@ | Sandro Tosi | 2012-02-19 | 1 | -3/+3 |
| |