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
2017-11-23update README for usage changesMatt Martz
2017-11-23Get travis working properly againMatt Martz
2017-11-23No bare exceptMatt Martz
2017-11-23Move the majority of the csv_header functionality to SpeedtestResultsMatt Martz
2017-11-23Support csv-delimiter for csv-headerMatt Martz
2017-11-23Output a different message when only 1 server is providedMatt Martz
2017-11-23Add additional information to machine parsable outputsMatt Martz
2017-11-23Attempt to catch MemoryError if possibleMatt Martz
2017-11-23Print errors to stderrMatt Martz
2017-11-23Always flush in py2 print_Matt Martz
2017-11-23Allow timeout to be a floatMatt Martz
2017-11-23Add option to exclude servers, and allow --server and --exclude to be specifi...Matt Martz
2017-11-23Create a getter for Speedtest.best to raise an exception is get_best_server h...Matt Martz
2017-11-23Indicate speedtest-cli supports python 3.6, and ensure py3.2 has an appropria...Matt Martz
2017-11-23More and better debuggingMatt Martz
2017-11-23Revert "Test failing --source"Matt Martz
2017-11-23Test failing --sourceMatt Martz
2017-11-23Switch to using matrix for travisMatt Martz
2017-11-23Remove debug printMatt Martz
2017-11-23Docstrings and version bumpMatt Martz
2017-11-23Remove SCHEME globalMatt Martz
2017-11-23flake8 fixesMatt Martz
2017-11-23Use vendored create_connection when socket doesn't have it, or socket.create_...Matt Martz
2017-11-23Don't override socket.socket for binding, eliminiate globals SOURCE and USER_...Matt Martz
2017-10-16Support csv-delimiter for csv-headerv1.0.7Matt Martz
2017-04-25Bump to v1.0.6v1.0.6Matt Martz
2017-04-25Revert "Be consistent, use the shorter var"Matt Martz
2017-04-25Switch upload pre-allocation to true, but allow disablingMatt Martz
2017-04-25Do better calculations of the number of uploads per size to performMatt Martz
2017-04-25Be consistent, use the shorter varMatt Martz
2017-04-25Be consistent, explicitly instantiate all exceptionsMatt Martz
2017-04-24Ensure to specify Z for UTC in iso8601 date. Fixes #388Matt Martz
2017-04-21Bump to v1.0.5v1.0.5Matt Martz
2017-04-19Reorder StringIO imports again, add to_utf8 function to ensure we encode csv ...Matt Martz
2017-04-12Bump version to 1.0.4v1.0.4Matt Martz
2017-04-12Flake8 fixMatt Martz
2017-04-12Invert logic for py3 print detection, to avoid confusion created by the futur...Matt Martz
2017-04-12Prefer io over cStringIO and StringIOMatt Martz
2017-04-12Handle utf-8 output encoding in py3 also. Fixes #382Matt Martz
2017-03-31Bump to 1.0.3v1.0.3Matt Martz
2017-03-24Add link to python api docsMatt Martz
2017-03-24Allow skipping download or upload tests. Fixes #377Matt Martz
2017-03-18Always print using utf-8. Fixes #362Matt Martz
2017-03-18Allow --share to work with --simple and --json. Fixes #375Matt Martz
2017-01-19Add bytes_sent and bytes_received to the json output. Addresses #358Matt Martz
2017-01-18Bump to 1.0.2v1.0.2Matt Martz
2017-01-10alpha version bumpMatt Martz
2017-01-10Better handling of retrieving config and server listMatt Martz
2017-01-06Don't sys.exit(1), instead either raise the exception, or a new SpeedtestCLIE...Matt Martz
2016-12-22Bump to 1.0.1v1.0.1Matt Martz