index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
shutil.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
#18705: merge with 3.3.
Ezio Melotti
2013-08-17
1
-3/+3
|
\
|
*
#18705: fix a number of typos. Patch by Févry Thibault.
Ezio Melotti
2013-08-17
1
-3/+3
*
|
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon
2013-07-04
1
-5/+5
*
|
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon
2013-06-14
1
-5/+5
*
|
- Issue #17012: shutil.which() no longer fallbacks to the PATH environment
Barry Warsaw
2013-04-16
1
-1/+5
|
\
\
|
|
/
|
*
- Issue #17012: shutil.which() no longer fallbacks to the PATH environment
Barry Warsaw
2013-04-16
1
-1/+5
*
|
#17076: Make copying of xattrs more permissive of missing FS support
Hynek Schlawack
2013-02-05
1
-1/+7
|
\
\
|
|
/
|
*
#17076: Make copying of xattrs more permissive of missing FS support
Hynek Schlawack
2013-02-05
1
-1/+7
*
|
Issue #16957: shutil.which() no longer searches a bare file name in the
Serhiy Storchaka
2013-01-23
1
-4/+7
|
\
\
|
|
/
|
*
Issue #16957: shutil.which() no longer searches a bare file name in the
Serhiy Storchaka
2013-01-23
1
-4/+7
*
|
Issue #16993: shutil.which() now preserves the case of the path and extension
Serhiy Storchaka
2013-01-21
1
-5/+7
|
\
\
|
|
/
|
*
Issue #16993: shutil.which() now preserves the case of the path and extension
Serhiy Storchaka
2013-01-21
1
-5/+7
*
|
Issue #16719: Get rid of WindowsError. Use OSError instead
Andrew Svetlov
2012-12-19
1
-9/+2
*
|
Issue #16706: get rid of os.error
Andrew Svetlov
2012-12-18
1
-5/+5
*
|
Get rig of EnvironmentError (#16705)
Andrew Svetlov
2012-12-17
1
-5/+5
*
|
#15872: Fix 3.3 regression introduced by the new fd-based shutil.rmtree
Hynek Schlawack
2012-12-10
1
-9/+21
|
\
\
|
|
/
|
*
#15872: Fix 3.3 regression introduced by the new fd-based shutil.rmtree
Hynek Schlawack
2012-12-10
1
-9/+21
|
|
\
*
|
|
Closes #1492704: Make shutil.copyfile() raise a distinct SameFileError
Hynek Schlawack
2012-10-07
1
-1/+7
|
/
/
*
|
merge with 3.2
Georg Brandl
2012-08-25
1
-1/+1
|
\
\
|
|
/
|
*
Fix wrong way of adding Error information in shutil.copytree.
Georg Brandl
2012-08-25
1
-1/+1
|
*
Issue #14662: Prevent shutil failures on OS X when destination does not
Ned Deily
2012-05-11
1
-2/+4
*
|
#1492704: Backout and wait for 3.4
Hynek Schlawack
2012-07-19
1
-7/+1
*
|
#1492704: Make shutil.copyfile() raise a distinct SameFileError
Hynek Schlawack
2012-07-19
1
-1/+7
*
|
Issue #15202: Consistently use the name "follow_symlinks" for
Larry Hastings
2012-07-15
1
-26/+26
*
|
- Issue #15238: shutil.copystat now copies Linux "extended attributes".
Larry Hastings
2012-07-15
1
-22/+22
*
|
Check for all used fd-based functions in shutil.rmdir, closes #15218
Hynek Schlawack
2012-06-29
1
-2/+4
*
|
#4489: Use dir_fd in rmdir in _rmtree_safe_fd()
Hynek Schlawack
2012-06-28
1
-4/+8
*
|
#4489: Don't follow ever symlinks in rmtree
Hynek Schlawack
2012-06-28
1
-2/+2
*
|
#4489 Make fd based rmtree work on bytes
Hynek Schlawack
2012-06-25
1
-0/+3
*
|
Issue #4489: Rename the feature marker for the symlink resistant rmtree and s...
Nick Coghlan
2012-06-24
1
-2/+6
*
|
small refactor and PEP8 line width/docstring
Philip Jenvey
2012-06-23
1
-9/+13
*
|
#4489: Fix usage of fd-based functions to new api introduced earlier today
Hynek Schlawack
2012-06-23
1
-11/+12
*
|
#4489: Add a shutil.rmtree that isn't suspectible to symlink attacks
Hynek Schlawack
2012-06-23
1
-18/+81
*
|
Fix #15148. Capitalize PATH, hopefully leading to less confusion
Brian Curtin
2012-06-23
1
-1/+1
*
|
Fix #15148. Make the shutil.which docstring more thorough
Brian Curtin
2012-06-23
1
-1/+3
*
|
file was the old arg name from an earlier patch. command matches the implemen...
Brian Curtin
2012-06-23
1
-2/+2
*
|
Issue #15148: Fixed typos in shutil.which() docstring
Alexander Belopolsky
2012-06-23
1
-1/+1
*
|
Issue #14626: Large refactoring of functions / parameters in the os module.
Larry Hastings
2012-06-22
1
-27/+36
*
|
Issue #444582: shutil.which() respects relative paths.
Antoine Pitrou
2012-06-22
1
-1/+1
*
|
whitespace normalize
Brian Curtin
2012-06-22
1
-1/+0
*
|
Fix #444582. Add shutil.which function for finding programs on the system path.
Brian Curtin
2012-06-22
1
-1/+49
*
|
Fix #14772: Return the destination from some shutil functions.
Brian Curtin
2012-06-18
1
-3/+10
*
|
Issue #14082: shutil.copy2() now copies extended attributes, if possible.
Antoine Pitrou
2012-05-12
1
-0/+31
*
|
Issue #14662: Prevent shutil failures on OS X when destination does not
Ned Deily
2012-05-11
1
-2/+4
*
|
Issue #14127: Fix no-op stub for platforms that lack some "os" functions.
Larry Hastings
2012-05-03
1
-1/+1
*
|
Issue #14127: Add ns= parameter to utime, futimes, and lutimes.
Larry Hastings
2012-05-03
1
-1/+1
*
|
Issue #14650: fix typo in shutil.disk_usage() docstring; patch by Hobson Lane
Sandro Tosi
2012-04-23
1
-1/+1
*
|
Issue #13609: Add two functions to query the terminal size:
Antoine Pitrou
2012-02-08
1
-0/+43
*
|
Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715)
Éric Araujo
2012-02-05
1
-1/+0
|
\
\
|
|
/
|
*
Really make bztar support in shutil conditional.
Éric Araujo
2012-02-05
1
-1/+0
[next]