summaryrefslogtreecommitdiffstats
path: root/Doc/library/shutil.rst
Commit message (Expand)AuthorAgeFilesLines
* merge 3.4 (#22933)Benjamin Peterson2015-03-221-6/+3
|\
| * clarify behavior of shutil.move when destination exists (closes #22933)Benjamin Peterson2015-03-221-6/+3
* | merge with 3.4Georg Brandl2014-10-311-1/+1
|\ \ | |/
| * Closes #22771: "verbose" is unused; deprecate it.Georg Brandl2014-10-311-1/+1
* | merge with 3.4Georg Brandl2014-10-311-3/+13
|\ \ | |/
| * #22613: elaborate on arguments of shutil archival functions (thanks Jacques D...Georg Brandl2014-10-311-3/+13
* | Fix usage of the versionchanged directive.Berker Peksag2014-08-111-1/+1
* | Issue #5411: Fixed version number.Serhiy Storchaka2014-08-061-1/+1
* | Issue #5411: Added support for the "xztar" format in the shutil module.Serhiy Storchaka2014-08-061-1/+7
* | #19840: Add copy_function to shutil.move.R David Murray2014-06-111-5/+17
* | Fix Issue #21528 - Fix documentation typosDonald Stufft2014-05-201-1/+1
* | Issue19643 Fix whitespaceTim Golden2014-05-071-3/+3
* | Issue19643 Add an example of shutil.rmtree which shows how to cope with reado...Tim Golden2014-05-071-0/+20
|/
* Backout a1a05e2724dd: shutil.which(bytes) is a new feature and my patch does ...Victor Stinner2013-12-161-4/+0
* Issue #18283: shutil.which() now supports bytes argument, not only text argum...Victor Stinner2013-12-161-0/+4
* Fix shutil.which() test for issue #16993.Serhiy Storchaka2013-01-221-1/+1
|\
| * Fix shutil.which() test for issue #16993.Serhiy Storchaka2013-01-221-1/+1
* | Issue #16993: shutil.which() now preserves the case of the path and extensionSerhiy Storchaka2013-01-211-1/+1
|\ \ | |/
| * Issue #16993: shutil.which() now preserves the case of the path and extensionSerhiy Storchaka2013-01-211-1/+1
* | Issue #16719: Get rid of WindowsError. Use OSError insteadAndrew Svetlov2012-12-191-4/+3
* | Merge: use OSError instead of os.error in the docs.Andrew Svetlov2012-12-151-1/+1
|\ \ | |/
| * Use OSError instead of os.error in the docs.Andrew Svetlov2012-12-151-1/+1
* | #1492704: Ensure and document backward compatibility of the changeHynek Schlawack2012-10-281-1/+2
* | Closes #1492704: Make shutil.copyfile() raise a distinct SameFileErrorHynek Schlawack2012-10-071-1/+13
|/
* Cleanup/rewrite shutil docs regarding follow_symlinks and copying attributes.Larry Hastings2012-09-211-31/+84
* #1492704: Backout and wait for 3.4Hynek Schlawack2012-07-191-11/+1
* #1492704: Make shutil.copyfile() raise a distinct SameFileErrorHynek Schlawack2012-07-191-1/+11
* Issue #15202: Additional documentation fixes inadvertently omittedLarry Hastings2012-07-151-41/+31
* Issue #15202: Consistently use the name "follow_symlinks" forLarry Hastings2012-07-151-1/+1
* - Issue #15238: shutil.copystat now copies Linux "extended attributes".Larry Hastings2012-07-151-2/+3
* Fix typo in shutil docHynek Schlawack2012-06-271-1/+1
* Fix markupÉric Araujo2012-06-241-1/+1
* Add a single versionadded for a whole section instead of repeating for every ...Georg Brandl2012-06-241-18/+4
* Small whitespace fixes for shutil.rmtree() docs.Georg Brandl2012-06-241-7/+9
* #444582: fix example and rewrap docs a bit.Georg Brandl2012-06-241-13/+14
* Issue #4489: Rename the feature marker for the symlink resistant rmtree and s...Nick Coghlan2012-06-241-14/+15
* #4489: Fix usage of fd-based functions to new api introduced earlier todayHynek Schlawack2012-06-231-4/+11
* #4489: Add a shutil.rmtree that isn't suspectible to symlink attacksHynek Schlawack2012-06-231-7/+20
* Issue #444582: shutil.which() respects relative paths.Antoine Pitrou2012-06-221-2/+2
* Fix #444582. Add shutil.which function for finding programs on the system path.Brian Curtin2012-06-221-0/+24
* Add versionchanged tags for #14772 changesBrian Curtin2012-06-191-0/+13
* Fix #14772: Return the destination from some shutil functions.Brian Curtin2012-06-181-5/+9
* #14804: Remove [] around optional arguments with default valuesHynek Schlawack2012-05-211-5/+5
* Issue #14082: shutil.copy2() now copies extended attributes, if possible.Antoine Pitrou2012-05-121-3/+3
* shutil copy module reference doc fix.Senthil Kumaran2012-02-131-21/+23
|\
| * shutil copy module reference doc fix.Senthil Kumaran2012-02-131-19/+19
* | Issue #13609: Add two functions to query the terminal size:Antoine Pitrou2012-02-081-0/+33
* | Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715)Éric Araujo2012-02-051-3/+7
|\ \ | |/
| * Improve interlinking of archiving/compression modules docs.Éric Araujo2012-01-161-3/+7
* | Issue #9993: When the source and destination are on different filesystems,Antoine Pitrou2012-01-061-1/+6