| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-08-24 | 2.8 kB | |
| v1.1.2 source code.tar.gz | 2025-08-24 | 90.0 kB | |
| v1.1.2 source code.zip | 2025-08-24 | 114.9 kB | |
| Totals: 3 Items | 207.7 kB | 0 | |
What's Changed
- Prevent UnboundLocalError on MySQLResult initialization during SystemExit by @palm002 in https://github.com/PyMySQL/PyMySQL/pull/1174
- remove mention of runtests.py by @cfbolz in https://github.com/PyMySQL/PyMySQL/pull/1182
- make sure to also close
connection._rfileinConnection._force_closeby @cfbolz in https://github.com/PyMySQL/PyMySQL/pull/1184 - Added MariaDB in readme description (#1180) by @theneuralcraftsman in https://github.com/PyMySQL/PyMySQL/pull/1186
- chore(deps): update dependency sphinx-rtd-theme to v3 by @renovate[bot] in https://github.com/PyMySQL/PyMySQL/pull/1189
- chore(deps): update dependency sphinx to v8 by @renovate[bot] in https://github.com/PyMySQL/PyMySQL/pull/1179
- Add support for Python 3.13 by @Cycloctane in https://github.com/PyMySQL/PyMySQL/pull/1190
- Resolve UTF8 charset case-insensitively by @ek247 in https://github.com/PyMySQL/PyMySQL/pull/1195
- update ci versions by @methane in https://github.com/PyMySQL/PyMySQL/pull/1196
- use KILL instead of COM_KILL for MySQL 8.4 support by @methane in https://github.com/PyMySQL/PyMySQL/pull/1197
- disable VERIFY_X509_STRICT for Python 3.13 support by @methane in https://github.com/PyMySQL/PyMySQL/pull/1198
- chore(deps): update codecov/codecov-action action to v5 by @renovate[bot] in https://github.com/PyMySQL/PyMySQL/pull/1191
- add MariaDB to README.md by @robertsilen in https://github.com/PyMySQL/PyMySQL/pull/1181
- refactor: use defer_connect instead of mock by @methane in https://github.com/PyMySQL/PyMySQL/pull/1199
- ci: use astral-sh/ruff-action by @methane in https://github.com/PyMySQL/PyMySQL/pull/1201
- fix auth_switch_request handling by @methane in https://github.com/PyMySQL/PyMySQL/pull/1200
- ci: update test matrix by @methane in https://github.com/PyMySQL/PyMySQL/pull/1215
- ci: do not drop MySQL 5.7 test for now by @methane in https://github.com/PyMySQL/PyMySQL/pull/1216
- update README by @methane in https://github.com/PyMySQL/PyMySQL/pull/1217
- prepare v1.1.2 by @methane in https://github.com/PyMySQL/PyMySQL/pull/1218
New Contributors
- @palm002 made their first contribution in https://github.com/PyMySQL/PyMySQL/pull/1174
- @cfbolz made their first contribution in https://github.com/PyMySQL/PyMySQL/pull/1182
- @theneuralcraftsman made their first contribution in https://github.com/PyMySQL/PyMySQL/pull/1186
- @Cycloctane made their first contribution in https://github.com/PyMySQL/PyMySQL/pull/1190
- @ek247 made their first contribution in https://github.com/PyMySQL/PyMySQL/pull/1195
- @robertsilen made their first contribution in https://github.com/PyMySQL/PyMySQL/pull/1181
Full Changelog: https://github.com/PyMySQL/PyMySQL/compare/v1.1.1...v1.1.2