Historique des commits

Auteur SHA1 Message Date
  Maarten ter Huurne 0fc6f96af3 Replace use of depricated API in download script il y a 5 ans
  Maarten ter Huurne 2b5576f858 Replace all instances of IOError with OSError (in Python scripts) il y a 5 ans
  Maarten ter Huurne 5a65b462de In the "Usage:" help line, explicitly suggest "python3" il y a 5 ans
  Maarten ter Huurne 7e0f3f15fd Convert build scripts to Python 3 il y a 5 ans
  Maarten ter Huurne f623713913 Use print function syntax il y a 5 ans
  Maarten ter Huurne 5a907862ff Capture exceptions using 'as' instead of ',' il y a 5 ans
  wouter d089095d55 Various text-processing stuff il y a 12 ans
  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. il y a 15 ans
  Maarten ter Huurne ff4094112c Raise IOError if HTTP status code 404 is returned by the server. il y a 15 ans
  Maarten ter Huurne f4bc729aa5 Added workaround for urlretrieve() swallowing 404 errors. il y a 15 ans
  Maarten ter Huurne 2b57e022b3 Added newline at end of file. il y a 15 ans
  Maarten ter Huurne 13de48b91b Refactored StatusLine classes to avoid pylint warning and to avoid hardcoding "sys.stdout". il y a 16 ans
  Maarten ter Huurne 443864dd66 Remove partially downloaded file if download is aborted for some reason. il y a 16 ans
  Maarten ter Huurne 0ae22fffba Turn down progress reporting if output is redirected to file. il y a 16 ans
  Patrick van Arkel 33d4703bff make it a module il y a 16 ans
  Maarten ter Huurne cda7748f3c Use space after ">>" operator to avoid pylint warning. il y a 16 ans
  Maarten ter Huurne 483af9e187 New download script to replace cURL. il y a 16 ans