Bastian Kleineidam
|
0a2260ad61
|
Added url and download_url to setup.py
|
2010-03-04 17:19:03 +01:00 |
Bastian Kleineidam
|
28598b0b6a
|
Fix python setup.py register command
|
2010-03-04 17:17:25 +01:00 |
Bastian Kleineidam
|
136afb25a0
|
Add Trove classifiers for the Python packaging index (Pypi)
|
2010-03-04 17:16:34 +01:00 |
Bastian Kleineidam
|
9c3fd7c2fa
|
Removed support for setting options via config file.
|
2010-03-04 17:07:51 +01:00 |
Bastian Kleineidam
|
f41fc584b6
|
Document newly supported archive formats.
|
2010-03-04 17:05:35 +01:00 |
Bastian Kleineidam
|
f056e98c0f
|
No Zoo support for now.
|
2010-03-04 16:54:56 +01:00 |
Bastian Kleineidam
|
8283d7d9e2
|
Fix typo
|
2010-03-04 16:54:45 +01:00 |
Bastian Kleineidam
|
cab43b1238
|
Added support for LZIP archives.
|
2010-03-04 16:42:37 +01:00 |
Bastian Kleineidam
|
70a7fc2ae2
|
Ported to Python 2.4
|
2010-03-04 16:05:08 +01:00 |
Bastian Kleineidam
|
44726ecdea
|
Port to Python 2.4: replace subprocess.check_call().
|
2010-03-04 16:01:12 +01:00 |
Bastian Kleineidam
|
778c1e366b
|
Port to Python 2.4: remove more relative imports.
|
2010-03-04 15:00:07 +01:00 |
Bastian Kleineidam
|
76ede8c91d
|
Port to Python 2.4: remove with statement and relative imports.
|
2010-03-04 14:57:55 +01:00 |
Bastian Kleineidam
|
a91aade7fd
|
Correct call of nosetests on Windows systems.
|
2010-03-04 14:57:38 +01:00 |
Bastian Kleineidam
|
45aff562bc
|
Run nosetests in parallel if possible.
|
2010-03-04 14:57:03 +01:00 |
Bastian Kleineidam
|
d2e28fe264
|
Bump up version.
|
2010-03-04 09:04:36 +01:00 |
Bastian Kleineidam
|
c073f7c96d
|
Add release and releasecheck Makefile targets.
|
2010-03-04 09:03:36 +01:00 |
Bastian Kleineidam
|
2577a454b9
|
Added support for creating ZIP archives.
|
2010-03-03 22:04:06 +01:00 |
Bastian Kleineidam
|
8d02fdfe8f
|
Remove unused imports
|
2010-03-03 21:10:11 +01:00 |
Bastian Kleineidam
|
8cd637e198
|
Prevent overwriting the archive itself when extracting single-file archives.
|
2010-03-03 21:08:57 +01:00 |
Bastian Kleineidam
|
b51777c8f1
|
Support decompressing files without .lzo extension.
|
2010-03-03 21:04:02 +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
|
fdf52fbbcc
|
Improved recognition of MIME types with file(1).
|
2010-03-03 20:11:45 +01:00 |
Bastian Kleineidam
|
9f8c941e2a
|
Improved MIME test
|
2010-03-03 20:10:10 +01:00 |
Bastian Kleineidam
|
8f33b01cbf
|
Add ability to pass format and encoding as arguments to the archive handler function.
|
2010-03-03 17:35:17 +01:00 |
Bastian Kleineidam
|
92eb057bcd
|
Added MIME regocnition test.
|
2010-03-03 11:34:48 +01:00 |
Bastian Kleineidam
|
ac2d30322a
|
Memoize function return values of mime type guessing and program finding.
|
2010-03-01 16:42:39 +01:00 |
Bastian Kleineidam
|
0849e9aaa2
|
Added support for windows systems.
|
2010-03-01 16:29:54 +01:00 |
Bastian Kleineidam
|
6b7a339b30
|
Bump up version
|
2010-03-01 16:21:13 +01:00 |
Bastian Kleineidam
|
a6c723eddc
|
Ensure that a given program name is absolute.
|
2010-03-01 16:19: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
|
f7e3fded29
|
Fix bug listing available formats when only a default program could be found.
|
2010-03-01 16:14:33 +01:00 |
Bastian Kleineidam
|
8f5bc190f8
|
Added more missing file extensions for the Python mimetypes module.
|
2010-03-01 16:13:57 +01:00 |
Bastian Kleineidam
|
ae8a796fdd
|
Only call file(1) program if it is available.
|
2010-03-01 16:11:44 +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
|
90f4d607df
|
Added missing documentation strings.
|
2010-03-01 16:03:31 +01:00 |
Bastian Kleineidam
|
a4dcaf0f4c
|
Added .bat files to test and build under Windows systems; adjusted ignore, setup and Makefiles for this platform.
|
2010-03-01 16:01:23 +01:00 |
Bastian Kleineidam
|
f93e24a280
|
Bump up version
|
2010-02-23 19:37:25 +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
|
a59ae7c03b
|
List xz archives with echo.
|
2010-02-23 19:30:20 +01:00 |
Bastian Kleineidam
|
6f6a614dc3
|
Updated chcnagelog
|
2010-02-23 07:37:50 +01:00 |
Bastian Kleineidam
|
28cdd06b95
|
Compute sha1sum for released archives
|
2010-02-23 07:37:42 +01:00 |
Bastian Kleineidam
|
9275d6ca47
|
Ensure archive program supports a given encoding before trying to handle archive commands.
|
2010-02-23 07:32:45 +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 |