summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #129 from wizzat/kafka-0.8.0-releasekafka-0.8.0-releaseDana Powers2014-03-214-1/+18
|\
| * Add more reprMark Roberts2014-02-241-1/+4
| * Add SimpleProducer reprMark Roberts2014-02-241-0/+3
| * Add consumer reprMark Roberts2014-02-241-0/+8
| * Add repr to clientMark Roberts2014-02-241-0/+3
| * Correct __version__ in initMark Roberts2014-02-241-1/+1
|/
* Update kafka-src to 0.8.0 tagDavid Arthur2013-12-061-0/+0
* Set host and port in ExternalService test fixtureDavid Arthur2013-11-111-0/+2
* Merge pull request #62 from mahendra/cons-windowsMahendra M2013-10-091-53/+63
|\
| * Ensure that multiprocess consumer works in windowsMahendra M2013-10-081-53/+63
|/
* Merge pull request #61 from mahendra/prod-windowsMahendra M2013-10-073-51/+87
|\
| * Merge branch 'master' into prod-windowsMahendra M2013-10-087-30/+173
| |\ | |/ |/|
* | Merge pull request #55 from quixey/fault-toleranceDavid Arthur2013-10-077-30/+173
|\ \
| * | make changes to be more fault tolerant: clean up connections, brokers, failed...Jim Lim2013-10-047-30/+173
|/ /
| * Ensure that async producer works in windows. Fixes #46Mahendra M2013-10-073-51/+87
|/
* Merge pull request #59 from mrtheb/masterDavid Arthur2013-10-047-82/+100
|\
| * Test fixes after flake8 runmrtheb2013-10-032-3/+4
| * flake8 pass (pep8 and pyflakes)mrtheb2013-10-036-80/+97
|/
* Update kafka-src to 0.8.0 RC1David Arthur2013-10-031-0/+0
* remove unused exception instance variablesVetoshkin Nikita2013-10-032-2/+2
* use NotImplementedError instead of NotImplementedErrorVetoshkin Nikita2013-10-031-1/+1
* don't forget to call superclass __init__Vetoshkin Nikita2013-10-032-1/+3
* style: fix camelCase variable names againVetoshkin Nikita2013-10-031-2/+2
* style: remove extra brackets one more timeVetoshkin Nikita2013-10-031-5/+5
* style: remove extra bracketsVetoshkin Nikita2013-10-031-1/+1
* style: fix camelCase variable names once moreVetoshkin Nikita2013-10-031-3/+3
* style: fix camelCase variable namesVetoshkin Nikita2013-10-034-30/+29
* style: use triple quotes for docstringsVetoshkin Nikita2013-10-032-4/+12
* style: fix whitespacesVetoshkin Nikita2013-10-033-1/+7
* Updating year in LICENSEDavid Arthur2013-10-031-1/+1
* Remove Python 2.6 from CI builds, ref #57David Arthur2013-10-031-1/+0
* Revert "Disable unit tests for 2.6, close #57"David Arthur2013-10-032-6/+1
* Disable unit tests for 2.6, close #57David Arthur2013-10-032-1/+6
* Travis-CI workaround for multiprocessing.Queue OSErrorDavid Arthur2013-10-031-1/+4
* Add assembly-package-dependency to Travis configDavid Arthur2013-10-031-2/+1
* Cherry-pick mrtheb/kafka-python 2b016b69mrtheb2013-10-032-4/+8
* Cherry-pick mrtheb/kafka-python 8b9c7e51mrtheb2013-10-035-28/+32
* Updating authors, thanks to all the contributors!David Arthur2013-10-021-0/+2
* Update POWERED-BY.mdDavid Arthur2013-10-021-1/+1
* Adding a POWERED-BY.md file to people to give us propsDavid Arthur2013-10-021-0/+6
* Merge pull request #54 from jimjh/patch-1David Arthur2013-10-021-1/+1
|\
| * update README.md to link to travis-ci's build pageJim Lim2013-10-021-1/+1
|/
* Adding git-submodule update to Travis YML fileDavid Arthur2013-10-021-0/+1
* Merge pull request #53 from jimjh/testingDavid Arthur2013-10-022-1/+21
|\
| * add .travis.ymlJim Lim2013-10-012-1/+21
|/
* Merge pull request #49 from jimjh/import-buffer-underflow-errorDavid Arthur2013-09-271-0/+2
|\
| * import bufferunderflow errorJim Lim2013-09-271-0/+2
|/
* Merge pull request #48 from StevenLeRoux/masterDavid Arthur2013-09-261-2/+5
|\
| * Update README.mdSteven Le Roux2013-09-261-2/+5
* | Merge pull request #47 from StevenLeRoux/masterMahendra M2013-09-261-1/+1
|\ \ | |/