tweepy.git
2015-02-16 Paul van der... raise exception with original traceback
2015-01-28 Joshua RoessleinMerge pull request #547 from skoczen/master
2015-01-28 Joshua RoessleinMerge pull request #548 from dfm/patch-1
2015-01-28 Joshua RoessleinEnable container travis builds.
2015-01-28 Joshua RoessleinPrepare for 3.2.0 release. Update change log and bump...
2015-01-25 Dan Foreman... Consistent docs badge
2015-01-25 Dan Foreman... Nicer badges
2015-01-22 Steven SkoczenFixes missing string sub.
2015-01-21 Steven SkoczenFixes max size error message.
2015-01-15 Aaron HillMerge pull request #542 from volnt/master
2015-01-15 Florent EspanetAdd media_ids parameter to update_status.
2015-01-15 Florent EspanetAdd media/upload endpoint.
2014-12-31 Aaron HillMerge pull request #535 from groceryheist/master
2014-12-31 grocerheistfix formatting in last code snippet.
2014-12-31 grocerheistrefer to streaming.py in the source code because not...
2014-12-31 grocerheistAdd a Few More Pointers to streaming_how_to.rst to...
2014-12-31 grocerheistMerge branch 'master' of https://github.com/tweepy...
2014-12-31 grocerheistAdd streaming_how_to.rst. A high level tutorial for...
2014-12-29 Aaron HillMerge pull request #534 from wdahlenburg/master
2014-12-29 rootUpdated requirements for pip 6.0+ to include a session
2014-12-18 Aaron1011Merge pull request #530 from elanting/master
2014-12-18 elantingfixed issue #529
2014-12-14 Aaron1011Merge pull request #526 from skoczen/master
2014-12-14 Steven SkoczenAdds to contrib
2014-12-14 Steven SkoczenFixes up outdated(?) docs.
2014-12-12 Aaron1011Merge pull request #524 from AnSavvides/patch-1
2014-12-12 Andreas SavvidesUpdate reference to api search documentation
2014-12-10 Joshua RoessleinFix tweepy.debug() by using six's module helpers.
2014-12-10 Aaron HillFixup
2014-12-10 Aaron1011Merge pull request #522 from BigxMac/master
2014-12-10 BigxMacCommented Out Body of debug
2014-12-10 BigxMacFixed httplib import
2014-12-01 Joshua RoessleinAdd docs badge.
2014-12-01 Joshua RoessleinUpgrade trends methods documentation.
2014-12-01 Joshua RoessleinRemove deprecated trends methods.
2014-12-01 Joshua RoessleinOmit site packages from the coverage reports.
2014-12-01 Joshua RoessleinFix version to include 3 digits.
2014-12-01 Joshua RoessleinRelease 3.1
2014-12-01 Joshua RoessleinFix coveralls.
2014-12-01 Joshua RoessleinEnable cursor tests in Travis builds.
2014-12-01 Joshua RoessleinMerge pull request #518 from yprez/fix-iterator-params
2014-12-01 Joshua RoessleinSetup a nosetests config file for Travis builds.
2014-12-01 Joshua RoessleinTiddy up travis file.
2014-12-01 Yuri PrezumentFix cursor invocation, passing args to underlying method
2014-12-01 Yuri PrezumentRegression test for #518
2014-12-01 Joshua RoessleinUpgrade Requests to 2.4.3
2014-12-01 Joshua RoessleinRemove old install file.
2014-12-01 Joshua RoessleinRun tests for both Python 2.7 and 3.4
2014-12-01 Joshua RoessleinDistribute Python Wheels
2014-12-01 Joshua RoessleinMerge pull request #497 from tewalds/cert
2014-11-30 Joshua RoessleinUpdate cassette to get tests passing.
2014-11-30 Joshua RoessleinRelease 3.0.0
2014-11-30 Joshua RoessleinConfigure Travis to deploy releases when pushing to...
2014-11-30 Joshua RoessleinCommit cassette files in hopes of fixing the travis...
2014-11-29 Aaron1011Merge pull request #509 from judy2k/fix-examples
2014-11-19 Aaron1011Merge pull request #511 from yprez/fix-iterators
2014-11-19 Aaron1011Merge pull request #513 from 7kry/master
2014-11-19 Katsunori SUZUIModify ReadBuffer for Py3
2014-11-19 Yuri PrezumentFix CursorIterator.next() for Python 3
2014-11-15 Aaron1011Merge pull request #508 from judy2k/setup-classifiers
2014-11-15 Mark SmithUpdated examples to work in Python 3.
2014-11-15 Mark SmithClassify tweepy.
2014-11-15 Aaron1011Merge pull request #507 from judy2k/python3-tox-vcrpy...
2014-11-15 Mark SmithPort to Python 3.3+
2014-11-12 Aaron1011Merge pull request #505 from joausaga/master
2014-11-12 joausagaExtend on_data method by including a conditional to...
2014-11-02 Aaron1011Merge pull request #502 from JulienPalard/patch-1
2014-11-02 JulienFIX: To create an app it's not dev.twitter.com but...
2014-10-30 Aaron HillRevert "Treat IncompleteRead as a disconnect or timeout...
2014-10-28 Aaron1011Merge pull request #500 from rother/master
2014-10-25 Joshua RoessleinMerge pull request #496 from tewalds/buffer
2014-10-23 Aaron1011Merge pull request #499 from tewalds/unescape
2014-10-23 Timo EwaldsRevert "Unescape stream data from Twitter"
2014-10-22 rotherUpdate api.rst
2014-10-22 Aaron1011Merge pull request #498 from tewalds/incompleteread
2014-10-22 Timo EwaldsTreat IncompleteRead as a disconnect or timeout, and...
2014-10-22 Timo EwaldsAdd ReadBuffer unit tests.
2014-10-20 Timo EwaldsAllow specifying your own ssl certificates.
2014-10-20 Timo EwaldsAdd a read buffer so that tweepy does fewer socket...
2014-10-12 Aaron1011Merge pull request #494 from jozef-mitro/master
2014-10-12 jozef-mitroFix sample to use Requests instead of httplib
2014-10-10 Aaron1011Merge pull request #492 from Kjwon15/compare-status
2014-10-10 kjwon15Add __ne__ method for tweepy.models.Status
2014-10-10 kjwon15Comparison between Status object
2014-10-09 Aaron1011Merge pull request #491 from prabeesh/master
2014-10-09 Prabeesh KFix AttributeError
2014-10-02 Aaron HillFix __init__.py
2014-09-30 Aaron1011Merge pull request #489 from chebee7i/lookup_users
2014-09-30 chebee7iUse POST for users/lookup.
2014-09-23 Aaron1011Merge pull request #486 from muraty/PEP8fix
2014-09-23 Omer Murat... fix merge conflicts
2014-09-23 Omer Murat... Merge branch 'PEP8fix' of https://github.com/muraty...
2014-09-23 Omer Murat... fix merge conflicts
2014-09-23 Omer Murat... fix merge conflicts
2014-09-23 Omer Murat... Fix some pep8 errors
2014-09-23 Omer Murat... fix some pep8 errors
2014-09-23 Omer Murat... Fix some PEP8 errors
2014-09-23 Omer Murat... Revert "Fix some PEP8 errors"
2014-09-20 Aaron1011Merge pull request #488 from joausaga/master
2014-09-19 joausagaChange the required version of the requirement package...
next