summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* forgot to use curlerror macro in a error handlerREL_0_4_8_RC2Kjetil Jacobsen2002-03-051-2/+1
* updatedREL_0_4_8_RC1Kjetil Jacobsen2002-03-051-1/+0
* do not allow writefunction and writeheader on the same handleKjetil Jacobsen2002-03-052-0/+16
* add rcs id stringKjetil Jacobsen2002-03-041-0/+2
* updatedKjetil Jacobsen2002-03-041-0/+1
* updatedKjetil Jacobsen2002-03-011-0/+3
* check that thread-state is not null before trying to aquire thread.Kjetil Jacobsen2002-03-011-1/+26
* updatedKjetil Jacobsen2002-02-281-1/+1
* updatedKjetil Jacobsen2002-02-271-0/+5
* include a check for required version of libcurlKjetil Jacobsen2002-02-271-0/+5
* bumped version numbersKjetil Jacobsen2002-02-271-1/+1
* updatedREL_0_4_7Kjetil Jacobsen2002-02-271-2/+3
* fixed the bug which caused free() to fail in setoptREL_0_4_7_RC3Kjetil Jacobsen2002-02-271-1/+1
* code cleanupsREL_0_4_7_RC2Kjetil Jacobsen2002-02-261-6/+12
* minor cleanupsREL_0_4_7_RC1Kjetil Jacobsen2002-02-261-8/+9
* Fixed a bug where string arguments to setopt sometimes were prematurelyKjetil Jacobsen2002-02-262-27/+36
* shortenedKjetil Jacobsen2002-02-261-2/+1
* bumped version numbersKjetil Jacobsen2002-02-251-1/+1
* don't rely on cstringio being presentREL_0_4_6Kjetil Jacobsen2002-02-221-3/+6
* updatedREL_0_4_6_RC6Kjetil Jacobsen2002-02-211-1/+1
* updatedKjetil Jacobsen2002-02-211-1/+1
* reformatted some of the stuffKjetil Jacobsen2002-02-211-4/+4
* versionREL_0_4_6_RC5Kjetil Jacobsen2002-02-211-0/+2
* The pycurl.error exception is now a tuple consisting of the curlKjetil Jacobsen2002-02-212-18/+21
* include curl error code in the protocolerror responseKjetil Jacobsen2002-02-211-2/+2
* fixed typo in docstringKjetil Jacobsen2002-02-211-1/+1
* print content type as wellREL_0_4_6_RC4Kjetil Jacobsen2002-02-211-0/+1
* updated the required version of libcurl to install pycurlKjetil Jacobsen2002-02-211-1/+1
* updated with the latest options from libcurlREL_0_4_6_RC3Kjetil Jacobsen2002-02-211-5/+17
* updated with the recent changesREL_0_4_6_RC2Kjetil Jacobsen2002-02-211-0/+11
* moved some of curl options out of the request handler and into theREL_0_4_6_RC1Kjetil Jacobsen2002-02-211-2/+2
* cleanupKjetil Jacobsen2002-02-211-9/+4
* add id stringKjetil Jacobsen2002-02-211-0/+2
* added transport for xmlrpclib using curlKjetil Jacobsen2002-02-211-0/+47
* updated to use the xmlrpc lib in python2.2 for marshallingKjetil Jacobsen2002-02-201-14/+9
* fixed docstrings for getopt()Kjetil Jacobsen2002-02-192-1/+5
* - minor updateKjetil Jacobsen2002-01-081-5/+6
* - bumped version numbersKjetil Jacobsen2002-01-021-1/+1
* - updatedREL_0_4_5Kjetil Jacobsen2001-12-181-1/+1
* - updatedKjetil Jacobsen2001-12-182-3/+8
* - updated with some build info for win32Kjetil Jacobsen2001-12-181-1/+4
* - updateREL_0_4_5_RC3Kjetil Jacobsen2001-12-121-0/+5
* - added compile option to make it compile correctly on macos xKjetil Jacobsen2001-12-121-0/+4
* - added latest options from curl 7.9.2REL_0_4_5_RC2Kjetil Jacobsen2001-12-063-1/+9
* - bumped version numberREL_0_4_5_RC1Kjetil Jacobsen2001-12-061-1/+1
* - updated required version of curlKjetil Jacobsen2001-12-061-1/+1
* Avoid some more compiler warnings.Markus F.X.J. Oberhumer2001-12-011-2/+7
* Avoid a warning about "missing initializer".Markus F.X.J. Oberhumer2001-12-011-1/+1
* Added test_stringio.py example.Markus F.X.J. Oberhumer2001-12-012-0/+27
* do_init(): Improved error handling - don't leak memory, and alwaysMarkus F.X.J. Oberhumer2001-12-011-33/+29