summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* test_send_nbytes_0 on FreeBSD appears to not be reliable as sendfile() cannot...Giampaolo Rodola2012-01-051-8/+12
* test refactoring: define a global variable for sendfile() buffer sizeGiampaolo Rodola2012-01-051-23/+25
* more understandable test failuresGiampaolo Rodola2012-01-051-0/+4
* rewrite Python initialization C code to fix compilation warnings; used http:/...Giampaolo Rodola2012-01-052-29/+39
* instead of attempting to import the module in setup.pt to figure out whether ...Giampaolo Rodola2012-01-052-18/+14
* update setup.py and READMEGiampaolo Rodola2012-01-052-28/+30
* benchmark script refactoring + python 3 fixGiampaolo Rodola2012-01-041-8/+20
* BSD systems: do not raise exception if errno == EBUSY and some data has been ...Giampaolo Rodola2012-01-041-2/+3
* make benchmark script work on python 3Giampaolo Rodola2012-01-042-16/+20
* test refactoringGiampaolo Rodola2012-01-032-5/+3
* update LICENSEGiampaolo Rodola2012-01-032-15/+14
* FreeBSD test refactoringGiampaolo Rodola2012-01-031-5/+5
* test refactoringGiampaolo Rodola2012-01-031-33/+30
* test refactoring: use with statemnt to close file objectsGiampaolo Rodola2012-01-031-61/+59
* use Py_ssize_t on *BSDGiampaolo Rodola2012-01-031-5/+5
* drop support for python 2.4: we need to use Py_ssize_t type because the curre...Giampaolo Rodola2012-01-032-16/+10
* get rid of socket constants which are no longer neededGiampaolo Rodola2012-01-031-7/+0
* #11: get rid of header/trailer on Linux via TCP_CORK; thinking back it's not ...Giampaolo Rodola2012-01-034-81/+11
* use plain assert statement instead of assertTrue when testing for <= comparisonsGiampaolo Rodola2012-01-031-4/+3
* use setuptools in setup.py, if possibleGiampaolo Rodola2011-07-071-1/+5
* re-enable big file testGiampaolo Rodola2011-05-101-3/+3
* remove flags argument on linuxGiampaolo Rodola2011-04-212-5/+5
* typoGiampaolo Rodola2011-04-211-1/+1
* ignore meGiampaolo Rodola2011-04-211-1/+1
* raise platform not supported in setup.ptGiampaolo Rodola2011-04-212-9/+9
* fix failing tests on linuxGiampaolo Rodola2011-04-211-3/+3
* fix trailers and small file testsGiampaolo Rodola2011-04-211-8/+8
* Linux/Solaris: use 'n' arg for Py_BuildValue which is compatible with ssize_t...Giampaolo Rodola2011-04-201-3/+10
* fix small file and trailer tests trapping sendfile() in a loop and exit the l...Giampaolo Rodola2011-04-201-3/+9
* on Solaris return long instead of intGiampaolo Rodola2011-04-201-1/+2
* typoGiampaolo Rodola2011-04-191-1/+2
* Add support for offset = None on Linux, meaning the offset is automatically u...Giampaolo Rodola2011-04-192-10/+27
* finally use _parse_off_t() to figure out whether using long or long-long for ...Giampaolo Rodola2011-04-182-27/+32
* C types SolarisGiampaolo Rodola2011-04-181-3/+3
* C arg types againGiampaolo Rodola2011-04-181-3/+7
* another data type change attemptGiampaolo Rodola2011-04-181-2/+6
* revert last 2 commitsGiampaolo Rodola2011-04-181-4/+16
* 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