Commit Graph

26 Commits (f6897609ba57222e14350542ed2a7216715dfd44)

Author SHA1 Message Date
Virgil Dupras 7d38de269a v1.4.2 6 years ago
Virgil Dupras 22ed5dc09b v1.4.1 6 years ago
Virgil Dupras 75a9cd6b55 v1.4.0 6 years ago
Virgil Dupras 072e28cb1e Update classification in setup.py 6 years ago
Virgil Dupras b7e3057853 Fix tests, add tox.ini and travis.yml 6 years ago
Virgil Dupras bd9183afe9 v1.3.1 6 years ago
Virgil Dupras a568370c6a v1.3.0 11 years ago
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.
11 years ago
Virgil Dupras a8dbb1ac63 Renamed CHANGES --> CHANGES.rst
And fixed setup.py which was broken since README rename.
11 years ago
Virgil Dupras bfd8f6e024 Updated repo URL to point to GH. 11 years ago
Virgil Dupras 0f95d7506e v1.2.0 13 years ago
Virgil Dupras 9189e685b1 Adjusted packaging metadata for 1.1.0.
--HG--
branch : py3k
13 years ago
Virgil Dupras 506e48b2e0 v1.1.0
--HG--
branch : py3k
13 years ago
Virgil Dupras 899a3efeb3 Converted the compiled win module to ctypes.
--HG--
branch : py3k
13 years ago
Virgil Dupras a6907d57a9 Converted the compiled osx module to ctypes.
--HG--
branch : py3k
13 years ago
Virgil Dupras d1fcb13086 v1.0.2
--HG--
branch : py3k
14 years ago
Virgil Dupras 2858b5b153 Converted to py3k (haven't tried it on Windows yet, but it should compile and work...)
--HG--
branch : py3k
14 years ago
Virgil Dupras 88b90d859c Updated package metadata. 14 years ago
Virgil Dupras e78d1d1bd9 Merged heads. 14 years ago
Virgil Dupras de898fdcaa v1.0.1: Fixed memory leak. 14 years ago
Virgil Dupras a3e41602cf Added long_description to setup. 14 years ago
Virgil Dupras 8b00632dd6 Set zip_safe to False, as it causes problems when creating executables for Windows of apps using it. 14 years ago
Virgil Dupras aff05287b3 Added README and CHANGES. 14 years ago
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
14 years ago
Virgil Dupras b8434f7cc0 Added the trash_win module. 14 years ago
Virgil Dupras 5aa4811725 Added the osx module. 14 years ago