cpython/Lib/compiler
Georg Brandl 88fc6646d1 * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.
* Fix some docstrings and one Print -> print.
* Fix test_{class,code,descrtut,dis,extcall,parser,popen,pkg,subprocess,syntax,traceback}.
  These were the ones that generated code with a print statement.
  In most remaining failing tests there's an issue with the soft space.
2007-02-09 21:28:07 +00:00
..
__init__.py Ok, compiler.transformer can really be imported now 2006-03-24 07:07:34 +00:00
ast.py * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. 2007-02-09 21:28:07 +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 Stomp out more hsa_key() calls. 2006-08-19 15:28:37 +00:00
pyassem.py * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. 2007-02-09 21:28:07 +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