cpython/Lib/distutils
Greg Ward abc2f960d4 Allow comment characters (#) to be escaped:
- did away with 'comment_re' option -- it's just not that simple anymore
  - heavily revised the main logic in 'readline()' to accomodate this
Beefed up 'warn()': 'line' can be list or tuple, and 'msg' is
  automatically converted to a string.
1999-08-10 20:09:38 +00:00
..
command Added a self-berating command relating to installation directories for 1999-07-10 02:02:31 +00:00
__init__.py
ccompiler.py The abstract base class that defines the C/C++ compiler abstraction model. 1999-07-10 02:03:53 +00:00
core.py Added the 'have_run' dictionary to Distribution, and changed 1999-06-08 02:02:00 +00:00
errors.py Don't pollute importer's namespace with type objects from types modules. 1999-07-10 02:01:44 +00:00
fancy_getopt.py First checkin of real Distutils code. 1999-03-22 14:52:19 +00:00
sysconfig.py Now handles NT, through '_init_nt()' function (courtesy of 1999-06-08 01:58:36 +00:00
text_file.py Allow comment characters (#) to be escaped: 1999-08-10 20:09:38 +00:00
unixccompiler.py The first concrete subclass of CCompiler: defines a barebones Unix C compiler. 1999-07-10 02:04:22 +00:00
util.py On David Ascher's recommendation: reversed order of 'utime()' and 1999-06-08 17:05:21 +00:00
version.py