summaryrefslogtreecommitdiffstats
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* Add Lua bindings.Richard W.M. Jones2012-11-171-0/+1
* New APIs: guestfs_create_flags, guestfs_parse_environment,Richard W.M. Jones2012-10-151-1/+4
* syntax: Remove include <assert.h> where assert is not used.Richard W.M. Jones2012-09-151-1/+0
* podwrapper: Add --license parameter, which is required.Richard W.M. Jones2012-08-211-0/+1
* man pages: Ensure consistent copyright/author sections, remove licenseRichard W.M. Jones2012-08-211-18/+1
* Replace mount-options with mount where appropriate.Richard W.M. Jones2012-08-181-1/+1
* python: Fix comment referring to Perl(!)Richard W.M. Jones2012-08-151-1/+1
* python: Fix optargs so we don't use special sentinel values.Richard W.M. Jones2012-08-151-1/+1
* examples: Use add_drive_opts function in examples.Richard W.M. Jones2012-08-023-3/+3
* build: Change calls to podwrapper.sh to use $(PODWRAPPER).Richard W.M. Jones2012-07-161-1/+1
* generator: Rename 'add_drive_opts' API to 'add_drive'.Richard W.M. Jones2012-07-145-7/+7
* New API: guestfs_shutdown: Cleanly shutdown the backend.Richard W.M. Jones2012-07-032-0/+6
* perl, python, ruby: Fix comments on call to close method.Richard W.M. Jones2012-07-031-0/+3
* examples: In create_disk example, don't call set_autosync.Richard W.M. Jones2012-07-031-7/+0
* python: Set PYTHON in run script.Richard W.M. Jones2012-06-281-3/+1
* tests: Add ./run --test option.Richard W.M. Jones2012-06-261-1/+1
* launch: Treat /dev/null specially, for old KVM.Richard W.M. Jones2012-06-252-2/+10
* build: Define builddir and abs_srcdir when they are missing.Richard W.M. Jones2012-06-181-1/+1
* python: Remove 'del g' from the docs, replace with 'g.close ()'.Richard W.M. Jones2012-04-174-4/+4
* python: Add a regression test for RHBZ#811650.Richard W.M. Jones2012-04-111-0/+29
* python: Add PYTHONPATH to './run' script.Richard W.M. Jones2012-04-111-4/+2
* maint: use $var notation rather than ${var} when possibleJim Meyering2012-01-231-2/+2
* Do not run appliance-related checks if not building applianceHilko Bengen2012-01-231-2/+6
* Tempus fugit.Richard W.M. Jones2012-01-186-6/+6
* python: Missing () in guestfs-python(1) examples.Richard W.M. Jones2011-12-141-1/+1
* python: Memory leak: Free roots array along handle close path.Richard W.M. Jones2011-11-291-0/+1
* Update FSF address.Matthew Booth2011-11-089-9/+9
* python: Fixes for Python 3 (RHBZ#750889).Richard W.M. Jones2011-11-021-1/+1
* python: Pass $PYTHON environment variable to tests.Richard W.M. Jones2011-11-023-6/+7
* out-of-tree build: fixed bindtests and inspectorHilko Bengen2011-10-211-2/+2
* Add Erlang bindings.Richard W.M. Jones2011-09-211-0/+1
* python: Don't build static libraryHilko Bengen2011-08-241-1/+1
* out-of-tree build: fix documentation generationHilko Bengen2011-08-151-3/+3
* build: Set TMPDIR for local testing.Richard W.M. Jones2011-08-081-1/+2
* python: Don't name extension with .so.0.0 and symlinks (thanks Dan Berrange).Richard W.M. Jones2011-08-051-0/+1
* java: Add guestfs-java(3) man page.Richard W.M. Jones2011-07-191-0/+1
* python: Add explicit g.close() method (RHBZ#717786).Richard W.M. Jones2011-06-301-0/+59
* Add new guestfs-rescue(1) man page with recipes.Richard W.M. Jones2011-05-181-0/+1
* python: Ensure Python GIL state is correct during callback.Richard W.M. Jones2011-04-221-0/+8
* python: Implement new event API.Richard W.M. Jones2011-04-223-0/+215
* python: Rearrange C files for bindings.Richard W.M. Jones2011-04-223-1/+137
* perl: Translate C examples into Perl and include a manual page.Richard W.M. Jones2011-01-301-0/+1
* fish: Don't fail if some mountpoints in /etc/fstab are bogus (RHBZ#668574).Richard W.M. Jones2011-01-111-1/+4
* build: Use ./configure --with-python-installdir=DIR to select Python dir.Richard W.M. Jones2010-12-091-1/+1
* python: Combine tests to reduce number of launches.Richard W.M. Jones2010-11-302-30/+2
* ruby: Translate C examples into Ruby and include documentation.Richard W.M. Jones2010-11-241-0/+1
* python: Translate C examples into Python and include documentation.Richard W.M. Jones2010-11-245-0/+231
* generator: Optional arguments, add-drive-opts (RHBZ#642934,CVE-2010-3851).Richard W.M. Jones2010-10-221-0/+25
* build: Fix inter-directory dependenciesMatthew Booth2009-11-191-3/+8
* Remove guestfs_wait_ready (turn it into a no-op).Richard Jones2009-09-212-2/+0