Commit Graph

  • 629c2403e9
    Fix issue with paths starting with \\?\ Andrew Senetar 2020-05-21 22:28:26 -0500
  • 7abc048836
    Initial IFileOperation for Windows Andrew Senetar 2020-05-21 22:13:59 -0500
  • b7ca0ba204 shutil.move instead of os.rename ramson 2020-05-21 18:23:27 +0200
  • 0602e333e5 Add project license header to __main__ Matthew D. Scholefield 2019-11-12 05:20:45 -0600
  • 009216eb30 Create __main__.py (Fixes #15) Matthew D. Scholefield 2019-11-06 21:57:05 -0600
  • 66afce7252 Fix silently failing on Windows (#33) sharkykh 2019-04-30 19:28:09 +0300
  • 7c4ab4ff7e
    Fix test folders not getting removed sharkykh 2019-04-30 19:23:48 +0300
  • 8f684a9c8b Add Python 3.7 and Windows to Travis-CI (#34) sharkykh 2019-04-30 19:22:28 +0300
  • 6123198bbf Reorder environments sharkykh 2019-04-30 02:23:03 +0300
  • 94b7a5f4ac Add Python 3.7 and Windows to Travis-CI sharkykh 2019-04-29 23:26:44 +0300
  • 959f9044ae Update Windows test sharkykh 2019-04-30 01:47:28 +0300
  • d1f8b4a2db Fix #31: Silently failing on Windows sharkykh 2019-04-29 23:15:50 +0300
  • 1c32d471f2 README: Maintainer wanted Virgil Dupras 2019-01-04 10:27:27 -0500
  • 74352462f5 Fix broken tests on py2 Virgil Dupras 2018-07-26 08:30:39 -0400
  • 3eb9fa0eda initial attempt with ctypes acheronfail 2018-04-13 07:36:57 +1000
  • 0d7b4b4ad9 v1.5.0 1.5.0 Virgil Dupras 2018-02-16 09:57:27 -0500
  • 1dded4f572 Raise TrashPermissionError from gio backend (#22) Thomas Kluyver 2018-02-16 14:30:26 +0000
  • 020d05979d Windows: Workaround for long paths (#23) Mickaël Schoentgen 2018-02-16 15:07:05 +0100
  • 5d45b07cda Windows: Workaround for long paths Mickaël Schoentgen 2018-02-16 13:32:29 +0100
  • b1a72fbb0e Raise TrashPermissionError from gio backend Thomas Kluyver 2018-02-08 11:41:43 +0000
  • 6b0bd46036 Define TrashPermissionError (#21) Thomas Kluyver 2018-02-06 22:28:47 +0000
  • 9306f704be Define TrashPermissionError Thomas Kluyver 2018-02-06 12:00:29 +0000
  • f6897609ba Include LICENSE in package (#19) Nicholas Bollweg 2018-01-06 08:19:31 -0500
  • 3829aafed0
    Include LICENSE in package Nicholas Bollweg 2018-01-05 21:21:00 -0500
  • 7d38de269a v1.4.2 1.4.2 Virgil Dupras 2017-11-17 13:50:29 -0500
  • 5733670fc2 Workaround embedded null character (#18) Andrew Senetar 2017-11-01 07:28:22 -0500
  • 213417d3f2 Workaround embedded null character Andrew Senetar 2017-10-31 22:05:19 -0500
  • 22ed5dc09b v1.4.1 1.4.1 Virgil Dupras 2017-08-07 23:12:36 -0400
  • 3071684f73 Fix newly-introduced crash under Windows Virgil Dupras 2017-08-07 22:51:37 -0400
  • 75a9cd6b55 v1.4.0 1.4.0 Virgil Dupras 2017-08-07 21:32:38 -0400
  • f38aec6569 Reindent test_plat_other Virgil Dupras 2017-08-03 21:03:34 -0400
  • 072e28cb1e Update classification in setup.py Virgil Dupras 2017-08-03 20:52:34 -0400
  • 016b90c1ac Update copyright Virgil Dupras 2017-08-03 20:52:19 -0400
  • f324ff491e Properly reuse the "compat" unit Virgil Dupras 2017-08-03 20:47:58 -0400
  • f3231ef857 Merge branch 'unicode-trash' of https://github.com/takluyver/send2trash into takluyver-unicode-trash Virgil Dupras 2017-08-03 20:37:13 -0400
  • b7e3057853 Fix tests, add tox.ini and travis.yml Virgil Dupras 2017-08-03 20:31:39 -0400
  • 7fece243d8 Use bytes throughout plat_other Thomas Kluyver 2017-08-01 12:26:09 +0100
  • 4181ed65e9 Add failing test (on Python 2) for unicode file names Thomas Kluyver 2017-08-01 11:28:40 +0100
  • dd69edad3b Fix test on Python 3 Thomas Kluyver 2017-08-01 11:07:04 +0100
  • bd9183afe9 v1.3.1 1.3.1 Virgil Dupras 2017-07-31 14:19:58 -0400
  • f6f63b1796 Use text_type (unicode for PY2, str for PY3) (#12) Kfir Hadas 2017-07-07 23:09:16 +0300
  • 4d0d14fd03 Use text_type (unicode for PY2, str for PY3) Kfir Hadas 2017-07-07 21:59:01 +0300
  • 75228ad623 Merge bc53144139 into 0974912e78 baffo 2017-06-01 07:26:58 +0000
  • bc53144139 Fixes str() TypeError baffo 2017-06-01 09:26:36 +0200
  • 0974912e78 Merge pull request #7 from julian-r/master Virgil Dupras 2016-06-04 19:22:46 -0400
  • 6c01453fd3 throwing a WindowsError with the code Julian David Rath 2016-04-12 08:53:04 +0200
  • 7cbefa4317 Merge pull request #6 from glensc/patch-1 Virgil Dupras 2016-04-10 19:04:38 -0400
  • 72bc94b48d Update plat_other.py Elan Ruusamäe 2016-04-10 11:09:46 +0300
  • 35ad95bcd5 Fixed typo in changelog Virgil Dupras 2013-07-19 19:33:09 -0400
  • a568370c6a v1.3.0 1.3.0 Virgil Dupras 2013-07-19 19:26:34 -0400
  • baf125ff61 Added support for Gnome's gio Virgil Dupras 2013-07-19 19:16:11 -0400
  • bb8ed834da Add same-codebase support for python 2.7. Virgil Dupras 2013-07-19 18:42:32 -0400
  • a8dbb1ac63 Renamed CHANGES --> CHANGES.rst Virgil Dupras 2013-07-19 18:23:00 -0400
  • bfd8f6e024 Updated repo URL to point to GH. Virgil Dupras 2013-07-19 18:18:16 -0400
  • 8996fb9eac Renamed README --> README.rst Virgil Dupras 2013-07-19 18:14:27 -0400
  • f7a6f217ce Converted to git. Virgil Dupras 2013-07-19 18:12:18 -0400
  • a4936be846 Added tag 1.2.0 for changeset 2cba92b88b1d Virgil Dupras 2011-03-16 10:27:52 +0100
  • 0f95d7506e v1.2.0 1.2.0 Virgil Dupras 2011-03-16 10:27:41 +0100
  • b415ac86e3 Modification to symlink test case (that will actually fail when it should -- find_mount_point using abspath instead of realpath.) gbn 2011-03-13 15:35:14 -0400
  • eeaf4e8ffa Add a test case for a path containing a symlink. gbn 2011-03-13 15:17:13 -0400
  • 798893215c Make the (still ugly) test no longer rely on ramfs/being root gbn 2011-03-13 14:43:24 -0400
  • aee2b7a8af Check access and devices before attempting trash. gbn 2011-03-13 14:40:52 -0400
  • d090156c45 Use realpath to find mountpoint gbn 2011-03-13 14:38:03 -0400
  • 358b705cbc Made a few minor style fixes, and added a proper error in cases where the target path of send2trash() doesn't exist. Virgil Dupras 2011-03-12 11:48:19 +0100
  • eedbe258cb URL Escape the Path in trashinfo gbn 2011-03-10 14:56:19 -0500
  • 18e3187c2f Replace == None with is None gbn 2011-03-10 12:22:21 -0500
  • 8001be8f37 Remove import * gbn 2011-03-10 12:21:05 -0500
  • 13b3943c82 Replace plat_other with one supporting the XDG Trash spec gbn 2011-03-10 04:55:46 -0500
  • a8a771c9bd Merged default branch with py3k. Py3k version of send2trash is now the default one (python 2 version is in the py2k branch). Virgil Dupras 2011-02-14 11:00:09 +0100
  • 9189e685b1 Adjusted packaging metadata for 1.1.0. Virgil Dupras 2010-10-18 12:22:13 +0200
  • 04ee6eaf9f Added tag 1.1.0 for changeset de5f43fcce5e Virgil Dupras 2010-10-18 12:13:42 +0200
  • 506e48b2e0 v1.1.0 1.1.0 Virgil Dupras 2010-10-18 12:13:37 +0200
  • 899a3efeb3 Converted the compiled win module to ctypes. Virgil Dupras 2010-10-17 18:00:56 +0100
  • a6907d57a9 Converted the compiled osx module to ctypes. Virgil Dupras 2010-10-17 18:28:28 +0200
  • 51d8a51cb7 Added a setuptools-crappiness notice in the README. Virgil Dupras 2010-07-13 12:19:19 +0200
  • b5315cb73d Added a setuptools-crappiness notice in the README. Virgil Dupras 2010-07-13 12:19:19 +0200
  • 86450a3dee v1.0.2 Virgil Dupras 2010-07-10 07:07:42 +0200
  • d1fcb13086 v1.0.2 Virgil Dupras 2010-07-10 07:06:01 +0200
  • 31907c9c4a Fixed a bug in plat_other where conflict handling wouldn't be done correctly in external volume. Thanks to John Benediktsson for the tip. Virgil Dupras 2010-07-09 21:49:46 -0700
  • 02dc392c45 Fixed a bug in plat_other where conflict handling wouldn't be done correctly in external volume. Thanks to John Benediktsson for the tip. Virgil Dupras 2010-07-09 21:49:46 -0700
  • 2572a7c00c Fixed an infinite loop in plat_other when using a relative path in a mounted directory. Virgil Dupras 2010-07-09 21:46:19 -0700
  • 7546aa606a Fixed an infinite loop in plat_other when using a relative path in a mounted directory. Virgil Dupras 2010-07-09 21:46:19 -0700
  • 2858b5b153 Converted to py3k (haven't tried it on Windows yet, but it should compile and work...) Virgil Dupras 2010-07-07 16:12:13 +0200
  • 88b90d859c Updated package metadata. Virgil Dupras 2010-07-07 11:59:11 +0200
  • f5f9c5b352 Fixed the copyright comment which was at a strange place. Virgil Dupras 2010-04-21 10:30:51 +0200
  • 06f03e14b4 Fixed spaces/tabs mixup. Virgil Dupras 2010-04-21 10:14:46 +0200
  • 8313b0eebb Added tag 1.0.1 for changeset a7e04d8e47e1 Virgil Dupras 2010-04-19 11:25:35 +0200
  • e78d1d1bd9 Merged heads. 1.0.1 Virgil Dupras 2010-04-19 11:25:02 +0200
  • de898fdcaa v1.0.1: Fixed memory leak. Virgil Dupras 2010-04-19 11:24:06 +0200
  • a3e41602cf Added long_description to setup. Virgil Dupras 2010-04-08 16:28:23 +0200
  • 8b00632dd6 Set zip_safe to False, as it causes problems when creating executables for Windows of apps using it. Virgil Dupras 2010-04-07 16:25:01 +0100
  • fa68152b35 Added tag 1.0.0 for changeset 48c2103380f5 Virgil Dupras 2010-04-07 13:16:55 +0200
  • 19c1f2c444 Added missing sentinel in osx module's method defs. 1.0.0 Virgil Dupras 2010-04-07 13:16:51 +0200
  • aff05287b3 Added README and CHANGES. Virgil Dupras 2010-04-07 10:43:36 +0200
  • 203973d66c Licensed under BSD. Virgil Dupras 2010-04-07 08:52:24 +0200
  • ae126c47bf In plat_other, added support for sending to trash on external volumes. Virgil Dupras 2010-04-06 19:54:10 +0200
  • cc15b628a2 plat_other tries to see if an Ubuntu-style trash exists and uses it. Virgil Dupras 2010-04-06 19:11:37 +0200
  • 6856e49f2d Added the plat_other module (for Linux). Virgil Dupras 2010-04-06 18:55:30 +0200
  • 8a1dff2947 Renamed _trash_* modules to _send2trash_* and added python wrapper around them. Virgil Dupras 2010-04-06 18:04:32 +0200
  • be87b55146 Improved the trash_win module. Virgil Dupras 2010-04-06 10:41:07 +0100