[Python-modules-commits] [pycurl] branch upstream updated (27c9dcb -> 81834bf)
Barry Warsaw
barry at moszumanska.debian.org
Thu Mar 10 15:09:58 UTC 2016
This is an automated email from the git hooks/post-receive script.
barry pushed a change to branch upstream
in repository pycurl.
from 27c9dcb Import pycurl_7.21.5.orig.tar.gz
new 81834bf Import pycurl_7.43.0.orig.tar.gz
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
AUTHORS | 1 +
COPYING-LGPL | 6 +-
ChangeLog | 77 +
INSTALL.rst | 113 +-
Makefile | 2 +
PKG-INFO | 91 +-
README.rst | 98 +-
RELEASE-NOTES.rst | 18 +
doc/callbacks.rst | 36 +-
doc/conf.py | 4 +-
doc/curlobject.rst | 2 +
doc/docstrings/curl_setopt.rst | 5 +-
doc/docstrings/curl_setopt_string.rst | 31 +
doc/docstrings/curl_unsetopt.rst | 2 +-
doc/index.rst | 127 +-
doc/quickstart.rst | 50 +-
doc/release-process.rst | 11 +-
doc/unicode.rst | 10 +-
doc/unimplemented.rst | 65 +
examples/quickstart/get.py | 2 +-
examples/quickstart/get_python2.py | 2 +-
examples/quickstart/get_python3.py | 2 +-
examples/quickstart/response_headers.py | 12 +-
examples/quickstart/response_info.py | 2 +-
examples/tests/test_build_config.py | 4 +-
python/curl/__init__.py | 3 +-
requirements-dev-3.1.txt | 1 +
requirements-dev.txt | 1 +
setup.py | 92 +-
src/docstrings.c | 39 +-
src/docstrings.h | 1 +
src/easy.c | 1575 +++++++++++---------
src/module.c | 126 +-
src/multi.c | 199 ++-
src/pycurl.h | 37 +-
src/threadsupport.c | 34 +-
tests/app.py | 12 +-
tests/getinfo_test.py | 11 +-
tests/memory_mgmt_test.py | 66 +-
tests/multi_option_constants_test.py | 59 +-
tests/open_socket_cb_test.py | 3 +-
tests/option_constants_test.py | 105 ++
tests/post_test.py | 32 +-
tests/run.sh | 4 +-
..._agent_string_test.py => setopt_string_test.py} | 21 +-
tests/setopt_test.py | 80 +-
tests/util.py | 9 +-
tests/xferinfo_cb_test.py | 74 +
winbuild.py | 100 +-
49 files changed, 2442 insertions(+), 1015 deletions(-)
create mode 100644 doc/docstrings/curl_setopt_string.rst
create mode 100644 doc/unimplemented.rst
copy tests/{user_agent_string_test.py => setopt_string_test.py} (53%)
create mode 100644 tests/xferinfo_cb_test.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pycurl.git
More information about the Python-modules-commits
mailing list