0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Aug 07, 2024 — Aug 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Pass a ConnectionManager to the transport constructor. More... almost 14 years ago
Adjust for compatibility with Python 2.5 More... almost 14 years ago
Adjust for compatibility with Python 2.5 More... almost 14 years ago
Merge branch 'master' of git://github.com/basho/riak-python-client into newhttp More... almost 14 years ago
Merge pull request #57 from gstein/master More... almost 14 years ago
Merge pull request #58 from reiddraper/nmsglen-type-error More... almost 14 years ago
Merge pull request #54 from gstein/simplify More... almost 14 years ago
Fixes via @reiddraper. More... almost 14 years ago
Fix TypeError in exception text by using len(nmsglen) instead of nmsglen directly More... almost 14 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... almost 14 years ago
Skip RiakHttpReuseTransport tests because that transport is broken (it is redundant, given the new RiakHttpTransport capabilities) More... almost 14 years ago
Merge branch 'simplify' into newhttp More... almost 14 years ago
Align the .http_request() method of the RiakHttpTransport subclasses with the superclass' signature. More... almost 14 years ago
Merge branch 'master' into simplify More... almost 14 years ago
Merge pull request #51 from sorenh/master More... almost 14 years ago
Add 2i query support. More... almost 14 years ago
Fix syntax error from 303bad9 More... almost 14 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... almost 14 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... almost 14 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... almost 14 years ago
Fold .httplib_request() directly into .http_request(). More... almost 14 years ago
Fix docstring for RiakTransport.delete_file(). More... almost 14 years ago
Turn a seemingly random base-10 value into an understandable hex value. More... almost 14 years ago
Remove unused populate_links() method. More... almost 14 years ago
Remove host/port parameters from various method signatures, and rely on self._host and self._port for the values. More... almost 14 years ago
Remove pycurl: it does not provide anything beyond the builtin httplib. More... almost 14 years ago
Remove the unused get_value() method, which is just DICT.get() anyways. More... almost 14 years ago
Move erl_src under riak/'s namespace. More... almost 14 years ago
change string format to 2.5 (cherry picked from commit 80931c36a3aba05ae161baf61971fab2039dc08d) More... almost 14 years ago
change to python 2.5 string More... almost 14 years ago