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
2021-07-07Python 3.10 supportHEADmasterMatt Martz
2021-04-08Bump to 2.1.3v2.1.3Matt Martz
2021-04-08Handle case where ignoreids is empty or contains empty idsMatt Martz
2021-01-20Ensure we catch HTTP errors on upload/download. Fixes #752Matt Martz
2019-08-22Bump releasev2.1.2Matt Martz
2019-08-22Fix proxy support. Fixes #610proxy-fixesMatt Martz
2019-08-22Ensure threads don't start before a position in the queue is available.thread-limiterMatt Martz
2019-03-13Bump devel versionMatt Martz
2019-03-13Add support for py38 without deprecation warnings (#585)Matt Martz
2019-03-12Re-enable python 2.4 and 2.5 testingv2.1.1python-24-sslMatt Martz
2019-03-12Bump to 2.1.1Matt Martz
2019-03-12Python2.4/2.5 SSL supportMatt Martz
2019-03-11Switch copyright from range, to date startedv2.1.0Matt Martz
2019-03-11Update usageMatt Martz
2019-03-05Disable py2.4/2.5 tests for nowMatt Martz
2019-03-05Bump to 2.1.0 for upcoming releaseMatt Martz
2019-02-20ensure ERROR doesn't print an empty stringMatt Martz
2019-02-20linting fixMatt Martz
2019-02-20ssl.wrap_socket doesn't support server_hostname. See #572Matt Martz
2019-02-20Switch from platform.system to platform.platform. Fixes #574Matt Martz
2019-01-23Add the python version to the version outputMatt Martz
2019-01-23Add debug support to show if a URL request resulted in a redirectMatt Martz
2019-01-23Add functionality for single threaded testing. Fixes #571Matt Martz
2019-01-02Fix install instructions with git clone. Fixes #566Matt Martz
2018-12-03Fix linting errorMatt Martz
2018-12-03Fix python3 upload problemliuxu
2018-12-03Automatically resolve .best property (#514)Alex Ward
2018-05-24Bump to v2.0.2v2.0.2Matt Martz
2018-05-24Ensure we are utilizing the context created by HTTPSConnection, or falling ba...Matt Martz
2018-05-23Bump to 2.0.1 for releasev2.0.1Matt Martz
2018-05-23Handle virtualenv and tox versions for py2.6/3.3Matt Martz
2018-05-22Properly handle older HTTPSConnection. Fixes #513Matt Martz
2018-03-09Gracefully handle XML parsing errors. Fixes #490 #491Matt Martz
2018-02-20Move results.share() to ensure csv and json have access to it. Fixes #483Matt Martz
2018-02-14Bump to 2.0.1aMatt Martz
2018-02-14Exit with nicer error if lat/lon is not validMatt Martz
2018-02-06Tested through 3.7v2.0.0Matt Martz
2018-02-06Replace downloads badge with travisMatt Martz
2018-02-06Remove deprecated speedtest_cli.pyMatt Martz
2018-02-06Bump for releaseMatt Martz
2018-02-06Update man pageMatt Martz
2018-01-27Add some guard code for places where sys.stdout and stderr are replaced with ...Matt Martz
2018-01-09Only add terminal colors with DEBUG if stdout is a ttyMatt Martz
2018-01-03Bump to betaMatt Martz
2018-01-03Catch OSError and EOFError while reading from gzip streamno-globalsMatt Martz
2018-01-03Use the printer everywhere, leaving print_ to only be used within printerMatt Martz
2018-01-03Add a few additional tests, specifically around --sourceMatt Martz
2018-01-03Eliminate SHUTDOWN_EVENT globalMatt Martz
2017-12-11Skipping test should be quietMatt Martz
2017-12-11Don't display ERROR: 2 when argparse exits with non-0Matt Martz