aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-04Update setup.pyPatrick
2015-01-04Merge pull request #11 from pnpnpn/auto-deployPatrick
auto-deploy with travis
2015-01-04auto-deploy with travisPatrick
2015-01-04Merge pull request #10 from pimterry/patch-1Patrick
Make timeout error an assertion error, not just any old exception
2015-01-04Make timeout error an assertion error, not just any old exceptionTim Perry
This means that timeout failures are considered to be test failures, where a specific assertion (i.e. 'this function takes less than N seconds') has failed, rather than being a random error in the test that may indicate a bug.
2014-10-30Update README.mdPatrick Ng
2014-10-30Merge pull request #8 from pnpnpn/add_travisPatrick Ng
added travis
2014-10-30cleanup requirements. Failing on travis for python3Patrick
2014-10-30added travisPatrick
2014-10-18Merge pull request #7 from toddsifleet/tws-fix-long-descriptionPatrick Ng
Update long_description
2014-10-18Merge pull request #5 from toddsifleet/tws-fix-issue-2Patrick Ng
Use functools.wraps in decorator
2014-10-16update long_descriptionTodd Sifleet
2014-10-16Delete LICENSEPatrick Ng
2014-10-16Update README.mdPatrick Ng
2014-10-16Update and rename README.rst to README.mdPatrick Ng
2014-10-15Use functools.wraps in decoratorTodd Sifleet
* This will ensure that the func_name/doc strings is correct across py versions * Fixes issue #2
2014-10-09Merge pull request #3 from jonblack/feature-timeout-kwargPatrick Ng
Add support for timeout in function kwargs
2014-10-09Add support for timeout in function kwargsJon Black
I've added support for passing the timeout in kwargs, which means the client code can decide the timeout. This is useful for functions that take a timeout argument. I've also made the tests proper and added nosetests as a requirement.
2014-09-13Update README.rstPatrick Ng
2013-01-04incorrect webpagepng
2013-01-04rst errorpng
2013-01-04added READMEpng
2013-01-04added pypng
2013-01-04added testpng
2013-01-04preparing for pypipng
2012-12-13initPN
2012-12-13Initial commitPN