Gráfico de commits

  • 26baa3b1b1
    Change str() to encode('utf-8') #108 Dryusdan 2017-11-29 17:05:09 +0100
  • e79987df24
    Revert "travis: only notify when a build starts failing, not every time" #109 codl 2017-11-29 02:42:07 +0100
  • 5b811b719d
    Merge pull request #107 from codl/fix-streaming-tests Lorenz Diener 2017-11-28 14:14:30 +0100
  • d41e4f42d5
    add test documentation codl 2017-11-28 14:11:00 +0100
  • 59c4e4d4f8
    fix streaming tests #107 codl 2017-11-28 13:50:57 +0100
  • 95777fe58e
    add [test] extra so test deps can be installed before running tests codl 2017-11-28 06:03:13 +0100
  • d47f915bfb
    add test for fetch_remaining codl 2017-11-28 01:49:15 +0100
  • 655a45e086
    add test for pagination codl 2017-11-28 01:41:18 +0100
  • 38f99480db
    add tests for media codl 2017-11-27 23:49:14 +0100
  • c73fd26729
    add tests for writing statuses codl 2017-11-27 22:52:19 +0100
  • 26eb1004bb
    add tests for reading statuses codl 2017-11-27 21:36:34 +0100
  • 9ee84a8dcb
    add test case for log_in with no log in method given codl 2017-11-27 20:59:14 +0100
  • 8c9dcbe871
    shouting!!!!!! ahhh python 2 is bad codl 2017-11-27 20:51:12 +0100
  • 8601a8a5e1
    god dAmn it python 2 codl 2017-11-27 20:47:14 +0100
  • eed6f8f0a4
    add tests for log_in codl 2017-11-27 20:43:27 +0100
  • 508d1d2ddd
    hooks: mark failing test resolved in upstream as xfail codl 2017-11-27 20:42:54 +0100
  • 29b73a57b8
    add test for auth_request_url codl 2017-11-27 18:44:15 +0100
  • e8d1079562
    constructor tests: create credential files at runtime codl 2017-11-27 17:47:15 +0100
  • 14a34396e5
    use pytest tmpdir fixture instead of making our own temp file codl 2017-11-27 17:43:37 +0100
  • 80b1ce61c9
    move test credential files to /tests/ codl 2017-11-27 17:12:46 +0100
  • cfc6ecc908
    travis: only notify when a build starts failing, not every time codl 2017-11-27 16:53:59 +0100
  • 376c1927ba
    travis: codecov should be in after_script codl 2017-11-27 16:52:13 +0100
  • 3b6e3313ac
    travis: cache pip codl 2017-11-27 16:49:38 +0100
  • f8ae581692
    fix: os.open cannot handle file descriptors on python 2.x codl 2017-11-27 16:34:48 +0100
  • ee687510b0
    add tests for create_app codl 2017-11-27 16:30:35 +0100
  • 96f6e26f59
    update public tl test to also test local tl codl 2017-11-27 15:26:20 +0100
  • ee802d39d0
    add tests for constructor codl 2017-11-27 15:18:18 +0100
  • de17b86f0f
    typo codl 2017-11-27 14:55:24 +0100
  • adc75c4697
    add a test for accessing a tl that one does not have access to codl 2017-11-27 14:35:56 +0100
  • 304145f442
    rename mastodon and mastodon_anonymous fixtures to api, api_anonymous codl 2017-11-27 14:35:02 +0100
  • cfc9c1ce0c
    add timeline tests codl 2017-11-27 14:19:21 +0100
  • 765db0fc81
    move fixtures.py to standardized location conftest.py codl 2017-11-27 04:22:03 +0100
  • 32adb8ce4b
    Merge pull request #103 from Kjwon15/feature-asyncstream Lorenz Diener 2017-11-27 13:50:31 +0100
  • 52d57d9d43
    Merge pull request #104 from codl/fix-string-ids Lorenz Diener 2017-11-27 11:59:27 +0100
  • d09d27cdd2
    add a test for instance codl 2017-11-27 02:37:02 +0100
  • 4b60a0d3cf
    add tests for json hooks codl 2017-11-27 02:25:33 +0100
  • 430bebc124
    add codecov codl 2017-11-27 00:47:00 +0100
  • 9c490fc387
    add .travis.yml codl 2017-11-27 00:44:42 +0100
  • b993878100
    add coverage reports to tests codl 2017-11-27 00:39:53 +0100
  • b9e6a1e9ba
    fix string id support to also include in_reply_to_... fields #104 codl 2017-11-26 22:49:32 +0100
  • ca11ef77ac
    use six instead of relying on python version codl 2017-11-26 22:33:08 +0100
  • 3faf7c6473 Get current thread correctly #103 kjwon15 2017-11-25 03:09:38 +0900
  • fa1840c0fb Implement is_alive to async stream kjwon15 2017-11-25 02:45:47 +0900
  • da438529e0 Fix small doc problem Lorenz Diener 2017-11-24 17:22:48 +0100
  • 18f69451ed Merge branch 'master' of https://github.com/halcy/Mastodon.py Lorenz Diener 2017-11-24 15:26:42 +0100
  • 9e97fce2d6 Break streaming entirely, update docs Lorenz Diener 2017-11-24 15:25:38 +0100
  • e220e7cc60 Many fixes for streaming stuff Lorenz Diener 2017-11-24 15:08:34 +0100
  • cea4d4251a Change exceptions slightly Lorenz Diener 2017-11-24 14:20:27 +0100
  • fa53713abd Fix doc inaccuracy Lorenz Diener 2017-11-24 14:04:43 +0100
  • de2114b92b BREAKING: Make streaming use json hooks Lorenz Diener 2017-11-24 13:59:13 +0100
  • 92adc94a77
    Merge pull request #102 from codl/http-streams Lorenz Diener 2017-11-22 14:29:24 +0100
  • c3a31930b8
    fix #101 by checking if the stream api uses ws:// or wss:// #102 codl 2017-11-22 14:14:35 +0100
  • 8987590545 ID Unpacking Lorenz Diener 2017-11-22 10:26:44 +0100
  • 1c13794760
    Update README.rst Lorenz Diener 2017-11-21 14:59:15 +0100
  • d32d770888 Add emoji support to changelog 1.1.2 Lorenz Diener 2017-11-21 14:56:30 +0100
  • dc4eec7289 Version bump Lorenz Diener 2017-11-21 14:53:32 +0100
  • 7771b27b72 Document local hashtag timelines Lorenz Diener 2017-11-21 14:47:13 +0100
  • 32f8b8bed9 Added support for local hashtag timelines Lorenz Diener 2017-11-21 14:46:43 +0100
  • e1a1592575 Documented report dicts Lorenz Diener 2017-11-21 14:33:04 +0100
  • c072b2e247 Fix documentation writing style Lorenz Diener 2017-11-21 14:24:02 +0100
  • 962212c575 Emoji dict documentation Lorenz Diener 2017-11-21 14:22:58 +0100
  • e31b9441f8 Documentation about visibility fixed (Fixes #55) Lorenz Diener 2017-11-21 13:59:50 +0100
  • 39548ffe98 Merge branch 'master' of https://github.com/halcy/Mastodon.py Lorenz Diener 2017-11-21 13:57:21 +0100
  • 56ec90f17c
    Merge pull request #99 from foozmeat/master Lorenz Diener 2017-11-21 13:57:03 +0100
  • e3b72e4431
    Merge pull request #98 from codl/v2-compat Lorenz Diener 2017-11-21 13:55:57 +0100
  • d303afefc8 Manually merge #94 Lorenz Diener 2017-11-21 13:53:42 +0100
  • 0610b07682
    Merge branch 'master' into cleanup-methods #94 Lorenz Diener 2017-11-21 13:50:57 +0100
  • 3f3da22bde Merge 89cbc9426a into 61552f9f84 #94 codl 2017-11-21 12:50:56 +0000
  • 611d335780
    Merge pull request #1 from foozmeat/foozmeat-alt-text-patch #99 James Moore 2017-11-09 11:56:05 -0800
  • 23d57587e4
    Added optional media description James Moore 2017-11-09 11:55:13 -0800
  • c7641d71d0
    update supported version in docs #98 codl 2017-11-05 13:38:15 +0100
  • 6b5deb4898
    add support for mastodon v2.0's string IDs codl 2017-11-05 13:37:45 +0100
  • 61552f9f84 Merge pull request #93 from codl/fix-ratelimit Lorenz Diener 2017-10-16 11:19:49 +0200
  • 186b7135ff Merge pull request #96 from ragingscholar/master Lorenz Diener 2017-10-16 11:19:05 +0200
  • 9a7efa3657 Use urlparse instead of urllib.parse for python2.7 #96 Haisenburg 2017-10-08 03:50:19 +0800
  • 89cbc9426a
    fix data passing for methods other than GET codl 2017-10-04 16:24:37 +0200
  • 5bc1706aa2
    clean up methods handling, let Requests worry about methods codl 2017-10-04 16:17:03 +0200
  • 0ff6abf2f4
    fix #92, check for throttling by status code, and do it before the catchall error handler #93 codl 2017-10-04 16:08:21 +0200
  • b18b6f201b Merge pull request #89 from Elizafox/exception-hierarchy Lorenz Diener 2017-10-02 10:13:23 +0200
  • 15fe471df3 Merge pull request #88 from Elizafox/master Lorenz Diener 2017-10-02 10:12:13 +0200
  • c64617ee94 Redesign exception hierarchy #89 Elizabeth Myers 2017-09-25 19:05:12 -0500
  • 9ec0655365 Properly fix redirecting streaming endpoints. #88 Elizabeth Myers 2017-09-25 18:01:41 -0500
  • 6ab283d17e Merge pull request #86 from Elizafox/master Lorenz Diener 2017-09-25 13:24:53 +0200
  • 67018b2249 Fix notifications_dismiss by passing parameter correctly #86 Elizabeth Myers 2017-09-18 09:59:35 -0500
  • b6b503a1a9 Merge pull request #85 from Elizafox/master Lorenz Diener 2017-09-17 18:00:38 +0200
  • 5b90a3c830 Remove debugging print statements #85 Elizabeth Myers 2017-09-16 10:09:32 -0500
  • 6067aa4604 Workaround Mastodon issue with streaming API redirection Elizabeth Myers 2017-09-16 10:01:15 -0500
  • 99249d153b Update DEVELOPMENT.md Lorenz Diener 2017-09-10 23:33:56 +0200
  • 9847d9b2c0 Changelog 1.1.1 1.1.1 Lorenz Diener 2017-09-10 23:27:35 +0200
  • 4b7174faca Maintenance release Lorenz Diener 2017-09-10 17:05:57 +0200
  • bd855a931c Merge pull request #83 from codl/1.1.0-fix-log-in Lorenz Diener 2017-09-10 17:00:27 +0200
  • 92dd24450d
    fix exception in log_in, by accepting json dates as timestamps #83 codl 2017-09-10 12:23:54 +0200
  • 1af914c8b8 Update DEVELOPMENT.md Lorenz Diener 2017-09-08 18:43:54 +0200
  • d7e7df3f9e Update README.rst Lorenz Diener 2017-09-08 17:45:22 +0200
  • 7ded08fd84 Fix for fix 1.1.0 Lorenz Diener 2017-09-08 16:41:39 +0200
  • 419bedc55a Potential fix for #81 Lorenz Diener 2017-09-08 16:40:43 +0200
  • a93a1abcd3 Prepare for release 1.1.0 Lorenz Diener 2017-09-08 16:38:03 +0200
  • e052ca1ae9 Updated development info Lorenz Diener 2017-09-08 16:37:08 +0200
  • 6d62607b33 Update changelog Lorenz Diener 2017-09-08 16:34:18 +0200
  • 517f47083d Add conversation muting Lorenz Diener 2017-09-08 16:34:11 +0200