summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* 00165-crypt-module-salt-backport.patchFedora Python maintainers2020-09-291-9/+104
| | | | | | | | | | 00165 # Backport to Python 2 from Python 3.3 of improvements to the "crypt" module adding precanned ways of salting a password (rhbz#835021) Based on r88500 patch to py3k from Python 3.3 plus 6482dd1c11ed, 0586c699d467, 62994662676a, 74a1110a3b50, plus edits to docstrings to note that this additional functionality is not standard within 2.7
* Remove incorrect comma. (GH-19604)Benjamin Peterson2020-04-191-1/+1
|
* [2.7] Doc: Add an optional obsolete header. (GH-19229)Leonard Richardson2020-04-183-0/+21
|
* Doc: Change Python 2 status to EOL. (GH-17885)Miss Islington (bot)2020-01-071-1/+1
| | | | | (cherry picked from commit f4800b8ed3dbe15a0078869a836d968ab3362b8c) Co-authored-by: Inada Naoki <songofacandy@gmail.com>
* [2.7] Bring Python into the next decade. (GH-17805)Benjamin Peterson2020-01-032-2/+2
| | | | | (cherry picked from commit 946b29ea0b3b386ed05e87e60b8617c9dc19cd53) Co-authored-by: Benjamin Peterson <benjamin@python.org>
* [2.7] Minor C API documentation improvements. (GH-17699)Benjamin Peterson2019-12-251-1/+1
| | | | | | (cherry picked from commit 5c7ed7550ec2da16d7679e538fcd7c1a5631811f) Co-authored-by: William Ayd <william.ayd@icloud.com>
* document threading.Lock.locked() (GH-17427)Miss Islington (bot)2019-12-011-0/+4
| | | | | (cherry picked from commit fdafa1d0ed0a8930b52ee81e57c931cc4d5c2388) Co-authored-by: idomic <michael.ido@gmail.com>
* bpo-38557: Improve documentation for list and tuple C API. (GH-16925)Miss Skeleton (bot)2019-10-263-12/+19
| | | | | (cherry picked from commit d898d20e8c228229eb68e545f544db13f246f216) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* Fix Zope URL (GH-16880)Miss Skeleton (bot)2019-10-221-1/+1
| | | | | (cherry picked from commit dfe726b1ace03f206f45253b93ed7610473ae20f) Co-authored-by: Kyle Stanley <aeros167@gmail.com>
* Update doc switcher list for 3.8.0 (GH-16809)Miss Islington (bot)2019-10-191-1/+1
| | | | | (cherry picked from commit 3f36043db22361500f52634f2b8de49dde0e7da9) Co-authored-by: Ned Deily <nad@python.org>
* bpo-32758: Warn that ast.parse() and ast.literal_eval() can segfault the ↵Ashley Whetter2019-10-181-0/+10
| | | | | | | interpreter (GH-5960) (GH-16565) (cherry picked from commit 7a7f100eb352d08938ee0f5ba59c18f56dc4a7b5) Co-authored-by: Brett Cannon <brettcannon@users.noreply.github.com>
* bpo-32758: Warn that compile() can crash when compiling to an AST object ↵Ashley Whetter2019-10-181-0/+6
| | | | | | | (GH-6043) (GH-16566) (cherry picked from commit f7a6ff6fcab32a53f262ba3f8a072c27afc330d7) Co-authored-by: Brett Cannon <brettcannon@users.noreply.github.com>
* Doc: 3.8 is now stable. (GH-16790) (GH-16794)Miss Islington (bot)2019-10-141-1/+1
| | | | | (cherry picked from commit 4504b4500d2a1a80c26b27b0bfff8b624d5ce06c) Co-authored-by: Julien Palard <julien@palard.fr>
* [2.7] bpo-31036: Allow sphinx and blurb to be found automatically (GH-16638)Benjamin Peterson2019-10-081-3/+10
| | | | | | Rather than requiring the path to blurb and/or sphinx-build to be specified to the make rule, enhance the Doc/Makefile to look for each first in a virtual environment created by make venv and, if not found, look on the normal process PATH. This allows the Doc/Makefile to take advantage of an installed spinx-build or blurb and, thus, do the right thing most of the time. Also, make the directory for the venv be configurable and document the `make venv` target.. (cherry picked from commit 590665c399fc4aa3c4a9f8e7104d43a02e9f3a0c) Co-authored-by: Ned Deily <nad@python.org>
* bpo-35036: Remove empty log line in the suspicious.py tool (GH-10024)Miss Islington (bot)2019-10-081-1/+0
| | | | | | | Previous to commit ee171a2 the logline was working because of self.info() (now deprecated) defaults to an empty message. (cherry picked from commit c3f52a59ce8406d9e59253ad4621e4749abdaeef) Co-authored-by: Xtreak <tirkarthi@users.noreply.github.com>
* bpo-31589 : Build PDF using xelatex for better UTF8 support. (GH-3940)Miss Islington (bot)2019-10-081-3/+2
| | | | | | Also addresses doc build failures documented in bpo-32200. (cherry picked from commit 7324b5ce8e7c031a0a3832a6a8d7c639111ae0ff) Co-authored-by: Julien Palard <julien@palard.fr>
* [2.7] Stop using deprecated logging API in Sphinx suspicious checker (GH-16635)Benjamin Peterson2019-10-082-5/+7
| | | | | (cherry picked from commit ee171a26c1169abfae534b08acc0d95c6e45a22a) Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
* bpo-37904: Edition on python tutorial - section 4 (GH-16169) (GH-16236)Miss Islington (bot)2019-09-181-2/+2
| | | | | | | | | | A little change on first paragraph of python tutorial to be more clearly https://bugs.python.org/issue37904 Automerge-Triggered-By: @ericvsmith (cherry picked from commit b57481318e3e3cbacd398b898f9849ec8f2d7eec) Co-authored-by: Diego Alberto Barriga Martínez <diegobarriga@protonmail.com>
* [2.7] bpo-36502: Update link to UAX GH-44, the Unicode doc on the UCD. ↵Benjamin Peterson2019-09-091-1/+1
| | | | | | | | | | | | (GH-15808) The link we have points to the version from Unicode 6.0.0, dated 2010. There have been numerous updates to it since then: https://www.unicode.org/reports/tr44/GH-Modifications Change the link to one that points to the current version. Also, use HTTPS.. (cherry picked from commit 64c6ac74e254d31f93fcc74bf02b3daa7d3e3f25) Co-authored-by: Greg Price <gnprice@gmail.com>
* [2.7] bpo-34410: Fix a crash in the tee iterator when re-enter it. ↵Serhiy Storchaka2019-09-091-0/+4
| | | | | | | (GH-15625) (GH-15740) RuntimeError is now raised in this case. (cherry picked from commit 526a01467b3277f9fcf7f91e66c23321caa1245d)
* bpo-37823: Fix open() link in telnetlib doc (GH-15281)Miss Islington (bot)2019-08-211-1/+1
| | | | | | Fixed wrong link to Telnet.open() method in telnetlib documentation. (cherry picked from commit e0b6117e2723327d6741d0aa599408514add5b30) Co-authored-by: Michael Anckaert <michael.anckaert@sinax.be>
* [2.7] bpo-37730: Fix usage of NotImplemented instead of NotImplementedError ↵David H2019-08-051-3/+3
| | | | | | | | in docs. (GH-15062). (GH-15133) (cherry picked from commit ed5e8e06cbf766e89d6c58a882ee024abb5b2ed7) Co-authored-by: David H <dheiberg@mozilla.com>
* bpo-34369: make kqueue.control() docs better reflect that timeout is ↵Miss Islington (bot)2019-07-111-3/+4
| | | | | | | positional-only (GH-9499) (cherry picked from commit 79042ac4348ccc09344014f20dd49401579f8795) Co-authored-by: Tal Einat <taleinat@gmail.com>
* Document default parameter of .seek() in the signature. (GH-14691)Miss Islington (bot)2019-07-111-2/+2
| | | | | (cherry picked from commit 2a3d4d9c53dd4831c3ecf56bc7c4a289c33030d6) Co-authored-by: Benjamin Peterson <benjamin@python.org>
* bpo-37513: Change ValueError to TypeError in an example in ctypes doc (GH-14615)Miss Islington (bot)2019-07-071-1/+1
| | | | | (cherry picked from commit f6cdd3ff687ebbf8209d793a18a042ea495c4aeb) Co-authored-by: Hai Shi <shihai1992@gmail.com>
* bpo-37487: Fix PyList_GetItem index description. (GH-14623) (GH-14626)Miss Islington (bot)2019-07-061-3/+3
| | | | | | 0 is a legal index. (cherry picked from commit f8709e804d16ec5d44b1d2f00d59a0f78df7b792) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
* bpo-37149: Replace dead link for online Tkinter reference (GH-14616)Miss Islington (bot)2019-07-061-2/+2
| | | | | | Also fix a name misspelling. (cherry picked from commit 45bc61b97178b27ae05bd3eb95481bf0325795bb) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
* [2.7] bpo-30754: Document textwrap.dedent blank line behavior. (GH-14469) ↵Miss Islington (bot)2019-06-301-0/+3
| | | | | | | | | | | | (GH-14475) * Added documentation for textwrap.dedent behavior. (cherry picked from commit eb97b9211e7c99841d6cae8c63893b3525d5a401) Co-authored-by: tmblweed <tmblweed@users.noreply.github.com> https://bugs.python.org/issue30754
* [2.7] Update link in colorsys docs to be https (GH-14062) (GH-14110)Alex Gaynor2019-06-181-1/+1
|
* [2.7] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() ↵Zackery Spytz2019-06-071-0/+6
| | | | | | | (GH-13860) (GH-13898) (cherry picked from commit dc2476500d91082f0c907772c83a044bf49af279) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
* Update outdated reference to Mercurial (GH-12857)Anthony Sottile2019-06-051-1/+1
|
* Doc: Python 3.9 in sidebar and version switcher. (GH-13824)Miss Islington (bot)2019-06-042-2/+4
| | | | | (cherry picked from commit 59e7bbcaa4d0d556591f774c5ea4869c41fa95b0) Co-authored-by: Julien Palard <julien@palard.fr>
* [2.7] bpo-33071: remove outdated PyPI docs (GH-13087) (GH-13584)Hai Shi2019-05-292-241/+6
| | | | | | | | | Patch by Kojo Idrissa. (cherry picked from commit 1b4abcf302ff2c8f4d4881294510d48ba5186b53) Co-authored-by: Kojo Idrissa <kojoidrissa@users.noreply.github.com> https://bugs.python.org/issue33071
* [2.7] bpo-24712: Doc: Make sidebar sticky using browser support. (GH-13179)Julien Palard2019-05-081-0/+12
| | | Patch by Mike Taylor.
* closes bpo-35329: Change 'Package' to 'package' in accordance with PEP8. ↵Miss Islington (bot)2019-04-301-1/+1
| | | | | | | (GH-13008) (cherry picked from commit ee0309f3d83ab9ffa02542bcf45ece84f4fb265e) Co-authored-by: Utkarsh Gupta <guptautkarsh2102@gmail.com>
* bpo-30134: fix BytesWarning doc, docstring and message (GH-12739)Inada Naoki2019-04-092-2/+2
|
* bpo-30134: add BytesWarning in warnings.rst (GH-12738)Inada Naoki2019-04-091-0/+3
|
* bpo-30134: add an explanation of BytesWarning (GH-1249)cocoatomo2019-04-091-0/+7
|
* bpo-33832: Add "magic method" glossary entry (GH-7630)Miss Islington (bot)2019-03-271-0/+7
| | | | | (cherry picked from commit f760610bddd7e8f8ac0914d5d59ef806bc16a73b) Co-authored-by: Andre Delfino <adelfino@gmail.com>
* [2.7] bpo-34203: FAQ: improve wording of paragraph about 2.x vs. 3.x ↵Miss Islington (bot)2019-03-261-8/+4
| | | | | | | | | | | (GH-9821) (GH-12568) (cherry picked from commit 6cd658b1a5cb2413230dbc2d9395d20498be8518) Co-authored-by: Tal Einat <taleinat+github@gmail.com> https://bugs.python.org/issue34203
* bpo-34085: Improve wording on classmethod/staticmethod (GH-8228)Miss Islington (bot)2019-03-251-12/+10
| | | | | | | | | | * bpo-34085: Improve wording on classmethod/staticmethod * Address comments from Éric * Address comments from Éric (cherry picked from commit 548cb6060ab9d5a66931ea2be4da08c2c72c9176) Co-authored-by: Andre Delfino <adelfino@gmail.com>
* [2.7] bpo-35564: add master_doc='contents' to conf.py (GH-12462)Julien Palard2019-03-201-0/+2
| | | | | (cherry picked from commit fc8284e22074af8154e9865c8391b955f13a308b) Co-authored-by: Jean-François B <jfbu@free.fr>
* [2.7] bpo-35605: Fix documentation build for sphinx<1.6 (GH-12413)Julien Palard2019-03-182-2/+6
| | | (cherry picked from commit dfc8fc15fa989acba3c372572e52bbcb5ab38a37)
* bpo-36216: Add check for characters in netloc that normalize to separators ↵Steve Dower2019-03-071-0/+20
| | | | (GH-12201)
* Fix the documentation for set.copy() (GH-12176)Miss Islington (bot)2019-03-071-1/+1
| | | | | | Remove 's' mention as there's no argument. (cherry picked from commit e942e7b5c91995ae1ad967ef2c0f116a5d8555de) Co-authored-by: Andre Delfino <adelfino@gmail.com>
* [2.7] bpo-36019: Use pythontest.net in urllib network tests (GH-11941) ↵Stéphane Wirtel2019-03-051-0/+5
| | | | | | (GH-12177) Use test_support.TEST_HTTP_URL (pythontest.net) instead of http://www.example.com/.
* Document the surprising sideeffect PyErr_Print(). (GH-12081)Miss Islington (bot)2019-02-271-2/+6
| | | | | | | | Did you know an API documented as printing the pending traceback would sometimes exit the process? You do now. (cherry picked from commit 4173772031747a9b249be4100b4aa9eda805ea23) Co-authored-by: Gregory P. Smith <greg@krypto.org>
* Update FAQ to point to Infrastructure Team website. (GH-12079)Ned Deily2019-02-271-8/+2
|
* bpo-36089: Fix formatting/spelling on SimpleHTTPServer docs. (GH-11995)Alan Grgic2019-02-231-1/+1
|
* bpo-35584: Clarify role of caret in a class class (GH-11946) (GH-11948)Miss Islington (bot)2019-02-191-2/+3
| | | | | | https://bugs.python.org/issue35584 (cherry picked from commit 3bacf6126522a9b3bcb6be0c4f3ee6a895dfe772) Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>