| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replaced the last attempt at an "unreadline" with one that actually | Greg Ward | 1999-03-29 | 1 | -29/+18 |
| | | | | | works on non-seekable file-like objects, such as URLs. (Oops.) | ||||
| * | Added 'linestart' array and 'unreadline()' method (makes parsing a lot easier). | Greg Ward | 1999-03-26 | 1 | -1/+30 |
| | | |||||
| * | Changes to allow passing an open file to the constructor (to support | Greg Ward | 1999-03-23 | 1 | -14/+13 |
| | | | | | | ProcessHierarchy's changes to support reading from a remote URL in ProcessDatabase). | ||||
| * | Added collapse_ws option. | Greg Ward | 1999-03-08 | 1 | -0/+5 |
| | | |||||
| * | Added 'warn' method. | Greg Ward | 1999-01-18 | 1 | -1/+10 |
| | | |||||
| * | Added: mems.lib.text_file: provides TextFile class for parsing text | Greg Ward | 1999-01-13 | 1 | -0/+206 |
| files with (optional) comment stripping, blank line skipping, whitespace removal, and line joining with trailing backslashes. | |||||
