index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
reference
/
datamodel.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-14911: Corrected generator.throw() documentation (GH-32207)
Dave Goncalves
2022-03-31
1
-1/+2
*
bpo-46013: Fix confusing kerning on period in docs (GH-29989)
jmcb
2022-03-20
1
-1/+1
*
Removed ambiguity in __init_subclass__ docs (GH-31540)
David Gilbertson
2022-03-08
1
-1/+1
*
bpo-44977: Deprecate delegation of int to __trunc__ (GH-31031)
Zackery Spytz
2022-02-03
1
-0/+3
*
bpo-46076: Improve documentation for per-attribute docstrings with `__slots__...
Alex Waygood
2021-12-19
1
-3/+6
*
Fix some false positives of documentation syntax problems
Pablo Galindo
2021-12-08
1
-1/+1
*
bpo-20751: Match variable name to the example. (GH-29980)
Raymond Hettinger
2021-12-08
1
-4/+8
*
bpo-45840: Improve cross-references in the data model documentation (GH-29633)
Alex Waygood
2021-12-05
1
-54/+76
*
bpo-20751: Replace method example with attribute example, matching the descr...
Raymond Hettinger
2021-12-04
1
-4/+32
*
[doc] Clarify MRO precedence in descriptor super binding section (GH-29539)
Jouke Witteveen
2021-11-20
1
-1/+1
*
bpo-45250: fix docs regarding `__iter__` and iterators being inconsistently r...
Brett Cannon
2021-11-20
1
-14/+12
*
[doc] bpo-45680: Disambiguate ``__getitem__`` and ``__class_getitem__`` in th...
Alex Waygood
2021-11-18
1
-18/+146
*
bpo-45583: Correct datamodel documentation of int() (GH-29182)
Arthur Milchior
2021-10-28
1
-2/+2
*
[docs] Improve the markup of powers (GH-28598)
Serhiy Storchaka
2021-09-28
1
-1/+1
*
bpo-45198: __set_name__ documentation not clear about its usage with non-desc...
Raymond Hettinger
2021-09-18
1
-29/+34
*
bpo-44964: Correct the note about the f_lasti field (GH-28208)
Pablo Galindo Salgado
2021-09-10
1
-3/+2
*
bpo-45104: Clarify when __init__ is called (GH-28210)
Raymond Hettinger
2021-09-07
1
-1/+1
*
bpo-44964: Add a note explaining the new semantics of f_last_i in frame objec...
Pablo Galindo Salgado
2021-09-07
1
-2/+3
*
bpo-41706: Fix special method invocation docs to mention using type() (GH-22084)
William Chargin
2021-08-04
1
-3/+4
*
bpo-43950: Add documentation for PEP-657 (GH-27047)
Ammar Askar
2021-07-13
1
-0/+33
*
bpo-44530: Document the new CodeObject.co_qualname attribute (GH-27052)
Pablo Galindo
2021-07-07
1
-0/+2
*
bpo-43216: Remove @asyncio.coroutine (GH-26369)
Illia Volochii
2021-07-01
1
-1/+1
*
bpo-43987: Add "Annotations Best Practices" HOWTO doc. (#25746)
larryhastings
2021-05-02
1
-19/+51
*
bpo-42800: add audit hooks for f_code and tb_frame (GH-24182)
Ryan Hileman
2021-04-29
1
-0/+6
*
Fix a typo in datamodel reference document (GH-24930)
Géry Ogam
2021-04-25
1
-1/+1
*
bpo-43682: Make staticmethod objects callable (GH-25117)
Victor Stinner
2021-04-11
1
-3/+2
*
Update pattern matching docs for changes to the PEP (#25185)
Ken Jin
2021-04-06
1
-1/+1
*
bpo-42128: Add documentation for pattern matching (PEP 634) (#24664)
Daniel F Moisset
2021-03-01
1
-0/+32
*
[doc] Fix a few margins due to bad markup (GH-23619)
Andre Delfino
2020-12-17
1
-1/+0
*
bpo-6761: Enhance __call__ documentation (GH-7987)
Andre Delfino
2020-10-27
1
-1/+1
*
bpo-41910: specify the default implementations of object.__eq__ and object.__...
Brett Cannon
2020-10-21
1
-6/+8
*
Fix bpo-39416: Change "Numeric" to lower case; an english word, not a class n...
kpinc
2020-10-21
1
-1/+1
*
bpo-39416: Document some restrictions on the default string representations o...
kpinc
2020-10-21
1
-0/+18
*
bpo-41192: Add documentation of undocumented audit events (GH-21308)
Saiyang Gou
2020-10-20
1
-0/+18
*
bpo-41584: clarify when the reflected method of a binary arithemtic operator ...
Brett Cannon
2020-10-05
1
-7/+8
*
bpo-40204: Fix reference to terms in the doc (GH-21865)
Victor Stinner
2020-08-14
1
-2/+2
*
Fix typo in object.__format__ docs (GH-19504)
Heshy Roskes
2020-04-26
1
-1/+1
*
fix comma location in various places (GH-19233)
Mathieu Dupuy
2020-03-30
1
-1/+1
*
bpo-39879: Update datamodel docs to include dict ordering (GH-19006)
Lahfa Samy
2020-03-26
1
-0/+10
*
bpo-17422: slightly more precise language (GH-18682)
Caleb Donovick
2020-03-06
1
-1/+1
*
bpo-35712: Make using NotImplemented in a boolean context issue a deprecation...
MojoVampire
2020-03-03
1
-2/+7
*
bpo-17422: Language reference should specify restrictions on class namespace ...
ananthan-123
2020-02-22
1
-2/+4
*
bpo-15243: Document __prepare__ as classmethod (GH-17124)
alclarks
2020-01-25
1
-1/+2
*
Fix the parameter list of object. _rpow_ (#GH-16477)
HongWeipeng
2020-01-05
1
-1/+1
*
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' __set_name_...
Florian Dahlitz
2019-11-27
1
-1/+12
*
bpo-25866: Minor cleanups to "sequence" in docs (GH-17177)
alclarks
2019-11-17
1
-5/+9
*
bpo-38336: Remove the __set__ method restriction on data descriptors for attr...
Géry Ogam
2019-10-29
1
-1/+1
*
bpo-37913: Link to NotImplemented from new docs (GH-15860)
Steve Dower
2019-09-10
1
-3/+3
[next]