1. 26 Mar, 2000 6 commits
  2. 23 Mar, 2000 3 commits
  3. 22 Mar, 2000 11 commits
  4. 18 Mar, 2000 8 commits
  5. 10 Mar, 2000 3 commits
  6. 09 Mar, 2000 2 commits
    • Fred Drake's avatar
      There are a few places which can raise DistutilsPlatformError; make · 13a17ccd
      Fred Drake authored
      sure it's imported!  ;)
      
      Re-wrap the docstrings on get_python_inc() and get_python_lib() to be
      closer to the "normal" Python style.  See GvR's "style guide" on the
      essays page (http://www.python.org/doc/essays/).
      
      There should never be a space between a function name and the '(' that
      opens the argument list (see the style guide again).
      13a17ccd
    • Greg Ward's avatar
      Added Joe Van Andel's 'get_python_inc()', adapted by me to supply · 86ff6523
      Greg Ward authored
        the platform-neutral include dir by default and with Mac support.
      Added 'get_python_lib()', inspired by 'get_python_inc()'.
      Rewrote 'get_config_h_filename()' and 'get_makefile_filename()'
        in terms of 'get_python_inc()' and 'get_python_lib()'.
      Changed '_init_nt()' and '_init_mac()' to use 'get_python_inc()' and
        'get_python_lib()' for directory names.
      86ff6523
  7. 07 Mar, 2000 4 commits
  8. 06 Mar, 2000 3 commits