1. 0beab05 #17076: Make copying of xattrs more permissive of missing FS support by Hynek Schlawack · 11 years ago
  2. d70127a Fix pathext test for shutil.which() which was by Serhiy Storchaka · 12 years ago
  3. 8bea200 Issue #16957: shutil.which() no longer searches a bare file name in the by Serhiy Storchaka · 12 years ago
  4. 80c88f4 Fix shutil.which() test for issue #16993. by Serhiy Storchaka · 12 years ago
  5. 014791f Issue #16993: shutil.which() now preserves the case of the path and extension by Serhiy Storchaka · 12 years ago
  6. c474c4e #15872: Some more Windows related tuning to shutil.rmtree tests by Hynek Schlawack · 12 years ago
  7. 87f9b46 #15872: Some more Windows related tuning to shutil.rmtree tests by Hynek Schlawack · 12 years ago
  8. f29b493 #15872: Be flexible with appending *.* in shutil.rmtree test case by Hynek Schlawack · 12 years ago
  9. b9e9f3e #15872: Be flexible with appending *.* in shutil.rmtree test case by Hynek Schlawack · 12 years ago
  10. 9d5e0cc #15872: More shutil test fixes for Windows by Hynek Schlawack · 12 years ago
  11. 9a4a750 #15872: More shutil test fixes for Windows by Hynek Schlawack · 12 years ago
  12. b57b094 #15872: Fix shutil.rmtree error tests for Windows by Hynek Schlawack · 12 years ago
  13. 9e8ac56 #15872: Fix shutil.rmtree error tests for Windows by Hynek Schlawack · 12 years ago
  14. b550110 #15872: Fix 3.3 regression introduced by the new fd-based shutil.rmtree by Hynek Schlawack · 12 years ago
  15. d16eacb #15872: Add tests for a 3.3 regression in the new fd-based shutil.rmtree by Hynek Schlawack · 12 years ago
  16. 26fe37d #1492704: Backout and wait for 3.4 by Hynek Schlawack · 12 years ago
  17. 77d3283 #1492704: Make shutil.copyfile() raise a distinct SameFileError by Hynek Schlawack · 12 years ago
  18. c2d481f #15238: Fix xattr related shutil.copystat tests by Hynek Schlawack · 12 years ago
  19. b403806 Issue #15202: Consistently use the name "follow_symlinks" for by Larry Hastings · 12 years ago
  20. ad5ae04 - Issue #15238: shutil.copystat now copies Linux "extended attributes". by Larry Hastings · 12 years ago
  21. d0f6e0a Check for all used fd-based functions in shutil.rmdir, closes #15218 by Hynek Schlawack · 12 years ago
  22. a75cd1c #4489: Don't follow ever symlinks in rmtree by Hynek Schlawack · 12 years ago
  23. 5b2f9c0 Issue #15817: Bugfix: remove temporary directories test_shutil was leaving by Larry Hastings · 12 years ago
  24. 3b52778 #4489 Make fd based rmtree work on bytes by Hynek Schlawack · 12 years ago
  25. cf34353 Remove debug output from test_shutil by Hynek Schlawack · 12 years ago
  26. 5fddf86 Issue #14662: Prevent shutil failures on OS X when destination does not by Ned Deily · 12 years ago
  27. 0c2dba5 Fix closes issue issue12470 - check for utime for the skipUnless condition. by Senthil Kumaran · 13 years ago
  28. 78349b0 merge from 3.1 by Ronald Oussoren · 13 years ago
  29. f51738b Fix for issue 10684: Folders get deleted when trying to change case with shutil.move (case insensitive file systems only) by Ronald Oussoren · 13 years ago
  30. 8ed3cf3 Close #11560: Improve test coverage of shutil by Nick Coghlan · 13 years ago
  31. abf202d Close #11548: Correctly handle format argument in shutil.unpack_archive by Nick Coghlan · 13 years ago
  32. 3b4499c Fix #9333. The symlink function is always available now, raising OSError by Brian Curtin · 14 years ago
  33. 724d089 Temporarily disable newly failing test for the release. by Georg Brandl · 14 years ago
  34. 2668145 Now can reproduce the error on AMD64 Windows Server 2008 by Hirokazu Yamamoto · 14 years ago
  35. 52173d4 Fix #9333. Expose os.symlink on Windows only when usable. by Brian Curtin · 14 years ago
  36. 5b0eca1 Issue #4489: Rename the feature marker for the symlink resistant rmtree and store it as a function attribute by Nick Coghlan · 12 years ago
  37. 4f6e3f7 Avoid depending on directory iteration order in test_shutil by Antoine Pitrou · 12 years ago
  38. f3a166d Add debug output to test_shutil by Antoine Pitrou · 12 years ago
  39. 2f8a75c Proper cleanup in test_shutil, even in case of error. by Antoine Pitrou · 12 years ago
  40. 2100b42 #4489: Fix usage of fd-based functions to new api introduced earlier today by Hynek Schlawack · 12 years ago
  41. 67be92b #4489: Add a shutil.rmtree that isn't suspectible to symlink attacks by Hynek Schlawack · 12 years ago
  42. 90867a5 Issue #14626: Fix buildbot issues on FreeBSD (AMD64). (Fingers crossed.) by Larry Hastings · 12 years ago
  43. 9cf065c Issue #14626: Large refactoring of functions / parameters in the os module. by Larry Hastings · 12 years ago
  44. 07c24d1 Issue #444582: shutil.which() respects relative paths. by Antoine Pitrou · 12 years ago
  45. c57a345 Fix #444582. Add shutil.which function for finding programs on the system path. by Brian Curtin · 12 years ago
  46. 0d0a1de Fix #14772: Return the destination from some shutil functions. by Brian Curtin · 12 years ago
  47. 61597d3 Try to fix test_shutil failure under Fedora - patch by Hynek. by Antoine Pitrou · 12 years ago
  48. 424246f Issue #14082: shutil.copy2() now copies extended attributes, if possible. by Antoine Pitrou · 12 years ago
  49. baf7571 Issue #14662: Prevent shutil failures on OS X when destination does not by Ned Deily · 12 years ago
  50. cfade36 Relax tests to fix buildbot failure by Antoine Pitrou · 12 years ago
  51. bcf2b59 Issue #13609: Add two functions to query the terminal size: by Antoine Pitrou · 12 years ago
  52. 0a08d7a Issue #9993: When the source and destination are on different filesystems, by Antoine Pitrou · 13 years ago
  53. c041ab6 Mock the rename failure a bit better by Antoine Pitrou · 13 years ago
  54. 78091e6 Issue #12715: Add an optional symlinks argument to shutil functions (copyfile, copymode, copystat, copy, copy2). by Antoine Pitrou · 13 years ago
  55. 91f948a #12191: fix build failures, explicitly passing group argument when I want to test it by Sandro Tosi · 13 years ago
  56. d902a14 #12191: add shutil.chown() to change user and/or group owner of a given path also specifying their names. by Sandro Tosi · 13 years ago
  57. a7e33a1 Clean up test_shutil, to facilitate upcoming improvements (#12721). by Éric Araujo · 13 years ago
  58. cc78c44 merge from 3.2 by Senthil Kumaran · 13 years ago
  59. 2ee6188 Clean up NEWS entry and tests for shutil.disk_usage (#12442) by Éric Araujo · 13 years ago
  60. 210e7ca Issue #12442: add shutil.disk_usage() by Giampaolo Rodola' · 13 years ago
  61. bf81622 Issue #12451: Add support.create_empty_file() by Victor Stinner · 13 years ago
  62. 975077a Refactor a few tests to use the new requires_zlib decorator. by Ezio Melotti · 13 years ago
  63. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  64. 1c50549 Fix one omission in r78359 by Éric Araujo · 14 years ago
  65. ea5d827 Merged revisions 85503 via svnmerge from by Antoine Pitrou · 14 years ago
  66. 92f60ed More proper closing of files by Antoine Pitrou · 14 years ago
  67. d40e6f7 Implement #1578269. Patch by Jason R. Coombs. by Brian Curtin · 14 years ago
  68. 9623980 Merged revisions 80833 via svnmerge from by Tarek Ziadé · 14 years ago
  69. ae4d5c6 Merged revisions 80830 via svnmerge from by Tarek Ziadé · 14 years ago
  70. ffa155a make sure shutil checks for bz2 availability before it uses it. by Tarek Ziadé · 14 years ago
  71. 6ac9172 #8295 : Added shutil.unpack_archive and related APIs by Tarek Ziadé · 14 years ago
  72. 51a6f72 make sure os.symlink presence is tested before running some shutil tests -- also refactored the tests to use unittest.skipUnless by Tarek Ziadé · 14 years ago
  73. 5e2be87 Merged revisions 80282 via svnmerge from by Tarek Ziadé · 14 years ago
  74. fb43751 Fixed #6547: Added the ignore_dangling_symlinks option to shutil.copytree by Tarek Ziadé · 14 years ago
  75. 5340db3 Fixed #1540112: now shutil.copytree will let you provide your own copy() function by Tarek Ziadé · 14 years ago
  76. 8fbddf1 Merged revisions 79030-79032 via svnmerge from by Florent Xicluna · 14 years ago
  77. 396fad7 Merged revisions 78359-78360 via svnmerge from by Tarek Ziadé · 14 years ago
  78. 2bb246a Merged revisions 76103 via svnmerge from by Antoine Pitrou · 15 years ago
  79. 97c81ef Merged revisions 76101 via svnmerge from by Antoine Pitrou · 15 years ago
  80. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  81. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  82. 25c95f1 Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,72131-72134,72191,72197-72198,72219,72221,72225,72303,72434,72467,72476 via svnmerge from by Benjamin Peterson · 15 years ago
  83. 7fff096 Merged revisions 72178 via svnmerge from by Antoine Pitrou · 15 years ago
  84. 247a9b8 Merged revisions 69415,69591,69593 via svnmerge from by Benjamin Peterson · 15 years ago
  85. 0dcc3cd Merged revisions 69100 via svnmerge from by Antoine Pitrou · 16 years ago
  86. 2ee470f Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from by Georg Brandl · 16 years ago
  87. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  88. ada8c3b Merged revisions 61520,61523-61528,61532 via svnmerge from by Christian Heimes · 16 years ago
  89. 9bd667a Merged revisions 60124-60142 via svnmerge from by Christian Heimes · 17 years ago
  90. e052dd8 Another fix for test_shutil. Martin pointed out that it breaks some build bots by Christian Heimes · 17 years ago
  91. 9414015 Fixed bug #1470 by Christian Heimes · 17 years ago
  92. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  93. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  94. 6b220b0 Use os.geteuid() for checking whether we are root, as suggested by by Johannes Gijsbers · 20 years ago
  95. b8b09d0 SF bug #1076467: don't run test_on_error as root, as the permission by Johannes Gijsbers · 20 years ago
  96. 8e6f2de Bug #1071513: don't test on Cygwin, as chmod doesn't work reliably there by Johannes Gijsbers · 20 years ago
  97. 4590c00 test_on_error(): Rewrite so it works on WinXP too. Unsure about 95/98/ME. by Tim Peters · 20 years ago
  98. ef5ffc4 Bug #1048941: shutil.rmtree error handling was always broken by Johannes Gijsbers · 20 years ago
  99. d60e92a Document not-completely-obvious behavior in a test. by Johannes Gijsbers · 20 years ago
  100. 6812871 Unwrap too-smart loop: we can't use `src` for both hard and symbolic links. by Johannes Gijsbers · 20 years ago