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
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 }}
gzgithub
/
python-driver
Public
forked from
apache/cassandra-python-driver
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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
python-601-murmur3
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 12, 2017
move murmur3 tuple structures to namedtuples
Show description for 54ee58d
mambocab
committed
54ee58d
View commit details
Copy full SHA for 54ee58d
Browse repository at this point
space out tuples in murmur3 function
Show description for c46f099
mambocab
committed
c46f099
View commit details
Copy full SHA for c46f099
Browse repository at this point
import sorting murmur3
mambocab
committed
b13ce83
View commit details
Copy full SHA for b13ce83
Browse repository at this point
pep8 whitespace fix in murmur3
mambocab
committed
2f22697
View commit details
Copy full SHA for 2f22697
Browse repository at this point
explain use of byte-order sigil
mambocab
committed
b349ecb
View commit details
Copy full SHA for b349ecb
Browse repository at this point
Commits on Jul 11, 2017
fix murmur3 on big-endian systems
aboudreault
committed
42b1fba
View commit details
Copy full SHA for 42b1fba
Browse repository at this point
Merge pull request #792 from datastax/python-785
Show description for c46377d
Jaume Marhuenda
authored
c46377d
View commit details
Copy full SHA for c46377d
Browse repository at this point
Commits on Jul 10, 2017
check new value, not old one
Show description for 6bec6fd
mambocab
committed
6bec6fd
View commit details
Copy full SHA for 6bec6fd
Browse repository at this point
Changed _defer_fields and _only_fields in CQLEngine so they store the name of the fields in the DB
bjmb
committed
6f4d4ff
View commit details
Copy full SHA for 6f4d4ff
Browse repository at this point
KEEP_TEST_CLUSTER env var
mambocab
committed
d4385bf
View commit details
Copy full SHA for d4385bf
Browse repository at this point
Commits on Jun 29, 2017
Merge pull request #791 from datastax/python-jenkin-fixes
Show description for a83f3dd
Jaume Marhuenda
authored
a83f3dd
View commit details
Copy full SHA for a83f3dd
Browse repository at this point
Added potential fix for test_trace_unavailable
bjmb
committed
39d1cc5
View commit details
Copy full SHA for 39d1cc5
Browse repository at this point
Commits on Jun 26, 2017
Merge pull request #750 from datastax/appveyor_test_improve
Show description for 54c5e98
Jaume Marhuenda
authored
54c5e98
View commit details
Copy full SHA for 54c5e98
Browse repository at this point
Skipped test for windows
bjmb
committed
1b56cc6
View commit details
Copy full SHA for 1b56cc6
Browse repository at this point
Fixed appveyor integration tests
bjmb
committed
491413e
View commit details
Copy full SHA for 491413e
Browse repository at this point
Updated appveyor tests
bjmb
committed
9f897c7
View commit details
Copy full SHA for 9f897c7
Browse repository at this point
Merge pull request #789 from datastax/python-update-build.yaml
Show description for 6a0dca7
Jaume Marhuenda
authored
6a0dca7
View commit details
Copy full SHA for 6a0dca7
Browse repository at this point
Updated build.yaml to run on the weekend
bjmb
committed
25fb931
View commit details
Copy full SHA for 25fb931
Browse repository at this point
Commits on Jun 19, 2017
changelog for 769
mambocab
committed
0c510e7
View commit details
Copy full SHA for 0c510e7
Browse repository at this point
Merge pull request #777 from vetal4444/master
Show description for cf3ce83
mambocab
authored
cf3ce83
View commit details
Copy full SHA for cf3ce83
Browse repository at this point
Fix DeprecationWarning when using lz4
vetal4444
authored and
mambocab
committed
e301ff9
View commit details
Copy full SHA for e301ff9
Browse repository at this point
Merge pull request #786 from datastax/python-739
Show description for 0a1e52d
mambocab
authored
0a1e52d
View commit details
Copy full SHA for 0a1e52d
Browse repository at this point
fix assert placement in get_request_id
Show description for 286e663
mambocab
committed
286e663
View commit details
Copy full SHA for 286e663
Browse repository at this point
fix in_flight += 1 invariant in set_keyspace_async
mambocab
committed
a8c35c8
View commit details
Copy full SHA for a8c35c8
Browse repository at this point
Commits on Jun 16, 2017
772 changelog
aboudreault
committed
69b44c5
View commit details
Copy full SHA for 69b44c5
Browse repository at this point
Merge pull request #785 from datastax/python-772
Show description for 2c121d7
aboudreault
authored
2c121d7
View commit details
Copy full SHA for 2c121d7
Browse repository at this point
Ensure shutdown_on_error is set before defuncting the connection
aboudreault
committed
e57450c
View commit details
Copy full SHA for e57450c
Browse repository at this point
Merge pull request #783 from datastax/python-762-shutdown
Show description for 43f6928
aboudreault
authored
43f6928
View commit details
Copy full SHA for 43f6928
Browse repository at this point
Commits on Jun 15, 2017
Better state cleaning in HostConnection.shutdown
aboudreault
committed
c597638
View commit details
Copy full SHA for c597638
Browse repository at this point
Commits on Jun 14, 2017
Merge pull request #781 from datastax/update_setup.py
Show description for 26eb54a
Jaume Marhuenda
authored
26eb54a
View commit details
Copy full SHA for 26eb54a
Browse repository at this point
Commits on Jun 13, 2017
add details to README-dev.rst
mambocab
committed
2113517
View commit details
Copy full SHA for 2113517
Browse repository at this point
Commits on Jun 12, 2017
Added a more complete pre build check to setup.py
bjmb
committed
32a057c
View commit details
Copy full SHA for 32a057c
Browse repository at this point
Merge pull request #780 from datastax/python-762
Show description for f60bdc3
aboudreault
authored
f60bdc3
View commit details
Copy full SHA for f60bdc3
Browse repository at this point
Add idle_heartbeat_timeout cluster option to tune how long to wait for heartbeat responses
aboudreault
committed
e19c041
View commit details
Copy full SHA for e19c041
Browse repository at this point
Commits on Jun 9, 2017
All Heartbeat futures should have the same timeout
aboudreault
committed
e313946
View commit details
Copy full SHA for e313946
Browse repository at this point
Previous
Next
You can’t perform that action at this time.