1. 12 Oct, 2004 10 commits
  2. 11 Oct, 2004 7 commits
  3. 10 Oct, 2004 3 commits
  4. 09 Oct, 2004 14 commits
  5. 08 Oct, 2004 5 commits
  6. 07 Oct, 2004 1 commit
    • Johannes Gijsbers's avatar
      Rewrite rmtree using os.walk to fix bug #1025127: · c0063723
      Johannes Gijsbers authored
      The shutils.rmtree() implementation uses an excessive amount of memory when
      deleting large directory hierarchies. Before actually deleting any files, it
      builds up a list of (function, filename) tuples for all the files that it is
      going to remove.
      c0063723