1. 29 Mar, 2000 17 commits
  2. 28 Mar, 2000 21 commits
  3. 27 Mar, 2000 2 commits
    • Guido van Rossum's avatar
      Add a call to Tcl_FindExecutable(). This was inspired by a patch by · e187b0eb
      Guido van Rossum authored
      Martin von Loewis (whose more elaborate patch to use objects is still
      under review).
      e187b0eb
    • Guido van Rossum's avatar
      Skip Montanaro: · dc8b7980
      Guido van Rossum authored
      The robotparser.py module currently lives in Tools/webchecker.  In
      preparation for its migration to Lib, I made the following changes:
      
          * renamed the test() function _test
          * corrected the URLs in _test() so they refer to actual documents
          * added an "if __name__ == '__main__'" catcher to invoke _test()
            when run as a main program
          * added doc strings for the two main methods, parse and can_fetch
          * replaced usage of regsub and regex with corresponding re code
      dc8b7980