Pycurl

Latest version: v7.45.3

Safety actively analyzes 629765 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 9 of 12

7.11.3

--------------

2004-04-30 Kjetil Jacobsen <kjetilja>

* Do not use the deprecated curl_formparse function.
API CHANGE: HTTPPOST now takes a list of tuples where each
tuple contains a form name and a form value, both strings
(see test/test_post2.py for example usage).

* Found a possible reference count bug in the multithreading
code which may have contributed to the long-standing GC
segfault which has haunted pycurl. Fingers crossed.

7.11.2

--------------

2004-04-21 Kjetil Jacobsen <kjetilja>

* Added support for libcurl 7.11.2 CURLOPT features:
CURLOPT_TCP_NODELAY.

2004-03-25 Kjetil Jacobsen <kjetilja>

* Store Python longs in off_t with PyLong_AsLongLong instead
of PyLong_AsLong. Should make the options which deal
with large files behave a little better. Note that this
requires the long long support in Python 2.2 or newer to
work properly.

7.11.1

--------------

2004-03-16 Kjetil Jacobsen <kjetilja>

* WARNING: Removed support for the PASSWDFUNCTION callback, which
is no longer supported by libcurl.

2004-03-15 Kjetil Jacobsen <kjetilja>

* Added support for libcurl 7.11.1 CURLOPT features:
CURLOPT_POSTFIELDSIZE_LARGE.

7.11.0

--------------

2004-02-11 Kjetil Jacobsen <kjetilja>

* Added support for libcurl 7.11.0 CURLOPT features:
INFILESIZE_LARGE, RESUME_FROM_LARGE, MAXFILESIZE_LARGE
and FTP_SSL.

* Circular garbage collection support can now be enabled or
disabled by passing the '--use-gc=[1|0]' parameter to setup.py
when building pycurl.

* HTTP_VERSION options are known as CURL_HTTP_VERSION_NONE,
CURL_HTTP_VERSION_1_0, CURL_HTTP_VERSION_1_1 and
CURL_HTTP_VERSION_LAST.

2003-11-16 Markus F.X.J. Oberhumer <mfx>

* Added support for these new libcurl 7.11.0 features:
CURLOPT_NETRC_FILE.

7.10.8

--------------

2003-11-04 Markus F.X.J. Oberhumer <mfx>

* Added support for these new libcurl 7.10.8 features:
CURLOPT_FTP_RESPONSE_TIMEOUT, CURLOPT_IPRESOLVE,
CURLOPT_MAXFILESIZE,
CURLINFO_HTTPAUTH_AVAIL, CURLINFO_PROXYAUTH_AVAIL,
CURL_IPRESOLVE_* constants.

* Added support for these new libcurl 7.10.7 features:
CURLOPT_FTP_CREATE_MISSING_DIRS, CURLOPT_PROXYAUTH,
CURLINFO_HTTP_CONNECTCODE.


2003-10-28 Kjetil Jacobsen <kjetilja>

* Added missing CURLOPT_ENCODING option (patch by Martijn
Boerwinkel <xim at xs4all.nl>)

7.10.6

--------------

2003-07-29 Markus F.X.J. Oberhumer <mfx>

* Started working on support for CURLOPT_SSL_CTX_FUNCTION and
CURLOPT_SSL_CTX_DATA (libcurl-7.10.6) - not yet finished.

2003-06-10 Markus F.X.J. Oberhumer <mfx>

* Added support for CURLOPT_HTTPAUTH (libcurl-7.10.6), including
the new HTTPAUTH_BASIC, HTTPAUTH_DIGEST, HTTPAUTH_GSSNEGOTIATE
and HTTPAUTH_NTML constants.

* Some constants were renamed for consistency:

All curl_infotype constants are now prefixed with "INFOTYPE_",
all curl_proxytype constants are prefixed with "PROXYTYPE_" instead
of "PROXY_", and all curl_TimeCond constants are now prefixed
with "TIMECONDITION_" instead of "TIMECOND_".

(The old names are still available but will get removed
in a future release.)

* WARNING: Removed the deprecated pycurl.init() and pycurl.multi_init()
names - use pycurl.Curl() and pycurl.CurlMulti() instead.

* WARNING: Removed the deprecated Curl.cleanup() and
CurlMulti.cleanup() methods - use Curl.close() and
CurlMulti.close() instead.

Page 9 of 12

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.