summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* again change Pt_ArgParseTyple input typesGiampaolo Rodola2011-04-181-12/+4
* BSD: fix large file supportGiampaolo Rodola2011-04-181-4/+0
* Fix some C warnings; fix python 2.4 compatibility broke in previous commitsGiampaolo Rodola2011-04-182-44/+32
* BSD/OSX - PyPargseArg: use #l or #L depending on large file supportGiampaolo Rodola2011-04-181-16/+21
* Linux - PyPargseArg: use #l or #L depending on large file supportGiampaolo Rodola2011-04-172-16/+21
* SunOS - PyPargseArg: use #l or #L depending on large file supportGiampaolo Rodola2011-04-172-8/+19
* carriage return on printGiampaolo Rodola2011-04-171-2/+2
* print statment: use sys.stdout.write() instead for compatibility with python 3Giampaolo Rodola2011-04-171-2/+4
* add large file testGiampaolo Rodola2011-04-171-0/+141
* Fix #12: add SunOS supportGiampaolo Rodola2011-04-174-50/+97
* update setup.py metadataGiampaolo Rodola2011-04-161-0/+2
* update READMEGiampaolo Rodola2011-04-161-2/+4
* add empty file and small file testsGiampaolo Rodola2011-04-161-20/+62
* improved if statementGiampaolo Rodola2011-04-161-2/+1
* disable send until EOF (sbytes = 0) test for OSX because the implementation i...Giampaolo Rodola2011-04-161-2/+4
* add test for sbytes = 0; on OSX and FreeBSD this means 'send the whole file'Giampaolo Rodola2011-04-161-0/+9
* Py_BEGIN/END_ALLOW_THREADS around getsockopt(), setsockopt(), send()Giampaolo Rodola2011-04-161-0/+8
* Linux: when sending header/trailer and send() return 0 raise EAGAINGiampaolo Rodola2011-04-161-3/+15
* - Linux: add error handling for getsockopt() and setsockopt()Giampaolo Rodola2011-04-162-26/+43
* fix 11: add header/trailer support for LinuxGiampaolo Rodola2011-04-164-57/+111
* OSX: redefine sf_hdtr structure to make it work on Python 2.5 and lowerGiampaolo Rodola2011-04-161-0/+9
* be more explicit in sf_hdtr usageGiampaolo Rodola2011-04-161-1/+5
* rename headers->header, trailers->trailerGiampaolo Rodola2011-04-162-17/+17
* make it work on OSX againGiampaolo Rodola2011-04-161-0/+12
* change header/trailer type: make them strings instead of sequencesGiampaolo Rodola2011-04-152-114/+33
* Remove Py_buffer interface usage to make the module work on python versions <...Giampaolo Rodola2011-04-152-105/+73
* support python < 2.5Giampaolo Rodola2011-04-081-6/+10
* update HISTORYGiampaolo Rodola2011-04-082-1/+3
* fix OSX test_headers failureGiampaolo Rodola2011-04-081-9/+13
* add OSX support (test_headers is failing)Giampaolo Rodola2011-04-082-32/+53
* adds README and LICENSEGiampaolo Rodola2011-04-082-0/+100
* change license to MIT; update setup.py metadata and version.Giampaolo Rodola2011-04-084-47/+72
* raise NotImplementedError if platform is not supportedGiampaolo Rodola2011-04-062-24/+44
* use join() to synchronize sub processesGiampaolo Rodola2011-02-101-1/+5
* benchmark server docstringGiampaolo Rodola2011-02-101-3/+7
* ignore meGiampaolo Rodola2011-02-101-4/+4
* rewrite benchmark.py script so that it no longer uses a threaded asyncore ser...Giampaolo Rodola2011-02-101-159/+77
* return just the number of bytes sent instead of a (bsent, offset) tuple (BSD ...Giampaolo Rodola2011-02-092-12/+19
* return just the number of bytes sent instead of a (bsent, offset) tuple.Giampaolo Rodola2011-02-092-17/+15
* adds a benchmark script comparing send() and sendfile() performances.Giampaolo Rodola2011-02-081-0/+253
* move test script in a test directoryGiampaolo Rodola2011-02-071-0/+0
* update module docstringGiampaolo Rodola2011-02-071-30/+17
* fix some compiler warningsGiampaolo Rodola2011-02-071-10/+0
* set svn prosetGiampaolo Rodola2011-02-072-7/+13
* fix issue #6: add FreeBSD constants to use with 'flags' argGiampaolo Rodola2011-02-072-3/+32
* fix py3 tests on BSDGiampaolo Rodola2011-02-072-5/+7
* convert test suite to make it work with both python 2.6 and 3.2Giampaolo Rodola2011-02-071-10/+17
* port C extension to python 3Giampaolo Rodola2011-02-061-18/+62
* make test work wth asyncore of python 2.5Giampaolo Rodola2011-02-032-18/+1
* fix trailers testGiampaolo Rodola2011-02-031-2/+3