kuzh
ef7e3549cf
Merge branch 'dev' of https://github.com/Fangt-ing/speedtest-cli into raspShield
...
# Conflicts:
# speedtest.py
2024-02-25 23:43:07 +01:00
kuzh
3b496bae86
Added main process to avoid error in the sub process.
2024-02-25 23:40:49 +01:00
Fangt-ing
3309586f16
initial result
2024-02-25 21:56:44 +00:00
kuzh
0115887064
update output file name.
2024-02-25 19:09:04 +01:00
kuzh
d3ef4dd951
delete server argument.
2024-02-25 18:44:48 +01:00
kuzh
5455ca0e95
set to only 1 closest server always.
2024-02-25 18:38:09 +01:00
kuzh
980cea54b8
removed schedule module
2024-02-22 00:39:08 +01:00
kuzh
5fcbc772b1
update to static server, updated time comparison.
2024-02-21 23:58:45 +01:00
kuzh
4a19b2cd68
added schedule.
2024-02-18 23:53:10 +01:00
kuzh
8d63cf52e4
update with new save to csv
2024-02-11 16:52:44 +01:00
kuzh
90731dab5d
Create and save results as xlsx
2024-01-17 20:05:36 +01:00
kuzh
0f785dd215
Added debug options, possibility to save as csv files.
2024-01-02 18:54:42 +01:00
Matt Martz
22210ca352
Python 3.10 support
2021-07-07 14:50:15 -05:00
Matt Martz
42e96b13dd
Bump to 2.1.3
2021-04-08 08:45:29 -05:00
Matt Martz
cadc68b5ae
Handle case where ignoreids is empty or contains empty ids
2021-04-08 08:44:32 -05:00
Matt Martz
db46af8bcd
Ensure we catch HTTP errors on upload/download. Fixes #752
2021-01-19 17:04:47 -06:00
Matt Martz
c58ad3367b
Bump release
2019-08-22 09:48:18 -05:00
Matt Martz
266e53c256
Fix proxy support. Fixes #610
2019-08-22 09:45:01 -05:00
Matt Martz
7ebb9965dd
Ensure threads don't start before a position in the queue is available.
...
Fixes #628
2019-08-22 09:43:19 -05:00
Matt Martz
2658bd50b4
Bump devel version
2019-03-13 15:57:05 -05:00
Matt Martz
81bba6070c
Add support for py38 without deprecation warnings ( #585 )
...
* Add support for py38 without deprecation warnings
* Address Py2.5 issue
* Add py3.7 and 3.8
* xenial
* pypy trusty
2019-03-13 15:56:00 -05:00
Matt Martz
cdf6002865
Bump to 2.1.1
2019-03-12 10:58:17 -05:00
Matt Martz
9af203652b
Python2.4/2.5 SSL support
2019-03-12 10:55:23 -05:00
Matt Martz
2d5a9ef364
Switch copyright from range, to date started
2019-03-11 10:03:12 -05:00
Matt Martz
fb0569946d
Bump to 2.1.0 for upcoming release
2019-03-05 10:55:57 -06:00
Matt Martz
f356c7b02d
ensure ERROR doesn't print an empty string
2019-02-19 17:17:25 -06:00
Matt Martz
6cf43b2ff7
linting fix
2019-02-19 16:58:50 -06:00
Matt Martz
217ce8eff1
ssl.wrap_socket doesn't support server_hostname. See #572
2019-02-19 16:56:26 -06:00
Matt Martz
b43334f1ec
Switch from platform.system to platform.platform. Fixes #574
2019-02-19 16:38:15 -06:00
Matt Martz
b0b826c870
Add the python version to the version output
2019-01-23 11:34:23 -06:00
Matt Martz
9ac1091eae
Add debug support to show if a URL request resulted in a redirect
2019-01-23 11:34:00 -06:00
Matt Martz
ca2250f700
Add functionality for single threaded testing. Fixes #571
2019-01-23 11:33:30 -06:00
Matt Martz
72bf53affa
Fix linting error
2018-12-03 10:44:49 -06:00
liuxu
a8a3265001
Fix python3 upload problem
...
In python3, if Content-length is not set,urllib.request.AbstractHTTPHandler::do_request_() will use "Transfer-encoding:chunked", which will cause HTTPUploader not to exit until timeout
2018-12-03 10:26:09 -06:00
Alex Ward
b2654de410
Automatically resolve .best property ( #514 )
...
* automatically call get_best_server
* add back SpeedtestBestServerFailer exception
2018-12-03 10:20:28 -06:00
Matt Martz
72ed585c6f
Bump to v2.0.2
2018-05-24 11:06:29 -05:00
Matt Martz
41e599f9c3
Ensure we are utilizing the context created by HTTPSConnection, or falling back to ssl. Fixes #517
2018-05-24 09:37:39 -05:00
Matt Martz
c7530bb143
Bump to 2.0.1 for release
2018-05-23 15:26:20 -05:00
Matt Martz
9e185e8f88
Properly handle older HTTPSConnection. Fixes #513
2018-05-22 15:28:00 -05:00
Matt Martz
9c2977acfc
Gracefully handle XML parsing errors. Fixes #490 #491
2018-03-09 09:46:10 -06:00
Matt Martz
f8aa20ecdf
Move results.share() to ensure csv and json have access to it. Fixes #483
2018-02-20 14:59:08 -06:00
Matt Martz
8ff923b0fb
Bump to 2.0.1a
2018-02-13 16:22:23 -06:00
Matt Martz
35c3ee20ed
Exit with nicer error if lat/lon is not valid
2018-02-13 16:21:57 -06:00
Matt Martz
831c079113
Bump for release
2018-02-05 16:17:03 -06:00
Matt Martz
2c847a1849
Add some guard code for places where sys.stdout and stderr are replaced with some other incompatible object
2018-01-26 15:52:06 -06:00
Matt Martz
e1bab1ab55
Only add terminal colors with DEBUG if stdout is a tty
2018-01-08 16:57:26 -06:00
Matt Martz
48a3d33ae4
Bump to beta
2018-01-03 09:16:51 -06:00
Matt Martz
c16ffd4ae7
Catch OSError and EOFError while reading from gzip stream
2018-01-02 18:32:03 -06:00
Matt Martz
9848481d06
Use the printer everywhere, leaving print_ to only be used within printer
2018-01-02 18:22:16 -06:00
Matt Martz
4737a69f10
Add a few additional tests, specifically around --source
2018-01-02 17:16:52 -06:00