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-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
2016-12-12Revert "Pre create upload data, to not impact timing"Matt Martz
2016-11-17Ensure we install speedtest_cli.pyv1.0.0Matt Martz
2016-11-11Don't use mutable defaults as args for methodsMatt Martz
2016-11-05Pre create upload data, to not impact timingMatt Martz
2016-11-04Update README with changes to helpmodularize-2Matt Martz
2016-11-03Test on py35 alsoMatt Martz
2016-11-03Fix debug in py<=2.5Matt Martz
2016-11-03Use BytesIO on py3 in HTTPUploaderDataMatt Martz
2016-11-03Support gzip encoding if availableMatt Martz
2016-09-27Debug print XML from serversMatt Martz
2016-09-27Add debug output to latency testingMatt Martz
2016-09-26Catch scenario where no servers could be connected to for latency testsMatt Martz
2016-09-20Make sure to enumerate requests to support cache busting properlyMatt Martz
2016-09-14Add additional note that --bytes doesn't affect json or csvMatt Martz
2016-09-14Update API post data to match current UI post dataMatt Martz
2016-09-14Fix SpeedtestResults attributes for upload and downloadMatt Martz
2016-09-13update usage informationMatt Martz
2016-09-13Adjust copyright in setup.pyMatt Martz
2016-09-13Don't concern SpeedtestResults with unitsMatt Martz
2016-09-12Remove unneeded commented out codeMatt Martz
2016-09-12Don't use the crazy units data descriptor, store as bits and convert as neededMatt Martz
2016-08-30Divide by float to avoid incorrect 0 valuesMatt Martz
2016-08-29Add ability to print out the CSV headersMatt Martz
2016-05-27Also list py3.5Matt Martz
2016-05-27Update readme for deprecationMatt Martz