Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change the order of the utime() and the chmod() call in copystat(). | Guido van Rossum | 1999-01-14 | 1 | -1/+1 |
* | Fix append() calls with more than 1 argument. | Guido van Rossum | 1998-10-07 | 1 | -2/+2 |
* | ST_MODE should be ST_MTIME in utime call in copystat. Thanks to Mike Orr. | Guido van Rossum | 1998-10-02 | 1 | -1/+1 |
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -41/+41 |
* | Added rmtree(), to recursively remove a directory tree. | Guido van Rossum | 1998-02-06 | 1 | -0/+32 |
* | Transformed comments to doc strings. | Guido van Rossum | 1997-04-29 | 1 | -34/+45 |
* | Reindented at 4 spaces. | Guido van Rossum | 1997-04-29 | 1 | -49/+49 |
* | Add feature to copy(), copy2(): dst may be a directory. | Guido van Rossum | 1997-04-29 | 1 | -22/+27 |
* | Improvements to copyfile(): open the files in binary mode, and close | Guido van Rossum | 1997-04-29 | 1 | -6/+16 |
* | posix -> os | Guido van Rossum | 1992-03-31 | 1 | -18/+17 |
* | path.cat --> join | Guido van Rossum | 1991-08-16 | 1 | -2/+2 |
* | Initial revision | Guido van Rossum | 1990-10-13 | 1 | -0/+70 |