- Dec 06, 2024
-
-
Dom Sekotill authored
-
Dom Sekotill authored
-
- Dec 03, 2024
-
-
Dom Sekotill authored
-
Dom Sekotill authored
Closes #5
-
Dom Sekotill authored
-
- Dec 02, 2024
-
-
Dom Sekotill authored
Split the type variable of the protocol into two for different return types of the `get_update` and `completed` methods.
-
- Oct 27, 2024
-
-
Dom Sekotill authored
Rename `konnect.curl.abc.Request` methods: - `has_response()` -> `has_update()` - `response()` -> `get_update()` Closes #1
-
Dom Sekotill authored
-
- Aug 05, 2024
-
-
Dom Sekotill authored
-
- Jul 31, 2024
-
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
- Jul 30, 2024
-
-
Dom Sekotill authored
-
- Jul 29, 2024
-
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
- Move methods that didn't need to be methods out of Mutli class. - Use individual send/recv streams instead of a stapled stream, as these type check better; send end needs contravariant argument type, recv end needs covariant return type, stapled stream could only be invariant.
-
- Oct 10, 2023
-
-
Dom Sekotill authored
-
Dom Sekotill authored
Intermediate responses were being ignored until at least one request was fully complete.
-
- Sep 04, 2023
-
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
- Sep 03, 2023
-
-
Dom Sekotill authored
Mostly for the typing improvement made to `create_memory_object_stream`
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
- Aug 28, 2023
-
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
Rather than a millisecond delay to sleep for at some point in the future, '_deadline' is an absolute time according to the monotonic process clock to sleep until, in millisecond precision. Give the speed at which the timer is likely to be started after setting the time it will not make a lot of difference to the timing accuracy.
-
Dom Sekotill authored
Once (if) the following is merged and released, this can be reverted and the relevant release made a dependency: https://github.com/pycurl/pycurl/pull/803
-