summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* Fix typosKian-Meng Ang2022-06-031-1/+1
* add head method to high-level interface, closes #547Oleg Pudeyev2021-07-201-0/+7
* Fix two small bugs in python/curl/__init__.pyJames Deucker2018-10-081-3/+3
* fix and standardize ignoring of SIGPIPE in examplesTal Einat2017-07-271-1/+4
* Fix Curl reuse bugOleg Pudeyev2016-09-211-0/+2
* URLs: change from HTTP to HTTPS for curl.haxx.seDaniel Stenberg2016-08-181-1/+1
* trigger ImportError for win32 instead of AttributeErrorGabi Davar2016-01-091-1/+2
* Fix pyflakes complaints along with some bugsOleg Pudeyev2015-10-271-1/+0
* Add curl module to documentationOleg Pudeyev2014-02-101-4/+2
* Update high level interface for pycurl returning body and headers as bytes nowOleg Pudeyev2013-12-141-14/+15
* Delete imports of exceptions and mimetools.Oleg Pudeyev2013-11-041-1/+1
* Make pylint happierOleg Pudeyev2013-09-251-1/+2
* Use urlparse.urljoin instead of os.path.joinRoland Sommer2013-06-041-2/+4
* Python 3 compatibility: urllib (src)Oleg Pudeyev2013-04-131-3/+7
* Python 3 compatibility: StringIO (src)Oleg Pudeyev2013-04-131-1/+4
* Python 3 compatibility: print syntax (src)Oleg Pudeyev2013-03-151-4/+4
* Python 3 compatibility: apply no longer existsOleg Pudeyev2013-03-151-2/+2
* - set the NOSIGNAL option and ignore SIGPIPE signals by default, this is imho...Kjetil Jacobsen2006-06-181-3/+10
* - added options from libcurl 7.14.1Kjetil Jacobsen2005-09-051-0/+1
* - fix header handlingKjetil Jacobsen2005-05-191-6/+5
* - use dict to hold response info, not rfc822 message objKjetil Jacobsen2005-05-181-38/+39
* - add lacking info'sKjetil Jacobsen2005-05-181-0/+13
* - only set timeout since setting other timeouts as well is confusing withKjetil Jacobsen2005-05-091-2/+1
* - added a get_info method and cleaned up some of the codeKjetil Jacobsen2005-05-091-4/+11
* - added set_timeout method which sets the connect timeout and the generalREL_7_10_11_PRE1Kjetil Jacobsen2004-02-111-2/+6
* - fetch the url given on the command line if specified, otherwise defaultKjetil Jacobsen2003-08-221-1/+7
* New curl.Curl class passes its unit tests.Eric S. Raymond2003-05-111-119/+96
* moved to curlKjetil Jacobsen2003-05-091-159/+0
* - removeKjetil Jacobsen2003-05-091-3/+0
* - moved from pycurlKjetil Jacobsen2003-05-091-0/+159
* Define some convenience functions.Eric S. Raymond2003-05-081-0/+5
* Refactor the exampples so that most of the logic goes in the newEric S. Raymond2003-05-081-1/+93
* CGIClient class moves from the sfquery example to the newEric S. Raymond2003-05-071-0/+61
* - addedKjetil Jacobsen2003-05-071-0/+3
* - the extension is now compiled to _pycurl and a python module called pycurlKjetil Jacobsen2003-05-071-0/+1