Files
cpython/Lib
Jeremy Hylton 7cff7fe21f Many changes.
Reformatting -- long lines, "[ ]" -> "[]", a few indentation nits.

Replace calls to Node function (which constructed ast nodes) with
calls to actual constructors imported from ast module.

Optimize com_node (most frequently used method) for the common case --
the appropriate method is found in _dispatch.

Fix com_augassign to use class object's rather than node names
(rendered invalid by recent changes to ast)

Remove expensive tests for sequence-ness in com_stmt and
com_append_stmt. These tests should never fail; if they do, something
is really broken and exception will be raised elsewhere.

Fix com_stmt and com_append_stmt to use isinstance rather than
testing's type slot of ast node (this slot disappeared with recent
changes to ast).
2000-10-25 18:10:32 +00:00
..
2000-10-25 18:10:32 +00:00
2000-10-15 19:20:20 +00:00
2000-10-16 17:42:40 +00:00
2000-10-07 12:25:17 +00:00
2000-08-31 02:42:11 +00:00
2000-08-31 02:42:11 +00:00
2000-10-24 19:57:45 +00:00
2000-07-25 14:34:38 +00:00
2000-10-03 13:51:09 +00:00
2000-09-27 22:43:54 +00:00
2000-09-28 19:10:56 +00:00
2000-09-15 15:14:51 +00:00
2000-09-28 16:22:52 +00:00
2000-09-01 06:40:07 +00:00
2000-09-18 19:38:11 +00:00
2000-10-06 20:28:46 +00:00
2000-08-24 21:08:39 +00:00
2000-08-24 21:08:39 +00:00
2000-10-12 18:54:18 +00:00
2000-08-31 10:27:00 +00:00