aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Minor fixes, document some return valueshalcy2022-12-012-10/+49
|
* nithalcy2022-12-011-1/+0
|
* Clean up some docs stuffhalcy2022-12-012-22/+19
|
* Finish moving code out into smaller fileshalcy2022-12-0128-2860/+3056
|
* Disable 3.6 test (missing crypto module)halcy2022-12-011-1/+1
|
* Add pytz to test deps to allow tests to not fail on lower python versionshalcy2022-12-011-1/+2
|
* More moving functions outhalcy2022-12-015-229/+256
|
* Move some more methods, fix crypto heckuphalcy2022-11-306-519/+549
|
* carefully move some things into files, test if readthedocs still buildshalcy2022-11-304-346/+363
|
* Merge branch 'eumiro-modern-datetime'halcy2022-11-304-15/+8
|\
| * Merge branch 'modern-datetime' of https://github.com/eumiro/Mastodon.py into ↵halcy2022-11-304-15/+8
|/| | | | | | | eumiro-modern-datetime
| * refactor: simplify __datetime_to_epochMiroslav Šedivý2022-11-301-8/+2
| |
| * replace pytz with datetime.timezone and zoneinfoMiroslav Šedivý2022-11-303-9/+7
| |
* | Start moving functions out of main modulehalcy2022-11-306-939/+972
|/
* Switch back to previous version parserhalcy2022-11-301-3/+7
|
* reapply accidentally reverted changeshalcy2022-11-302-53/+32
|
* revert what I did to version parsing. Why did this break?halcy2022-11-301-10/+10
|
* Fix cross page links in docshalcy2022-11-304-181/+197
|
* Merge branch 'master' of github.com:halcy/Mastodon.pyhalcy2022-11-301-33/+18
|\
| * Merge pull request #285 from eumiro/cmp_versionsLorenz Diener2022-11-301-33/+18
| |\ | | | | | | refactor: improve version comparisons
| | * refactor: improve version comparisonsMiroslav Šedivý2022-11-291-33/+18
| |/
* / ref testhalcy2022-11-301-1/+1
|/
* Clarify some thingshalcy2022-11-291-2/+2
|
* Fix some nitshalcy2022-11-292-13/+30
|
* Restructure the docs, a lothalcy2022-11-2916-14/+797
|
* add module / class stuffhalcy2022-11-284-0/+9
|
* why doc not showinghalcy2022-11-281-1/+2
|
* fix indexhalcy2022-11-281-2/+3
|
* Some more doc split testshalcy2022-11-285-2/+855
|
* why no toctreehalcy2022-11-281-2/+0
|
* First attempt at making docs a bit more neathalcy2022-11-282-1488/+133
|
* Add v2 admin accounts APIhalcy2022-11-288-11/+548
|
* Add remove_from_followershalcy2022-11-276-22/+511
|
* Add account_familiar_followershalcy2022-11-276-9/+526
|
* Clean docs up a bit morehalcy2022-11-271-17/+8
|
* Changelog updatehalcy2022-11-271-7/+8
|
* Add client auth data to access token filehalcy2022-11-273-8/+25
|
* clean terminology up a bithalcy2022-11-273-48/+56
|
* Switch admin stats test to path matchhalcy2022-11-272-12/+12
|
* document logging outhalcy2022-11-271-1/+3
|
* typohalcy2022-11-271-1/+1
|
* Fix test by using fixed dateshalcy2022-11-272-29/+29
|
* add admin stats APIshalcy2022-11-276-10/+436
|
* Add admin domain block tests, change some things about the admin domain blockshalcy2022-11-264-27/+419
|
* update changeloghalcy2022-11-261-0/+2
|
* Merge pull request #281 from catgoat/catgoat/domain_blocksLorenz Diener2022-11-262-0/+105
|\ | | | | Add admin domain blocks
| * update docs, too!micah2022-11-251-0/+23
| |
| * typos lolmicah2022-11-251-3/+3
| |
| * Merge remote-tracking branch 'origin/master' into catgoat/domain_blocksmicah2022-11-2516-114/+890
| |\
| | * Merge pull request #1 from halcy/mastermicah2022-11-2516-108/+886
| | |\ | | | | | | | | pull in upstream
Powered by cgit v1.2.3 (git 2.41.0)