summaryrefslogtreecommitdiff
path: root/kafka/vendor/six.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Fixed couple of "leaks" when gc is disabled (#979)Max Baryshnikov2017-03-071-1/+3
|
* Vendor six 1.10.0sixDana Powers2016-08-011-0/+869