Add python client library package: arv-get, arv-put, arvados module
[arvados.git] / sdk / python /
2013-12-10 Tom CleggAdd python client library package: arv-get, arv-put...
2013-12-10 Tom CleggMerge branch 'master' into 1646-arv-put
2013-12-09 Tom CleggUse our own exception classes, instead of just Exception
2013-12-09 Tom CleggUse body={...} instead of object_type=json.dumps({...
2013-12-03 Tom CleggAdd arvados.getjobparam() convenience function.
2013-12-03 Tom CleggAccept empty string as root stream name "." in
2013-12-03 Tom CleggAccept data from a generator in arvados.CollectionWrite...
2013-12-03 Tom CleggSort filenames when writing multi-level streams in
2013-12-03 Tom CleggAdd arvados.util.clear_tmpdir() function.
2013-12-03 Tom CleggPass through stderr in real time by default in util...
2013-12-03 Tom CleggAllow caller to override close_fds in util.run_command()
2013-12-03 Tom CleggUse collection hash instead of entire manifest as symli...
2013-11-30 Tom CleggAdd CollectionWriter.data_locators()
2013-11-27 Tom CleggUse new-style Python classes (subclass object), so...
2013-11-20 Tom CleggAdd threaded Keep.put()
2013-11-19 Tom CleggFix encoding issue so Python clients can store binary...
2013-11-19 Tim PierceMerge branch 'master' of git.clinicalfuture.com:arvados
2013-11-19 Tom CleggAdd threading locks in Keep client
2013-11-19 Tom Cleggremove unused class DataReader
2013-11-18 Tim PierceMerge branch '1579-keep-server-in-docker' of git.clinic...
2013-11-18 Tom CleggMerge branch '1600-native-keep-client'
2013-11-18 Tom CleggObey ARVADOS_API_HOST_INSECURE and use the debian trust...
2013-11-18 Tom Cleggturn on logging if ARVADOS_DEBUG environment variable...
2013-11-18 Tom CleggUse hash to determine probe order
2013-11-18 Tom CleggAdd test case for reading and writing small Keep blocks
2013-11-18 Tom CleggUse httplib2 to connect to Keep instead of executing...
2013-11-18 Tom CleggObey ARVADOS_API_HOST_INSECURE and use the debian trust...
2013-10-07 Tom Cleggrename jobs.resource_limits to runtime_constraints
2013-09-24 Tom Cleggtest API update semantics, confirm put/get cycle preser...
2013-09-24 Tom Cleggupdate "correct answer" hashes in collection tests...
2013-09-15 Tom Cleggescape spaces in manifest filenames
2013-09-15 Tom Cleggadd CollectionWriter.write_directory_tree()
2013-09-15 Tom Cleggmaintain directory structure in collection_extract
2013-09-15 Tom Cleggfix extra empty stream in all_streams() response
2013-09-15 Tom Cleggoverwrite existing files in stream_extract
2013-09-15 Tom Cleggadd util.listdir_recursive()
2013-09-15 Tom Cleggfix os.path.dirname usage
2013-09-15 Tom Cleggfix out of scope function use
2013-09-15 Tom Cleggmkdir -p in collection_extract()
2013-09-15 Tom Cleggadd one-task-per-stream utils
2013-09-15 Tom Cleggfix stream names in CollectionWriter
2013-09-15 Tom Clegguse . as default stream name
2013-09-15 Tom Cleggfix infinite loop in flush_data
2013-09-15 Tom Cleggallow caller to override std* pipes in run_command
2013-09-15 Tom Cleggadd zipball_extract
2013-07-16 Tom Cleggadd CollectionReader.manifest_text()
2013-07-11 Tom Cleggadd transparent decompression option to util.collection...
2013-07-11 Tom Clegglazy check for # files actually retrieved
2013-07-11 Tom Cleggadd util functions, fix up tmp dirs
2013-07-08 Ward VandewegeMerge branch 'master' of git.clinicalfuture.com:arvados
2013-07-08 Tom Cleggrename foreign uuid attributes
2013-06-27 Tom Cleggfixes and docs for testing crunch jobs locally
2013-06-27 Tom Cleggadd util class
2013-06-25 Tom Cleggadd transparent gunzip support, fix string concatenatio...
2013-06-25 Tom Cleggadd transparent bz2 decompression, some tests and fixes
2013-06-25 Tom Cleggdocs and fixes
2013-06-25 Tom Cleggreader fixes
2013-06-25 Tom Cleggadd missing newline at end of manifest
2013-06-25 Tom Cleggfix KeyError in os.environ check
2013-06-25 Tom Cleggadd Reader classes, local storage mode, and basic test...
2013-06-20 Tom Cleggadd CollectionWriter and Keep classes to Python SDK
2013-06-18 Tom Cleggadd python example to generic workbench object display...
2013-06-06 Tom Cleggcheck child exit status
2013-06-04 Tom Cleggretry requests after BadStatusLine
2013-06-03 Tom Cleggfix job_task update call
2013-05-24 Tom Cleggnote created_by_job_task when queueing new tasks
2013-05-11 Tom Cleggpython sdk JobTask convenience methods
2013-05-10 Tom Cleggstart python sdk