- 18 Mar, 2008 1 kayıt (commit)
-
-
Jeffrey Yasskin yazdı
instead of every integer from 0 to 400. Exhaustive testing wastes time without providing enough more assurance that the code is correct.
-
- 23 Şub, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 25 Ock, 2008 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
it was released, but that reversion never made it to the Py2.6 head.
-
- 19 Ara, 2007 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 22 Kas, 2007 1 kayıt (commit)
-
-
Guido van Rossum yazdı
With some changes of my own thrown in (e.g. backport of r58107).
-
- 07 Kas, 2007 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 12 Mar, 2007 2 kayıt (commit)
-
-
Tim Peters yazdı
-
Collin Winter yazdı
-
- 04 Mar, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 07 Şub, 2007 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 29 Eki, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
the tuple isn't used as the "exception arguments tuple".
-
- 03 Nis, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 25 Şub, 2006 1 kayıt (commit)
-
-
Guido van Rossum yazdı
- The copy module now "copies" function objects (as atomic objects). - dict.__getitem__ now looks for a __missing__ hook before raising KeyError. - Added a new type, defaultdict, to the collections module. This uses the new __missing__ hook behavior added to dict (see above).
-
- 30 Eyl, 2004 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
Many of these tests are redundant, but this will ensure that the mapping protocols all stay in sync. Also, added a test for dictionary subclasses.
-
Walter Dörwald yazdı
-