Statistics
| Branch: | Tag: | Revision:

root / kamaki / clients / pithos_rest_api.py @ 5a745d8a

History | View | Annotate | Download (31.8 kB)

# Date Author Comment
b58c1078 02/13/2013 01:14 pm Stavros Sachtouris

Make pithos_rest_api method vars safe from None

Some vars that have not None as default value where vulnerable to None assignments

06eccea2 02/13/2013 12:32 pm Stavros Sachtouris

Remove list2str() (clients.utils) 4 simplicity

fce31e83 02/12/2013 03:41 pm Stavros Sachtouris

URL-encode requests

2005b18e 02/11/2013 05:42 pm Stavros Sachtouris

Fix some more pep8 issues, more later

24ff0a35 02/11/2013 05:19 pm Stavros Sachtouris

Fix pep8 compliance issues everywhere

4cbe00ba 12/04/2012 01:49 pm Stavros Sachtouris

Clean-up and update comments in clients.utils

1. Remove deprecated or unused methods dict2file, list2file, prefix_keys

2. Rename and update comments to help sphinx create better documentation

d88ba587 12/04/2012 01:17 pm Stavros Sachtouris

Update docs and doc-parsed comments in storage

docs: replace Glance with Plankton
storage: standard sphincs-parsable comments

9e4508df 11/29/2012 04:51 pm Stavros Sachtouris

Rearange and complete developers guide

4067cdaf 11/26/2012 02:12 pm Stavros Sachtouris

Fix sphinx auto-doc syntax warning

3dabe5d2 11/02/2012 01:16 pm Stavros Sachtouris

Make all source pep8 compliant

436f2ce1 10/26/2012 05:03 pm Stavros Sachtouris

Gracefull filenotfound error in store upload

9a7efb0d 09/18/2012 12:11 pm Stavros Sachtouris

Greenlet/thread safe header/param requests

Requests can now distinguish between "global" headers/params
and thread-specific.

afd9d603 09/12/2012 06:48 pm Stavros Sachtouris

Seperate pithos rest api from pithos lib