Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
a5cd255a7cb15c7920171f0796cf163a00a5ecaf
/
Doc
/
library
/
shutil.rst
1625d88
Issue #16341: convert examples to use except ... as ... syntax.
by Andrew Svetlov
· 13 years ago
e58ce01
#14804: Remove [] around optional arguments with default values
by Hynek Schlawack
· 13 years ago
c446ce7
Document that shutil.make_archive does not typecheck its logger argument
by Éric Araujo
· 13 years ago
c3cc2ac
Improve interlinking of archiving/compression modules docs.
by Éric Araujo
· 13 years ago
ef18737
shutil copy module reference doc fix.
by Senthil Kumaran
· 13 years ago
99c4c34
Add missing documentation for logger argument of shutil.make_archive
by Éric Araujo
· 14 years ago
29a0b57
Backport source links from 3.x.
by Éric Araujo
· 14 years ago
22a7b48
Fix closes Issue12183 - Explain the Symlink copy behavior in shutil.copytree. Patch by Petri Lehtinen.
by Senthil Kumaran
· 14 years ago
d01aebe
Update documentation for shutil.move (#12043) and fix a few typos.
by Éric Araujo
· 14 years ago
60bf489
merge from 3.2 - Fix closes issue12577 - clarify shutil.move documentation. Patch suggestion by Catalin Iacob
by Senthil Kumaran
· 14 years ago
e0e0822
Add more links to Python sources where the code is short, readable and an informative adjunct to the docs.
by Raymond Hettinger
· 15 years ago
e593fad
removed ztar support in shutil.make_archive
by Tarek Ziadé
· 15 years ago
8a12f94
Fixed #8463: added missing reference to bztar in shutil's documentation.
by Tarek Ziadé
· 15 years ago
48cc8dc
added make_archive (and secondary APIs) to shutil
by Tarek Ziadé
· 15 years ago
c1edec3
Use the preferred form of raise statements in the docs.
by Georg Brandl
· 16 years ago
c62ef8b
Remove trailing whitespace.
by Georg Brandl
· 17 years ago
d729aad
specify how things are copied
by Benjamin Peterson
· 17 years ago
905e0f6
#4478: document that copyfile() can raise Error.
by Georg Brandl
· 17 years ago
9af9498
Remove things specific to the old Macintosh, and spell "Mac OS X" consistently.
by Georg Brandl
· 17 years ago
c406084
Wording fix
by Andrew M. Kuchling
· 17 years ago
e78fbcc
#2663: support an *ignore* argument to shutil.copytree(). Patch by Tarek Ziade.
by Georg Brandl
· 17 years ago
88107da
#2845: fix copy2's docs.
by Georg Brandl
· 17 years ago
786ead6
#2369: clarify that copyfile() doesn't take a target directory.
by Georg Brandl
· 17 years ago
5235398
#1669: don't allow shutil.rmtree() to be called on a symlink.
by Georg Brandl
· 18 years ago
ec32b6b
#1559684: document that shutil.copy* doesn't copy all metadata on Posix and Windows too.
by Georg Brandl
· 18 years ago
b19be57
Some cleanup in the docs.
by Georg Brandl
· 18 years ago
ac3d429
Added more file-handling related cross-references.
by Mark Summerfield
· 18 years ago
bf863b1
Replace "Caveat" paragraphs by .. warning::s.
by Georg Brandl
· 18 years ago
8ec7f65
Move the 2.6 reST doc tree in place.
by Georg Brandl
· 18 years ago