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
|
bb75e4e5d2
|
Unify "file-descriptor" to "file descriptor".
|
2007-10-21 10:46:24 +00:00 |
Raymond Hettinger
|
11e679e6ff
|
Remove useless warning
|
2007-10-18 21:13:06 +00:00 |
Brett Cannon
|
7b201162cf
|
Re-order some functions whose parameters differ between PyObject and const char
* so that they are next to each other.
|
2007-10-16 23:26:45 +00:00 |
Georg Brandl
|
814b04600c
|
#1199: docs for tp_as_{number,sequence,mapping}, by Amaury Forgeot d'Arc.
No need to merge this to py3k!
|
2007-10-08 14:12:47 +00:00 |
Georg Brandl
|
5a25fcd585
|
Fix #1139: PyFile_Encoding really is PyFile_SetEncoding.
|
2007-09-12 18:10:56 +00:00 |
Georg Brandl
|
9c478bd850
|
Fix #1122: wrong return type documented for various _Size() functions.
|
2007-09-12 18:08:33 +00:00 |
Walter Dörwald
|
6e39080649
|
Backport r57105 and r57145 from the py3k branch: UTF-32 codecs.
|
2007-08-17 16:41:28 +00:00 |
Georg Brandl
|
8ec7f65613
|
Move the 2.6 reST doc tree in place.
|
2007-08-15 14:28:01 +00:00 |