Pycurl

Latest version: v7.45.3

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

Scan your dependencies

Page 12 of 12

7.9.7

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

2002-05-20 Kjetil Jacobsen <kjetilja>

* New versioning scheme. Pycurl now has the same version number
as the libcurl version it was built with. The pycurl version
number thus indicates which version of libcurl is required to run.

2002-05-17 Kjetil Jacobsen <kjetilja>

* Added CURLINFO_REDIRECT_TIME and CURLINFO_REDIRECT_COUNT.

2002-04-27 Kjetil Jacobsen <kjetilja>

* Fixed potential memory leak and thread race (by Markus
Oberhumer).

0.4.9

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

2002-04-15 Kjetil Jacobsen <kjetilja>

* Added CURLOPT_DEBUGFUNCTION to allow debug callbacks to be
specified (see the file 'test_debug.py' for details on how to use
debug callbacks).

* Added CURLOPT_DNS_USE_GLOBAL_CACHE and
CURLOPT_DNS_CACHE_TIMEOUT.

* Fixed a segfault when finalizing curl objects in Python 1.5.2.

* Now requires libcurl 7.9.6 or greater.

2002-04-12 Kjetil Jacobsen <kjetilja>

* Added 'test_post2.py' file which is another example on how to
issue POST requests.

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

* Added the 'test_post.py' file which demonstrates the use of
POST requests.

0.4.8

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

2002-03-07 Kjetil Jacobsen <kjetilja>

* Added CURLOPT_PREQUOTE.

* Now requires libcurl 7.9.5 or greater.

* Other minor code cleanups and bugfixes.

2002-03-05 Kjetil Jacobsen <kjetilja>

* Do not allow WRITEFUNCTION and WRITEHEADER on the same handle.

0.4.7

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

2002-02-27 Kjetil Jacobsen <kjetilja>

* Abort callback if the thread state of the calling thread cannot
be determined.

* Check that the installed version of libcurl matches the
requirements of pycurl.

2002-02-26 Kjetil Jacobsen <kjetilja>

* Clarence Garnder <clarence at silcom.com> found a bug where string
arguments to setopt sometimes were prematurely deallocated, this
should now be fixed.

2002-02-21 Kjetil Jacobsen <kjetilja>

* Added the 'xmlrpc_curl.py' file which implements a transport
for xmlrpclib (xmlrpclib is part of Python 2.2).

* Added CURLINFO_CONTENT_TYPE.

* Added CURLOPT_SSLCERTTYPE, CURLOPT_SSLKEY, CURLOPT_SSLKEYTYPE,
CURLOPT_SSLKEYPASSWD, CURLOPT_SSLENGINE and
CURLOPT_SSLENGINE_DEFAULT.

* When thrown, the pycurl.error exception is now a tuple consisting
of the curl error code and the error message.

* Now requires libcurl 7.9.4 or greater.

2002-02-19 Kjetil Jacobsen <kjetilja>

* Fixed docstring for getopt() function.

2001-12-18 Kjetil Jacobsen <kjetilja>

* Updated the INSTALL information for Win32.

2001-12-12 Kjetil Jacobsen <kjetilja>

* Added missing link flag to make pycurl build on MacOS X (by Matt
King <matt at gnik.com>).

2001-12-06 Kjetil Jacobsen <kjetilja>

* Added CURLINFO_STARTTRANSFER_TIME and CURLOPT_FTP_USE_EPSV from
libcurl 7.9.2.

2001-12-01 Markus F.X.J. Oberhumer <mfx>

* Added the 'test_stringio.py' file which demonstrates the use of
StringIO objects as callback.

2001-12-01 Markus F.X.J. Oberhumer <mfx>

* setup.py: Do not remove entries from a list while iterating
over it.

2001-11-29 Kjetil Jacobsen <kjetilja>

* Added code in setup.py to install on Windows. Requires some
manual configuration (by Tino Lange <Tino.Lange at gmx.de>).

2001-11-27 Kjetil Jacobsen <kjetilja>

* Improved detection of where libcurl is installed in setup.py.
Should make it easier to install pycurl when libcurl is not
located in regular lib/include paths.

2001-11-05 Kjetil Jacobsen <kjetilja>

* Some of the newer options to setopt were missing, this should
now be fixed.

2001-11-04 Kjetil Jacobsen <kjetilja>

* Exception handling has been improved and should no longer throw
spurious exceptions (by Markus F.X.J. Oberhumer
<markus at oberhumer.com>).

2001-10-15 Kjetil Jacobsen <kjetilja>

* Refactored the test_gtk.py script to avoid global variables.

2001-10-12 Kjetil Jacobsen <kjetilja>

* Added module docstrings, terse perhaps, but better than nothing.

* Added the 'basicfirst.py' file which is a Python version of the
corresponding Perl script by Daniel.

* PycURL now works properly under Python 1.5 and 1.6 (by Markus
F.X.J. Oberhumer <markus at oberhumer.com>).

* Allow C-functions and Python methods as callbacks (by Markus
F.X.J. Oberhumer <markus at oberhumer.com>).

* Allow None as success result of write, header and progress
callback invocations (by Markus F.X.J. Oberhumer
<markus at oberhumer.com>).

* Added the 'basicfirst2.py' file which demonstrates the use of a
class method as callback instead of just a function.

2001-08-21 Kjetil Jacobsen <kjetilja>

* Cleaned up the script with GNOME/PycURL integration.

2001-08-20 Kjetil Jacobsen <kjetilja>

* Added another test script for shipping XML-RPC requests which
uses py-xmlrpc to encode the arguments (tests/test_xmlrpc2.py).

2001-08-20 Kjetil Jacobsen <kjetilja>

* Added test script for using PycURL and GNOME (tests/test_gtk.py).

2001-08-20 Kjetil Jacobsen <kjetilja>

* Added test script for using XML-RPC (tests/test_xmlrpc.py).

* Added more comments to the test sources.

2001-08-06 Kjetil Jacobsen <kjetilja>

* Renamed module namespace to pycurl instead of curl.

2001-08-06 Kjetil Jacobsen <kjetilja>

* Set CURLOPT_VERBOSE to 0 by default.

2001-06-29 Kjetil Jacobsen <kjetilja>

* Updated INSTALL, curl version 7.8 or greater is now mandatory to
use pycurl.

2001-06-13 Kjetil Jacobsen <kjetilja>

* Set NOPROGRESS to 1 by default.

2001-06-07 Kjetil Jacobsen <kjetilja>

* Added global_init/cleanup.

2001-06-06 Kjetil Jacobsen <kjetilja>

* Added HEADER/PROGRESSFUNCTION callbacks (see files in tests/).

* Added PASSWDFUNCTION callback (untested).

* Added READFUNCTION callback (untested).

2001-06-05 Kjetil Jacobsen <kjetilja>

* WRITEFUNCTION callbacks now work (see tests/test_cb.py for details).

* Preliminary distutils installation.

* Added CLOSEPOLICY constants to module namespace.

2001-06-04 Kjetil Jacobsen <kjetilja>

* Return -1 on error from Python callback in WRITEFUNCTION callback.

2001-06-01 Kjetil Jacobsen <kjetilja>

* Moved source to src and tests to tests directory.

2001-05-31 Kjetil Jacobsen <kjetilja>

* Added better type checking for setopt.

2001-05-30 Kjetil Jacobsen <kjetilja>

* Moved code to sourceforge.

* Added getinfo support.


vi:ts=8:et

Page 12 of 12

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.