Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
61585c260cb46b5918e1c3a3771ed17abec308f5
/
Doc
/
reference
/
datamodel.rst
9834dd7
#3734: document complex coercing behavior better.
by Georg Brandl
· 17 years ago
5b0d553
Clarify some __del__ stuff.
by Brett Cannon
· 17 years ago
fe11f4d
#4986: augassigns are not expressions.
by Georg Brandl
· 17 years ago
b746448
fix grammar
by Benjamin Peterson
· 17 years ago
f1a4069
bytearrays are mutable sequences
by Benjamin Peterson
· 17 years ago
9a05373
#4517: add "special method" glossary entry and clarify when __getattribute__ is bypassed.
by Georg Brandl
· 17 years ago
3fc4226
Add an index entry for "subclassing immutable types".
by Georg Brandl
· 17 years ago
233bb00
improve __hash__ docs
by Benjamin Peterson
· 17 years ago
c756dcd
only nonempty __slots__ don't work
by Benjamin Peterson
· 17 years ago
8235869
Issue 2235: document the ability to block inheritance of __hash__ in the language reference
by Nick Coghlan
· 17 years ago
c176814
#3716: fix typo.
by Georg Brandl
· 17 years ago
9329846
Fix markup for various binary operation examples where the operands were bolded
by Brett Cannon
· 17 years ago
a510748
Issue 643841: better documentation of the special method lookup process, especially for new-style classes. Also removes the warnings about not being authoritative for new-style classes - the language reference actually covers those fairly well now (albeit in a fashion that isn't always particularly easy to follow).
by Nick Coghlan
· 17 years ago
3de1e69
#3323: mention that if inheriting from a class without __slots__,
by Georg Brandl
· 17 years ago
e9135ba
#2147: PEP 237 changes to overflow behavior.
by Georg Brandl
· 17 years ago
3fbe20c
Add docs for __func__ and __self__ on methods.
by Georg Brandl
· 17 years ago
63cdb86
#2003: fix sentence.
by Georg Brandl
· 18 years ago
3ccb49a
Clarify metaclass docs and add example.
by Georg Brandl
· 18 years ago
81de0d2
#1582: document __reversed__, patch by Mark Russell.
by Georg Brandl
· 18 years ago
6265833
Simplify index entries; fix #1712.
by Georg Brandl
· 18 years ago
2f3c16b
Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just
by Jeffrey Yasskin
· 18 years ago
b19be57
Some cleanup in the docs.
by Georg Brandl
· 18 years ago
7c3e79f
Make "hashable" a glossary entry and clarify docs on __cmp__, __eq__ and __hash__.
by Georg Brandl
· 18 years ago
a739503
Add :term:s for "new-style class".
by Georg Brandl
· 18 years ago
63fa168
Unify "byte code" to "bytecode". Also sprinkle :term: markup for it.
by Georg Brandl
· 18 years ago
5768d57
Backport from Py3k: Bug #1684991: explain lookup semantics for __special__ methods (new-style classes only).
by Georg Brandl
· 18 years ago
3761422
Bug #1758696: more info about descriptors.
by Georg Brandl
· 18 years ago
8d9e845
Bug #1697820: document that the old slice protocol is still used by builtin types.
by Georg Brandl
· 18 years ago
8ec7f65
Move the 2.6 reST doc tree in place.
by Georg Brandl
· 18 years ago