George Sokianos
a8f034ef62
Added simpleJson and a makefile to create the release
6 months ago
Matt Martz
22210ca352
Python 3.10 support
2 years ago
Matt Martz
42e96b13dd
Bump to 2.1.3
2 years ago
Matt Martz
cadc68b5ae
Handle case where ignoreids is empty or contains empty ids
2 years ago
Matt Martz
db46af8bcd
Ensure we catch HTTP errors on upload/download. Fixes #752
2 years ago
Matt Martz
c58ad3367b
Bump release
3 years ago
Matt Martz
266e53c256
Fix proxy support. Fixes #610
3 years ago
Matt Martz
7ebb9965dd
Ensure threads don't start before a position in the queue is available.
...
Fixes #628
3 years ago
Matt Martz
2658bd50b4
Bump devel version
4 years ago
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
4 years ago
Matt Martz
681cdf20a5
Re-enable python 2.4 and 2.5 testing
4 years ago
Matt Martz
cdf6002865
Bump to 2.1.1
4 years ago
Matt Martz
9af203652b
Python2.4/2.5 SSL support
4 years ago
Matt Martz
2d5a9ef364
Switch copyright from range, to date started
4 years ago
Matt Martz
3109fcf407
Update usage
4 years ago
Matt Martz
69ddff1a11
Disable py2.4/2.5 tests for now
4 years ago
Matt Martz
fb0569946d
Bump to 2.1.0 for upcoming release
4 years ago
Matt Martz
f356c7b02d
ensure ERROR doesn't print an empty string
4 years ago
Matt Martz
6cf43b2ff7
linting fix
4 years ago
Matt Martz
217ce8eff1
ssl.wrap_socket doesn't support server_hostname. See #572
4 years ago
Matt Martz
b43334f1ec
Switch from platform.system to platform.platform. Fixes #574
4 years ago
Matt Martz
b0b826c870
Add the python version to the version output
4 years ago
Matt Martz
9ac1091eae
Add debug support to show if a URL request resulted in a redirect
4 years ago
Matt Martz
ca2250f700
Add functionality for single threaded testing. Fixes #571
4 years ago
Matt Martz
ddb8db0c94
Fix install instructions with git clone. Fixes #566
4 years ago
Matt Martz
72bf53affa
Fix linting error
4 years ago
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
4 years ago
Alex Ward
b2654de410
Automatically resolve .best property ( #514 )
...
* automatically call get_best_server
* add back SpeedtestBestServerFailer exception
4 years ago
Matt Martz
72ed585c6f
Bump to v2.0.2
5 years ago
Matt Martz
41e599f9c3
Ensure we are utilizing the context created by HTTPSConnection, or falling back to ssl. Fixes #517
5 years ago
Matt Martz
c7530bb143
Bump to 2.0.1 for release
5 years ago
Matt Martz
4ceae77401
Handle virtualenv and tox versions for py2.6/3.3
5 years ago
Matt Martz
9e185e8f88
Properly handle older HTTPSConnection. Fixes #513
5 years ago
Matt Martz
9c2977acfc
Gracefully handle XML parsing errors. Fixes #490 #491
5 years ago
Matt Martz
f8aa20ecdf
Move results.share() to ensure csv and json have access to it. Fixes #483
5 years ago
Matt Martz
8ff923b0fb
Bump to 2.0.1a
5 years ago
Matt Martz
35c3ee20ed
Exit with nicer error if lat/lon is not valid
5 years ago
Matt Martz
0a7823db7a
Tested through 3.7
5 years ago
Matt Martz
27a8301192
Replace downloads badge with travis
5 years ago
Matt Martz
ee2e647b9b
Remove deprecated speedtest_cli.py
5 years ago
Matt Martz
831c079113
Bump for release
5 years ago
Matt Martz
4f4c1dd8d1
Update man page
5 years ago
Matt Martz
2c847a1849
Add some guard code for places where sys.stdout and stderr are replaced with some other incompatible object
5 years ago
Matt Martz
e1bab1ab55
Only add terminal colors with DEBUG if stdout is a tty
5 years ago
Matt Martz
48a3d33ae4
Bump to beta
5 years ago
Matt Martz
c16ffd4ae7
Catch OSError and EOFError while reading from gzip stream
5 years ago
Matt Martz
9848481d06
Use the printer everywhere, leaving print_ to only be used within printer
5 years ago
Matt Martz
4737a69f10
Add a few additional tests, specifically around --source
5 years ago
Matt Martz
6381ba3742
Eliminate SHUTDOWN_EVENT global
5 years ago
Matt Martz
fa2e15ee08
Skipping test should be quiet
5 years ago