Wirawan Purwanto
|
d93fb5b7c2
|
* Added support for .xz file extension.
* Using backported lzma module (on python <= 3.2) to eliminate subprocess,
if possible.
|
11 years ago |
Wirawan Purwanto
|
fb6631f756
|
* Use is_iterable to detect iterable specs argument.
|
11 years ago |
Wirawan Purwanto
|
2daca4af6e
|
* tee_output: Allow None to be given in the `files' argument, which stands
for a null file.
|
12 years ago |
Wirawan Purwanto
|
17d242213d
|
* Added some useful functions from my pw2g_bench_MnO.py scriptlet collection:
- wpylib.math.roundup()
- wpylib.shell_tools.dirname2()
* file_exists_nonempty() is moved to wpylib.shell_tools.
|
12 years ago |
Wirawan Purwanto
|
96cec22fca
|
* wpylib.file.file_utils: added file_exists_nonempty() function.
|
12 years ago |
Wirawan Purwanto
|
5c72506135
|
* New module: wpylib.file.tee
* Added class tee_output for splitting text output to multiple destinations.
|
13 years ago |
Wirawan Purwanto
|
606214eb66
|
* Changing all `isinstance(STUFF, str)' to `isinstance(STUFF, basestring)'
for future-proofing this code.
|
13 years ago |
wirawan
|
4c9b5ce9f7
|
* Update documentations.
|
14 years ago |
wirawan
|
090d9f7b00
|
* Moving pyqmc.utils.file_utils to wpylib project.
|
14 years ago |