Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | Code by David Ascher (docstring by me). | ||||
* | Transformed comments to doc strings. | Guido van Rossum | 1997-04-29 | 1 | -34/+45 |
| | | | | Added symlinks option to copytree. | ||||
* | 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 |
| | | | | | Remove unneeded check for '.' / '..' from copytree(). Add some comments. | ||||
* | Improvements to copyfile(): open the files in binary mode, and close | Guido van Rossum | 1997-04-29 | 1 | -6/+16 |
| | | | | them in a finally clause. | ||||
* | 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 |