Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | get_config_h_filename(): Fix to work with current Python | Fred Drake | 1999-01-11 | 1 | -2/+2 |
| | | | | | installations; it was picking up a stale config.h from an overwritten installation. | ||||
* | Update and add docstrings. | Fred Drake | 1999-01-06 | 1 | -5/+13 |
| | |||||
* | Another patch from Fred: factored _init_posix into | Greg Ward | 1999-01-06 | 1 | -18/+37 |
| | | | | | get_config_h_filename, get_makefile_filename, parse_config_h, and parse_makefile. | ||||
* | Applied Fred's patch to fix the bugs that John Skaller noticed. | Greg Ward | 1998-12-22 | 1 | -6/+14 |
| | |||||
* | Fred's sysconfig module. | Greg Ward | 1998-12-18 | 1 | -0/+106 |
| | |||||
* | Initial checkin of distutils source files. | Greg Ward | 1998-12-18 | 2 | -0/+301 |