Lorenz Diener
db42072efe
fix weird .netrc login issue
2025-06-22 01:34:42 +03:00
Lorenz Diener
67f0a1fee5
Update CHANGELOG.rst
2025-06-18 16:56:41 +03:00
Lorenz Diener
f5a18c344d
Update types_base.py
...
fix 3.7 again
2025-06-18 16:43:37 +03:00
Lorenz Diener
4e2f11c121
Update types_base.py
...
fix tests on 3.7
2025-06-18 16:37:33 +03:00
Lorenz Diener
c563d53b21
Merge pull request #407 from CyberTailor/master
...
Switch from `pytest-vcr` to `pytest-recording`
2025-06-18 16:33:56 +03:00
Lorenz Diener
6b769779d9
Update types_base.py
...
fix stringify_type
2025-06-18 16:25:16 +03:00
Lorenz Diener
d845707f14
Update types_base.py
...
fix type annotation saving
2025-06-18 15:40:05 +03:00
Lorenz Diener
98f0c2258c
Update config.yml
...
Circleci doesn't provide RC images, so lets try the official python one
2025-06-18 15:00:34 +03:00
Lorenz Diener
1e0afc7820
Update config.yml
...
Activate 3.14 tests
2025-06-18 14:42:18 +03:00
Lorenz Diener
1d30df5f12
Merge pull request #410 from rogue-agent-dev/master
...
Add offset parameter for trending_tags and trending_links
2025-05-09 16:31:24 +03:00
Anees Ahmed
b62c61456a
Add offset parameter for trending_tags and trending_links
...
Fixes #409
2025-05-08 02:24:33 -07:00
Anna “CyberTailor”
8b57a607ea
replace pytest-vcr with pytest-recording in docs
2025-04-21 15:07:28 +05:00
Anna “CyberTailor”
3be3cabc85
replace pytest-vcr dependency with pytest-recording
...
The former is unmaintained upstream.
Fixes: https://github.com/halcy/Mastodon.py/issues/406
2025-04-21 15:07:28 +05:00
Anna “CyberTailor”
8736b15a6f
fix compatibility with pytest-recording
...
pytest-recording stores cassettes for each module in its own directory.
Using "vcr_cassette_dir" fixture, we override it to use the old
behavior.
2025-04-21 15:07:28 +05:00
Lorenz Diener
9395228416
Merge pull request #400 from adamse/master
...
add link to upstream documentation for timeline()
2025-03-16 13:42:19 +02:00
Adam Sandberg Ericsson
640233f704
add link to upstream documentation for timeline()
2025-03-16 10:37:10 +00:00
halcy
8fdafaed51
update manifest
2025-03-02 11:44:30 +02:00
Lorenz Diener
e2acb25252
Update CHANGELOG.rst
...
Make changelog look not terrible
2025-03-02 11:39:10 +02:00
halcy
0cf7cfa8e6
get ready to tag release
2025-03-02 11:33:34 +02:00
halcy
0f775f5fe1
fix #398 and also fix pagination info not surviving persisting
2025-03-02 11:13:35 +02:00
Lorenz Diener
85e0cf468b
Merge pull request #397 from jikamens/master
...
fetch_next and fetch_previous shouldn't crash on last page
2025-02-28 10:54:17 +02:00
Jonathan Kamens
74eb57203b
fetch_next and fetch_previous shouldn't crash on last page
...
When `fetch_next` reaches the last page, the `_pagination_next`
attribute exists in the page structure but is set to None; similarly
for `_pagination_prev` in `fetch_previous`. If this occurs we need to
return `None` rather than trying to interate over `None` and
generating an exception.
2025-02-27 20:18:08 -05:00
Lorenz Diener
b16b811ef5
Merge pull request #394 from aitorres/aitorres/wrap-unpacking-statement
...
[minor] Remove "unpacking" + commented `print` statement
2025-02-27 12:41:41 +02:00
Andrés Ignacio Torres
04dbc496d9
[minor] remove commented print statements
2025-02-26 13:49:48 -08:00
Andrés Ignacio Torres
e206900c93
minor: remove 'unpacking' print statement altogether
2025-02-26 11:49:52 -08:00
Andrés Ignacio Torres
127cd33454
minor: wrap unpacking print statement over debug check
2025-02-25 21:39:48 -08:00
halcy
9e1d7205f0
release prep
2025-02-15 22:48:59 +02:00
halcy
0e142812c2
fix pagination from pagination info dicts
2025-02-15 22:36:14 +02:00
halcy
2cadb21859
Updae a bunch of docstrings
2025-02-15 22:26:08 +02:00
halcy
3f3533287d
add new entity tests
2025-02-15 22:05:25 +02:00
halcy
108ae64f9e
add v2 filters
2025-02-15 21:54:08 +02:00
halcy
2fde93fd3c
add grouped notifications
2025-02-15 21:06:27 +02:00
halcy
861d1c68d5
add instance languages support
2025-02-15 20:15:28 +02:00
halcy
7e2937148b
notification filtering
2025-02-15 20:08:22 +02:00
halcy
442c9c3164
add instance domain block API
2025-02-15 18:32:37 +02:00
halcy
fd859bbc5c
IP Blocks, fix some things
2025-02-15 18:20:27 +02:00
halcy
3682f193dd
mystery
2025-02-15 18:05:58 +02:00
halcy
76de4a8912
remove duplicate functions
2025-02-15 18:05:20 +02:00
halcy
37189e84bc
add admin trend management
2025-02-15 18:00:21 +02:00
halcy
c712429dff
add example to entities
2025-02-15 17:28:26 +02:00
halcy
404ff39a2b
translation support
2025-02-15 17:27:04 +02:00
halcy
e5c00a9229
add instance_extended_description
2025-02-15 17:11:56 +02:00
halcy
adabd511fe
add admin email domain blocks, missing Appeal entity
2025-02-15 17:04:18 +02:00
halcy
c460d3c965
make streaming work with Sharkey (maybe)
2025-02-15 16:49:49 +02:00
halcy
181f2a72c5
un-TODO some TODOs
2025-02-15 16:34:30 +02:00
halcy
f7baffc085
add media attachment editing
2025-02-15 16:26:18 +02:00
halcy
ea87feade0
Implement notifications_unread_count, clean up docstrings
2025-02-15 14:44:03 +02:00
halcy
a1fe0289a2
clean up versions.py
2025-02-15 14:27:22 +02:00
halcy
1e1bc0cf78
refactor version decorator, skip certain tests on 3.8 and below
2025-02-15 14:21:56 +02:00
halcy
745d60057e
refactor id unpacking
2025-02-15 01:37:02 +02:00