Georg Brandl
|
584265b001
|
Add more entries to the glossary.
Written by Jeff Wheeler for GHOP.
|
2007-12-02 14:58:50 +00:00 |
Georg Brandl
|
03c1d1e9c4
|
Remove duplication of "this".
|
2007-11-11 15:16:16 +00:00 |
Georg Brandl
|
7c3e79f67f
|
Make "hashable" a glossary entry and clarify docs on __cmp__, __eq__ and __hash__.
I hope the concept of hashability is better understandable now.
Thanks to Tim Hatch for pointing out the flaws here.
|
2007-11-02 20:06:17 +00:00 |
Georg Brandl
|
a739503881
|
Add :term:s for "new-style class".
|
2007-10-21 12:15:05 +00:00 |
Georg Brandl
|
63fa168326
|
Unify "byte code" to "bytecode". Also sprinkle :term: markup for it.
|
2007-10-21 10:24:20 +00:00 |
Mark Summerfield
|
d92e871ad8
|
Added note in footnote about string comparisons about
unicodedata.normalize().
|
2007-10-03 08:53:21 +00:00 |
Georg Brandl
|
745e48dffa
|
A bit of reordering, also show more subheadings in the lang ref index.
|
2007-09-18 07:24:40 +00:00 |
Georg Brandl
|
8360d5de7e
|
Fix a wrong indentation for sublists.
|
2007-09-07 14:14:40 +00:00 |
Georg Brandl
|
5768d577d3
|
Backport from Py3k: Bug #1684991: explain lookup semantics for __special__ methods (new-style classes only).
|
2007-09-05 13:36:44 +00:00 |
Georg Brandl
|
3761422749
|
Bug #1758696: more info about descriptors.
|
2007-08-23 21:42:54 +00:00 |
Georg Brandl
|
8d9e84554e
|
Bug #1697820: document that the old slice protocol is still used by builtin types.
|
2007-08-23 20:35:00 +00:00 |
Georg Brandl
|
32008321f5
|
Bug #1777168: replace operator names "opa"... with "op1"... and mark everything up as literal,
to enhance readability.
|
2007-08-21 06:12:19 +00:00 |
Georg Brandl
|
ff457b1d05
|
Bug #1777160: mention explicitly that e.g. -1**2 is -1.
|
2007-08-21 06:07:08 +00:00 |
Mark Summerfield
|
216ad337bd
|
Added a note in each regarding the fact that unicode strings that look the same
may not compare equal (due to the possibility of multiple representations).
|
2007-08-16 10:09:22 +00:00 |
Georg Brandl
|
8ec7f65613
|
Move the 2.6 reST doc tree in place.
|
2007-08-15 14:28:01 +00:00 |