summaryrefslogtreecommitdiffstats
path: root/Doc/reference/datamodel.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-14911: Corrected generator.throw() documentation (GH-32207)Dave Goncalves2022-03-311-1/+2
* bpo-46013: Fix confusing kerning on period in docs (GH-29989)jmcb2022-03-201-1/+1
* Removed ambiguity in __init_subclass__ docs (GH-31540)David Gilbertson2022-03-081-1/+1
* bpo-44977: Deprecate delegation of int to __trunc__ (GH-31031)Zackery Spytz2022-02-031-0/+3
* bpo-46076: Improve documentation for per-attribute docstrings with `__slots__...Alex Waygood2021-12-191-3/+6
* Fix some false positives of documentation syntax problemsPablo Galindo2021-12-081-1/+1
* bpo-20751: Match variable name to the example. (GH-29980)Raymond Hettinger2021-12-081-4/+8
* bpo-45840: Improve cross-references in the data model documentation (GH-29633)Alex Waygood2021-12-051-54/+76
* bpo-20751: Replace method example with attribute example, matching the descr...Raymond Hettinger2021-12-041-4/+32
* [doc] Clarify MRO precedence in descriptor super binding section (GH-29539)Jouke Witteveen2021-11-201-1/+1
* bpo-45250: fix docs regarding `__iter__` and iterators being inconsistently r...Brett Cannon2021-11-201-14/+12
* [doc] bpo-45680: Disambiguate ``__getitem__`` and ``__class_getitem__`` in th...Alex Waygood2021-11-181-18/+146
* bpo-45583: Correct datamodel documentation of int() (GH-29182)Arthur Milchior2021-10-281-2/+2
* [docs] Improve the markup of powers (GH-28598)Serhiy Storchaka2021-09-281-1/+1
* bpo-45198: __set_name__ documentation not clear about its usage with non-desc...Raymond Hettinger2021-09-181-29/+34
* bpo-44964: Correct the note about the f_lasti field (GH-28208)Pablo Galindo Salgado2021-09-101-3/+2
* bpo-45104: Clarify when __init__ is called (GH-28210)Raymond Hettinger2021-09-071-1/+1
* bpo-44964: Add a note explaining the new semantics of f_last_i in frame objec...Pablo Galindo Salgado2021-09-071-2/+3
* bpo-41706: Fix special method invocation docs to mention using type() (GH-22084)William Chargin2021-08-041-3/+4
* bpo-43950: Add documentation for PEP-657 (GH-27047)Ammar Askar2021-07-131-0/+33
* bpo-44530: Document the new CodeObject.co_qualname attribute (GH-27052)Pablo Galindo2021-07-071-0/+2
* bpo-43216: Remove @asyncio.coroutine (GH-26369)Illia Volochii2021-07-011-1/+1
* bpo-43987: Add "Annotations Best Practices" HOWTO doc. (#25746)larryhastings2021-05-021-19/+51
* bpo-42800: add audit hooks for f_code and tb_frame (GH-24182)Ryan Hileman2021-04-291-0/+6
* Fix a typo in datamodel reference document (GH-24930)Géry Ogam2021-04-251-1/+1
* bpo-43682: Make staticmethod objects callable (GH-25117)Victor Stinner2021-04-111-3/+2
* Update pattern matching docs for changes to the PEP (#25185)Ken Jin2021-04-061-1/+1
* bpo-42128: Add documentation for pattern matching (PEP 634) (#24664)Daniel F Moisset2021-03-011-0/+32
* [doc] Fix a few margins due to bad markup (GH-23619)Andre Delfino2020-12-171-1/+0
* bpo-6761: Enhance __call__ documentation (GH-7987)Andre Delfino2020-10-271-1/+1
* bpo-41910: specify the default implementations of object.__eq__ and object.__...Brett Cannon2020-10-211-6/+8
* Fix bpo-39416: Change "Numeric" to lower case; an english word, not a class n...kpinc2020-10-211-1/+1
* bpo-39416: Document some restrictions on the default string representations o...kpinc2020-10-211-0/+18
* bpo-41192: Add documentation of undocumented audit events (GH-21308)Saiyang Gou2020-10-201-0/+18
* bpo-41584: clarify when the reflected method of a binary arithemtic operator ...Brett Cannon2020-10-051-7/+8
* bpo-40204: Fix reference to terms in the doc (GH-21865)Victor Stinner2020-08-141-2/+2
* Fix typo in object.__format__ docs (GH-19504)Heshy Roskes2020-04-261-1/+1
* fix comma location in various places (GH-19233)Mathieu Dupuy2020-03-301-1/+1
* bpo-39879: Update datamodel docs to include dict ordering (GH-19006)Lahfa Samy2020-03-261-0/+10
* bpo-17422: slightly more precise language (GH-18682)Caleb Donovick2020-03-061-1/+1
* bpo-35712: Make using NotImplemented in a boolean context issue a deprecation...MojoVampire2020-03-031-2/+7
* bpo-17422: Language reference should specify restrictions on class namespace ...ananthan-1232020-02-221-2/+4
* bpo-15243: Document __prepare__ as classmethod (GH-17124)alclarks2020-01-251-1/+2
* Fix the parameter list of object. _rpow_ (#GH-16477)HongWeipeng2020-01-051-1/+1
* bpo-38316: Fix co_stacksize documentation (GH-16983)Batuhan Taşkaya2019-12-151-2/+2
* bpo-38524: clarify example a bit and improve formatting (GH-17406)Tal Einat2019-11-281-5/+8
* bpo-38524: document implicit and explicit calling of descriptors' __set_name_...Florian Dahlitz2019-11-271-1/+12
* bpo-25866: Minor cleanups to "sequence" in docs (GH-17177)alclarks2019-11-171-5/+9
* bpo-38336: Remove the __set__ method restriction on data descriptors for attr...Géry Ogam2019-10-291-1/+1
* bpo-37913: Link to NotImplemented from new docs (GH-15860)Steve Dower2019-09-101-3/+3