Commit 492c444
authored
2 files changed
+3
-3
lines changed- bin/check-dist+4
- bin/release+11-12
- docs/source/index.rst+9-3
- src/neo4j/_async/io/_bolt.py+1-1
- src/neo4j/_async/io/_bolt_socket.py+49-29
- src/neo4j/_async_compat/network/_bolt_socket.py+3-3
- src/neo4j/_sync/io/_bolt.py+1-1
- src/neo4j/_sync/io/_bolt_socket.py+49-29
- testkitbackend/test_config.json+1
- tests/unit/async_/io/test__bolt_socket.py+97
- tests/unit/conftest.py+4
- tests/unit/fixtures/__init__.py+6
- tests/unit/fixtures/socket.py+129
- tests/unit/sync/io/test__bolt_socket.py+97
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments