- Implement canonical package directory names to support an upcoming PIP release and other tools. (Thanks to **dstufft**)
- Fix a race condition where workers could get stuck indefinitely waiting for another item in a depleted queue. (Thanks to **hongqn**)
1.5
Not secure
- Delete broken tests that I forgot to remove.
- Reduce the officially sanctioned maximum number of connections.
1.4
Not secure
- Move towards replacing the XMLRPC API with JSON to make our requests cacheable. Also reduces the amount of requests needed dramatically.
- Remove apache stats script as this information is no longer being used anyway.
1.3
Not secure
- Move to xmlrpc2 to get SSL verification on XML-RPC calls, too. (`Fixes 40` and big thanks to **ewdurbin**)
1.2
Not secure
- Potential performance improvement: use requests' session object to allow HTTP pipelining. Thanks to Wouter Bolsterlee for the recommendation in `Fixes 39`.
1.1
Not secure
- Made code Python 2.6 compatible. Thanks to **ewdurbin** for the pull request.