Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
dcramer
/
riak-python-client
Public
forked from
basho/riak-python-client
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Sep 12, 2011
Merge pull request #57 from gstein/master
Show description for 15effbb
russelldb
committed
15effbb
View commit details
Copy full SHA for 15effbb
Browse repository at this point
Merge pull request #58 from reiddraper/nmsglen-type-error
Show description for 447ad5e
russelldb
committed
447ad5e
View commit details
Copy full SHA for 447ad5e
Browse repository at this point
Merge pull request #54 from gstein/simplify
Show description for ed9e214
russelldb
committed
ed9e214
View commit details
Copy full SHA for ed9e214
Browse repository at this point
Commits on Sep 11, 2011
Fix TypeError in exception text by using len(nmsglen) instead of nmsglen directly
reiddraper
committed
1895143
View commit details
Copy full SHA for 1895143
Browse repository at this point
Fix the test suite when invoked as "python test_all.py". In this case,
Show description for f2c347e
gstein
committed
f2c347e
View commit details
Copy full SHA for f2c347e
Browse repository at this point
Commits on Sep 10, 2011
Align the .http_request() method of the RiakHttpTransport subclasses with
Show description for efa672c
gstein
committed
efa672c
View commit details
Copy full SHA for efa672c
Browse repository at this point
Merge branch 'master' into simplify
gstein
committed
cea26d3
View commit details
Copy full SHA for cea26d3
Browse repository at this point
Commits on Sep 9, 2011
Merge pull request #51 from sorenh/master
Show description for 75a36de
russelldb
committed
75a36de
View commit details
Copy full SHA for 75a36de
Browse repository at this point
Fix syntax error from 303bad9
russelldb
committed
c18c22d
View commit details
Copy full SHA for c18c22d
Browse repository at this point
Commits on Sep 8, 2011
change string format to 2.5
Show description for ca53521
Socrates Lee
authored and
gstein
committed
ca53521
View commit details
Copy full SHA for ca53521
Browse repository at this point
change to python 2.5 string
unknown
authored and
gstein
committed
303bad9
View commit details
Copy full SHA for 303bad9
Browse repository at this point
Enable the test suite to run under earlier versions of Python, and when
Show description for bf39809
gstein
committed
bf39809
View commit details
Copy full SHA for bf39809
Browse repository at this point
Commits on Sep 6, 2011
Fold .httplib_request() directly into .http_request().
Show description for 3e196c5
gstein
committed
3e196c5
View commit details
Copy full SHA for 3e196c5
Browse repository at this point
Fix docstring for RiakTransport.delete_file().
gstein
committed
1a9c8e5
View commit details
Copy full SHA for 1a9c8e5
Browse repository at this point
Turn a seemingly random base-10 value into an understandable hex value.
gstein
committed
e21caf0
View commit details
Copy full SHA for e21caf0
Browse repository at this point
Remove unused populate_links() method.
gstein
committed
cc9001d
View commit details
Copy full SHA for cc9001d
Browse repository at this point
Remove host/port parameters from various method signatures, and rely on
Show description for 0f6f01a
gstein
committed
0f6f01a
View commit details
Copy full SHA for 0f6f01a
Browse repository at this point
Remove pycurl: it does not provide anything beyond the builtin httplib.
gstein
committed
d68e46b
View commit details
Copy full SHA for d68e46b
Browse repository at this point
Remove the unused get_value() method, which is just DICT.get() anyways.
gstein
committed
758d87f
View commit details
Copy full SHA for 758d87f
Browse repository at this point
Commits on Sep 2, 2011
Stop ignoring tmp_dir argument to TestServer
sorenisanerd
committed
562584d
View commit details
Copy full SHA for 562584d
Browse repository at this point
Commits on Aug 31, 2011
Relax some dependencies:
Show description for d24d6e3
gstein
committed
d24d6e3
View commit details
Copy full SHA for d24d6e3
Browse repository at this point
Commits on Aug 19, 2011
Ignore *.egg files
slfritchie
committed
251542a
View commit details
Copy full SHA for 251542a
Browse repository at this point
README changes: Python 2.7, setuptools, non-localhost env vars
slfritchie
committed
699ae7b
View commit details
Copy full SHA for 699ae7b
Browse repository at this point
Merge remote-tracking branch 'bh/readme-43'
slfritchie
committed
f0b110b
View commit details
Copy full SHA for f0b110b
Browse repository at this point
Don't return the empty object (self) with siblings.
Show description for 26f7209
bretthoerner
authored and
slfritchie
committed
26f7209
View commit details
Copy full SHA for 26f7209
Browse repository at this point
Commits on Aug 5, 2011
Add SKIP_LUWAK and SKIP_SEARCH to the README. #43
bretthoerner
committed
02acb73
View commit details
Copy full SHA for 02acb73
Browse repository at this point
Restored Python 2.6 compatibility.
Show description for d960a16
roidrage
committed
d960a16
View commit details
Copy full SHA for d960a16
Browse repository at this point
Commits on Aug 4, 2011
Bump version 1.3.0
roidrage
committed
986f6e0
View commit details
Copy full SHA for 986f6e0
Browse repository at this point
Update changelog for 1.3.0 release.
roidrage
committed
459fe42
View commit details
Copy full SHA for 459fe42
Browse repository at this point
Merge branch 'solr-search'
Show description for 4fbe095
roidrage
committed
4fbe095
View commit details
Copy full SHA for 4fbe095
Browse repository at this point
Merge branch 'luwak-support'
Show description for cb5528a
roidrage
committed
cb5528a
View commit details
Copy full SHA for cb5528a
Browse repository at this point
Commits on Aug 3, 2011
Improve Luwak example in README.
roidrage
committed
cae6b77
View commit details
Copy full SHA for cae6b77
Browse repository at this point
Update README to mention HTTP only.
roidrage
committed
a0b2e80
View commit details
Copy full SHA for a0b2e80
Browse repository at this point
Merge branch 'pb-fix' of https://github.com/bretthoerner/riak-python-client into pull-request-42
roidrage
committed
a2d63c0
View commit details
Copy full SHA for a2d63c0
Browse repository at this point
Use connection as a name instead of conn.
roidrage
committed
ffc73dd
View commit details
Copy full SHA for ffc73dd
Browse repository at this point
Previous
Next
You can’t perform that action at this time.