Virgil Dupras
a568370c6a
v1.3.0
2013-07-19 19:26:34 -04:00
Virgil Dupras
bb8ed834da
Add same-codebase support for python 2.7.
...
When I opted for two codebases for python2/python3,
Send2Trash used C modules and it was easier to just have two
packages. With the ctypes version, supporting both python
versions becomes trivial and it's much more convenient to
merge them back into a single codebase.
I've only tested this code on Linux. I've converted plat_osx and
plat_win, but they only work theoretically.
2013-07-19 18:42:32 -04:00
Virgil Dupras
a8dbb1ac63
Renamed CHANGES --> CHANGES.rst
...
And fixed setup.py which was broken since README rename.
2013-07-19 18:23:00 -04:00
Virgil Dupras
bfd8f6e024
Updated repo URL to point to GH.
2013-07-19 18:18:16 -04:00
Virgil Dupras
0f95d7506e
v1.2.0
2011-03-16 10:27:41 +01:00
Virgil Dupras
9189e685b1
Adjusted packaging metadata for 1.1.0.
...
--HG--
branch : py3k
2010-10-18 12:22:13 +02:00
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
d1fcb13086
v1.0.2
...
--HG--
branch : py3k
2010-07-10 07:06:01 +02: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
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
aff05287b3
Added README and CHANGES.
2010-04-07 10:43:36 +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
b8434f7cc0
Added the trash_win module.
2010-04-06 10:28:43 +01:00
Virgil Dupras
5aa4811725
Added the osx module.
2010-04-06 08:58:56 +02:00