summaryrefslogtreecommitdiff
path: root/kafka/vendor
Commit message (Collapse)AuthorAgeFilesLines
* Vendor enum34Jeff Widman2018-10-221-0/+841
| | | | | | | | | This is needed for https://github.com/dpkp/kafka-python/pull/1540 While the usage there is trivial and could probably be worked around, I'd rather vendor it so that future code can use enums... since `enum` is already available in the python 3 stdlib, this will be easy enough to eventually stop vendoring whenever we finally drop python 2 support.
* Bump vendored `six` to `1.11.0`Jeff Widman2018-10-221-16/+42
| | | | | | | | | Bump `six` to `1.11.0`. Most changes do not affect us, but it's good to stay up to date. Also, we will likely start vendoring `enum34` in which case https://github.com/benjaminp/six/pull/178 is needed. Note that this preserves the `kafka-python` customization from https://github.com/dpkp/kafka-python/pull/979 which has been submitted upstream as https://github.com/benjaminp/six/pull/176 but not yet merged.
* Use non-deprecated exception handlingJeff Widman2017-12-121-1/+1
| | | Pulls in the fix upstream from https://github.com/mhils/backports.socketpair/pull/1
* Fixed couple of "leaks" when gc is disabled (#979)Max Baryshnikov2017-03-071-1/+3
|
* Update vendored berkerpeksag/selectors34 to ff61b82Dana Powers2017-03-031-3/+5
|
* use select.select without instance bounding (#949)adamwen2017-01-231-1/+1
| | | berkerpeksag/selectors34@6128e06
* Vendor six 1.10.0sixDana Powers2016-08-013-2/+872
|
* Move kafka.socketpair to kafka.vendor.socketpairDana Powers2016-08-011-0/+57
|
* Move kafka.selectors34 to kafka.vendor.selectors34Dana Powers2016-08-012-0/+635