Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
davispuh
/
MySQL-for-Python-3
Public
Notifications
You must be signed in to change notification settings
Fork
45
Star
75
Code
Issues
3
Pull requests
0
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
MySQLdb
User selector
All users
Datepicker
All time
Commit History
Commits on Jul 17, 2014
Merge branch 'fix_windows' into MySQL-for-Python3
davispuh
committed
1d2672f
Copy full SHA for 1d2672f
Fix building on Windows for latest MySQL Connector C 6.1
davispuh
committed
fa8ca97
Copy full SHA for fa8ca97
Merge 'davispuh/MySQL-for-Python-3' into 'MySQL-for-Python3'
davispuh
committed
278f88c
Copy full SHA for 278f88c
Python 3.4 changed the way how weakref works so adjust for that
davispuh
committed
b7f0e1d
Copy full SHA for b7f0e1d
failUnless and assertEquals are deprecated so replace them with assertTrue and assertEqual respectively
davispuh
committed
fb50518
Copy full SHA for fb50518
Force distribute to use Windows SDK, so it won't look for vcvarsall.bat and will assume everything is in PATH
Show description for a0bd1de
davispuh
committed
a0bd1de
Copy full SHA for a0bd1de
Remove MySQL Server path auto-detection based on registry in windows...
Show description for 6461219
davispuh
committed
6461219
Copy full SHA for 6461219
Correctly re-raise exceptions from values in Python 3
Show description for b363e0e
clelland
authored and
davispuh
committed
b363e0e
Copy full SHA for b363e0e
Memory leak bug fixed
davispuh
committed
e1ccaeb
Copy full SHA for e1ccaeb
updated setup_posix.py for py3 so it can be installed in linux...
davispuh
committed
74ffb7c
Copy full SHA for 74ffb7c
fixed float bug while escaping values with db.literal...
davispuh
committed
b113e17
Copy full SHA for b113e17
Support for Python 3.2 and MySQL 5.5
davispuh
committed
f344e30
Copy full SHA for f344e30
Port to Python 3.1
davispuh
committed
6874ba1
Copy full SHA for 6874ba1
Remove obsolete setuptools bootstrap
farcepest
authored and
davispuh
committed
305a199
Copy full SHA for 305a199
Restore README.md, rename the old README as INSTALL
farcepest
authored and
davispuh
committed
8a45c25
Copy full SHA for 8a45c25
Allow pip install from git
Show description for d4c3dea
evax
authored and
davispuh
committed
d4c3dea
Copy full SHA for d4c3dea
Commits on Jan 2, 2014
Merge pull request #44 from emonty/master
Show description for d34fac6
farcepest
committed
d34fac6
Copy full SHA for d34fac6
Merge https://github.com/farcepest/MySQLdb1 into merge-upstream
emonty
committed
7dd57dc
Copy full SHA for 7dd57dc
Remove distribute_setup.py reference in MANIFEST
Show description for b739fb0
emonty
committed
b739fb0
Copy full SHA for b739fb0
Commits on Nov 21, 2013
Merge pull request #29 from msabramo/tox
Show description for 5ce7d5f
farcepest
committed
5ce7d5f
Copy full SHA for 5ce7d5f
Update .travis.yml
Show description for ed5e9e4
farcepest
committed
ed5e9e4
Copy full SHA for ed5e9e4
Merge pull request #26 from chipturner/master
Show description for d236bb7
farcepest
committed
d236bb7
Copy full SHA for d236bb7
Merge pull request #30 from msabramo/assertEquals
Show description for 002bbb8
farcepest
committed
002bbb8
Copy full SHA for 002bbb8
Merge pull request #32 from methane/autocommit
Show description for 95ae115
farcepest
committed
95ae115
Copy full SHA for 95ae115
Merge pull request #34 from tyzhnenko/test-and-fix-issue-33
Show description for 9b0b59f
farcepest
committed
9b0b59f
Copy full SHA for 9b0b59f
Merge pull request #35 from methane/static
Show description for 76037a2
farcepest
committed
76037a2
Copy full SHA for 76037a2
Merge pull request #36 from Multiposting/master
Show description for 44f8b4d
farcepest
committed
44f8b4d
Copy full SHA for 44f8b4d
Merge pull request #38 from olive-oasis/master
Show description for a7c3ce4
farcepest
committed
a7c3ce4
Copy full SHA for a7c3ce4
Commits on Nov 8, 2013
microsecond-bug-fix
Show description for fb1c79d
Jinuk
committed
fb1c79d
Copy full SHA for fb1c79d
microsecond-bug-fix for datetime.datetime
jinuk84.kim
committed
100485f
Copy full SHA for 100485f
Commits on Nov 5, 2013
Also fix executemany().
gbandet
committed
8096d8c
Copy full SHA for 8096d8c
Syntax fix for python 2.5 support.
gbandet
committed
8bef335
Copy full SHA for 8bef335
Commits on Nov 4, 2013
Fix the conversion of list or tuple args to a SQL.
Show description for 87d1145
gbandet
committed
87d1145
Copy full SHA for 87d1145
Commits on Oct 25, 2013
remove -lmysqlclient when static linking.
methane
committed
0beb712
Copy full SHA for 0beb712
Commits on Oct 7, 2013
Fix cut off SQL query when its contained `))`, edit insert_values
Show description for 052955e
tyzhnenko
committed
052955e
Copy full SHA for 052955e
Pagination
Previous
Next
You can’t perform that action at this time.