File tree
8 files changed
+42
-18
lines changed- changelog.d
8 files changed
+42
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
9 | 46 | | |
10 | 47 | | |
11 | 48 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
- docs/source/api.rst+1
- pyproject.toml+4-1
- src/neo4j/_async/driver.py+9-1
- src/neo4j/_async/io/_bolt.py+17-3
- src/neo4j/_async/io/_common.py+9
- src/neo4j/_async/io/_pool.py+20-4
- src/neo4j/_async/work/session.py+9-4
- src/neo4j/_meta.py+2
- src/neo4j/_sync/driver.py+9-1
- src/neo4j/_sync/io/_bolt.py+17-3
- src/neo4j/_sync/io/_common.py+9
- src/neo4j/_sync/io/_pool.py+20-4
- src/neo4j/_sync/work/session.py+9-4
- src/neo4j/exceptions.py+14
- src/neo4j/time/__init__.py-7
- testkit/build.py+5-1
- testkitbackend/test_config.json+1-1
- tests/unit/async_/io/_common/__init__.py+14
- tests/unit/async_/io/_common/test_inbox.py+140
- tests/unit/async_/io/_common/test_oubox.py+147
- tests/unit/async_/io/_common/test_response_handler.py+2-46
- tests/unit/async_/io/test_class_bolt.py+150-3
- tests/unit/async_/io/test_direct.py+27-1
- tests/unit/async_/work/test_session.py+62
- tests/unit/mixed/async_compat/test_network.py+3-3
- tests/unit/sync/io/_common/__init__.py+14
- tests/unit/sync/io/_common/test_inbox.py+140
- tests/unit/sync/io/_common/test_oubox.py+147
- tests/unit/sync/io/_common/test_response_handler.py+127
- tests/unit/sync/io/test_class_bolt.py+150-3
- tests/unit/sync/io/test_direct.py+27-1
- tests/unit/sync/work/test_session.py+62
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments