0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 08, 2024 — Aug 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improve leader failover tests; note that async produce failover is broken -- so skip that test for now More... almost 11 years ago
Add test timers via nose-timer plugin; list the 10 slowest by default More... almost 11 years ago
Add producer unit test (test/test_producer.py); check supported types in send_messages More... almost 11 years ago
Raise TypeError in kafka.producer.send_messages if any msg is not a str (or subclass); document More... almost 11 years ago
Merge pull request #177 from zever/fetch-last-known-offsets More... almost 11 years ago
Add pylint to tox.ini; test both kafka and test; default to error-checking only; fixup errors; skip kafka/queue.py More... almost 11 years ago
Merge pull request #196 from dpkp/reinit_connection_error More... almost 11 years ago
Merge pull request #204 from mdaniel/better-type-errors More... almost 11 years ago
Fix write_int and write_short type validation More... almost 11 years ago
PEP8 fixes More... almost 11 years ago
Failing test for write_int and write_short More... almost 11 years ago
PEP8 fixes More... almost 11 years ago
Correctly declare unittest2 dependency More... almost 11 years ago
Merge pull request #194 from dpkp/kafka_timeout_error More... almost 11 years ago
Add TravisCI config for auto deployment More... almost 11 years ago
Change TravisCI badge to reflect master branch More... almost 11 years ago
Tell Travis to build release-* branches as well as master More... almost 11 years ago
Adding IRC to README More... almost 11 years ago
Add a mock to sock.recv() in the test_conn setUp method. Returns 2 packet payloads, then '', then error More... almost 11 years ago
Fix test_conn tests wrt _dirty / _sock More... almost 11 years ago
Improve docstrings in kafka.conn More... almost 11 years ago
Shutdown socket before closing in kafka.conn More... almost 11 years ago
Remove duplicate error handling blocks by moving empty response check into try block in conn.recv More... almost 11 years ago
Remove self._dirty and check self._sock instead in kafka.conn More... almost 11 years ago
Remove unused imports from test/test_conn.py More... almost 11 years ago
Implement last of the skipped test_conn.py tests More... almost 11 years ago
Implement a few more skipped tests in test/test_conn.py More... almost 11 years ago
Move common connection testing code to setUp method More... almost 11 years ago
Implementing more skipped connection tests (send and recv) More... almost 11 years ago
Cleanup some connection tests in test/test_conn.py More... almost 11 years ago