summaryrefslogtreecommitdiffstats
path: root/combox/file.py
Commit message (Expand)AuthorAgeFilesLines
* Copyright changed.Siddharth Ravikumar2016-03-011-1/+1
* modified combox.file.rm_path function.Siddharth Ravikumar2016-01-111-0/+1
* combox/file.py: updated docstrings.Siddharth Ravikumar2015-12-231-84/+184
* authors -> contributors.Siddharth Ravikumar2015-12-221-1/+1
* .py files coding set to utf-8.Siddharth Ravikumar2015-12-221-0/+2
* Now use `os.renames` instead `os.rename` function.Siddharth Ravikumar2015-12-211-2/+2
* Removed buffering in combox.file.write_file func.Siddharth Ravikumar2015-12-171-1/+1
* Re-did the error messages in at combox.fileSiddharth Ravikumar2015-12-171-5/+5
* combox/file.py: modded write_file.Siddharth Ravikumar2015-11-021-1/+1
* combox now uses python's logging module instead of `print` to stdout informat...Siddharth Ravikumar2015-10-171-7/+7
* refactored read_file function combox.file module.Siddharth Ravikumar2015-10-161-7/+4
* Fxed bug #9.Siddharth Ravikumar2015-10-161-1/+5
* fix for bug #7.Siddharth Ravikumar2015-09-121-1/+1
* fix for bug #5.rsiddharth2015-09-121-8/+7
* added new function file.no_of_shards + tests.Siddharth Ravikumar2015-08-251-0/+16
* updated combox.file.relative_path.Siddharth Ravikumar2015-04-011-1/+8
* new function combox.file.node_paths: returns the abs. path of shards/director...Siddharth Ravikumar2015-03-191-0/+28
* combox/file.py: edited docstring of the node_path method.Siddharth Ravikumar2015-03-191-2/+3
* modded combox.file.node_path function.Siddharth Ravikumar2015-03-061-2/+3
* fixed combox.file.cb_pathSiddharth Ravikumar2015-03-041-1/+1
* renamed combox.file.rm_dir -> combox.file.rm_pathSiddharth Ravikumar2015-03-041-4/+10
* combox.file.mk_nodedir uses mk_dir to create a directory.Siddharth Ravikumar2015-03-041-4/+1
* combox.file.rm_nodedir uses the rm_dir function to remove directories.Siddharth Ravikumar2015-03-041-4/+1
* new function combox.file.mk_dirSiddharth Ravikumar2015-03-041-0/+8
* new function combox.file.rm_dirSiddharth Ravikumar2015-03-041-0/+8
* modded combox.file.hash_file function -- added new arg `file_content'Siddharth Ravikumar2015-02-261-2/+5
* new function combox.file.node_path.Siddharth Ravikumar2015-02-251-0/+22
* Refactored combox.file.cb_path to accept a file or a directory under a node d...Siddharth Ravikumar2015-02-201-5/+15
* Defined new function in combox.file.cb_pathSiddharth Ravikumar2015-02-191-0/+10
* modded combox.file.relative_path function.Siddharth Ravikumar2015-02-191-4/+13
* [bug fix] combox/file.py: rm_shards function checks if a shard exists before ...Siddharth Ravikumar2015-01-271-1/+7
* combox/file.py: defined hash_file function.Siddharth Ravikumar2015-01-211-0/+13
* updated copright year.Siddharth Ravikumar2015-01-201-1/+1
* [bug fix] combox/file.py: fixed bug in move_shards functionSiddharth Ravikumar2015-01-161-0/+5
* combox/file.py: wrote new utility functions.Siddharth Ravikumar2015-01-151-0/+99
* combox/file.py: new functions defined.Siddharth Ravikumar2015-01-141-6/+53
* combox/file.py: added mk_nodedir function.Siddharth Ravikumar2015-01-131-0/+13
* rewrote the read_shards() and write_shards() function in combox/file.py.Siddharth Ravikumar2015-01-131-12/+17
* added back combox/file.pySiddharth Ravikumar2015-01-121-0/+127
* consolidated everything into combox/combox.py.Siddharth Ravikumar2015-01-121-127/+0
* file.py: wrote two new functions -- write_shards(), read_shards()Siddharth Ravikumar2014-11-051-0/+33
* updated file.py: fixed typo in glue_data documentation.Siddharth Ravikumar2014-10-301-1/+1
* updated combox/file.py: renamed split_file -> split_data and glue_file -> gl...Siddharth Ravikumar2014-10-301-31/+41
* renamed: utils/file.py -> file.py, tests/utils_file.py -> tests/test_file.pyrsiddharth2014-10-301-0/+84