cpython/Lib/compiler
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
..
__init__.py Ok, compiler.transformer can really be imported now 2006-03-24 07:07:34 +00:00
ast.py - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; 2007-02-11 06:12:03 +00:00
consts.py Hopefully this removes all vestiges of CO_GENERATOR_ALLOWED that can 2006-03-03 19:12:58 +00:00
future.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
misc.py - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; 2007-02-11 06:12:03 +00:00
pyassem.py - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; 2007-02-11 06:12:03 +00:00
pycodegen.py * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. 2007-02-09 21:28:07 +00:00
symbols.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
syntax.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00
transformer.py * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. 2007-02-09 21:28:07 +00:00
visitor.py Fix most trivially-findable print statements. 2007-02-09 05:37:30 +00:00