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
Remove some more 'is' in favor of '=='. More... about 12 years ago
One last fix. More... about 12 years ago
Document all the things More... about 12 years ago
Test aborting a key stream. More... about 12 years ago
Cleanup some pyflakes errors. More... about 12 years ago
PEP8 cleanup. More... about 12 years ago
Ensure that streams drain the socket and cleanup when there is an exception in user code. More... about 12 years ago
Restore _transport(), which is used when getting the client id. More... about 12 years ago
Rethink the automatic retries stuff. More... about 12 years ago
also update transport imports More... about 12 years ago
prefer simplejson when available More... about 12 years ago
Merge pull request #185 from glassresistor/feature/rich_comparison More... about 12 years ago
Merge pull request #183 from basho/eas-allow-hosts-pypi More... about 12 years ago
Make sure protobuf comes from pypi More... about 12 years ago
Fix some 'is' problems. More... about 12 years ago
Merge pull request #182 from Atilla/test_server_fix More... about 12 years ago
Fixes in order to make TestServer work. More... about 12 years ago
Add streaming MapReduce to HTTP. More... about 12 years ago
Add unit test for key streaming. More... about 12 years ago
Simplify HTTP key streaming by pushing empty-result culling into the client. More... about 12 years ago
Add key streaming to HTTP. More... about 12 years ago
Fix protobuf build dependency. More... about 12 years ago
Use a dict to match message code with protobuf message, simplifying decode logic. More... about 12 years ago
Spec out missing methods. More... about 12 years ago
Remove capitalized methods from RiakHttpConnection. More... about 12 years ago
Fix a few pyflakes and pep8 issues. More... about 12 years ago
Fix encoding differences for binary objects between HTTP/PBC, 2.6/2.7. More... about 12 years ago
Fix bug in index_path. More... about 12 years ago
Fix search bug: shouldn't lowercase AND/OR/NOT in query string More... about 12 years ago
Fix PBC list-keys. More... about 12 years ago