Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sivel/speedtest-cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-11Add pypy supporttravisMatt Martz
2014-02-11Trying to learn more about the python env I am running inMatt Martz
2014-02-11formatting changesMatt Martz
2014-02-11python 3.0 and 3.1 are apparently oldMatt Martz
2014-02-11Small tweakMatt Martz
2014-02-11Expand testsMatt Martz
2014-02-11AlternativeMatt Martz
2014-02-11Add configuration to test python2.4Matt Martz
2014-02-11Apparently python2.4 isn't installedMatt Martz
2014-02-11Is this where python2.4 is located?Matt Martz
2014-02-11going to find itMatt Martz
2014-02-11python24?Matt Martz
2014-02-11Can we run python2.4 from a 2.7 venv?Matt Martz
2014-02-11Only run pep8 and pyflakes via 2.7Matt Martz
2014-02-11For now let's try just running speedtest_cli.pyMatt Martz
2014-02-08Only test using python 2.7 for right nowMatt Martz
2014-02-08Add travis configurationMatt Martz
2013-12-05Also catch URLError when trying to fetch latency.txt. Fixes #41Matt Martz
2013-12-03Bumping version for releasev0.2.4Matt Martz
2013-12-03Fix join issue with python3Matt Martz
2013-12-02Bump version for upcoming releasev0.2.3Matt Martz
2013-12-02Merge branch 'etree' into workingMatt Martz
2013-12-02Encode output when necessary. Fixes #30Matt Martz
2013-12-02Improve XML retrieval and parsing for newer versions of pythonMatt Martz
2013-11-18Add some docstrings and commentsMatt Martz
2013-11-18Pre-register our globalsMatt Martz
2013-11-11Update README.rstMatt Martz
2013-11-11Add functionality to bind to a specific IP address. Fixes #36Matt Martz
2013-11-05Handle 404 for latency.txt requests, Fixes #27Matt Martz
2013-10-08Bump version to 0.2.2v0.2.2Matt Martz
2013-10-08Update usageMatt Martz
2013-10-08Add MANIFEST.inMatt Martz
2013-10-08Merge remote-tracking branch 'cyberjacob/master' into working. Fixes #37Matt Martz
2013-10-08Code formatting fix upsMatt Martz
2013-10-08Fixed threadding errors from issue #37Jacob Mansfield
2013-09-25packageSMatt Martz
2013-09-25Updates to README.rst, remove README.mdMatt Martz
2013-09-25rst format updatesMatt Martz
2013-09-25Add version and download badges to READMEMatt Martz
2013-09-17Update install instructionsv0.2.1Matt Martz
2013-09-16Add --version argumentMatt Martz
2013-09-16Add classifiers to setup.pyMatt Martz
2013-09-16Add long_description to setup.py utilizing readme.rstMatt Martz
2013-09-16Add README.rst for future inclusion in packageMatt Martz
2013-09-06Merge branch 'sigint', Fixes #33Matt Martz
2013-09-06Catch sigint, and exit, while trying not to be destructive to file handles, S...Matt Martz
2013-09-04Merge pull request #32 from panozzaj/masterMatt Martz
2013-09-04Change raw link in README.Anthony Panozzo
2013-08-23.strip() not neededMatt Martz
2013-08-23Improve performance when determining the best server. See #31 and #29.Matt Martz