Georg Brandl
|
e8f1b00372
|
Enable doctest running for several other documents.
We have now over 640 doctests that are run with "make doctest".
|
2008-03-22 22:04:10 +00:00 |
Georg Brandl
|
86f38c81ae
|
#1918: document that weak references *to* an object are
cleared before the object's __del__ is called, to ensure that the weak
reference callback (if any) finds the object healthy.
|
2008-03-22 10:07:29 +00:00 |
Georg Brandl
|
1699db145f
|
Another fix.
|
2008-02-22 12:57:05 +00:00 |
Georg Brandl
|
b19be571e0
|
Some cleanup in the docs.
|
2007-12-29 10:57:00 +00:00 |
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
|
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
|
e7a0990113
|
Add :term:s for iterator.
|
2007-10-21 12:10:28 +00:00 |
Georg Brandl
|
cf3fb25932
|
Add :term: for generators.
|
2007-10-21 10:52:38 +00:00 |
Georg Brandl
|
8ec7f65613
|
Move the 2.6 reST doc tree in place.
|
2007-08-15 14:28:01 +00:00 |