- 02 Eyl, 2010 1 kayıt (commit)
-
-
Daniel Stutzbach yazdı
dict_items views. The method is required by the collections.Set ABC, which the views register as supporting.
-
- 04 May, 2010 1 kayıt (commit)
-
-
Alexandre Vassalotti yazdı
Patch by Alexander Belopolsky.
-
- 19 Ock, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
A patch from Dave Malcolm.
-
- 13 Agu, 2009 1 kayıt (commit)
-
-
Georg Brandl yazdı
svn+ssh://svn.python.org/python/branches/py3k ........ r73715 | benjamin.peterson | 2009-07-01 01:06:06 +0200 (Mi, 01 Jul 2009) | 1 line convert old fail* assertions to assert* ........
-
- 30 Haz, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 20 May, 2008 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 12 Şub, 2007 1 kayıt (commit)
-
-
Guido van Rossum yazdı
(PEP 3106 requires subset comparisons too, those will come later if someone really wants them. :-)
-
- 11 Şub, 2007 1 kayıt (commit)
-
-
Guido van Rossum yazdı
and .keys(), .items(), .values() return dict views. The dict views aren't fully functional yet; in particular, they can't be compared to sets yet. but they are useful as "iterator wells". There are still 27 failing unit tests; I expect that many of these have fairly trivial fixes, but there are so many, I could use help.
-
- 10 Şub, 2007 3 kayıt (commit)
-
-
Guido van Rossum yazdı
(Not for dict_values, where it can't be done faster than the default implementation which just iterates the elements.)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-