First draft of libsoup python bindings. Not complete, not final,
authorDan Winship <danw@src.gnome.org>
Sat, 9 Feb 2008 23:33:22 +0000 (23:33 +0000)
committerDan Winship <danw@src.gnome.org>
Sat, 9 Feb 2008 23:33:22 +0000 (23:33 +0000)
commit973896b37277298bdd441675b827108e594db52f
tree44d2f4ea678ab741a69cfbbde531a1e57b99bac6
parentc3a0a40b82af697501dd7cc63f796ebcb804195a
First draft of libsoup python bindings. Not complete, not final,
etc. (And not built by default and not installed.)

svn path=/trunk/; revision=1082
18 files changed:
python/AUTHORS [new file with mode: 0644]
python/ChangeLog [new file with mode: 0644]
python/Makefile.am [new file with mode: 0644]
python/NEWS [new file with mode: 0644]
python/README [new file with mode: 0644]
python/SoupLogger.override [new file with mode: 0644]
python/SoupMessageBody.override [new file with mode: 0644]
python/SoupMessageHeaders.override [new file with mode: 0644]
python/SoupURI.override [new file with mode: 0644]
python/acinclude.m4 [new file with mode: 0644]
python/configure.in [new file with mode: 0644]
python/libsoup-ignore.defs [new file with mode: 0644]
python/libsoup.defs [new file with mode: 0644]
python/libsoup.override [new file with mode: 0644]
python/libsoupmodule.c [new file with mode: 0644]
python/soup-forms.override [new file with mode: 0644]
python/soup-headers.override [new file with mode: 0644]
python/soup-xmlrpc.override [new file with mode: 0644]