Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | links in importlib.metadata.rst replaced with sphinx references (GH-17730) | Oleg Höfling | 2019-12-29 | 1 | -0/+2 | |
| | | | | | | | The importlib.metadata documentation uses hardcoded links to internal pages. This results in minor rendering issues. This change replaces the hardcoded links with suitable Sphinx roles. Signed-off-by: Oleg Höfling <oleg.hoefling@gmail.com> | |||||
* | bpo-38316: Fix co_stacksize documentation (GH-16983) | Batuhan Taşkaya | 2019-12-15 | 1 | -2/+2 | |
| | ||||||
* | bpo-38524: clarify example a bit and improve formatting (GH-17406) | Tal Einat | 2019-11-28 | 1 | -5/+8 | |
| | ||||||
* | bpo-38524: document implicit and explicit calling of descriptors' ↵ | Florian Dahlitz | 2019-11-27 | 1 | -1/+12 | |
| | | | | __set_name__ (GH-17364) | |||||
* | bpo-25866: Minor cleanups to "sequence" in docs (GH-17177) | alclarks | 2019-11-17 | 1 | -5/+9 | |
| | ||||||
* | Fix minor typos. (GH-17095) | Shu | 2019-11-13 | 1 | -3/+3 | |
| | ||||||
* | Clarify amount of dots between package and subpackage (GH-17092) | Shu | 2019-11-08 | 1 | -1/+1 | |
| | ||||||
* | bpo-38336: Remove the __set__ method restriction on data descriptors for ↵ | Géry Ogam | 2019-10-29 | 1 | -1/+1 | |
| | | | | attribute lookup precedence (GH-16520) | |||||
* | bpo-38434: Fixes some audit event documentation (GH-16932) | Steve Dower | 2019-10-26 | 1 | -0/+1 | |
| | ||||||
* | Doc: Add -m reference in context of code execution (GH-16045) | Julien Palard | 2019-09-12 | 1 | -1/+3 | |
| | ||||||
* | bpo-35224: Additional documentation for Assignment Expressions (GH-15935) | Emily Morehouse | 2019-09-11 | 2 | -1/+3 | |
| | | | | | | | | | | | | | 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-37913: Link to NotImplemented from new docs (GH-15860) | Steve Dower | 2019-09-10 | 1 | -3/+3 | |
| | ||||||
* | bpo-37913: document that __length_hint__ can return NotImplemented (GH-15383) | Jeroen Demeyer | 2019-09-10 | 1 | -2/+4 | |
| | ||||||
* | bpo-36743: __get__ is sometimes called without the owner argument (#12992) | Raymond Hettinger | 2019-08-29 | 1 | -7/+18 | |
| | ||||||
* | bpo-15542: Documentation incorrectly suggests __init__ called after direct ↵ | Joannah Nanjekye | 2019-08-26 | 1 | -4/+4 | |
| | | | | __new__ call (GH-15478) | |||||
* | bpo-32118: Simplify docs for sequence comparison (GH-15450) | Raymond Hettinger | 2019-08-24 | 1 | -19/+7 | |
| | ||||||
* | bpo-29535: Remove promize about hash randomization of datetime objects. ↵ | Serhiy Storchaka | 2019-08-24 | 1 | -2/+2 | |
| | | | | (GH-15269) | |||||
* | bpo-32912: Revert SyntaxWarning on invalid escape sequences. (GH-15195) | Gregory P. Smith | 2019-08-10 | 1 | -5/+3 | |
| | | | | | | | | | | | | | | | | | | DeprecationWarning will continue to be emitted for invalid escape sequences in string and bytes literals just as it did in 3.7. SyntaxWarning may be emitted in the future. But per mailing list discussion, we don't yet know when because we haven't settled on how to do so in a non-disruptive manner. (Applies 4c5b6bac2408f879231c7cd38d67657dd4804e7c to the master branch). (This is https://github.com/python/cpython/pull/15142 for master/3.9) https://bugs.python.org/issue32912 Automerge-Triggered-By: @gpshead | |||||
* | 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 | |||||
* | More updates to the annotated assignments docs (GH-13794) | Ivan Levkivskyi | 2019-06-04 | 1 | -4/+3 | |
| | ||||||
* | Update the annotated assignment docs (GH-13757) | Ivan Levkivskyi | 2019-06-02 | 1 | -1/+7 | |
| | ||||||
* | bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108) | Serhiy Storchaka | 2019-06-01 | 1 | -5/+3 | |
| | ||||||
* | bpo-37122: Make co->co_argcount represent the total number of positonal ↵ | Pablo Galindo | 2019-06-01 | 1 | -17/+19 | |
| | | | | arguments in the code object (GH-13726) | |||||
* | Use more PEP 570 syntax in the documentation. (GH-13720) | Serhiy Storchaka | 2019-06-01 | 1 | -1/+1 | |
| | ||||||
* | Update data model docs to include missing attributes for code objects (GH-13696) | Pablo Galindo | 2019-05-31 | 1 | -12/+17 | |
| | | | Include and document co_posonlyargcount and co_kwonlyargcount | |||||
* | bpo-30969: Fix docs about the comparison in absence of __contains__ (GH-2761) | Antti Haapala | 2019-05-30 | 1 | -5/+6 | |
| | ||||||
* | Regenerate topics file (GH-13642) | Pablo Galindo | 2019-05-29 | 1 | -1/+1 | |
| | ||||||
* | bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202) | Pablo Galindo | 2019-05-28 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | * bpo-36540: Documentation for PEP570 - Python positional only arguments * fixup! bpo-36540: Documentation for PEP570 - Python positional only arguments * Update reference for compound statements * Apply suggestions from Carol Co-Authored-By: Carol Willing <carolcode@willingconsulting.com> * Update Doc/tutorial/controlflow.rst Co-Authored-By: Carol Willing <carolcode@willingconsulting.com> * Add extra bullet point and minor edits | |||||
* | bpo-34682: Wording and grammatical changes to the ↵ | divyag9 | 2019-05-13 | 3 | -13/+13 | |
| | | | | | 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 | |
| | ||||||
* | closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214) | Benjamin Peterson | 2019-05-09 | 1 | -1/+1 | |
| | | | Adds ㋿. | |||||
* | bpo-36798: Updating f-string docs for := use case (GH-13107) | Logan Jones | 2019-05-06 | 1 | -5/+6 | |
| | ||||||
* | bpo-36166: Change to rst datamodel file. (GH-13089) | Catherine Alvarado | 2019-05-04 | 1 | -2/+2 | |
| | ||||||
* | Improve grammar on async context managers and shorten text (GH-12379) | Andre Delfino | 2019-05-03 | 1 | -4/+4 | |
| | ||||||
* | Don't use the LHS/RHS acronym in Simple statements (GH-12996) | Andre Delfino | 2019-05-03 | 1 | -4/+4 | |
| | | | | | Prefer the full wording instead, as it is more meaningful for someone not familiar with the terms. Also, LFS/RHS is not used anywhere else in the documentation, while left/right-hand side mentions are common. | |||||
* | Namespace packages _bootstrap.ModuleSpec.loader attributes are no longer ↵ | Géry Ogam | 2019-05-01 | 1 | -6/+5 | |
| | | | | | | | | | None (#10376) Namespace packages _bootstrap.ModuleSpec.loader attributes are no longer `None` _after_ calling the importlib._bootstrap._init_module_attrs function. See: * https://stackoverflow.com/questions/52869541/namespace-package-spec-loader-and-loader-attributes-not-set-to-none * https://bugs.python.org/issue35181 | |||||
* | bpo-30840: Document relative imports (#12831) | Joannah Nanjekye | 2019-04-24 | 2 | -1/+42 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * document relative imports * 📜🤖 Added by blurb_it. * fix indentation error * remove indentation * Document relative imports * Document relative imports * remove from ...package * Document relative imports * remove trailing space * Document relative imports * Document relative imports | |||||
* | Doc: Fixed missing punctuation in datamodel.rst (GH-12581) | Jules Lasne (jlasne) | 2019-03-27 | 1 | -14/+14 | |
| | ||||||
* | closes bpo-33376: Update to Unicode 12.0.0. (GH-12256) | Benjamin Peterson | 2019-03-10 | 1 | -1/+1 | |
| | ||||||
* | closes bpo-36188: Clean up 'unbound' method left-overs. (GH-12169) | Martijn Pieters | 2019-03-05 | 1 | -6/+0 | |
| | | | | | | | | | | Methods are always bound, and `__self__` can no longer be `NULL` (`method_new()` and `PyMethod_New()` both explicitly check for this). Moreover, once a bound method is bound, it *stays* bound and won't be re-bound to something else, so the section in the datamodel that talks about accessing an methods in a different descriptor-binding context doesn't apply any more in Python 3. | |||||
* | Document other performance implication for __slots__ (GH-11974) | Raymond Hettinger | 2019-02-21 | 1 | -0/+1 | |
| | ||||||
* | bpo-35911: add cell constructor (GH-11771) | Pierre Glaser | 2019-02-07 | 1 | -1/+3 | |
| | | | | Add a cell constructor, expose the cell type in the types module. | |||||
* | 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. |