Michael Foord
|
e6410c536c
|
Backport of weakref.WeakSet and tests from Python 3.
|
2010-03-29 20:04:23 +00:00 |
Collin Winter
|
001a3952c9
|
Add support for weak references to code objects. This will be used by an optimization in the incoming Python 3 JIT.
Patch by Reid Kleckner!
|
2010-03-18 21:54:01 +00:00 |
Georg Brandl
|
08be2e2f35
|
Add a new directive marking up implementation details and start using it.
|
2009-10-22 08:05:04 +00:00 |
Georg Brandl
|
0968fd679b
|
Fix punctuation.
|
2009-10-22 07:05:48 +00:00 |
Benjamin Peterson
|
ff81cb812d
|
rewrite to be nice to other implementations
|
2009-10-22 02:36:47 +00:00 |
Georg Brandl
|
cf842ad418
|
#7170: fix explanation about non-weakrefable builtin types.
|
2009-10-21 07:15:59 +00:00 |
Gregory P. Smith
|
4e63d54b36
|
Add weakref support to the thread.lock type.
|
2009-08-20 09:39:38 +00:00 |
Georg Brandl
|
d7d4fd7336
|
builtin -> built-in.
|
2009-07-26 14:37:28 +00:00 |
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 |