cpython/Lib/ctypes
Guido van Rossum cc2b016125 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
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.
2007-02-11 06:12:03 +00:00
..
macholib SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
test - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; 2007-02-11 06:12:03 +00:00
__init__.py Rip out 'long' and 'L'-suffixed integer literals. 2007-01-15 16:59:06 +00:00
_endian.py Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
util.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
wintypes.py Merged revisions 53304-53433,53435-53450 via svnmerge from 2007-01-15 15:49:28 +00:00