Commit Graph

19 Commits (master)

Author SHA1 Message Date
Ciaran Gultnieks 8159e85172 Allow an auth object to be passed when connecting
This means other authentication methods can be used, e.g. digest
or NTLM, by simply constructing one of the relevant auth objects
supplied with the Requests library.
2012-11-13 08:59:46 +00:00
Ciaran Gultnieks 13c98a464f Support Python 2.5
Seems silly to rule out Python 2.5 (and consequently Debian stable)
for the sake of a few numbers.
2012-11-13 08:55:06 +00:00
Ciaran Gultnieks 350dd9876d Update README re directory listing 2012-11-13 08:54:26 +00:00
Miki Tebeka eb882938d7 adding ls 2012-10-17 11:35:14 -07:00
amnong 8411a9a9a1 Bumped version to 1.0.5 2012-08-25 20:07:42 +03:00
amnong ba58e79a1c Added allow_redirects=False to requests, to fix a bug introduced when
using requests 0.13.8
2012-08-25 20:06:04 +03:00
amnong 3c0507983e Bumped version to 1.0.4 2012-06-20 14:30:37 +03:00
amnong bf0b5f2f19 Revert "Added HTTP code 302 (Found) to expected codes when invoking mkdir with"
This reverts commit 803c9884fb.
2012-06-20 14:30:23 +03:00
amnong 6ae1477b32 Bumped version to 1.0.3 2012-06-17 17:22:46 +03:00
amnong 803c9884fb Added HTTP code 302 (Found) to expected codes when invoking mkdir with
safe=True.
2012-06-17 17:20:52 +03:00
amnong f542721024 Added homepage to setup.py 2012-03-12 13:32:53 +02:00
amnong 6d2a01a16c Added readme 2012-03-12 13:32:41 +02:00
amnong 26f82f1eb7 Bumped version. 2012-03-11 17:24:25 +02:00
amnong 730c7c24bf Added mkdirs 2012-03-11 17:22:26 +02:00
amnong 3a21320003 Fixed error message when expecting multiple status codes. 2012-03-11 17:21:46 +02:00
amnong 93339f7002 Added 'safe' parameter to mkdir and rmdir, to prevent failure if
directory had already been created or removed, respectively.
2012-03-11 12:00:10 +02:00
amnong 5a3dc94588 Bumped version 2012-03-11 12:00:10 +02:00
amnong 2c37072fee Added .gitignore 2012-03-11 11:52:41 +02:00
Amnon Grossman 195ce0d1b3 Initial commit 2012-03-08 14:32:06 +02:00