summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Updating AUTHORS.md with latest top contributorsDavid Arthur2014-09-081-13/+5
| | | | | | | | | Narrowed it down to the top 10 contributors since the list was getting kind of long (a nice problem to have!)
* | | Add six to tox.ini testing depsDana Powers2014-09-071-0/+1
| | |
* | | Merge pull request #227 from wizzat-feature/py3Dana Powers2014-09-0728-344/+444
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Python 3 Support Conflicts: kafka/producer.py test/test_client.py test/test_client_integration.py test/test_codec.py test/test_consumer.py test/test_consumer_integration.py test/test_failover_integration.py test/test_producer.py test/test_producer_integration.py test/test_protocol.py test/test_util.py
| * | | Update kafka.util.crc32 to unsigned everywhereMark Roberts2014-09-032-13/+4
| | | |
| * | | Fix the multiprocessing tests for python 3Mark Roberts2014-09-033-3/+3
| | | |
| * | | Fix test errors related to mocksMark Roberts2014-09-032-6/+10
| | | |
| * | | Merge branch 'feature/py3' of https://github.com/brutasse/kafka-python into ↵Mark Roberts2014-09-030-0/+0
| |\ \ \ | | | | | | | | | | | | | | | feature/py3
| | * | | Fix more tests, only multiprocessing consumer ones remainingBruno Renié2014-08-298-23/+39
| | | | |
| | * | | Bytes in self.msg()Bruno Renié2014-08-292-2/+2
| | | | |
| | * | | Use built-in next()Bruno Renié2014-08-292-3/+3
| | | | |
| | * | | Cross-python iteritemsBruno Renié2014-08-291-1/+3
| | | | |
| | * | | More bytes topicsBruno Renié2014-08-292-2/+2
| | | | |
| | * | | Encode topic directlyBruno Renié2014-08-291-1/+2
| | | | |
| | * | | Fix bytes interpolationBruno Renié2014-08-291-1/+1
| | | | |
| | * | | Topic in bytesBruno Renié2014-08-281-1/+1
| | | | |
| | * | | client_id in bytesBruno Renié2014-08-281-1/+1
| | | | |
| | * | | Fix stderr captureBruno Renié2014-08-281-1/+1
| | | | |
| | * | | Fix log capture on py3Bruno Renié2014-08-281-1/+1
| | | | |
| | * | | Make all unit tests pass on py3.3/3.4Bruno Renié2014-08-2822-272/+350
| | | | |
| | * | | Use base unittest or unittest2 depending on python versionBruno Renié2014-08-2813-30/+43
| | | |/ | | |/|
| * | | Fix more tests, only multiprocessing consumer ones remainingBruno Renié2014-09-038-23/+39
| | | |
| * | | Bytes in self.msg()Bruno Renié2014-09-032-2/+2
| | | |
| * | | Use built-in next()Bruno Renié2014-09-032-3/+3
| | | |
| * | | Cross-python iteritemsBruno Renié2014-09-031-1/+3
| | | |
| * | | More bytes topicsBruno Renié2014-09-032-2/+2
| | | |
| * | | Encode topic directlyBruno Renié2014-09-031-1/+2
| | | |
| * | | Fix bytes interpolationBruno Renié2014-09-031-1/+1
| | | |
| * | | Topic in bytesBruno Renié2014-09-031-1/+1
| | | |
| * | | client_id in bytesBruno Renié2014-09-031-1/+1
| | | |
| * | | Fix stderr captureBruno Renié2014-09-031-1/+1
| | | |
| * | | Fix log capture on py3Bruno Renié2014-09-031-1/+1
| | | |
| * | | Make all unit tests pass on py3.3/3.4Bruno Renié2014-09-0322-271/+349
| | | |
| * | | Use base unittest or unittest2 depending on python versionBruno Renié2014-09-0313-30/+43
| | |/ | |/|
* | | Merge pull request #221 from dpkp/minor_cleanupsDana Powers2014-09-0715-113/+129
|\ \ \ | | | | | | | | Minor cleanups
| * | | Cleanup tests: no more import *; remove unusedDana Powers2014-09-049-54/+26
| | | |
| * | | Another attempt to fix failover test flappingDana Powers2014-09-041-16/+23
| | | |
| * | | Import cleanups in testsDana Powers2014-09-046-24/+38
| | | |
| * | | Add a little more detail to test instructions in READMEDana Powers2014-09-041-3/+16
| | | |
| * | | Add simple PyPI install instructions and link to releases in READMEDana Powers2014-09-041-0/+9
| | | |
| * | | Update README code examples to import from kafka not kafka.client, ↵Dana Powers2014-09-041-12/+9
| | | | | | | | | | | | | | | | kafka.consumer, etc
| * | | Minor import cleanupsDana Powers2014-09-042-7/+7
| | | |
| * | | Change message type requirement from str to bytes for clarity and prep for ↵Dana Powers2014-09-041-5/+5
| | | | | | | | | | | | | | | | python3
| * | | Add trove classifiers for python 2.6, 2.7, and pypy to setup.py for PyPIDana Powers2014-09-041-0/+4
|/ / /
* | | Merge pull request #222 from dpkp/fix_socket_timeout_testMark Roberts2014-09-042-12/+19
|\ \ \ | |/ / |/| | Fix socket timeout test -- mock the side_effect
| * | Fix socket timeout test -- mock the side_effectDana Powers2014-09-012-12/+19
| |/
* | Merge pull request #216 from zever/nit-incorrect-except-formatDana Powers2014-09-011-1/+1
|\ \ | |/ |/| Fix except clause error in test_failover_integration
| * just fixing a silly except formatting mistakeZack Dever2014-08-291-1/+1
|/
* Version to 0.9.2 and Changelog (with some backstory)v0.9.2Dana Powers2014-08-273-6/+41
|
* Fixup producer failover tests to avoid consumer message count flapDana Powers2014-08-271-7/+8
| | | | | check message counts via consumer.pending() (OffsetRequest) rather than relying on consumer message iterator (FetchRequest)
* Merge pull request #213 from dpkp/improve_failover_testsDana Powers2014-08-273-46/+76
|\ | | | | | | | | Warn users about async producer Refactor producer failover tests (5x speedup) Skip async producer failover test for now, because it is broken