Scarletio

Latest version: v1.0.71

Safety actively analyzes 642295 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 11 of 12

1.0.11

Not secure
Improvements

- Add `__main__` file to scarletio. It starts an interactive console.
- `sleep` now calls `get_event_loop` instead of `current_thread`. Ths change improves event loop resolution.
- Add `scarletio.tools.asynchronous_interactive_console` for brave people.
- Add `get_current_task`.
- Add `get_tasks`.
- Add `loop` parameter to `create_future`.
- Add `loop` parameter to `create_task`.
- Add `run_coroutine`. (Name by `asleep-cult`).
- Add `skip_poll_cycle`.

1.0.10

Not secure
Bug fixes

- `HttpReadProtocol.get_payload_reader_task` should return `None` if status is 204.

1.0.9

Not secure
- Add `is_iterable`.
- Add `WeakSet`.
- Add `Future.wait_for_completion`.
- Add missing `WeakMap.update`.
- Add `is_hashable`.
- Add `MultiValueDictionary.popitem`.

Bug fixes

- `WeakMap.__getitem__` returned incorrect value.
- `WeakItemDictionary.copy` didn't set all attributes.
- `WeakKeyDictionary.copy` didn't set all attributes.
- `WeakValueDictionary.copy` didn't set all attributes.
- `_MultiValueDictionaryItemIterator.__contains__` returned incorrect value.
- `MultiValueDictionary.__init__` could add the same item multiple times.
- `IgnoreCaseMultiValueDictionary.__init__` could add the same item multiple times.

1.0.8

Not secure
Bug fixes

- `EventThread.get_tasks` could drop `AttributeError`.
- Fix a `TypeError` in `quote`.

1.0.7

Bug fixes

- `RichAttributeErrorBaseType.__getattr__` now will not drop recursion error when python calls
`getattr(instance, '__dict__')` from `object.__dir__(instance)`.

1.0.6

Not secure
Improvements

- Add `EventThread.get_tasks`

Page 11 of 12

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.