summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Trying a different passwordrelease-0.9.xDavid Arthur2014-08-221-13/+13
* I think it's the password escaping...David Arthur2014-08-221-1/+1
* AgainDavid Arthur2014-08-221-1/+1
* One. More. Time.David Arthur2014-08-221-2/+3
* Once more, with feelingDavid Arthur2014-08-211-1/+0
* Trying the real PyPI siteDavid Arthur2014-08-212-15/+15
* I can't win todayDavid Arthur2014-08-211-1/+1
* Trying yet againDavid Arthur2014-08-211-10/+10
* Sometimes the correct password helpsDavid Arthur2014-08-211-10/+10
* Trying TravisCI password again...David Arthur2014-08-211-32/+25
* bumping version number for Travis/PyPI testDavid Arthur2014-08-211-1/+1
* Trying that againDavid Arthur2014-08-211-6/+0
* Update metadata in setup.py and add TravisCI PyPI deploymentDavid Arthur2014-08-212-2/+26
* Bump version to 0.9.1v0.9.1Dana Powers2014-08-101-1/+1
* Set module version in separate VERSION fileDana Powers2014-08-104-2/+8
* Merge pull request #184 from itsyarkee/masterMark Roberts2014-08-021-1/+2
|\
| * Update setup.pyYarkee Chou2014-07-191-1/+2
|/
* Merge pull request #166 from patricklucas/teach_producers_about_compressionDana Powers2014-05-194-31/+119
|\
| * Improve error handling and tests w.r.t. codecsPatrick Lucas2014-05-074-27/+91
| * Merge branch 'teach_producers_about_compression' into producer_compressionMark Roberts2014-05-073-25/+49
| |\
| | * Add 'codec' parameter to ProducerPatrick Lucas2014-05-033-24/+49
* | | Merge pull request #169 from snaury/patch-1Dana Powers2014-05-121-3/+1
|\ \ \
| * | | Support IPv6 hosts and networksAlexey Borzenkov2014-05-091-3/+1
|/ / /
* | | Merge pull request #163 from patricklucas/remove_distribute_dependencyDana Powers2014-05-081-1/+0
|\ \ \ | |/ / |/| |
| * | Remove 'distribute' dependencyPatrick Lucas2014-05-021-1/+0
| |/
* | Merge pull request #158 from wizzat/add_testsDana Powers2014-05-0737-2001/+2729
|\ \
| * | Make test suite more robust against very slow test suitesMark Roberts2014-05-061-2/+2
| * | Merge branch 'master' into add_testsMark Roberts2014-05-062-7/+39
| |\ \ | |/ / |/| |
* | | Merge pull request #139 from alexcb/masterDana Powers2014-05-062-24/+73
|\ \ \
| * | | added random_start param to SimpleProducer to enable/disable randomization of...Alex Couture-Beil2014-04-011-4/+11
| * | | Changed randomization to simply randomize the initial starting partition of t...Alex Couture-Beil2014-04-011-3/+7
| * | | Modified SimpleProducer-based integration tests to work now thatAlex Couture-Beil2014-03-121-23/+58
| * | | Modified SimpleProducer to randomize the initial round robin orderingAlex Couture-Beil2014-03-111-1/+4
* | | | Merge pull request #161 from maciejkula/bug/timeout_not_respectedDana Powers2014-05-052-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix lack of timeout support in KafkaClient and KafkaConnectionmaciejkula2014-04-162-2/+2
| | | * Attempt to fix travis build. Decrease complexity of service.py in favor of in...Mark Roberts2014-05-067-66/+38
| | | * Add pypy back to tox.iniMark Roberts2014-05-011-1/+1
| | | * Attempt to reenable py26 and pypy buildsMark Roberts2014-05-012-7/+21
| | | * Temporarily remove Python26 support from travis.ymlMark Roberts2014-04-301-9/+8
| | | * Add missing importMark Roberts2014-04-301-0/+1
| | | * Skip flaky test between osx/linuxMark Roberts2014-04-301-1/+1
| | | * Temporarily remove pypy supportMark Roberts2014-04-302-10/+7
| | | * Update travis.yml based on http://alexgaynor.net/2014/jan/06/why-travis-ci-is...Mark Roberts2014-04-301-7/+9
| | | * Remove libsnappy-javaMark Roberts2014-04-301-1/+0
| | | * Attempt to install libsnappy in the travis environmentMark Roberts2014-04-301-0/+2
| | | * Update travis.ymlMark Roberts2014-04-301-0/+1
| | | * Merge branch 'exception_refactor' into add_testsMark Roberts2014-04-303-54/+114
| | | |\
| | | | * Make commit() check for errors instead of simply assert no errorMark Roberts2014-04-301-1/+1
| | | | * Merge branch 'add_tests' into exception_refactorMark Roberts2014-04-302-2/+2
| | | | |\
| | | | * | Make BrokerRequestError a base class, make subclasses for each broker errorMark Roberts2014-04-303-53/+113