0
I Use This!
Inactive

Commits : Listings

Analyzed 13 days ago. based on code collected 14 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Pass a ConnectionManager to the transport constructor. More... over 13 years ago
Adjust for compatibility with Python 2.5 More... over 13 years ago
Adjust for compatibility with Python 2.5 More... over 13 years ago
Merge branch 'master' of git://github.com/basho/riak-python-client into newhttp More... over 13 years ago
Merge pull request #57 from gstein/master More... over 13 years ago
Merge pull request #58 from reiddraper/nmsglen-type-error More... over 13 years ago
Merge pull request #54 from gstein/simplify More... over 13 years ago
Fixes via @reiddraper. More... over 13 years ago
Fix TypeError in exception text by using len(nmsglen) instead of nmsglen directly More... over 13 years ago
Fix the test suite when invoked as "python test_all.py". In this case, __file__ has no directory component, so .dirname() returns '' and adding it to '/test_all.py' (or similar) will result in a reference to a file at th root of the filesystem (oops). Using os.path.join() properly handles this situation, and can increase portability. More... over 13 years ago
Skip RiakHttpReuseTransport tests because that transport is broken (it is redundant, given the new RiakHttpTransport capabilities) More... over 13 years ago
Merge branch 'simplify' into newhttp More... over 13 years ago
Align the .http_request() method of the RiakHttpTransport subclasses with the superclass' signature. More... over 13 years ago
Merge branch 'master' into simplify More... over 13 years ago
Merge pull request #51 from sorenh/master More... over 13 years ago
Add 2i query support. More... over 13 years ago
Fix syntax error from 303bad9 More... over 13 years ago
Enable the test suite to run under earlier versions of Python, and when some dependencies (protobuf and urllib3) are missing. Adjust the existing SKIP_* tests to use the unittest "skip" mechanisms. More... over 13 years ago
Add/expand some commentary in the ConnectionManager, and add code to open a connection to the Riak server(s) once its host/port is defined. When a host (and port) is removed from the hostport set, then remove connections. More... over 13 years ago
Build a connection management class to handle multiple connections to multiple hosts, passing them out for use. Both HTTP and bare sockets are supported. More... over 13 years ago
Fold .httplib_request() directly into .http_request(). More... over 13 years ago
Fix docstring for RiakTransport.delete_file(). More... over 13 years ago
Turn a seemingly random base-10 value into an understandable hex value. More... over 13 years ago
Remove unused populate_links() method. More... over 13 years ago
Remove host/port parameters from various method signatures, and rely on self._host and self._port for the values. More... over 13 years ago
Remove pycurl: it does not provide anything beyond the builtin httplib. More... over 13 years ago
Remove the unused get_value() method, which is just DICT.get() anyways. More... over 13 years ago
Move erl_src under riak/'s namespace. More... over 13 years ago
change string format to 2.5 (cherry picked from commit 80931c36a3aba05ae161baf61971fab2039dc08d) More... over 13 years ago
change to python 2.5 string More... over 13 years ago