Berker Peksag
|
d9aced73f1
The file() builtin has been removed in Python 3. Use open() instead.
|
10 tahun lalu |
Berker Peksag
|
e49b7e02b2
Use six.text_type instead of unicode().
|
10 tahun lalu |
Berker Peksag
|
386c9c7c55
Use six.iteritems() instead of dict.iteritems().
|
10 tahun lalu |
Berker Peksag
|
7f342c72f6
Continue to port GMG codebase.
|
11 tahun lalu |
Rodney Ewing
|
bdd2242155
added user upload limits
|
11 tahun lalu |
Elrond
|
2dd0af3635
Merge remote-tracking branch 'cwebber/254_delete_queue_directories'
|
12 tahun lalu |
Sebastian Spaeth
|
99a54c0095
Make copying to/from storage systems memory efficient (#419)
|
12 tahun lalu |
Christopher Allan Webber
|
0ac8317ddc
Removing docstring bit about delete_file possibly deleting directories in the future
|
12 tahun lalu |
Sebastian Spaeth
|
b34d7e1d9b
Implement delete_dir in the FileStorage
|
12 tahun lalu |
Brett Smith
|
4a791b8006
Make filestorage available to code that only imports storage.
|
12 tahun lalu |
Will Kahn-Greene
|
a855e92a98
Fix problems from pyflakes output
|
12 tahun lalu |
Christopher Allan Webber
|
cf29e8a824
It's 2012 all up in here
|
13 tahun lalu |
Christopher Allan Webber
|
2e8fbc8fab
Slightly clearer docs on copy_local_to_storage
|
13 tahun lalu |
Christopher Allan Webber
|
98f6efb068
copy_local_to_storage, both general and specialized-for-BasicFileStorage versions
|
13 tahun lalu |
Aaron Williamson
|
152a3bfaa3
Finished splitting util.py into separate files.
|
13 tahun lalu |
Joar Wandborg
|
a2468d18ca
Feature #587 - Split storage.py into submodules
|
13 tahun lalu |