Skip to content
Open
Changes from 2 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
c0181e9
Rewrite ratelimit class
imptype Aug 29, 2025
60399e6
Add hit global ratelimit warning
imptype Aug 29, 2025
159a524
Fix CI and stuff
imptype Aug 30, 2025
ee4f7ac
Fix return type
imptype Aug 30, 2025
96fa8d7
Apply ruff format
imptype Aug 30, 2025
0592d07
Remove unsync_clock from http
imptype Sep 1, 2025
1326fb6
Remove unsync_clock from client
imptype Sep 1, 2025
c3885eb
Add tries check to 500 code
imptype Sep 1, 2025
8bf29de
Revert OSError logic
imptype Sep 1, 2025
deb11a7
Fix bucket key format
imptype Sep 1, 2025
cb86732
Change ValueError to RuntimeError
imptype Sep 1, 2025
c4636b0
Revert running out of retries
imptype Sep 1, 2025
346bb03
Use retry_after in json
imptype Sep 1, 2025
5ec1d84
Fix whitespace
imptype Sep 1, 2025
b3e72cf
Fix typehinting issues
imptype Sep 2, 2025
8967ab0
Fix whitespace
imptype Sep 2, 2025
cbf1b8f
Fix whitespace
imptype Sep 2, 2025
4b7a106
Use future instead of event
imptype Sep 2, 2025
0bfd5a7
Use future instead of event
imptype Sep 2, 2025
694a477
Move to _wake function
imptype Sep 2, 2025
55802db
Fix typehint issue
imptype Sep 2, 2025
fe7de07
Fix whitespace
imptype Sep 2, 2025
592cc58
Use loop.create_future()
imptype Sep 2, 2025
71d2c5c
Deprecate Client.assume_unsync_clock
imptype Sep 3, 2025
f7e1b89
Fix Ratelimit._future typehint
imptype Sep 3, 2025
4188689
Fix typehint in Ratelimit.update()
imptype Sep 3, 2025
b1c6091
Revert typehint in Ratelimit.update()
imptype Sep 3, 2025
8de2b6d
Use the longest reset_at value on shared 429
imptype Sep 3, 2025
afa5d28
Use explicit comparisons
imptype Sep 3, 2025
11b53a2
Use explicit comparison
imptype Sep 3, 2025
513c565
Reorder future to fix typehint
imptype Sep 3, 2025
24fa0fa
Fix whitespace
imptype Sep 3, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading