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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
scylladb
/
python-driver
Public
forked from
apache/cassandra-python-driver
Notifications
You must be signed in to change notification settings
Fork
60
Star
82
Code
Issues
146
Pull requests
114
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
(cleanup) remove Python 2 remaining items
- #727
#727
Draft
mykaul
wants to merge 11 commits into
scylladb:master
scylladb/python-driver:master
from
mykaul:python_2_no_more
mykaul/python-driver:python_2_no_more
Copy head branch name to clipboard
Conversation
Commits
11
(11)
Checks
Files changed
Draft
(cleanup) remove Python 2 remaining items
#727
mykaul
wants to merge 11 commits into
scylladb:master
scylladb/python-driver:master
from
mykaul:python_2_no_more
mykaul/python-driver:python_2_no_more
Copy head branch name to clipboard
Commits
Commits on Aug 23, 2026
remove: delete UnicodeMixin class and all references
Show description for 0afdfad
mykaul
committed
0afdfad
View commit details
Copy full SHA for 0afdfad
Browse repository at this point
refactor: rename __unicode__ to __str__ across cqlengine
Show description for e2f5bd5
mykaul
committed
e2f5bd5
View commit details
Copy full SHA for e2f5bd5
Browse repository at this point
refactor: rename __nonzero__ to __bool__ in ResultSet
Show description for 6728325
mykaul
committed
6728325
View commit details
Copy full SHA for 6728325
Browse repository at this point
remove: dead WeakSet fallback and custom implementation
Show description for 263651e
mykaul
committed
263651e
View commit details
Copy full SHA for 263651e
Browse repository at this point
remove: redundant Python version checks that are always True/False on 3.9+
Show description for c4c27e0
mykaul
committed
c4c27e0
View commit details
Copy full SHA for c4c27e0
Browse repository at this point
remove: dead try/except around subprocess import in setup.py
Show description for c47f8a6
mykaul
committed
c47f8a6
View commit details
Copy full SHA for c47f8a6
Browse repository at this point
remove: u'' string prefixes from production and test code
Show description for dd6daed
mykaul
committed
dd6daed
View commit details
Copy full SHA for dd6daed
Browse repository at this point
remove: dead unichr() code blocks guarded by Python 2 version check
Show description for ca5c631
mykaul
committed
ca5c631
View commit details
Copy full SHA for ca5c631
Browse repository at this point
remove: dead workaround for CPython bug #10923 (fixed in 3.3)
Show description for 8697749
mykaul
committed
8697749
View commit details
Copy full SHA for 8697749
Browse repository at this point
docs: update stale Python 2 comments and docstrings
Show description for 12790df
mykaul
committed
12790df
View commit details
Copy full SHA for 12790df
Browse repository at this point
perf: use type() check instead of isinstance() in Ascii/UTF8Type.serialize
Show description for 1d16c8f
mykaul
committed
1d16c8f
View commit details
Copy full SHA for 1d16c8f
Browse repository at this point
You can’t perform that action at this time.