summaryrefslogtreecommitdiff
path: root/Doc/faq/design.rst
Commit message (Collapse)AuthorAgeFilesLines
* Fix plural typo in documentation (GH-19799)Alex Povel2020-04-291-1/+1
| | | Co-authored-by: Alex Povel <python@alexpovel.de>
* bpo-38558: Link to further docs from walrus operator mention in tutorial ↵Adorilson Bezerra2020-02-031-0/+2
| | | | (GH-16973)
* bpo-35224: Additional documentation for Assignment Expressions (GH-15935)Emily Morehouse2019-09-111-57/+6
| | | | | | | | | | | | | Add or update assignment expression documentation for: - FAQ - Design - Reference - Expressions - Reference - Lexical Analysis https://bugs.python.org/issue35224 Automerge-Triggered-By: @matrixise
* bpo-37352: Minor word-smithing for design.rst (GH #14730)Ilya Kamenshchikov2019-07-161-5/+5
|
* Docs: Improved phrasing (GH-14069)Aeros2019-06-201-4/+6
| | | | | | | | * Docs: Improved phrasing Removed usage of second person pronouns in the section and made the assumption of "uneasiness" in code style transition more neutral. * Removed trailing whitespace on line 34
* bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037)Stéphane Wirtel2018-10-261-1/+1
|
* bpo-27671: Update FAQ about why len is function (GH-8432)INADA Naoki2018-07-311-18/+19
|
* bpo-33888: Use CPython instead of Python in the FAQ (GH-7767)Andrés Delfino2018-07-071-6/+6
| | | | Make the change where discussing the CPython implementation of lists and dicts.
* Update Stackless Python wiki URL (GH-8072)Julien Palard2018-07-041-1/+1
| | | It was moved from bitbucket to GitHub.
* bpo-33957: Doc: Use better wording (GH-7912)Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)2018-06-261-1/+1
|
* bpo-33887: Add TOC to Design and History FAQ(GH-7766)Andrés Delfino2018-06-231-0/+5
|
* bpo-33799: Remove non-ordered dicts comments from FAQAndrés Delfino2018-06-081-5/+1
|
* bpo-25910: Fixes redirection from http to https (#4674)Sanyam Khurana2017-12-061-1/+1
|
* Issue #28763: Use double hyphens (rendered as en-dashes) in numerical rangesSerhiy Storchaka2016-11-261-2/+2
|\ | | | | | | in the documentation.
| * Issue #28763: Use double hyphens (rendered as en-dashes) in numerical rangesSerhiy Storchaka2016-11-261-2/+2
| | | | | | | | in the documentation.
* | Issue #28705: greatly simplify the FAQ entry on transpiling.Brett Cannon2016-11-181-27/+5
|/ | | | This also eliminats a dead link to Weave in the process.
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-8/+10
| | | | Original patch by James Edwards.
* Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-1/+1
|
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ↵Georg Brandl2016-02-261-1/+1
| | | | to SilentGhost for the patch.
* Fixing broken links in doc, part 1: faq/Georg Brandl2014-10-291-3/+3
|
* Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-291-2/+2
|
* Closes #16155: fix a few errors in doctest output of the FAQ pages.Georg Brandl2014-10-061-1/+1
|
* #20135: move FAQ about mutable default arguments to the programming FAQs page.Ezio Melotti2014-07-061-56/+0
|
* Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-1/+2
|
* Use "lambda expression" as preferred to "lambda form".Georg Brandl2013-10-061-5/+5
|
* Closes #17726: small clarification in design FAQ.Georg Brandl2013-04-141-2/+2
|
* #16862: merge with 3.2.Ezio Melotti2013-01-051-6/+3
|\
| * #16862: remove outdated statements about Stackless.Ezio Melotti2013-01-051-3/+0
| |
| * Cleanup a few minor things.Ezio Melotti2013-01-051-3/+3
| |
* | Merge example fix with 3.2.Ezio Melotti2013-01-051-1/+1
|\ \ | |/
| * Fix example by making the exception inherit from Exception.Ezio Melotti2013-01-051-1/+1
| |
* | Issue #14245: Merge changes from 3.2.Mark Dickinson2012-05-131-37/+26
|\ \ | |/
| * Issue #14245: Improve floating-point entry in FAQ. Thanks Zbyszek ↵Mark Dickinson2012-05-131-37/+26
| | | | | | | | Jędrzejewski-Szmek for some of the wording.
* | merge with 3.2Georg Brandl2012-03-171-5/+5
|\ \ | |/
| * Closes #14306: clarify expensiveness of try-except and update code snippetGeorg Brandl2012-03-171-5/+5
| |
* | Closes #14298: update section about dict implementation.Georg Brandl2012-03-141-8/+10
| |
* | Merge from 3.2Antoine Pitrou2011-12-031-77/+55
|\ \ | |/
| * Streamline mention of sorted()Antoine Pitrou2011-12-031-4/+4
| |
| * Break down and refine memory management questionAntoine Pitrou2011-12-031-41/+34
| |
| * Reformulate answer, and remove off-topic discussion of bytecode in a ↵Antoine Pitrou2011-12-031-32/+17
| | | | | | | | question about compiling to C.
* | Merge doc changes from 3.2.Éric Araujo2011-09-011-1/+1
|\ \ | |/ | | | | | | rstlint complains about packaging docs but I’m working on those in another patch.
| * Fix some misuses of Sphinx roles and one typoÉric Araujo2011-09-011-1/+1
|/
* Mention Cython and remove obsolete alternativesAntoine Pitrou2011-02-051-5/+3
|
* #9911: doc copyedits.Georg Brandl2010-09-211-1/+1
|
* Add cross-references to the glossary entry for file objects.Antoine Pitrou2010-09-151-2/+2
|
* Recorded merge of revisions 78024 via svnmerge fromGeorg Brandl2010-02-061-3/+4
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78024 | georg.brandl | 2010-02-06 19:44:44 +0100 (Sa, 06 Feb 2010) | 1 line #5341: fix "builtin" where used as an adjective ("built-in" is correct). ........
* Merged revisions ↵Benjamin Peterson2009-12-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,77096,77120,77126,77155 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76847 | benjamin.peterson | 2009-12-14 21:25:27 -0600 (Mon, 14 Dec 2009) | 1 line adverb ........ r76851 | benjamin.peterson | 2009-12-15 21:28:52 -0600 (Tue, 15 Dec 2009) | 1 line remove lib2to3 resource ........ r76869 | vinay.sajip | 2009-12-17 08:52:00 -0600 (Thu, 17 Dec 2009) | 1 line Issue #7529: logging: Minor correction to documentation. ........ r76882 | georg.brandl | 2009-12-19 11:30:28 -0600 (Sat, 19 Dec 2009) | 1 line #7527: use standard versionadded tags. ........ r76891 | georg.brandl | 2009-12-19 12:16:31 -0600 (Sat, 19 Dec 2009) | 1 line #7479: add note about function availability on Unices. ........ r76892 | georg.brandl | 2009-12-19 12:20:18 -0600 (Sat, 19 Dec 2009) | 1 line #7480: remove tautology. ........ r76924 | georg.brandl | 2009-12-20 08:28:05 -0600 (Sun, 20 Dec 2009) | 1 line Small indentation fix. ........ r77007 | gregory.p.smith | 2009-12-23 03:31:11 -0600 (Wed, 23 Dec 2009) | 3 lines Fix possible integer overflow in lchown and fchown functions. For issue1747858. ........ r77070 | amaury.forgeotdarc | 2009-12-27 14:06:44 -0600 (Sun, 27 Dec 2009) | 2 lines Fix a typo in comment ........ r77092 | georg.brandl | 2009-12-28 02:48:24 -0600 (Mon, 28 Dec 2009) | 1 line #7404: remove reference to non-existing example files. ........ r77096 | benjamin.peterson | 2009-12-28 14:51:17 -0600 (Mon, 28 Dec 2009) | 1 line document new fix_callable behavior ........ r77120 | georg.brandl | 2009-12-29 15:09:17 -0600 (Tue, 29 Dec 2009) | 1 line #7595: fix typo in argument default constant. ........ r77126 | amaury.forgeotdarc | 2009-12-29 17:06:17 -0600 (Tue, 29 Dec 2009) | 2 lines #7579: Add docstrings to the msvcrt module ........ r77155 | georg.brandl | 2009-12-30 13:03:00 -0600 (Wed, 30 Dec 2009) | 1 line We only support Windows NT derivatives now. ........
* #7493: more review fixes.Georg Brandl2009-12-201-91/+79
|
* Recorded merge of revisions 76886 via svnmerge fromGeorg Brandl2009-12-191-6/+9
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76886 | georg.brandl | 2009-12-19 18:43:33 +0100 (Sa, 19 Dez 2009) | 1 line #7493: review of Design FAQ by Florent Xicluna. ........
* Merged revisions 76489 via svnmerge fromMark Dickinson2009-11-241-3/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76489 | mark.dickinson | 2009-11-24 14:27:02 +0000 (Tue, 24 Nov 2009) | 1 line Fix some documentation examples involving the repr of a float. ........