summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* change release numberrelease-2.0.0Giampaolo Rodola2012-01-131-1/+1
|
* use RestructuredText for README so that pypi page looks niceGiampaolo Rodola2012-01-121-3/+3
|
* add license in all source filesGiampaolo Rodola2012-01-121-0/+23
|
* Benchmark script refactoring:Giampaolo Rodola2012-01-111-1/+1
| | | | | | | - add cmdline parser - add a cmdline spinner to figure whether the process is working - add SIGTERM handler for server process
* reindent + little refactoringGiampaolo Rodola2012-01-101-1/+0
|
* rename project py-sendfile -> pysendfileGiampaolo Rodola2012-01-101-11/+16
|
* rewrite Python initialization C code to fix compilation warnings; used ↵Giampaolo Rodola2012-01-051-0/+1
| | | | http://docs.python.org/py3k/howto/cporting.html#module-initialization-and-state as an example.
* instead of attempting to import the module in setup.pt to figure out whether ↵Giampaolo Rodola2012-01-051-10/+1
| | | | the platform is supported, use #error pre processor directive in the C code
* update setup.py and READMEGiampaolo Rodola2012-01-051-4/+9
|
* drop support for python 2.4: we need to use Py_ssize_t type because the ↵Giampaolo Rodola2012-01-031-0/+3
| | | | current implementation is broken
* #11: get rid of header/trailer on Linux via TCP_CORK; thinking back it's not ↵Giampaolo Rodola2012-01-031-1/+0
| | | | a good idea as we're messing with C types when returning
* use setuptools in setup.py, if possibleGiampaolo Rodola2011-07-071-1/+5
|
* remove flags argument on linuxGiampaolo Rodola2011-04-211-0/+1
|
* typoGiampaolo Rodola2011-04-211-1/+1
|
* ignore meGiampaolo Rodola2011-04-211-1/+1
|
* raise platform not supported in setup.ptGiampaolo Rodola2011-04-211-3/+9
|
* Fix #12: add SunOS supportGiampaolo Rodola2011-04-171-1/+8
|
* update setup.py metadataGiampaolo Rodola2011-04-161-0/+2
|
* change license to MIT; update setup.py metadata and version.Giampaolo Rodola2011-04-081-7/+16
|
* raise NotImplementedError if platform is not supportedGiampaolo Rodola2011-04-061-22/+26
|
* set svn prosetGiampaolo Rodola2011-02-071-0/+3
|
* re-define classifiers in setup.py, update maintainer, add HISTORY fileGiampaolo Rodola2011-02-031-9/+6
|
* initial import from http://pypi.python.org/pypi/py-sendfile/ - from now on I ↵Giampaolo Rodola2011-02-031-0/+28
take over project maintenance