Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Note that readframes() returns data in linear format, even if the original | Fred Drake | 2000-11-17 | 1 | -8/+15 |
| | | | | | | | is encoded in u-LAW format. Based on suggestion from Anthony Baxter <anthony_baxter@users.sourceforge.net>. This closes bug #122273. | ||||
* | When looking for things that might be modules, include *module.c from | Fred Drake | 1999-06-17 | 1 | -1/+18 |
| | | | | | the Modules/ directory. Most of the remaining undocumented modules seem to be living there. | ||||
* | ignore_from_idx(): Fixed bug in regular expression. | Fred Drake | 1999-02-24 | 1 | -3/+3 |
| | |||||
* | Script to help identify undocumented modules. Use -h or --help for | Fred Drake | 1999-02-23 | 1 | -0/+159 |
usage information. |