Pycurl

Latest version: v7.45.6

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

Scan your dependencies

Page 11 of 13

7.10.3

Not secure
--------------

2003-01-13 Kjetil Jacobsen <kjetilja>

* PycURL memory usage has been reduced.

2003-01-10 Kjetil Jacobsen <kjetilja>

* Added 'examples/retriever-multi.py' which shows how to retrieve
a set of URLs concurrently using the multi interface.

2003-01-09 Kjetil Jacobsen <kjetilja>

* Added support for CURLOPT_HTTP200ALIASES.

2002-11-22 Kjetil Jacobsen <kjetilja>

* Updated pycurl documentation in the 'doc' directory.

2002-11-21 Kjetil Jacobsen <kjetilja>

* Updated and improved 'examples/curl.py'.

* Added 'tests/test_multi6.py' which shows how to use the
info_read method with CurlMulti.

2002-11-19 Kjetil Jacobsen <kjetilja>

* Added new method CurlMulti.info_read().

7.10.2

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

2002-11-14 Kjetil Jacobsen <kjetilja>

* Free options set with setopt after cleanup is called, as cleanup
assumes that options are still valid when invoked. This fixes the
bug with COOKIEJAR reported by Bastiaan Naber
<bastiaan at ricardis.tudelft.nl>.

2002-11-06 Markus F.X.J. Oberhumer <mfx>

* Install documentation under /usr/share/doc instead of /usr/doc.
Also, start shipping the (unfinished) HTML docs and some
basic test scripts.

2002-10-30 Markus F.X.J. Oberhumer <mfx>

* API CHANGE: For integral values, Curl.getinfo() now returns a
Python-int instead of a Python-long.

7.10.1

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

2002-10-03 Markus F.X.J. Oberhumer <mfx>

* Added new module-level function version_info() from
libcurl-7.10.

7.10

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

2002-09-13 Kjetil Jacobsen <kjetilja>

* Added commandline options to setup.py for specifying the path to
'curl-config' (non-windows) and the curl installation directory
(windows). See the 'INSTALL' file for details.

* Added CURLOPT_ENCODING, CURLOPT_NOSIGNAL and CURLOPT_BUFFERSIZE
from libcurl-7.10 (by Markus Oberhumer).

7.9.8.4

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

2002-08-28 Kjetil Jacobsen <kjetilja>

* Added a simple web-browser example based on gtkhtml and pycurl.
See the file 'examples/gtkhtml_demo.py' for details. The example
requires a working installation of gnome-python with gtkhtml
bindings enabled (pass --with-gtkhtml to gnome-python configure).

2002-08-14 Kjetil Jacobsen <kjetilja>

* Added new method 'select' on CurlMulti objects. Example usage
in 'tests/test_multi5.py'. This method is just an optimization of
the combined use of fdset and select.

2002-08-12 Kjetil Jacobsen <kjetilja>

* Added support for curl_multi_fdset. See the file
'tests/test_multi4.py' for example usage. Contributed by Conrad
Steenberg <conrad at hep.caltech.edu>.

* perform() on multi objects now returns a tuple (result, number
of handles) like the libcurl interface does.

2002-08-08 Kjetil Jacobsen <kjetilja>

* Added the 'sfquery' script which retrieves a SourceForge XML
export object for a given project. See the file 'examples/sfquery.py'
for details and usage. 'sfquery' was contributed by Eric
S. Raymond <esr at thyrsus.com>.

2002-07-20 Markus F.X.J. Oberhumer <mfx>

* API enhancements: added Curl() and CurlMulti() as aliases for
init() and multi_init(), and added close() methods as aliases
for the cleanup() methods. The new names much better match
the actual intended use of the objects, and they also nicely
correspond to Python's file object.

* Also, all constants for Curl.setopt() and Curl.getinfo() are now
visible from within Curl objects.

All changes are fully backward-compatible.

7.9.8.3

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

2002-07-16 Markus F.X.J. Oberhumer <mfx>

* Under Python 2.2 or better, Curl and CurlMulti objects now
automatically participate in cyclic garbage collection
(using the gc module).

Page 11 of 13

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.