Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
PyMySQL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
Python
Modules
PyMySQL
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
1eaa4902b18b054216abbda3c33c89fc0df985fc
Select Git revision
Branches
5
branch/default
default
protected
master
wild/80ad16de9b6c82ae6afedfad18ed3bace208b0b7
wild/8552f046ad54d5d6ba49420f5a80d83ed3eb5115
wild/eff7b698be83c839e2c78c3c244a6e574488e405
5 results
Begin with the selected commit
Created with Raphaël 2.2.0
29
Aug
30
31
2
Sep
3
11
12
13
30
23
Oct
14
Nov
15
24
9
Dec
3
Jan
4
5
7
8
9
10
14
15
17
Feb
19
20
21
24
4
Mar
21
19
Apr
3
May
10
13
16
17
18
19
22
23
24
26
28
8
Jun
7
20
24
28
4
Jul
13
19
25
26
27
29
10
Aug
28
29
30
31
1
Sep
4
5
13
Oct
16
Nov
4
Dec
19
12
Jan
13
27
14
Feb
28
2
Mar
6
Apr
24
May
28
20
Jun
21
29
21
Aug
22
30
28
Sep
12
Oct
9
Nov
9
Dec
19
20
17
Jan
20
28
Feb
10
Mar
14
15
17
Apr
18
28
30
1
May
2
7
8
9
12
Jun
22
26
27
3
Jul
4
5
16
25
12
Aug
10
Sep
14
29
Oct
28
Nov
6
Dec
15
16
17
18
19
20
7
Jan
16
17
5
Feb
1
Mar
4
13
30
Aug
13
Sep
21
7
Nov
13
21
26
4
Dec
8
11
14
Feb
25
Mar
13
May
plugin sha256 - cannot handle yet
add PAM plugin to test suite
5.7 has warnings on old_passwords, even for sha256_passwords
add sha256 auth keys
add test_read_default_group
use a begin command in the test suite
add more connection tests
omit test files from coverage report
in 5.7, set password = PASSWORD() is deprecated
correct object reference
add test for defer_connect
close connections to remove warnings
Merge pull request #369 from grooverdan/mysql56_57_tests
merge from master
env vars to test pam/cleartext plugin
explicit close on socket in test_defer_connect
Small fix in DBAPISet.__ne__
Merge pull request #377 from lzedl/master
Merge pull request #354 from grooverdan/beyond_v5_v2
add pam plugin in cleartext mode to test mysql_cleartext_password plugin
travis: show syslog(with PAMCLEAR) and error log on success and failure
test: auth: correct identation. Drop $USER@localhost before creating pam use of that name. Recreate afterwards
0.6.7
Remove not working download URI
Annotate type and set self.connection to None in MySQLResult.read as other methods
Annotate syntax
Use an SSL Context so we can use TLv1.0 or higher instead of forcing TLSv1.0
Allow passing a custom SSLContext for the connection instead of a dictionary
Add support for capath and cipher, allow checking hostnames (and do so by default if a ca is set)
Add spaces after commas in parameters
Merge pull request #391 from CoresecSystems/master
Bump version_info
Merge pull request #395 from alazaro/patch-1
Add NumPyDoc docstring to BaseCursor.execute
Ignore no_delay option (deprecated already)
Merge pull request #400 from PyMySQL/feature/ignore-nodelay
Fix default argument of host
Merge pull request #401 from PyMySQL/fix/default-host
move lenenc_int from util.py to connections.py
Raise ProgrammingError when previous multi result not fetched.
Loading