Tarek Ziadé
|
8a12f940fe
|
Fixed #8463: added missing reference to bztar in shutil's documentation.
|
2010-04-19 21:28:21 +00:00 |
Tarek Ziadé
|
48cc8dc958
|
added make_archive (and secondary APIs) to shutil
|
2010-02-23 05:16:41 +00:00 |
Georg Brandl
|
c1edec3374
|
Use the preferred form of raise statements in the docs.
|
2009-06-03 07:25:35 +00:00 |
Georg Brandl
|
c62ef8b4d9
|
Remove trailing whitespace.
|
2009-01-03 20:55:06 +00:00 |
Benjamin Peterson
|
d729aada6a
|
specify how things are copied
|
2008-12-09 02:03:03 +00:00 |
Georg Brandl
|
905e0f65ba
|
#4478: document that copyfile() can raise Error.
|
2008-12-05 15:32:29 +00:00 |
Georg Brandl
|
9af9498c6e
|
Remove things specific to the old Macintosh, and spell "Mac OS X" consistently.
|
2008-09-13 17:41:16 +00:00 |
Andrew M. Kuchling
|
c40608491c
|
Wording fix
|
2008-07-06 17:43:16 +00:00 |
Georg Brandl
|
e78fbcce3e
|
#2663: support an *ignore* argument to shutil.copytree(). Patch by Tarek Ziade.
This is a new feature, but Barry authorized adding it in the beta period.
|
2008-07-05 10:13:36 +00:00 |
Georg Brandl
|
88107dafef
|
#2845: fix copy2's docs.
|
2008-05-16 13:18:50 +00:00 |
Georg Brandl
|
786ead684a
|
#2369: clarify that copyfile() doesn't take a target directory.
|
2008-04-19 16:57:43 +00:00 |
Georg Brandl
|
5235398323
|
#1669: don't allow shutil.rmtree() to be called on a symlink.
|
2008-01-20 14:17:42 +00:00 |
Georg Brandl
|
ec32b6bce7
|
#1559684: document that shutil.copy* doesn't copy all metadata on Posix and Windows too.
|
2008-01-06 16:12:39 +00:00 |
Georg Brandl
|
b19be571e0
|
Some cleanup in the docs.
|
2007-12-29 10:57:00 +00:00 |
Mark Summerfield
|
ac3d429edc
|
Added more file-handling related cross-references.
|
2007-11-02 08:24:59 +00:00 |
Georg Brandl
|
bf863b17f0
|
Replace "Caveat" paragraphs by .. warning::s.
|
2007-08-15 19:06:04 +00:00 |
Georg Brandl
|
8ec7f65613
|
Move the 2.6 reST doc tree in place.
|
2007-08-15 14:28:01 +00:00 |