Bug tracker at https://github.com/giampaolo/pysendfile/issues
- #20: host tarball on PYPI
- #21: project migrated from google code to github
- #21: project migrated from SVN to GIT
- #22: pysendfile won't compile on python 3.4
- #23: add a Makefile
- #24: use of travis continuous integration
- #25: use tox for multiple python versions testing
(Giampaolo Rodolà took over maintenance)
- ##: complete rewriting except AIX code
- ##: non blocking sockets support
- ##: threads support (release GIL)
- #1: unit tests
- #2: python 3 support
- #3: FreeBSD implementation is broken
- #4: python large file support
- #5: header/trailer are now keyword arguments
- #6: exposed SF_NODISKIO, SF_MNOWAIT and SF_SYNC constants on FreeBSD
- #8: benchmark script
- #10: Mac OSX support
- #13: Sun OS support
(Stephan Peijnik took over maintenance)
- ## Add AIX support.
- ## Use setuptools instead of distutils.
(Ben Woolley)
- ## First release including support for Linux, FreeBSD and DragonflyBSD platforms.