aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #298 from crd477/masterHEADmasterLorenz Diener2022-12-161-1/+2
|\
| * add missing closing brace to media dicts sectionChad Dougherty2022-12-141-1/+2
|/
* Merge pull request #292 from eumiro/fix_fstringsLorenz Diener2022-12-032-2/+2
|\
| * refactor: use f-strings without bugMiroslav Šedivý2022-12-022-2/+2
|/
* Merge pull request #290 from eumiro/fstringsLorenz Diener2022-12-0221-194/+141
|\
| * refactor: use f-stringsMiroslav Šedivý2022-12-0221-194/+141
|/
* Bump versionhalcy2022-12-014-66/+15
* commit new set of testshalcy2022-12-01139-8209/+8143
* 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
|/|
| * 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 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
Powered by cgit v1.2.3 (git 2.41.0)