Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
101d0d585f99a3b8c8d070b9d4dea15fa3daff62
/
Doc
/
reference
/
datamodel.rst
101d0d5
bpo-32717: Document PEP 560 (GH-6726)
by Miss Islington (bot)
· 7 years ago
8909078
bpo-26701: Improve documentation for the rounding special methods. (GH-6054)
by Miss Islington (bot)
· 7 years ago
f34e0d6
bpo-26701: Add documentation for __trunc__ (GH-6049)
by Miss Islington (bot)
· 7 years ago
53374cc
bpo-30579: Docs for dynamic traceback creation (GH-5653)
by Miss Islington (bot)
· 7 years ago
fea0a12
[3.7] bpo-8722: Document __getattr__ behavior with AttributeError in property (GH-5543)
by Miss Islington (bot)
· 8 years ago
85527cf
bpo-27505: Add change notes in module attribute docs (GH-5320)
by Cheryl Sabella
· 8 years ago
4b96593
bpo-32377: improve __del__ docs and fix mention about resurrection (#4927)
by Antoine Pitrou
· 8 years ago
5364b5c
bpo-32225: Implementation of PEP 562 (#4731)
by Ivan Levkivskyi
· 8 years ago
faa135a
bpo-31709: Drop support for asynchronous __aiter__. (#3903)
by Yury Selivanov
· 8 years ago
b8d1b9d
Mention enum as an ex (#2982)
by Louie Lu
· 8 years ago
5a85167
bpo-31344: Per-frame control of trace events (GH-3417)
by Nick Coghlan
· 8 years ago
64505a1
bpo-30486: Allow setting cell value (#1840)
by Lisa Roach
· 8 years ago
2b44e30
bpo-30449 Terse slots (#1819)
by Aaron Hall, MBA
· 8 years ago
12b1c18
bpo-30354: Update data model documentation for super() (GH-1561)
by csabella
· 8 years ago
7e19dbc
bpo-28974: `object.__format__(x, '')` is now equivalent to `str(x)` (#506)
by Serhiy Storchaka
· 8 years ago
2e62469
bpo-29679: Implement @contextlib.asynccontextmanager (#360)
by Jelle Zijlstra
· 8 years ago
c6db481
bpo-30052: Link `bytes` & `bytearray` to stdtypes not functions (GH-1271)
by csabella
· 8 years ago
2e576f5
bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263)
by Serhiy Storchaka
· 8 years ago
85157cd
bpo-15718: Document the upper bound constrain on the __len__ return value. (#1256)
by Serhiy Storchaka
· 8 years ago
406c252
Issue #29012: Merge from 3.5
by Berker Peksag
· 9 years ago
7b4e551
Issue #29012: Remove another outdated information
by Berker Peksag
· 9 years ago
a22457e
Issue #29012: Merge from 3.5
by Berker Peksag
· 9 years ago
14adafd
Issue #29012: Remove outdated information about __bases__
by Berker Peksag
· 9 years ago
01e4c11
Merge 3.5
by Victor Stinner
· 9 years ago
509476b
doc: Suggest to hash(tuple of attr) rather than XOR
by Victor Stinner
· 9 years ago
0366004
Issue #28091: Document PEP 525 & PEP 530.
by Yury Selivanov
· 9 years ago
19d2467
Issue #23722: improve __classcell__ compatibility
by Nick Coghlan
· 9 years ago
2854018
Another en → em dash fix for 3.6
by Martin Panter
· 9 years ago
989db5c
Issue #19795: Mark up None as literal text.
by Serhiy Storchaka
· 9 years ago
ecf41da
Issue #19795: Mark up None as literal text.
by Serhiy Storchaka
· 9 years ago
68f4dd8
Doc updates for PEPs 520 and 468.
by Eric Snow
· 9 years ago
f8cb8a1
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
by Yury Selivanov
· 9 years ago
4f29e75
Issue #24254: Drop cls.__definition_order__.
by Eric Snow
· 9 years ago
92a6c17
Issue #24254: Preserve class attribute definition order.
by Eric Snow
· 9 years ago
f74c33a
Merge
by Raymond Hettinger
· 9 years ago
7ea386e
Issue 19504: Change "customise" to "customize" American spelling.
by Raymond Hettinger
· 9 years ago
97c1adf
Anti-registration of various ABC methods.
by Guido van Rossum
· 9 years ago
607e1c4
Issue 27366: PEP 487 docs updates
by Nick Coghlan
· 9 years ago
01d1719
Issue #27366: Tweak PEP 487 documentation
by Berker Peksag
· 9 years ago
d78448e
Issue #27366: Implement PEP 487
by Nick Coghlan
· 9 years ago
2fec611
Issue #24314: Merge doc links from 3.5
by Martin Panter
· 9 years ago
bae5d81
Issue #24314: Fix doc links for general attributes like __name__, __dict__
by Martin Panter
· 9 years ago
5848ac2
Issue #15476: Merge index entries from 3.5
by Martin Panter
· 9 years ago
711d25d
Merge 3.5 (issue #27243)
by Yury Selivanov
· 9 years ago
a6f6edb
Issue #27243: Fix __aiter__ protocol
by Yury Selivanov
· 9 years ago
3bad04c
Merge: #26829: Clarify that namespace is copied to a new __dict__ in instance creation.
by R David Murray
· 9 years ago
dd4fcf5
#26829: Clarify that namespace is copied to a new __dict__ in instance creation.
by R David Murray
· 9 years ago
e9b8403
[Issue 15476] Make "code object" its own entry in the index
by Tommy Beadle
· 9 years ago
c499f30
Issue #23921: Standardized documentation whitespace formatting.
by Serhiy Storchaka
· 9 years ago
dba9039
Issue #23921: Standardized documentation whitespace formatting.
by Serhiy Storchaka
· 9 years ago
7b1e5a7
Remove redundant leading zeroes in PEP references.
by Serhiy Storchaka
· 9 years ago
e4ba872
Remove redundant leading zeroes in PEP references.
by Serhiy Storchaka
· 9 years ago
3e48b38
Merge 3.5 (issue #25887)
by Yury Selivanov
· 9 years ago
77c9681
Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once.
by Yury Selivanov
· 9 years ago
bc1ee46
Issue #25179: Documentation for formatted string literals aka f-strings
by Martin Panter
· 10 years ago
d2ad571
Issue #25523: Further a-to-an corrections new in 3.5
by Martin Panter
· 10 years ago
85d5d90
Issue #25418: Fix markup in object.__hash__ documentation
by Berker Peksag
· 10 years ago
edb9111
Issue #25418: Fix markup in object.__hash__ documentation
by Berker Peksag
· 10 years ago
84835ab
Issue #25161: Merge full stops from 3.4 into 3.5
by Martin Panter
· 10 years ago
d21e0b5
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
by Martin Panter
· 10 years ago
d84b29f
Issue #4395: Better testing and documentation of binary operators.
by Robert Collins
· 10 years ago
00cf3c3
Issue #4395: Better testing and documentation of binary operators.
by Robert Collins
· 10 years ago
66f8828
Issue #24439: Improve PEP 492 related docs.
by Yury Selivanov
· 10 years ago
f3e40fa
Issue 24180: Documentation for PEP 492 changes.
by Yury Selivanov
· 10 years ago
770319d
Issue #23912: Fix code formatting in datamodel.rst.
by Berker Peksag
· 10 years ago
2995cc6
Issue #23912: Fix code formatting in datamodel.rst.
by Berker Peksag
· 10 years ago
9fdb0fe
Issue20467: clarify __init__'s role
by Ethan Furman
· 11 years ago
845d33c
Issue20467: clarify __init__'s role
by Ethan Furman
· 11 years ago
119479f
Issue20467: clarify __init__'s role
by Ethan Furman
· 11 years ago
b67f6e2
Issue #23006: Improve the documentation and indexing of dict.__missing__.
by Terry Jan Reedy
· 11 years ago
c9f5f2d
#22918: Drop obsolete mention of 'keys' in datamodel __iter__ docs.
by R David Murray
· 11 years ago
b004943
(3.4) Issue22780: reword NotImplemented docs to emphasise should
by Ethan Furman
· 11 years ago
e6b2b78
Merge 3.4
by Terry Jan Reedy
· 11 years ago
892dbd1
Merge: #22918: Drop obsolete mention of 'keys' in datamodel __iter__ docs.
by R David Murray
· 11 years ago
9b55089
Issue22780: reword NotImplemented docs to emphasise should
by Ethan Furman
· 11 years ago
e21a531
merge with 3.4
by Georg Brandl
· 11 years ago
a4c8c47
#22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse)
by Georg Brandl
· 11 years ago
cadc3fd
Merge with 3.4
by Georg Brandl
· 11 years ago
e73778c
Use https:// URLs when referring to python.org hosts.
by Georg Brandl
· 11 years ago
58b2ddf
Issue7186: document that __doc__ is not inherited by subclasses
by Ethan Furman
· 11 years ago
f87f515
Issue7186: document that __doc__ is not inherited by subclasses
by Ethan Furman
· 11 years ago
cd09571
Merge with 3.4
by Terry Jan Reedy
· 11 years ago
b6271f2
Issue 22465: grammar, number agreement.
by Terry Jan Reedy
· 11 years ago
e2197a4
Merge issue #21667 from 3.4
by Nick Coghlan
· 11 years ago
1462786
Issue #21667: Clarify string data model description
by Nick Coghlan
· 11 years ago
cc568b1
Merge #21662: fix typo, improve sentence flow
by R David Murray
· 11 years ago
2c07818
#21662: fix typo, improve sentence flow
by R David Murray
· 11 years ago
a73a34d
merge
by Raymond Hettinger
· 11 years ago
aa7886d
Issue 21439: Minor issues in the reference manual.
by Raymond Hettinger
· 11 years ago
384a3ea5
merge 3.4
by Benjamin Peterson
· 11 years ago
5c8ce18
remove confusing delete indexing (closes #21466)
by Benjamin Peterson
· 11 years ago
d51374e
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
by Benjamin Peterson
· 11 years ago
490a72e
docs: Better wording for __objclass__ docs. Issue #19281
by Yury Selivanov
· 11 years ago
b9aa8cb
docs: Document __objclass__. Closes #19281.
by Yury Selivanov
· 11 years ago
af8a4df
docs: Better wording for __objclass__ docs. Issue #19281
by Yury Selivanov
· 11 years ago
d3f918c
docs: Document __objclass__. Closes #19281.
by Yury Selivanov
· 11 years ago
3732ed2
Merge in all documentation changes since branching 3.4.0rc1.
by Larry Hastings
· 11 years ago
6ae5eef
Merge #19953: Clarify the wording of the augmented assignment discussion.
by R David Murray
· 11 years ago
14d7b71
#19953: Clarify the wording of the augmented assignment discussion.
by R David Murray
· 11 years ago
af7d2c4
whatsnew: LOAD_CLASSDEREF, -X showrefcount
by R David Murray
· 12 years ago
Next »