Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. | Martin Panter | 2016-07-26 | 1 | -1/+3 |
| | | | | Patch by Julien Palard. | ||||
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -2/+3 |
| | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi. | ||||
* | Issue #26778: Fixed "a/an/and" typos in code comment and documentation. | Serhiy Storchaka | 2016-04-17 | 1 | -1/+1 |
| | |||||
* | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 | Martin Panter | 2015-11-02 | 1 | -2/+2 |
|\ | |||||
| * | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 1 | -2/+2 |
| | | | | | | | | | | | | This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed or edited some other way to fix the grammar. | ||||
* | | Issue #25161: Merge full stops from 3.4 into 3.5 | Martin Panter | 2015-10-10 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #25161: Add full stops in documentation; patch by Takase Arihiro | Martin Panter | 2015-10-10 | 1 | -1/+1 |
| | | |||||
| * | Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple ↵ | Senthil Kumaran | 2015-06-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | documentation typos. Related Issues: #issue21528 #issue24453 | ||||
* | | merge 3.4 (#22933) | Benjamin Peterson | 2015-03-22 | 1 | -6/+3 |
|\ \ | |/ | |||||
| * | clarify behavior of shutil.move when destination exists (closes #22933) | Benjamin Peterson | 2015-03-22 | 1 | -6/+3 |
| | | | | | | | | Patch by Mike Short. | ||||
* | | merge with 3.4 | Georg Brandl | 2014-10-31 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Closes #22771: "verbose" is unused; deprecate it. | Georg Brandl | 2014-10-31 | 1 | -1/+1 |
| | | |||||
* | | merge with 3.4 | Georg Brandl | 2014-10-31 | 1 | -3/+13 |
|\ \ | |/ | |||||
| * | #22613: elaborate on arguments of shutil archival functions (thanks Jacques ↵ | Georg Brandl | 2014-10-31 | 1 | -3/+13 |
| | | | | | | | | Ducasse) | ||||
* | | Fix usage of the versionchanged directive. | Berker Peksag | 2014-08-11 | 1 | -1/+1 |
| | | | | | | | | Patch by Akira Li. | ||||
* | | Issue #5411: Fixed version number. | Serhiy Storchaka | 2014-08-06 | 1 | -1/+1 |
| | | |||||
* | | Issue #5411: Added support for the "xztar" format in the shutil module. | Serhiy Storchaka | 2014-08-06 | 1 | -1/+7 |
| | | |||||
* | | #19840: Add copy_function to shutil.move. | R David Murray | 2014-06-11 | 1 | -5/+17 |
| | | | | | | | | Patch by Claudiu Popa. | ||||
* | | Fix Issue #21528 - Fix documentation typos | Donald Stufft | 2014-05-20 | 1 | -1/+1 |
| | | |||||
* | | Issue19643 Fix whitespace | Tim Golden | 2014-05-07 | 1 | -3/+3 |
| | | |||||
* | | Issue19643 Add an example of shutil.rmtree which shows how to cope with ↵ | Tim Golden | 2014-05-07 | 1 | -0/+20 |
|/ | | | | readonly files on Windows | ||||
* | Backout a1a05e2724dd: shutil.which(bytes) is a new feature and my patch does ↵ | Victor Stinner | 2013-12-16 | 1 | -4/+0 |
| | | | | not work on Windows | ||||
* | Issue #18283: shutil.which() now supports bytes argument, not only text ↵ | Victor Stinner | 2013-12-16 | 1 | -0/+4 |
| | | | | argument. | ||||
* | Fix shutil.which() test for issue #16993. | Serhiy Storchaka | 2013-01-22 | 1 | -1/+1 |
|\ | |||||
| * | Fix shutil.which() test for issue #16993. | Serhiy Storchaka | 2013-01-22 | 1 | -1/+1 |
| | | |||||
* | | Issue #16993: shutil.which() now preserves the case of the path and extension | Serhiy Storchaka | 2013-01-21 | 1 | -1/+1 |
|\ \ | |/ | | | | | on Windows. | ||||
| * | Issue #16993: shutil.which() now preserves the case of the path and extension | Serhiy Storchaka | 2013-01-21 | 1 | -1/+1 |
| | | | | | | | | on Windows. | ||||
* | | Issue #16719: Get rid of WindowsError. Use OSError instead | Andrew Svetlov | 2012-12-19 | 1 | -4/+3 |
| | | | | | | | | Patch by Serhiy Storchaka. | ||||
* | | Merge: use OSError instead of os.error in the docs. | Andrew Svetlov | 2012-12-15 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Use OSError instead of os.error in the docs. | Andrew Svetlov | 2012-12-15 | 1 | -1/+1 |
| | | |||||
* | | #1492704: Ensure and document backward compatibility of the change | Hynek Schlawack | 2012-10-28 | 1 | -1/+2 |
| | | |||||
* | | Closes #1492704: Make shutil.copyfile() raise a distinct SameFileError | Hynek Schlawack | 2012-10-07 | 1 | -1/+13 |
|/ | | | | Patch by Atsuo Ishimoto. | ||||
* | Cleanup/rewrite shutil docs regarding follow_symlinks and copying attributes. | Larry Hastings | 2012-09-21 | 1 | -31/+84 |
| | |||||
* | #1492704: Backout and wait for 3.4 | Hynek Schlawack | 2012-07-19 | 1 | -11/+1 |
| | |||||
* | #1492704: Make shutil.copyfile() raise a distinct SameFileError | Hynek Schlawack | 2012-07-19 | 1 | -1/+11 |
| | | | | Patch by Atsuo Ishimoto. | ||||
* | Issue #15202: Additional documentation fixes inadvertently omitted | Larry Hastings | 2012-07-15 | 1 | -41/+31 |
| | | | | from previous checkin. | ||||
* | Issue #15202: Consistently use the name "follow_symlinks" for | Larry Hastings | 2012-07-15 | 1 | -1/+1 |
| | | | | new parameters in os and shutil functions. Patch by Serhiy Storchaka. | ||||
* | - Issue #15238: shutil.copystat now copies Linux "extended attributes". | Larry Hastings | 2012-07-15 | 1 | -2/+3 |
| | |||||
* | Fix typo in shutil doc | Hynek Schlawack | 2012-06-27 | 1 | -1/+1 |
| | |||||
* | Fix markup | Éric Araujo | 2012-06-24 | 1 | -1/+1 |
| | |||||
* | Add a single versionadded for a whole section instead of repeating for every ↵ | Georg Brandl | 2012-06-24 | 1 | -18/+4 |
| | | | | function. | ||||
* | Small whitespace fixes for shutil.rmtree() docs. | Georg Brandl | 2012-06-24 | 1 | -7/+9 |
| | |||||
* | #444582: fix example and rewrap docs a bit. | Georg Brandl | 2012-06-24 | 1 | -13/+14 |
| | |||||
* | Issue #4489: Rename the feature marker for the symlink resistant rmtree and ↵ | Nick Coghlan | 2012-06-24 | 1 | -14/+15 |
| | | | | store it as a function attribute | ||||
* | #4489: Fix usage of fd-based functions to new api introduced earlier today | Hynek Schlawack | 2012-06-23 | 1 | -4/+11 |
| | | | | | | | | Also add an explicit test for safe implementation usage on supported platforms. As a side effect, this commit adds a module-level attribute 'rmtree_is_safe' which offers introspection whether the current rmtree implementation is safe against symlink attacks. | ||||
* | #4489: Add a shutil.rmtree that isn't suspectible to symlink attacks | Hynek Schlawack | 2012-06-23 | 1 | -7/+20 |
| | | | | | It is used automatically on platforms supporting the necessary os.openat() and os.unlinkat() functions. Main code by Martin von Löwis. | ||||
* | Issue #444582: shutil.which() respects relative paths. | Antoine Pitrou | 2012-06-22 | 1 | -2/+2 |
| | |||||
* | Fix #444582. Add shutil.which function for finding programs on the system path. | Brian Curtin | 2012-06-22 | 1 | -0/+24 |
| | |||||
* | Add versionchanged tags for #14772 changes | Brian Curtin | 2012-06-19 | 1 | -0/+13 |
| | |||||
* | Fix #14772: Return the destination from some shutil functions. | Brian Curtin | 2012-06-18 | 1 | -5/+9 |
| |