Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix plural typo in documentation (GH-19799) | Alex Povel | 2020-04-29 | 1 | -1/+1 |
| | | | Co-authored-by: Alex Povel <python@alexpovel.de> | ||||
* | bpo-38558: Link to further docs from walrus operator mention in tutorial ↵ | Adorilson Bezerra | 2020-02-03 | 1 | -0/+2 |
| | | | | (GH-16973) | ||||
* | bpo-35224: Additional documentation for Assignment Expressions (GH-15935) | Emily Morehouse | 2019-09-11 | 1 | -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 Kamenshchikov | 2019-07-16 | 1 | -5/+5 |
| | |||||
* | Docs: Improved phrasing (GH-14069) | Aeros | 2019-06-20 | 1 | -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 Wirtel | 2018-10-26 | 1 | -1/+1 |
| | |||||
* | bpo-27671: Update FAQ about why len is function (GH-8432) | INADA Naoki | 2018-07-31 | 1 | -18/+19 |
| | |||||
* | bpo-33888: Use CPython instead of Python in the FAQ (GH-7767) | Andrés Delfino | 2018-07-07 | 1 | -6/+6 |
| | | | | Make the change where discussing the CPython implementation of lists and dicts. | ||||
* | Update Stackless Python wiki URL (GH-8072) | Julien Palard | 2018-07-04 | 1 | -1/+1 |
| | | | It was moved from bitbucket to GitHub. | ||||
* | bpo-33957: Doc: Use better wording (GH-7912) | Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) | 2018-06-26 | 1 | -1/+1 |
| | |||||
* | bpo-33887: Add TOC to Design and History FAQ(GH-7766) | Andrés Delfino | 2018-06-23 | 1 | -0/+5 |
| | |||||
* | bpo-33799: Remove non-ordered dicts comments from FAQ | Andrés Delfino | 2018-06-08 | 1 | -5/+1 |
| | |||||
* | bpo-25910: Fixes redirection from http to https (#4674) | Sanyam Khurana | 2017-12-06 | 1 | -1/+1 |
| | |||||
* | Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges | Serhiy Storchaka | 2016-11-26 | 1 | -2/+2 |
|\ | | | | | | | in the documentation. | ||||
| * | Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges | Serhiy Storchaka | 2016-11-26 | 1 | -2/+2 |
| | | | | | | | | in the documentation. | ||||
* | | Issue #28705: greatly simplify the FAQ entry on transpiling. | Brett Cannon | 2016-11-18 | 1 | -27/+5 |
|/ | | | | This also eliminats a dead link to Weave in the process. | ||||
* | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 1 | -8/+10 |
| | | | | Original patch by James Edwards. | ||||
* | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 1 | -1/+1 |
| | |||||
* | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ↵ | Georg Brandl | 2016-02-26 | 1 | -1/+1 |
| | | | | to SilentGhost for the patch. | ||||
* | Fixing broken links in doc, part 1: faq/ | Georg Brandl | 2014-10-29 | 1 | -3/+3 |
| | |||||
* | Use https:// URLs when referring to python.org hosts. | Georg Brandl | 2014-10-29 | 1 | -2/+2 |
| | |||||
* | Closes #16155: fix a few errors in doctest output of the FAQ pages. | Georg Brandl | 2014-10-06 | 1 | -1/+1 |
| | |||||
* | #20135: move FAQ about mutable default arguments to the programming FAQs page. | Ezio Melotti | 2014-07-06 | 1 | -56/+0 |
| | |||||
* | Issue #18758: Fixed and improved cross-references. | Serhiy Storchaka | 2013-10-13 | 1 | -1/+2 |
| | |||||
* | Use "lambda expression" as preferred to "lambda form". | Georg Brandl | 2013-10-06 | 1 | -5/+5 |
| | |||||
* | Closes #17726: small clarification in design FAQ. | Georg Brandl | 2013-04-14 | 1 | -2/+2 |
| | |||||
* | #16862: merge with 3.2. | Ezio Melotti | 2013-01-05 | 1 | -6/+3 |
|\ | |||||
| * | #16862: remove outdated statements about Stackless. | Ezio Melotti | 2013-01-05 | 1 | -3/+0 |
| | | |||||
| * | Cleanup a few minor things. | Ezio Melotti | 2013-01-05 | 1 | -3/+3 |
| | | |||||
* | | Merge example fix with 3.2. | Ezio Melotti | 2013-01-05 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix example by making the exception inherit from Exception. | Ezio Melotti | 2013-01-05 | 1 | -1/+1 |
| | | |||||
* | | Issue #14245: Merge changes from 3.2. | Mark Dickinson | 2012-05-13 | 1 | -37/+26 |
|\ \ | |/ | |||||
| * | Issue #14245: Improve floating-point entry in FAQ. Thanks Zbyszek ↵ | Mark Dickinson | 2012-05-13 | 1 | -37/+26 |
| | | | | | | | | Jędrzejewski-Szmek for some of the wording. | ||||
* | | merge with 3.2 | Georg Brandl | 2012-03-17 | 1 | -5/+5 |
|\ \ | |/ | |||||
| * | Closes #14306: clarify expensiveness of try-except and update code snippet | Georg Brandl | 2012-03-17 | 1 | -5/+5 |
| | | |||||
* | | Closes #14298: update section about dict implementation. | Georg Brandl | 2012-03-14 | 1 | -8/+10 |
| | | |||||
* | | Merge from 3.2 | Antoine Pitrou | 2011-12-03 | 1 | -77/+55 |
|\ \ | |/ | |||||
| * | Streamline mention of sorted() | Antoine Pitrou | 2011-12-03 | 1 | -4/+4 |
| | | |||||
| * | Break down and refine memory management question | Antoine Pitrou | 2011-12-03 | 1 | -41/+34 |
| | | |||||
| * | Reformulate answer, and remove off-topic discussion of bytecode in a ↵ | Antoine Pitrou | 2011-12-03 | 1 | -32/+17 |
| | | | | | | | | question about compiling to C. | ||||
* | | Merge doc changes from 3.2. | Éric Araujo | 2011-09-01 | 1 | -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 Araujo | 2011-09-01 | 1 | -1/+1 |
|/ | |||||
* | Mention Cython and remove obsolete alternatives | Antoine Pitrou | 2011-02-05 | 1 | -5/+3 |
| | |||||
* | #9911: doc copyedits. | Georg Brandl | 2010-09-21 | 1 | -1/+1 |
| | |||||
* | Add cross-references to the glossary entry for file objects. | Antoine Pitrou | 2010-09-15 | 1 | -2/+2 |
| | |||||
* | Recorded merge of revisions 78024 via svnmerge from | Georg Brandl | 2010-02-06 | 1 | -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 Peterson | 2009-12-31 | 1 | -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 Brandl | 2009-12-20 | 1 | -91/+79 |
| | |||||
* | Recorded merge of revisions 76886 via svnmerge from | Georg Brandl | 2009-12-19 | 1 | -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 from | Mark Dickinson | 2009-11-24 | 1 | -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. ........ |