Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-35566: Add links to annotation glossary term (GH-11291) | Cheryl Sabella | 2018-12-24 | 2 | -4/+4 |
| | |||||
* | bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174) | Serhiy Storchaka | 2018-12-19 | 6 | -112/+110 |
| | |||||
* | Correct a couple of unbalanced parenthesis. (GH-10779) | Andre Delfino | 2018-12-05 | 1 | -1/+1 |
| | |||||
* | Move __missing__ after __delitem__ in Data model. (GH-10923) | Andre Delfino | 2018-12-05 | 1 | -8/+8 |
| | |||||
* | Fix outdated info in datamodel about dicts (GH-9807) | wim glenn | 2018-11-16 | 1 | -2/+2 |
| | |||||
* | bpo-33816: Remove outdated metaclass example (GH-7566) | Andrés Delfino | 2018-11-16 | 1 | -34/+2 |
| | |||||
* | bpo-33878: Doc: Fix missing case by simplifying. (GH-7762) | Julien Palard | 2018-11-11 | 1 | -6/+3 |
| | | | | | The documentation was not covering multiple targets enclosed by parenthesis nor multiple targets enclosed by brackets, adding them all would be heavy, an else cover them all and is lighter to read. | ||||
* | bpo-33699: Describe try's else clause with the rest of the try clause (GH-7252) | Andrés Delfino | 2018-11-11 | 1 | -7/+5 |
| | | | https://bugs.python.org/issue33699 | ||||
* | Add link to PEP 525 in Expressions. (GH-10333) | Andrés Delfino | 2018-11-07 | 1 | -1/+5 |
| | |||||
* | Add future_stmt to simple_stmt production list. (GH-8239) | Andrés Delfino | 2018-11-07 | 1 | -0/+1 |
| | |||||
* | Mark -c and -O as command line options in reStructuredText. (GH-10103) | Andrés Delfino | 2018-11-07 | 3 | -3/+3 |
| | |||||
* | bpo-35119: Fix RecursionError in example of customizing module attribute ↵ | Denis Osipov | 2018-11-06 | 1 | -1/+1 |
| | | | | | access. (GH-10323) https://bugs.python.org/issue35119 | ||||
* | bpo-35054: Add yet more index entries for symbols. (GH-10121) | Serhiy Storchaka | 2018-10-28 | 5 | -93/+80 |
| | |||||
* | Fix mistakes on function coroutines related definitions (GH-9871) | Andrés Delfino | 2018-10-28 | 1 | -8/+8 |
| | | | | | | | Fix a bug I introduced in #9864 by which coroutines are treated as synonymous of function coroutines. Also, fix the same mistake (coroutines == function coroutines) already present in other parts of the reference. I'm very sorry for the hassle. | ||||
* | bpo-35054: Add more index entries for symbols. (GH-10064) | Serhiy Storchaka | 2018-10-26 | 7 | -49/+230 |
| | |||||
* | bpo-33726, doc: Add short descriptions to PEP references in seealso (GH-7294) | Andrés Delfino | 2018-10-19 | 2 | -2/+17 |
| | |||||
* | bpo-32912: Replace a DeprecationWarning with a SyntaxWarning (GH-9652) | Serhiy Storchaka | 2018-10-19 | 1 | -2/+5 |
| | | | | for invalid escape sequences in string and bytes literals. | ||||
* | Update compound_stmts.rst (#9864) | Andrés Delfino | 2018-10-14 | 1 | -4/+4 |
| | |||||
* | 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> | ||||
* | Fix HTML formatting in datamodel.rst (GH-8693) | Berker Peksag | 2018-08-06 | 1 | -3/+3 |
| | |||||
* | Use 'for example' instead of 'in other words' in compound statement doc ↵ | Andrés Delfino | 2018-07-30 | 1 | -1/+1 |
| | | | | (GH-8401) | ||||
* | Fix typo: variables(s) (GH-8482) | Andrés Delfino | 2018-07-26 | 1 | -1/+1 |
| | | | Remove extra `(s)` in the documentation of `compound_stmts`. | ||||
* | bpo-33702: Add some missing links in production lists and do a little polish ↵ | Andrés Delfino | 2018-07-07 | 3 | -25/+25 |
| | | | | (GH-7259) | ||||
* | bpo-33877: Remove UNIX qualification for running complete programs (GH-7744) | Andrés Delfino | 2018-06-22 | 1 | -5/+6 |
| | | | The statement is true for Windows (and macOS) also. | ||||
* | 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. | ||||
* | bpo-33766: Document that end of file or string is a newline (GH-7383) | Ammar Askar | 2018-06-09 | 1 | -5/+6 |
| | |||||
* | update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) | Benjamin Peterson | 2018-06-07 | 1 | -2/+2 |
| | | | Also, standardize indentation of generated tables. | ||||
* | Fix typo in datamodel.rst (GH-6964) | Zach Mitchell | 2018-06-02 | 1 | -1/+1 |
| | | | This is a simple grammatical fix correcting "...object whose `__self__` attributes is ..." to "...object whose `__self__` attribute is ...". | ||||
* | Fix lambda parameters being refered as arguments (GH-7037) | Andrés Delfino | 2018-05-22 | 1 | -2/+2 |
| | |||||
* | bpo-23722: Raise a RuntimeError for absent __classcell__. (GH-6931) | Serhiy Storchaka | 2018-05-20 | 1 | -2/+1 |
| | | | A DeprecationWarning was emitted in Python 3.6-3.7. | ||||
* | bpo-23722: Fix docs for future __classcell__ changes. (GH-6999) | Serhiy Storchaka | 2018-05-20 | 1 | -1/+1 |
| | |||||
* | bpo-32996: The bulk of What's New in Python 3.7 (GH-6978) | Elvis Pranskevichus | 2018-05-20 | 1 | -0/+2 |
| | |||||
* | bpo-32717: Document PEP 560 (GH-6726) | Ivan Levkivskyi | 2018-05-08 | 1 | -0/+37 |
| | |||||
* | Clarify that __path__ can't be just any value (GH-6554) | Brett Cannon | 2018-04-20 | 1 | -2/+1 |
| | |||||
* | bpo-33260: Regenerate token.py after removing ASYNC and AWAIT. (GH-6447) | Serhiy Storchaka | 2018-04-11 | 1 | -1/+1 |
| | |||||
* | bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822) | Serhiy Storchaka | 2018-03-18 | 2 | -9/+9 |
| | |||||
* | bpo-26701: Improve documentation for the rounding special methods. (#6054) | Serhiy Storchaka | 2018-03-10 | 1 | -12/+18 |
| | |||||
* | bpo-26701: Add documentation for __trunc__ (GH-6022) | Eric Appelt | 2018-03-10 | 1 | -0/+9 |
| | | | | `int` fails back to `__trunc__` is `__int__` isn't defined, so cover that in the docs. | ||||
* | bpo-30579: Docs for dynamic traceback creation (GH-5653) | Nick Coghlan | 2018-02-13 | 1 | -12/+34 |
| | |||||
* | bpo-8722: Document __getattr__ behavior with AttributeError in property ↵ | Cheryl Sabella | 2018-02-05 | 1 | -4/+6 |
| | | | | | | | (GH-4754) When `__getattr__` is implemented, attribute lookup will always fall back to that, even if the initial failure comes from `__getattribute__` or a descriptor's `__get__` method (including property methods). | ||||
* | bpo-10544: Disallow "yield" in comprehensions and generator expressions. ↵ | Serhiy Storchaka | 2018-02-04 | 1 | -14/+9 |
| | | | | (GH-4564) | ||||
* | bpo-32735: Fix typo in f-strings datetime format specifier example (GH-5464) | Cheryl Sabella | 2018-01-31 | 1 | -1/+1 |
| | | | | The f-string example for using datetime format specifier does not match the given output. Changed the format from %b to %B so it matches the output of "January". | ||||
* | bpo-27505: Add change notes in module attribute docs (GH-5320) | Cheryl Sabella | 2018-01-27 | 1 | -0/+11 |
| | | | | | | Make it clear that setting __class__ on a module has worked since 3.5, but support for __getattr__ and __dir__ on module instances requires 3.7+ Patch by Cheryl Sabella. | ||||
* | String annotations [PEP 563] (#4390) | Guido van Rossum | 2018-01-26 | 2 | -12/+28 |
| | | | | | | | | * Document `from __future__ import annotations` * Provide plumbing and tests for `from __future__ import annotations` * Implement unparsing the AST back to string form This is required for PEP 563 and as such only implements a part of the unparsing process that covers expressions. | ||||
* | Lexical Analysis ref doc: Fix a typo in the string concatenation internal ↵ | İsmail Arılık | 2018-01-12 | 1 | -1/+1 |
| | | | | | | | link (GH-5157) In lexical analysis reference documentation, the internal link to the string literal concatenation section was written as`.. _string-catenation:`. Changed that to `.. _string-concatenation:`. | ||||
* | Improve the F-strings and format specifier documentation (GH-4931) | KatherineMichel | 2017-12-19 | 1 | -4/+5 |
| | | | | Mention that the format-specifier mini language in f-strings is the same one used by str.format. | ||||
* | bpo-32377: improve __del__ docs and fix mention about resurrection (#4927) | Antoine Pitrou | 2017-12-19 | 1 | -39/+47 |
| | | | | | | * Fix #32377: improve __del__ docs and fix mention about resurrection * Mention that CPython only calls __del__ once. | ||||
* | F-strings docs: link to Format Specifiers (GH-4888) | Mariatta | 2017-12-15 | 1 | -1/+2 |
| | | | Link to the Format Specification Mini Language section from f-strings' documentation. | ||||
* | bpo-32225: Implementation of PEP 562 (#4731) | Ivan Levkivskyi | 2017-12-14 | 1 | -0/+45 |
| | | | | | Implement PEP 562: module __getattr__ and __dir__. The implementation simply updates module_getattro and module_dir. |