Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.9] [3.11] Add single value `agen.athrow(value)` signature to the 3.11 ↵ | Miss Islington (bot) | 2023-07-05 | 1 | -1/+2 |
| | | | | | | | docs gh-105269 (GH-105468) (#105477) (cherry picked from commit acf3916e84158308660ed07c474a564e045d6884) Co-authored-by: Federico Caselli <CaselIT@users.noreply.github.com> | ||||
* | bpo-45393: help() on operator precedence has misleading entries (GH-31246) ↵ | Miss Islington (bot) | 2022-05-19 | 1 | -2/+2 |
| | | | | | | | (GH-92967) (cherry picked from commit fb082c2fc5a925085b179e63ca10b7f60b356d2f) Co-authored-by: Zackery Spytz <zspytz@gmail.com> | ||||
* | bpo-14911: Corrected generator.throw() documentation (GH-32207) | Miss Islington (bot) | 2022-03-31 | 1 | -2/+15 |
| | | | | | | Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com> (cherry picked from commit 8be7c2bc5ad5e295f0f855bb31db412eef2c7c92) Co-authored-by: Dave Goncalves <davegoncalves@gmail.com> | ||||
* | bpo-45680: Improve docs on subscriptions w.r.t. `GenericAlias` objects ↵ | Miss Islington (bot) | 2022-03-08 | 1 | -20/+30 |
| | | | | | | | (GH-29479) (cherry picked from commit 50731297a9b6d57eec3b3f89522785b23f7b3e71) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> | ||||
* | bpo-24650: Use full term "generator function" in yield expressions docs ↵ | Miss Islington (bot) | 2022-01-07 | 1 | -2/+2 |
| | | | | | | | (GH-24663) (cherry picked from commit 273cb8e7577d143830404f6779946a0bedb58758) Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com> | ||||
* | bpo-45003: Change __div__ to __truediv__ in py3 language reference. ↵ | Miss Islington (bot) | 2021-08-26 | 1 | -1/+1 |
| | | | | | | | | (GH-27951) (GH-27962) (cherry picked from commit 806e25fd3173a80021e6df87b81263b5f6056f38) Co-authored-by: Objectivitix <79152594+Objectivitix@users.noreply.github.com> | ||||
* | bpo-41911: Update docs for various expressions (GH-27470) (GH-27491) | Miss Islington (bot) | 2021-07-30 | 1 | -7/+34 |
| | | | | | | Co-authored-by: Łukasz Langa <lukasz@langa.pl> (cherry picked from commit 4bd9caafb64589288e5171087070bde726178c58) Co-authored-by: andrei kulakov <andrei.avk@gmail.com> | ||||
* | bpo-8264: Document hasattr and getattr behavior for private attributes ↵ | Miss Islington (bot) | 2021-05-22 | 1 | -0/+2 |
| | | | | | | | | | | (GH-23513) (GH-26238) Clarify ``getattr`` and ``setattr`` requirements for accessing name-mangled attributes Co-Authored-By: Catalin Iacob <iacobcatalin@gmail.com> (cherry picked from commit 2edaf6a4fb7e20324dde1423232f07211347f092) Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> | ||||
* | bpo-43990: Fix the footnote ordering in the operator precedence docs ↵ | Miss Islington (bot) | 2021-05-02 | 1 | -3/+3 |
| | | | | (GH-25805) (GH-25819) | ||||
* | bpo-43837: Reverse order of precedence table to show tightly binding ↵ | Miss Islington (bot) | 2021-04-19 | 1 | -29/+29 |
| | | | | operators first (GH-25469) (GH-25472) | ||||
* | bpo-43755: Update docs to reflect that lambda is not allowed in `comp_if` ↵ | Miss Islington (bot) | 2021-04-07 | 1 | -3/+1 |
| | | | | since 3.9 (GH-25231) (GH-25233) | ||||
* | bpo-27646: Say that 'yield from' expression can be any iterable (GH-24595) | Miss Islington (bot) | 2021-02-21 | 1 | -2/+2 |
| | | | | | | Previously, the doc at least strongly implied that it had to be an iterator. (cherry picked from commit 2f9ef514fb24b6a95bd3272885f197752810c107) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> | ||||
* | bpo-42198: Link to GenericAlias in typing and expressions (GH-23030) | Miss Skeleton (bot) | 2020-10-30 | 1 | -7/+1 |
| | | | | | | Follow up to 7cdf30fff39ea97f403b5472096349998d190e30 and 4173320920706b49a004bdddd8d7108e8984e3fc. This addresses the point "1. Update links in typing, subscription and union to point to GenericAlias." in the bpo for this PR. (cherry picked from commit 9129af6050b747f288baa9d4e7d43031647ed222) Co-authored-by: kj <28750310+Fidget-Spinner@users.noreply.github.com> | ||||
* | bpo-29981: Add examples and update index for set, dict, and generator ↵ | Miss Skeleton (bot) | 2020-10-25 | 1 | -0/+4 |
| | | | | | | | | comprehensions'(GH-20272) Co-authored-by: Rémi Lapeyre <remi.lapeyre@henki.fr> (cherry picked from commit 2d55aa9e37c9c84f4f6a8135d0326da0bcd8f38b) Co-authored-by: Florian Dahlitz <f2dahlitz@freenet.de> | ||||
* | [3.9] bpo-42010: [docs] Clarify subscription of types (GH-22822) (GH-22840) | Miss Skeleton (bot) | 2020-10-20 | 1 | -2/+13 |
| | | | | | | | | (cherry picked from commit 7cdf30fff39ea97f403b5472096349998d190e30) Co-authored-by: kj <28750310+Fidget-Spinner@users.noreply.github.com> Automerge-Triggered-By: GH:gvanrossum | ||||
* | bpo-41762: Fix usage of productionlist markup in the doc (GH-22281) | Miss Islington (bot) | 2020-09-18 | 1 | -27/+27 |
| | | | | | | | | | | Use an unique identifier for the different grammars documented using the Sphinx productionlist markup. productionlist markups of the same grammar, like "expressions" or "compound statements", use the same identifier "python-grammar". (cherry picked from commit 8af239eacfcf52e4e0e2b0223e7cea4672309483) Co-authored-by: Victor Stinner <vstinner@python.org> | ||||
* | bpo-39868: Add documentation for Assignment Expressions (walrus, PEP 572) ↵ | Miss Islington (bot) | 2020-07-25 | 1 | -2/+19 |
| | | | | | | | (GH-18851) (cherry picked from commit f117cef25b5ffc4db9fbe373ddb65e14f59f0397) Co-authored-by: Shankar Jha <shankarj67@gmail.com> | ||||
* | Fix misinformation about NaN != NaN comparison (GH-19357) | Mark Dickinson | 2020-04-05 | 1 | -2/+3 |
| | |||||
* | fix comma location in various places (GH-19233) | Mathieu Dupuy | 2020-03-30 | 1 | -1/+1 |
| | |||||
* | bpo-39868: Update Language Reference for PEP 572. (#18793) | Brandt Bucher | 2020-03-06 | 1 | -3/+15 |
| | |||||
* | bpo-35224: Additional documentation for Assignment Expressions (GH-15935) | Emily Morehouse | 2019-09-11 | 1 | -0/+2 |
| | | | | | | | | | | | | | Add or update assignment expression documentation for: - FAQ - Design - Reference - Expressions - Reference - Lexical Analysis https://bugs.python.org/issue35224 Automerge-Triggered-By: @matrixise | ||||
* | bpo-33459: Fix "tuple displays" term in Expressions.rst (GH-6760) | Andre Delfino | 2019-09-11 | 1 | -4/+4 |
| | | | | | | | https://bugs.python.org/issue33459 Automerge-Triggered-By: @matrixise | ||||
* | bpo-32118: Simplify docs for sequence comparison (GH-15450) | Raymond Hettinger | 2019-08-24 | 1 | -19/+7 |
| | |||||
* | bpo-35224: Reverse evaluation order of key: value in dict comprehensions ↵ | Jörn Heissler | 2019-06-22 | 1 | -0/+6 |
| | | | | | | | | | | | (GH-14139) … as proposed in PEP 572; key is now evaluated before value. https://bugs.python.org/issue35224 | ||||
* | bpo-30969: Fix docs about the comparison in absence of __contains__ (GH-2761) | Antti Haapala | 2019-05-30 | 1 | -5/+6 |
| | |||||
* | bpo-34682: Wording and grammatical changes to the ↵ | divyag9 | 2019-05-13 | 1 | -11/+11 |
| | | | | | doc(https://docs.python.org/3) (GH-13120) https://bugs.python.org/issue34682 | ||||
* | Correct misspelling (GH-11470) | Johnny Gérard | 2019-05-13 | 1 | -1/+1 |
| | |||||
* | bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174) | Serhiy Storchaka | 2018-12-19 | 1 | -20/+22 |
| | |||||
* | Correct a couple of unbalanced parenthesis. (GH-10779) | Andre Delfino | 2018-12-05 | 1 | -1/+1 |
| | |||||
* | Add link to PEP 525 in Expressions. (GH-10333) | Andrés Delfino | 2018-11-07 | 1 | -1/+5 |
| | |||||
* | bpo-35054: Add yet more index entries for symbols. (GH-10121) | Serhiy Storchaka | 2018-10-28 | 1 | -47/+39 |
| | |||||
* | bpo-35054: Add more index entries for symbols. (GH-10064) | Serhiy Storchaka | 2018-10-26 | 1 | -29/+116 |
| | |||||
* | closes bpo-28955: Clarified comparisons between NaN and number in reference ↵ | Tony Flury | 2018-09-14 | 1 | -6/+5 |
| | | | | | | documentation (GH-5982) Co-authored-by: Benjamin Peterson <benjamin@python.org> | ||||
* | bpo-33702: Add some missing links in production lists and do a little polish ↵ | Andrés Delfino | 2018-07-07 | 1 | -7/+7 |
| | | | | (GH-7259) | ||||
* | bpo-33847: Add '@' operator entry to index (GH-7669) | Andrés Delfino | 2018-06-15 | 1 | -1/+3 |
| | |||||
* | bpo-33852: Remove misplaced parentheses around 'list'. (GH-7672) | Andrés Delfino | 2018-06-15 | 1 | -1/+1 |
| | | | 'expresson list' refers to the grammar term 'expression_list' in the subscription production. | ||||
* | Fix lambda parameters being refered as arguments (GH-7037) | Andrés Delfino | 2018-05-22 | 1 | -2/+2 |
| | |||||
* | bpo-33260: Regenerate token.py after removing ASYNC and AWAIT. (GH-6447) | Serhiy Storchaka | 2018-04-11 | 1 | -1/+1 |
| | |||||
* | bpo-10544: Disallow "yield" in comprehensions and generator expressions. ↵ | Serhiy Storchaka | 2018-02-04 | 1 | -14/+9 |
| | | | | (GH-4564) | ||||
* | bpo-10544: Deprecate "yield" in comprehensions and generator expressions. ↵ | Serhiy Storchaka | 2017-12-01 | 1 | -8/+53 |
| | | | | | | | | | | | | | | (GH-4579) The current behaviour of yield expressions inside comprehensions and generator expressions is essentially an accident of implementation - it arises implicitly from the way the compiler handles yield expressions inside nested functions and generators. Since the current behaviour wasn't deliberately designed, and is inherently confusing, we're deprecating it, with no current plans to reintroduce it. Instead, our advice will be to use a named nested generator definition for cases where this behaviour is desired. | ||||
* | bpo-31708: Allow async generator expressions in synchronous functions (#3905) | Yury Selivanov | 2017-10-06 | 1 | -8/+10 |
| | |||||
* | bpo-31501: Operator precedence description for arithmetic operators (#3633) | svelankar | 2017-09-18 | 1 | -2/+2 |
| | |||||
* | Fix typos in multiple `.rst` files (#1668) | delirious-lettuce | 2017-05-19 | 1 | -1/+1 |
| | |||||
* | bpo-28315: Improve code examples in docs (GH-1372) | UltimateCoder | 2017-05-03 | 1 | -1/+1 |
| | | | | | | Replace File "<stdin>", line 1, in ? with File "<stdin>", line 1, in <module> | ||||
* | Remove outdated note about constraining of the bit shift right operand. (#1258) | Serhiy Storchaka | 2017-04-22 | 1 | -5/+0 |
| | | | The constrain was removed in bpo-29816. | ||||
* | bpo-29952: Use usual terminology of dict (GH-917) | cocoatomo | 2017-03-31 | 1 | -1/+1 |
| | | | s/keys and elements/keys and values/ | ||||
* | bpo-16011 clarify that 'in' always returns a boolean value | Amit Kumar | 2017-03-28 | 1 | -9/+10 |
| | |||||
* | Fix small typos in expressions.rst (GH-276) | Jim Fasarakis-Hilliard | 2017-02-24 | 1 | -2/+2 |
| | |||||
* | Issues #12067: Merge hash recommendation from 3.5 | Martin Panter | 2017-01-29 | 1 | -0/+4 |
|\ | |||||
| * | Issue #12067: Recommend that hash and equality be consistent | Martin Panter | 2017-01-29 | 1 | -0/+4 |
| | |