summaryrefslogtreecommitdiff
path: root/kafka/util.py
Commit message (Expand)AuthorAgeFilesLines
* Always absolute_importabsolute_importDana Powers2016-08-021-0/+2
* Vendor six 1.10.0sixDana Powers2016-08-011-1/+1
* Use weakref when registering a producer.close atexit to fix normal gc (#728)Dana Powers2016-06-181-0/+10
* Update imports from kafka.common -> kafka.errors / kafka.structsDana Powers2016-04-051-1/+1
* break up some circular references and close client wake pipe on __del__aisch2016-02-161-0/+37
* Drop kafka_bytestringDana Powers2015-12-101-12/+0
* Switch crc32 back to signed integer -- this is consistent with protocol encod...Dana Powers2015-12-041-1/+7
* Raise an error if we attempt to group duplicate topic-partition payloadsDana Powers2015-06-061-0/+3
* Stopping daemonized threads when references to these threads are lostChristophe-Marie Duquesne2015-03-021-0/+3
* Fix python2.6 threading.Event bug in ReentrantTimerDana Powers2015-02-031-1/+5
* fix circle referencezhaopengzp2015-02-021-0/+1
* Add Sphinx API docsWill Daly2015-01-151-4/+6
* Use kafka.util.kafka_bytestring to encode utf-8 when necessaryDana Powers2014-12-151-0/+12
* Update kafka.util.crc32 to unsigned everywhereMark Roberts2014-09-031-11/+2
* Make all unit tests pass on py3.3/3.4Bruno ReniƩ2014-09-031-5/+21
* Fix write_int and write_short type validationMatthew L Daniel2014-08-221-0/+6
* PEP8 fixesMatthew L Daniel2014-08-221-1/+2
* Attempt to fix travis build. Decrease complexity of service.py in favor of in...Mark Roberts2014-05-061-2/+2
* Various fixesMark Roberts2014-04-251-2/+6
* flake8 pass (pep8 and pyflakes)mrtheb2013-10-031-3/+3
* style: remove extra brackets one more timeVetoshkin Nikita2013-10-031-5/+5
* style: fix camelCase variable namesVetoshkin Nikita2013-10-031-12/+11
* Cherry-pick mrtheb/kafka-python 2b016b69mrtheb2013-10-031-3/+4
* import bufferunderflow errorJim Lim2013-09-271-0/+2
* Fix #44 Add missing exception classv0.8.0David Arthur2013-09-241-9/+0
* Auto-adjusting consumer fetch sizeDavid Arthur2013-09-091-0/+2
* Fix an issue with thread argumentMahendra M2013-06-121-1/+1
* Optimize auto-commit threadMahendra M2013-06-121-12/+31
* Spawn the commit thread only if necessaryMahendra M2013-06-111-0/+3
* PEP8-ify most of the filesMahendra M2013-05-291-17/+34
* Auto commit timer is not periodicMahendra M2013-05-281-6/+5
* Big code re-orgDavid Arthur2013-04-021-0/+25
* Integration tests passingDavid Arthur2013-04-021-2/+2
* Protocol and low-level client done, adding testsDavid Arthur2013-04-021-8/+8
* Fix a bunch of bugsDavid Arthur2013-04-021-3/+6
* First pass of cleanup/refactoringDavid Arthur2013-04-021-8/+25
* Starting work on 0.8 compatDavid Arthur2013-04-021-0/+38