Cronologia Commit

Autore SHA1 Messaggio Data
  Maarten ter Huurne 0fc6f96af3 Replace use of depricated API in download script 5 anni fa
  Maarten ter Huurne 2b5576f858 Replace all instances of IOError with OSError (in Python scripts) 5 anni fa
  Maarten ter Huurne 5a65b462de In the "Usage:" help line, explicitly suggest "python3" 5 anni fa
  Maarten ter Huurne 7e0f3f15fd Convert build scripts to Python 3 5 anni fa
  Maarten ter Huurne f623713913 Use print function syntax 5 anni fa
  Maarten ter Huurne 5a907862ff Capture exceptions using 'as' instead of ',' 5 anni fa
  wouter d089095d55 Various text-processing stuff 12 anni fa
  Maarten ter Huurne 3291431eca Patrick reported that not only the 404 (not found) status code suffers from a too lax treatment, but also the 500 (server error) code. Therefore I changed the URL opener to consider all non-handled status codes as critical errors. 15 anni fa
  Maarten ter Huurne ff4094112c Raise IOError if HTTP status code 404 is returned by the server. 15 anni fa
  Maarten ter Huurne f4bc729aa5 Added workaround for urlretrieve() swallowing 404 errors. 15 anni fa
  Maarten ter Huurne 2b57e022b3 Added newline at end of file. 15 anni fa
  Maarten ter Huurne 13de48b91b Refactored StatusLine classes to avoid pylint warning and to avoid hardcoding "sys.stdout". 16 anni fa
  Maarten ter Huurne 443864dd66 Remove partially downloaded file if download is aborted for some reason. 16 anni fa
  Maarten ter Huurne 0ae22fffba Turn down progress reporting if output is redirected to file. 16 anni fa
  Patrick van Arkel 33d4703bff make it a module 16 anni fa
  Maarten ter Huurne cda7748f3c Use space after ">>" operator to avoid pylint warning. 16 anni fa
  Maarten ter Huurne 483af9e187 New download script to replace cURL. 16 anni fa