Files
cpython/Doc/lib
Tim Peters 4efb6e9643 Turns out Neil didn't intend for *all* of his gen-branch work to get
committed.

tokenize.py:  I like these changes, and have tested them extensively
without even realizing it, so I just updated the docstring and the docs.

tabnanny.py:  Also liked this, but did a little code fiddling.  I should
really rewrite this to *exploit* generators, but that's near the bottom
of my effort/benefit scale so doubt I'll get to it anytime soon (it
would be most useful as a non-trivial example of ideal use of generators;
but test_generators.py has already grown plenty of food-for-thought
examples).

inspect.py:  I'm sure Ping intended for this to continue running even
under 1.5.2, so I reverted this to the last pre-gen-branch version.  The
"bugfix" I checked in in-between was actually repairing a bug *introduced*
by the conversion to generators, so it's OK that the reverted version
doesn't reflect that checkin.
2001-06-29 23:51:08 +00:00
..
2001-03-29 22:22:23 +00:00
2001-05-11 15:49:19 +00:00
2000-10-04 16:34:09 +00:00
2001-01-22 17:42:32 +00:00
2000-09-09 03:31:17 +00:00
2001-02-14 03:20:18 +00:00
2001-06-14 13:57:16 +00:00
2000-04-05 15:00:38 +00:00
2001-06-29 15:39:53 +00:00
2001-02-28 23:34:21 +00:00
2001-05-11 15:49:19 +00:00
2001-06-25 15:30:13 +00:00
2001-06-23 16:26:44 +00:00