Bastian Kleineidam
|
2e8800504c
|
Fix handling of keyword arguments for baker and added tests.
|
2010-03-06 13:29:21 +01:00 |
Bastian Kleineidam
|
2692c7f84f
|
Remove --force option.
|
2010-03-06 11:33:44 +01:00 |
Bastian Kleineidam
|
cab43b1238
|
Added support for LZIP archives.
|
2010-03-04 16:42:37 +01:00 |
Bastian Kleineidam
|
778c1e366b
|
Port to Python 2.4: remove more relative imports.
|
2010-03-04 15:00:07 +01:00 |
Bastian Kleineidam
|
2577a454b9
|
Added support for creating ZIP archives.
|
2010-03-03 22:04:06 +01:00 |
Bastian Kleineidam
|
0da08cf20c
|
Added tests for archive files with unusual suffix.
|
2010-03-03 20:54:26 +01:00 |
Bastian Kleineidam
|
793fe6f7ea
|
Add comment about RPM test; remove unneded test for 7z program.
|
2010-03-03 20:26:43 +01:00 |
Bastian Kleineidam
|
5cee1fc9c8
|
Test soundness of new configuration dictionaries.
|
2010-03-03 20:13:44 +01:00 |
Bastian Kleineidam
|
fbc4a15cd1
|
Add format and encoding keyword arguments when testing archive creation. This is needed for files with uncommon filename extensions.
|
2010-03-03 20:13:03 +01:00 |
Bastian Kleineidam
|
9f8c941e2a
|
Improved MIME test
|
2010-03-03 20:10:10 +01:00 |
Bastian Kleineidam
|
92eb057bcd
|
Added MIME regocnition test.
|
2010-03-03 11:34:48 +01:00 |
Bastian Kleineidam
|
56e103ce01
|
Renamed find_codec() to has_coded() to reflect that the function does not find, but only check if the codec is available.
|
2010-03-01 16:18:36 +01:00 |
Bastian Kleineidam
|
3982c133be
|
Improved format listing and added a test case for this command.
|
2010-03-01 16:17:14 +01:00 |
Bastian Kleineidam
|
9a80938e0a
|
Add and use find_program() utility method instead of calling distutils find_executable directly.
|
2010-03-01 16:10:17 +01:00 |
Bastian Kleineidam
|
fdb1f398bf
|
Moved p7zip_supports_rar() function to util package where it belongs.
|
2010-03-01 16:05:32 +01:00 |
Bastian Kleineidam
|
c647f65a87
|
Test if encoding is supported by the archive program.
|
2010-02-23 19:31:14 +01:00 |
Bastian Kleineidam
|
ff82c2a100
|
Test .tgz and .taz files.
|
2010-02-23 19:30:58 +01:00 |
Bastian Kleineidam
|
017f9a155c
|
Ensure executable exists when checking encoding for a program
|
2010-02-23 07:32:13 +01:00 |
Bastian Kleineidam
|
ef668ddc94
|
Added check for supported tar and 7z codecs
|
2010-02-22 21:55:29 +01:00 |
Bastian Kleineidam
|
f29b31ec42
|
Use instance variable for program to run; and rename cmd to program
|
2010-02-22 21:30:47 +01:00 |
Bastian Kleineidam
|
3c01a64a16
|
Added support for lzma or xz encoded tar files (ie. t.tar.lzma and t.tar.xz)
|
2010-02-22 18:22:49 +01:00 |
Bastian Kleineidam
|
8742abafe9
|
Added XZ format support
|
2010-02-22 17:34:08 +01:00 |
Bastian Kleineidam
|
bc7e99b35b
|
Added support for LZMA archives
|
2010-02-22 17:21:55 +01:00 |
Bastian Kleineidam
|
6790380c70
|
Implemented create command
|
2010-02-21 15:48:52 +01:00 |
Bastian Kleineidam
|
2587bfda86
|
Added test archive command.
|
2010-02-21 13:40:42 +01:00 |
Bastian Kleineidam
|
1b38fff5ce
|
Better names for some functions and values
|
2010-02-21 12:20:47 +01:00 |
Bastian Kleineidam
|
1e3a72bdaa
|
Initial commit
|
2010-02-21 12:14:57 +01:00 |