1. 03 Mar, 2000 3 commits
    • Guido van Rossum's avatar
      Patch by Tim Peters: · 9428fa60
      Guido van Rossum authored
      Changes the one regexp in PyParse capable of making the re module blow the C
      stack when passed unreasonable <0.9 wink> program text.  Jeremy Hylton
      provoked this with a program of the form:
      
      x = (1,
           2,
      ... # 9997 lines deleted here
           10000,
      )
      
      Programs "like this" will no longer (no matter how many lines they contain)
      trigger re death.  OTOH, you can now make another class of unreasonable
      program that will take much longer to parse.
      9428fa60
    • Greg Ward's avatar
      Typo fix. · 56359f59
      Greg Ward authored
      56359f59
    • Greg Ward's avatar
      Fixed 'mkpath()' to accept empty string silently (it's just the current dir). · 96182d7b
      Greg Ward authored
      Fixed all DistutilsFileError messages to wrap file/dir names in quotes.
      96182d7b
  2. 02 Mar, 2000 8 commits
  3. 01 Mar, 2000 10 commits
  4. 29 Feb, 2000 8 commits
  5. 28 Feb, 2000 10 commits
  6. 27 Feb, 2000 1 commit