Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Updating AUTHORS.md with latest top contributors | David Arthur | 2014-09-08 | 1 | -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 deps | Dana Powers | 2014-09-07 | 1 | -0/+1 | |
| | | | ||||||
* | | | Merge pull request #227 from wizzat-feature/py3 | Dana Powers | 2014-09-07 | 28 | -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 everywhere | Mark Roberts | 2014-09-03 | 2 | -13/+4 | |
| | | | | ||||||
| * | | | Fix the multiprocessing tests for python 3 | Mark Roberts | 2014-09-03 | 3 | -3/+3 | |
| | | | | ||||||
| * | | | Fix test errors related to mocks | Mark Roberts | 2014-09-03 | 2 | -6/+10 | |
| | | | | ||||||
| * | | | Merge branch 'feature/py3' of https://github.com/brutasse/kafka-python into ↵ | Mark Roberts | 2014-09-03 | 0 | -0/+0 | |
| |\ \ \ | | | | | | | | | | | | | | | | feature/py3 | |||||
| | * | | | Fix more tests, only multiprocessing consumer ones remaining | Bruno Renié | 2014-08-29 | 8 | -23/+39 | |
| | | | | | ||||||
| | * | | | Bytes in self.msg() | Bruno Renié | 2014-08-29 | 2 | -2/+2 | |
| | | | | | ||||||
| | * | | | Use built-in next() | Bruno Renié | 2014-08-29 | 2 | -3/+3 | |
| | | | | | ||||||
| | * | | | Cross-python iteritems | Bruno Renié | 2014-08-29 | 1 | -1/+3 | |
| | | | | | ||||||
| | * | | | More bytes topics | Bruno Renié | 2014-08-29 | 2 | -2/+2 | |
| | | | | | ||||||
| | * | | | Encode topic directly | Bruno Renié | 2014-08-29 | 1 | -1/+2 | |
| | | | | | ||||||
| | * | | | Fix bytes interpolation | Bruno Renié | 2014-08-29 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Topic in bytes | Bruno Renié | 2014-08-28 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | client_id in bytes | Bruno Renié | 2014-08-28 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Fix stderr capture | Bruno Renié | 2014-08-28 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Fix log capture on py3 | Bruno Renié | 2014-08-28 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Make all unit tests pass on py3.3/3.4 | Bruno Renié | 2014-08-28 | 22 | -272/+350 | |
| | | | | | ||||||
| | * | | | Use base unittest or unittest2 depending on python version | Bruno Renié | 2014-08-28 | 13 | -30/+43 | |
| | | |/ | | |/| | ||||||
| * | | | Fix more tests, only multiprocessing consumer ones remaining | Bruno Renié | 2014-09-03 | 8 | -23/+39 | |
| | | | | ||||||
| * | | | Bytes in self.msg() | Bruno Renié | 2014-09-03 | 2 | -2/+2 | |
| | | | | ||||||
| * | | | Use built-in next() | Bruno Renié | 2014-09-03 | 2 | -3/+3 | |
| | | | | ||||||
| * | | | Cross-python iteritems | Bruno Renié | 2014-09-03 | 1 | -1/+3 | |
| | | | | ||||||
| * | | | More bytes topics | Bruno Renié | 2014-09-03 | 2 | -2/+2 | |
| | | | | ||||||
| * | | | Encode topic directly | Bruno Renié | 2014-09-03 | 1 | -1/+2 | |
| | | | | ||||||
| * | | | Fix bytes interpolation | Bruno Renié | 2014-09-03 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Topic in bytes | Bruno Renié | 2014-09-03 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | client_id in bytes | Bruno Renié | 2014-09-03 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Fix stderr capture | Bruno Renié | 2014-09-03 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Fix log capture on py3 | Bruno Renié | 2014-09-03 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Make all unit tests pass on py3.3/3.4 | Bruno Renié | 2014-09-03 | 22 | -271/+349 | |
| | | | | ||||||
| * | | | Use base unittest or unittest2 depending on python version | Bruno Renié | 2014-09-03 | 13 | -30/+43 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #221 from dpkp/minor_cleanups | Dana Powers | 2014-09-07 | 15 | -113/+129 | |
|\ \ \ | | | | | | | | | Minor cleanups | |||||
| * | | | Cleanup tests: no more import *; remove unused | Dana Powers | 2014-09-04 | 9 | -54/+26 | |
| | | | | ||||||
| * | | | Another attempt to fix failover test flapping | Dana Powers | 2014-09-04 | 1 | -16/+23 | |
| | | | | ||||||
| * | | | Import cleanups in tests | Dana Powers | 2014-09-04 | 6 | -24/+38 | |
| | | | | ||||||
| * | | | Add a little more detail to test instructions in README | Dana Powers | 2014-09-04 | 1 | -3/+16 | |
| | | | | ||||||
| * | | | Add simple PyPI install instructions and link to releases in README | Dana Powers | 2014-09-04 | 1 | -0/+9 | |
| | | | | ||||||
| * | | | Update README code examples to import from kafka not kafka.client, ↵ | Dana Powers | 2014-09-04 | 1 | -12/+9 | |
| | | | | | | | | | | | | | | | | kafka.consumer, etc | |||||
| * | | | Minor import cleanups | Dana Powers | 2014-09-04 | 2 | -7/+7 | |
| | | | | ||||||
| * | | | Change message type requirement from str to bytes for clarity and prep for ↵ | Dana Powers | 2014-09-04 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | python3 | |||||
| * | | | Add trove classifiers for python 2.6, 2.7, and pypy to setup.py for PyPI | Dana Powers | 2014-09-04 | 1 | -0/+4 | |
|/ / / | ||||||
* | | | Merge pull request #222 from dpkp/fix_socket_timeout_test | Mark Roberts | 2014-09-04 | 2 | -12/+19 | |
|\ \ \ | |/ / |/| | | Fix socket timeout test -- mock the side_effect | |||||
| * | | Fix socket timeout test -- mock the side_effect | Dana Powers | 2014-09-01 | 2 | -12/+19 | |
| |/ | ||||||
* | | Merge pull request #216 from zever/nit-incorrect-except-format | Dana Powers | 2014-09-01 | 1 | -1/+1 | |
|\ \ | |/ |/| | Fix except clause error in test_failover_integration | |||||
| * | just fixing a silly except formatting mistake | Zack Dever | 2014-08-29 | 1 | -1/+1 | |
|/ | ||||||
* | Version to 0.9.2 and Changelog (with some backstory)v0.9.2 | Dana Powers | 2014-08-27 | 3 | -6/+41 | |
| | ||||||
* | Fixup producer failover tests to avoid consumer message count flap | Dana Powers | 2014-08-27 | 1 | -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_tests | Dana Powers | 2014-08-27 | 3 | -46/+76 | |
|\ | | | | | | | | | Warn users about async producer Refactor producer failover tests (5x speedup) Skip async producer failover test for now, because it is broken |