summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix minor nits, spelling and unused importsfix-nitsJames Socol2018-08-212-3/+1
* Merge pull request #109 from jsocol/remove-abcJames Socol2018-08-211-11/+3
|\
| * Remove dependency on ABCMeta.James Socol2018-08-211-11/+3
|/
* Merge pull request #107 from jsocol/fix-travisJames Socol2018-08-211-0/+2
|\
| * Skip IPv6 resolution testJames Socol2018-08-211-0/+2
|/
* Merge pull request #108 from jsocol/versionsJames Socol2018-08-212-6/+3
|\
| * Drop support for old Python versionsJames Socol2018-08-212-6/+3
|/
* Merge pull request #102 from patoroco/patch-1James Socol2017-12-151-7/+3
|\
| * Update badgesJorge Maroto2017-12-151-7/+3
|/
* Merge pull request #98 from leplatrem/masterJames Socol2017-11-074-2/+28
|\
| * Bug: Fix timer decorator with partial functions (#85)Mathieu Leplatre2017-08-304-2/+28
* | Merge pull request #99 from EdwardBetts/spellingJames Socol2017-09-011-1/+1
|\ \ | |/ |/|
| * correct spelling mistakeEdward Betts2017-09-011-1/+1
|/
* Version 3.2.2v3.2.2James Socol2017-08-263-2/+10
* Merge pull request #96 from Poogles/feature/fix-time-shiftsJames Socol2017-08-261-5/+12
|\
| * Bug: Fix time shifts for python 3.3 and above.Sam Pegler2017-07-111-5/+12
|/
* Merge pull request #88 from TristanCacqueray/masterJames Socol2017-04-111-1/+1
|\
| * Fix sphinx extension conflictTristan Cacqueray2017-01-031-1/+1
* | Merge pull request #90 from tbartelmess/masterJames Socol2017-02-213-1/+3
|\ \ | |/ |/|
| * Enable testing on Python 3.6Thomas Bartelmess2017-02-213-1/+3
|/
* Merge pull request #89 from TristanCacqueray/fix_travisJames Socol2017-01-021-1/+1
|\
| * Fix travis flake8 versionTristan Cacqueray2017-01-021-1/+1
|/
* Merge pull request #75 from amedeedaboville/doc-timerJames Socol2016-05-301-6/+0
|\
| * Document that timer decorator is thread safe on API reference page.Amedee d'Aboville2016-01-211-6/+0
* | Merge pull request #79 from adamchainz/readthedocs.ioJames Socol2016-05-304-7/+7
|\ \
| * | Convert readthedocs link for their .org -> .io migration for hosted projectsAdam Chainz2016-05-304-7/+7
|/ /
* | Merge pull request #78 from adamchainz/patch-1James Socol2016-05-281-2/+6
|\ \
| * | README - add syntax highlightingAdam Chainz2016-05-091-2/+6
| |/
* | Add note to docs about UDP ephemeral binding.James Socol2016-05-281-0/+7
|/
* Merge pull request #72 from nikolas/py35James Socol2015-12-033-1/+3
|\
| * enable automated testing on python 3.5Nik Nyby2015-12-033-1/+3
|/
* Merge pull request #71 from loganrosen/assert-called-onceJames Socol2015-11-231-3/+2
|\
| * fix assert_called_once() callsLogan Rosen2015-11-211-3/+2
|/
* Document new client kwargs.James Socol2015-10-221-1/+15
* Merge branch 'fix'v3.2.1James Socol2015-10-224-3/+9
|\
| * Version 3.2.1James Socol2015-10-224-3/+9
|/
* Merge pull request #68 from imoore76/masterJames Socol2015-10-221-4/+4
|\
| * Don't break compatibility with code that uses ordered args instead ofIan Moore2015-10-221-4/+4
|/
* Version 3.2v3.2James Socol2015-10-193-4/+4
* Future-proof float formattingJames Socol2015-10-191-1/+1
* Merge pull request #66 from smarkets/feature/allow_float_timingsJames Socol2015-10-193-16/+16
|\
| * Updated statsd client to allow less than 1 ms timingStephen Bunn2015-09-013-16/+16
* | Merge pull request #64 from smarkets/masterJames Socol2015-08-071-1/+1
|\ \ | |/
| * Ignore RuntimeErrors together with socket errorsJakub Stasiak2015-08-031-1/+1
|/
* Merge branch 'travis-flake8'James Socol2015-03-262-5/+6
|\
| * sudo:false on travistravis-flake8James Socol2015-03-261-0/+1
| * Run flake8 on travis.James Socol2015-03-262-5/+5
|/
* Merge branch 'ipv6-flag'James Socol2015-03-266-15/+54
|\
| * Handle IPv6 in default clientsJames Socol2015-03-263-2/+7
| * Make IPv6 opt-in an explicit choice.James Socol2015-03-263-13/+47
|/