Commit Graph

28 Commits

Author SHA1 Message Date
Virgil Dupras 506e48b2e0 v1.1.0
--HG--
branch : py3k
2010-10-18 12:13:37 +02:00
Virgil Dupras 899a3efeb3 Converted the compiled win module to ctypes.
--HG--
branch : py3k
2010-10-17 18:00:56 +01:00
Virgil Dupras a6907d57a9 Converted the compiled osx module to ctypes.
--HG--
branch : py3k
2010-10-17 18:28:28 +02:00
Virgil Dupras b5315cb73d Added a setuptools-crappiness notice in the README.
--HG--
branch : py3k
extra : transplant_source : %F8%9A%02%C3%D2%AA%AB%2C%5D%94%EA%13%BD%D6%A0U%3F%D2N%C9
2010-07-13 12:19:19 +02:00
Virgil Dupras d1fcb13086 v1.0.2
--HG--
branch : py3k
2010-07-10 07:06:01 +02:00
Virgil Dupras 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.
--HG--
branch : py3k
extra : transplant_source : %C6%11%009sx%B29%CF%EC%CC%D4%88r%BE%D8%BB%9AIa
2010-07-09 21:49:46 -07:00
Virgil Dupras 7546aa606a Fixed an infinite loop in plat_other when using a relative path in a mounted directory.
--HG--
branch : py3k
extra : transplant_source : %B4%A2%DB%EFn%BB%3A%F6%AE%06%F3%29%DB%06%FBE%D0%A2%BEt
2010-07-09 21:46:19 -07:00
Virgil Dupras 2858b5b153 Converted to py3k (haven't tried it on Windows yet, but it should compile and work...)
--HG--
branch : py3k
2010-07-07 16:12:13 +02:00
Virgil Dupras 88b90d859c Updated package metadata. 2010-07-07 11:59:11 +02:00
Virgil Dupras f5f9c5b352 Fixed the copyright comment which was at a strange place. 2010-04-21 10:30:51 +02:00
Virgil Dupras 06f03e14b4 Fixed spaces/tabs mixup. 2010-04-21 10:14:46 +02:00
Virgil Dupras 8313b0eebb Added tag 1.0.1 for changeset a7e04d8e47e1 2010-04-19 11:25:35 +02:00
Virgil Dupras e78d1d1bd9 Merged heads. 2010-04-19 11:25:02 +02:00
Virgil Dupras de898fdcaa v1.0.1: Fixed memory leak. 2010-04-19 11:24:06 +02:00
Virgil Dupras a3e41602cf Added long_description to setup. 2010-04-08 16:28:23 +02:00
Virgil Dupras 8b00632dd6 Set zip_safe to False, as it causes problems when creating executables for Windows of apps using it. 2010-04-07 16:25:01 +01:00
Virgil Dupras fa68152b35 Added tag 1.0.0 for changeset 48c2103380f5 2010-04-07 13:16:55 +02:00
Virgil Dupras 19c1f2c444 Added missing sentinel in osx module's method defs. 2010-04-07 13:16:51 +02:00
Virgil Dupras aff05287b3 Added README and CHANGES. 2010-04-07 10:43:36 +02:00
Virgil Dupras 203973d66c Licensed under BSD. 2010-04-07 08:52:24 +02:00
Virgil Dupras ae126c47bf In plat_other, added support for sending to trash on external volumes. 2010-04-06 19:54:10 +02:00
Virgil Dupras cc15b628a2 plat_other tries to see if an Ubuntu-style trash exists and uses it. 2010-04-06 19:11:37 +02:00
Virgil Dupras 6856e49f2d Added the plat_other module (for Linux). 2010-04-06 18:55:30 +02:00
Virgil Dupras 8a1dff2947 Renamed _trash_* modules to _send2trash_* and added python wrapper around them.
--HG--
rename : modules/trash_osx.c => modules/send2trash_osx.c
rename : modules/trash_win.c => modules/send2trash_win.c
2010-04-06 18:04:32 +02:00
Virgil Dupras be87b55146 Improved the trash_win module. 2010-04-06 10:41:07 +01:00
Virgil Dupras b8434f7cc0 Added the trash_win module. 2010-04-06 10:28:43 +01:00
Virgil Dupras fc511be6b2 An OSError is more appropriate I think. 2010-04-06 09:04:04 +02:00
Virgil Dupras 5aa4811725 Added the osx module. 2010-04-06 08:58:56 +02:00