Commit graph

12 commits

Author SHA1 Message Date
Georg Brandl
07c19eaa20 Fix seealso link to sets docs. Do not merge to Py3k. 2007-11-09 12:31:43 +00:00
Raymond Hettinger
1760c8a017 Add set.isdisjoint() 2007-11-08 02:52:43 +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
Mark Summerfield
ac3d429edc Added more file-handling related cross-references. 2007-11-02 08:24:59 +00:00
Georg Brandl
744b32a544 Fix markup glitch. 2007-11-01 20:37:02 +00:00
Georg Brandl
cf3fb25932 Add :term: for generators. 2007-10-21 10:52:38 +00:00
Georg Brandl
5e52db035d Add :term:s for descriptors. 2007-10-21 10:45:46 +00:00
Facundo Batista
d97110dd1b Issue 1289, just a typo. 2007-10-18 03:44:48 +00:00
Georg Brandl
16fd6c4617 #1123: fix the docs for the str.split(None, sep) case.
Also expand a few other methods' docs, which had more info in the deprecated string module docs.
2007-10-08 07:50:24 +00:00
Georg Brandl
efa7d51ee6 #1176: document that string methods don't take keyword args. 2007-09-20 16:45:27 +00:00
Georg Brandl
847cae6743 Document sets' ">" and "<" operations (backport from py3k). 2007-09-01 15:49:49 +00:00
Georg Brandl
8ec7f65613 Move the 2.6 reST doc tree in place. 2007-08-15 14:28:01 +00:00