[Python-modules-commits] [pycurl] 121/140: Import pycurl 7.19.3-1
Barry Warsaw
barry at moszumanska.debian.org
Wed Oct 1 21:45:16 UTC 2014
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository pycurl.
commit 75e07976bb9821139ea942a358ed27e690a1eeae
Merge: 5274784 8fed60d
Author: Barry Warsaw <barry at python.org>
Date: Wed Oct 1 16:44:07 2014 -0400
Import pycurl 7.19.3-1
COPYING => COPYING-LGPL | 0
COPYING2 => COPYING-MIT | 1 +
ChangeLog | 106 +-
INSTALL | 47 +-
MANIFEST.in | 11 +-
Makefile | 11 +-
PKG-INFO | 5 +-
README.rst | 117 +-
RELEASE-NOTES.rst | 32 +
TODO | 18 -
debian/.git-dpm | 14 +-
debian/TODO | 1 -
debian/changelog | 13 +
debian/control | 2 +-
debian/copyright | 5 +
debian/patches/10_setup.py.patch | 22 +-
debian/rules | 6 +-
doc/callbacks.html | 1 -
doc/curlmultiobject.html | 1 -
doc/curlobject.html | 5 -
doc/curlshareobject.html | 1 -
doc/files.rst | 29 +
doc/internals.rst | 15 +
doc/pycurl.html | 12 +-
doc/release-process.rst | 42 +-
doc/unicode.rst | 100 ++
examples/basicfirst.py | 3 +-
examples/file_upload.py | 3 +-
examples/linksys.py | 2 +-
examples/retriever-multi.py | 3 +-
examples/retriever.py | 3 +-
examples/sfquery.py | 2 +-
examples/tests/test_gtk.py | 3 +-
examples/tests/test_xmlrpc.py | 3 +-
examples/xmlrpc_curl.py | 3 +-
python/curl/__init__.py | 31 +-
requirements-dev-2.4.txt | 2 +
requirements-dev-2.5.txt | 2 +
requirements-dev.txt | 3 +
setup.py | 421 +++++--
setup_win32_ssl.py | 36 -
src/pycurl.c | 1212 +++++++++++++++++---
tests/__init__.py | 8 +-
tests/app.py | 46 +-
tests/certinfo_test.py | 31 +-
tests/certs/server.crt | 24 +-
tests/curlopt_test.py | 20 -
tests/debug_test.py | 6 +-
tests/default_write_function_test.py | 2 +-
tests/easy_test.py | 16 +
tests/error_test.py | 82 ++
tests/ext/test-lib.sh | 69 ++
tests/ext/test-suite.sh | 25 +
tests/ftp_test.py | 14 +-
tests/functools_backport.py | 58 +
tests/getinfo_test.py | 22 +-
tests/global_init_test.py | 2 +-
tests/header_function_test.py | 8 +-
tests/header_test.py | 49 +
tests/internals_test.py | 77 +-
tests/matrix.py | 71 +-
.../curl-7.19.0-sslv2-c66b0b32fba-modified.patch | 18 +
tests/matrix/python30.patch | 19 +
tests/memleak_test.py | 55 -
tests/memory_mgmt_test.py | 221 ++++
tests/multi_socket_select_test.py | 16 +-
tests/multi_socket_test.py | 16 +-
tests/multi_test.py | 86 +-
tests/multi_timer_test.py | 7 +-
tests/option_constants_test.py | 76 ++
tests/pause_test.py | 6 +-
tests/post_test.py | 23 +-
tests/post_with_read_callback_test.py | 60 -
tests/pycurl_object_test.py | 125 ++
tests/read_callback_test.py | 126 ++
tests/relative_url_test.py | 4 +-
tests/reset_test.py | 7 +-
tests/resolve_test.py | 2 +-
tests/seek_function_test.py | 2 +-
tests/setopt_lifecycle_test.py | 6 +-
tests/setopt_unicode_test.py | 41 +
tests/share_test.py | 18 +-
tests/socket_open_test.py | 14 +-
tests/unset_range_test.py | 2 +-
tests/user_agent_string_test.py | 27 +
tests/util.py | 88 +-
tests/version_comparison_test.py | 2 +-
tests/version_test.py | 13 +
tests/vsftpd.conf | 13 +
tests/write_abort_test.py | 11 +-
tests/write_cb_bogus_test.py | 6 +-
tests/write_to_file_test.py | 70 +-
tests/write_to_stringio_test.py | 24 +-
winbuild.py | 167 +++
94 files changed, 3511 insertions(+), 839 deletions(-)
diff --cc debian/.git-dpm
index 5884bfa,0000000..cf9613b
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,8 -1,0 +1,8 @@@
+# see git-dpm(1) from git-dpm package
- 1553436e5c9da078bae3c1756fc7be13c6f3fd37
- 1553436e5c9da078bae3c1756fc7be13c6f3fd37
- 34be5d2d23319a9b89a57d7c5882d4c0e52e93ca
- 34be5d2d23319a9b89a57d7c5882d4c0e52e93ca
- pycurl_7.19.0.3.orig.tar.gz
- 3ffb3711e5d7d6d859133ff8351e97013637979b
- 90747
++NONE
++bacd2e880a3d67a26323d0e9addba06dbd58e739
++f8704167610d6109e193dcaaf6da64edca74921f
++f8704167610d6109e193dcaaf6da64edca74921f
++pycurl_7.19.3.orig.tar.gz
++5d8b7a7f869362421061d72f6d234bf805ebebb5
++113771
--
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