Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-03-28 | 5.2 kB | |
v1.0.3 source code.tar.gz | 2023-03-28 | 85.4 kB | |
v1.0.3 source code.zip | 2023-03-28 | 109.7 kB | |
Totals: 3 Items | 200.3 kB | 0 |
What's Changed
- Removed _last_executed because of duplication with _executed by @rajat315315 in https://github.com/PyMySQL/PyMySQL/pull/948
- Actions: Fix 422 error on Coveralls by @methane in https://github.com/PyMySQL/PyMySQL/pull/949
- Actions: Use cache in finish by @methane in https://github.com/PyMySQL/PyMySQL/pull/950
- Fix docstring for converter functions by @darxriggs in https://github.com/PyMySQL/PyMySQL/pull/952
- Improve docstrings by @darxriggs in https://github.com/PyMySQL/PyMySQL/pull/954
- Fix generating authentication response with long strings by @netch80 in https://github.com/PyMySQL/PyMySQL/pull/988
- Fix doctest in pymysql.converters by @methane in https://github.com/PyMySQL/PyMySQL/pull/994
- Actions: Run test with Python 3.10 by @methane in https://github.com/PyMySQL/PyMySQL/pull/996
- Fix calling undefined function by @methane in https://github.com/PyMySQL/PyMySQL/pull/1003
- Stop showing handler name when hander is not set. by @methane in https://github.com/PyMySQL/PyMySQL/pull/1004
- tests: container docker-entrypoint-initdb.d for ease of testing by @grooverdan in https://github.com/PyMySQL/PyMySQL/pull/1009
- fix typo in comment by @Nothing4You in https://github.com/PyMySQL/PyMySQL/pull/1024
- Update black by @methane in https://github.com/PyMySQL/PyMySQL/pull/1026
- Actions: Use actions/setup-python cache by @methane in https://github.com/PyMySQL/PyMySQL/pull/1027
- update pymysql.constants.CR by @Nothing4You in https://github.com/PyMySQL/PyMySQL/pull/1029
- we have these constants, why not make use of them? by @Nothing4You in https://github.com/PyMySQL/PyMySQL/pull/1028
- Improve GitHub workflow by @Nothing4You in https://github.com/PyMySQL/PyMySQL/pull/1031
- Drop support of EOL Python and DB versions by @Nothing4You in https://github.com/PyMySQL/PyMySQL/pull/1030
- Fix coveralls branch in README.rst by @Nothing4You in https://github.com/PyMySQL/PyMySQL/pull/1034
- Fix minor typo in error message by @nattybear in https://github.com/PyMySQL/PyMySQL/pull/1038
- Document that the ssl connection parameter can be an SSLContext by @cakemanny in https://github.com/PyMySQL/PyMySQL/pull/1045
- Update mariadb tests to 10.8, remove end of life mariadb 10.2 by @Nothing4You in https://github.com/PyMySQL/PyMySQL/pull/1049
- Fix CodeQL target branch by @Nothing4You in https://github.com/PyMySQL/PyMySQL/pull/1054
- Update CodeQL GitHub action to v2 by @Nothing4You in https://github.com/PyMySQL/PyMySQL/pull/1055
- tests: remove duplicate test
test_nextset
by @wd0517 in https://github.com/PyMySQL/PyMySQL/pull/1057 - Remove deprecated socket.error from Connection.connect exception handler by @Nothing4You in https://github.com/PyMySQL/PyMySQL/pull/1062
- Raise ProgrammingError on -np.inf in addition to np.inf by @cdcadman in https://github.com/PyMySQL/PyMySQL/pull/1067
- Add unix socket connection test by @SergeantMenacingGarlic in https://github.com/PyMySQL/PyMySQL/pull/1061
- Use Python 3.11 release instead of -dev in tests by @Nothing4You in https://github.com/PyMySQL/PyMySQL/pull/1076
- docs: Fix a few typos by @timgates42 in https://github.com/PyMySQL/PyMySQL/pull/1053
- flake8: Use max_line_length instead of ignoring E501 by @cclauss in https://github.com/PyMySQL/PyMySQL/pull/1081
- Fix typos discovered by codespell by @cclauss in https://github.com/PyMySQL/PyMySQL/pull/1082
- Add doctest by @methane in https://github.com/PyMySQL/PyMySQL/pull/1086
- Use pyproject.toml by @methane in https://github.com/PyMySQL/PyMySQL/pull/1087
- Upgrade GitHub Actions by @cclauss in https://github.com/PyMySQL/PyMySQL/pull/1080
- Upgrade more GitHub Actions by @cclauss in https://github.com/PyMySQL/PyMySQL/pull/1088
- Convert README to Markdown by @methane in https://github.com/PyMySQL/PyMySQL/pull/1093
- Release v1.0.3rc1 by @methane in https://github.com/PyMySQL/PyMySQL/pull/1094
- Fix setuptools didn't include pymysql.constants by @methane in https://github.com/PyMySQL/PyMySQL/pull/1096
- v1.0.3 by @methane in https://github.com/PyMySQL/PyMySQL/pull/1097
- Fix VERSION for dynamic version by @methane in https://github.com/PyMySQL/PyMySQL/pull/1098
New Contributors
- @rajat315315 made their first contribution in https://github.com/PyMySQL/PyMySQL/pull/948
- @darxriggs made their first contribution in https://github.com/PyMySQL/PyMySQL/pull/952
- @netch80 made their first contribution in https://github.com/PyMySQL/PyMySQL/pull/988
- @Nothing4You made their first contribution in https://github.com/PyMySQL/PyMySQL/pull/1024
- @nattybear made their first contribution in https://github.com/PyMySQL/PyMySQL/pull/1038
- @cakemanny made their first contribution in https://github.com/PyMySQL/PyMySQL/pull/1045
- @wd0517 made their first contribution in https://github.com/PyMySQL/PyMySQL/pull/1057
- @cdcadman made their first contribution in https://github.com/PyMySQL/PyMySQL/pull/1067
- @SergeantMenacingGarlic made their first contribution in https://github.com/PyMySQL/PyMySQL/pull/1061
- @cclauss made their first contribution in https://github.com/PyMySQL/PyMySQL/pull/1081
Full Changelog: https://github.com/PyMySQL/PyMySQL/compare/v1.0.2...v1.0.3