John-Mark Gurney
b27b32be92
use urljoin to join up urls instead of hand joining them... This
is just to be clean so that if a slash is missing it'll get added,
or not adding too many..
[git-p4: depot-paths = "//depot/": change = 1275]
16 years ago
John-Mark Gurney
2648998737
support different path seps, and also skip directories if they
have the isdir attr and it's true..
[git-p4: depot-paths = "//depot/": change = 1223]
16 years ago
John-Mark Gurney
b60dd8989f
make rarfile properly a no-op...
[git-p4: depot-paths = "//depot/": change = 1144]
17 years ago
John-Mark Gurney
e1d8d9fbe0
remove some debug prints..
[git-p4: depot-paths = "//depot/": change = 1138]
17 years ago
John-Mark Gurney
9037697628
update copyright and email address..
[git-p4: depot-paths = "//depot/": change = 1135]
17 years ago
John-Mark Gurney
2e8dc89de7
if there is an import error on rarfile, use a dummy module that
will always be false...
[git-p4: depot-paths = "//depot/": change = 1134]
17 years ago
John-Mark Gurney
0a4949deaa
add rarfile support... should probably make this more modular
so that if rarfile isn't installed, it isn't an issue..
[git-p4: depot-paths = "//depot/": change = 1133]
17 years ago
John-Mark Gurney
5149869959
make it so we don't have to fully open a zip file to know it is
one.. This speeds up detection of large zip files..
[git-p4: depot-paths = "//depot/": change = 1129]
17 years ago
John-Mark Gurney
e1fa3f4326
change to ktext, and add $Change$ to the files..
[git-p4: depot-paths = "//depot/": change = 853]
19 years ago
John-Mark Gurney
3daff0a894
move the repr from zip to FSStorage where it belongs, it will now
cover all FSObject's and include the path...
[git-p4: depot-paths = "//depot/": change = 828]
19 years ago
John-Mark Gurney
0118d07ee4
don't push up the doUpdate unless we did something...
[git-p4: depot-paths = "//depot/": change = 822]
19 years ago
John-Mark Gurney
2b24cbcdeb
comment out some debugging..
[git-p4: depot-paths = "//depot/": change = 820]
19 years ago
John-Mark Gurney
bc52915c64
make zip files w/ subdirs work.. also support tar files, and ones
that are bzip2'd...
add a repr...
[git-p4: depot-paths = "//depot/": change = 817]
19 years ago
John-Mark Gurney
42b5314102
drop or comment out some debugging
sort the ZipFile's children... hmmm. for a generic way, i could
do a sort children doUpdate class that all it does it sorts the
children when called...
[git-p4: depot-paths = "//depot/": change = 812]
19 years ago
John-Mark Gurney
e6dcd82dc6
add new wrapper for iterzipfile instead of mod'ing the python modules
directly... make use of this..
[git-p4: depot-paths = "//depot/": change = 811]
19 years ago
John-Mark Gurney
ad85fe4c23
make DIDLLite's a real object so we can use them
in weakref's...
make looking into zip files work! we don't support subdirs yet, but
I am able to play an avi and mp3 files at the root...
import the ZipStorage module into pymediaserv, we'll probably want
a modules dir, and a config file on what ones to import..
[git-p4: depot-paths = "//depot/": change = 809]
19 years ago
John-Mark Gurney
b69eda3b31
make the name/mimetype handling more generic so that other modules
can use it... we now dynamicly build new classes from the base
DIDLLite classes as necessary...
Add the startings of the ability to read zip files w/o expanding
them... this still needs some glue to work w/ the new world order..
it'll be a bit of work before I have zip in a zip working.. :)
[git-p4: depot-paths = "//depot/": change = 808]
19 years ago