Commit Graph

26 Commits (774ce35571c08a1532fe4079224239adfdb80e43)

Author SHA1 Message Date
Sergey M․ c0384f221e Use proper encoding on compat_str construction when necessary
David Ben Zakai 828b2a5cd9 Removing an unnecessary import
David Ben Zakai d3d3e2e3aa Adding proxy to update procedure
Jaime Marquínez Ferrándiz de390ea077 update: Use https for getting the version info (fixes )
Jaime Marquínez Ferrándiz 70a1165b32 Don't use bare 'except:'
They catch any exception, including KeyboardInterrupt, we don't want to catch it.
Philipp Hagemeister be4a824d74 Add new option --source-address
Closes , fixes , fixes , fixes , closes .
Philipp Hagemeister aa2fd59857 [update] Use utils HTTPS handler (Fixes )
On FreeBSD, the default HTTPS handler is missing certificates, so use our own.
Jaime Marquínez Ferrándiz 83e865a370 Fix PEP8 issue E713
Philipp Hagemeister 673cf0e773 [update] Remove useless import
Philipp Hagemeister 15938ab67a [update] Modernize
Jouke Waleson 2514d2635e PEP8: E225,E227
Jouke Waleson 8bcc875676 PEP8: more applied
Jouke Waleson 5f6a1245ff PEP8 applied
Philipp Hagemeister 18a25c5d78 Clarify update output (Fixes )
No, we are not intentionally hiding the version number. Why would we?
Philipp Hagemeister 2e767313e4 [update] fix error
Philipp Hagemeister d7386f6276 [update] Check if version from repository is newer before updating
Closes 
Philipp Hagemeister 0b63aed8df [update] do not assign to unused variables
Philipp Hagemeister ce02ed60f2 Remove * imports
Philipp Hagemeister d279037036 [update] Prevent cmd window popup on Windows (Fixes )
Philipp Hagemeister 46353f6783 [update] Look for .exe extension on Windows (Fixes )
Philipp Hagemeister f9bd64c098 [update] Add package manager to error message ()
Philipp Hagemeister 46a127eecb Fix print_notes
Ricardo Garcia 43ff1a347d Change rg3.github.com to rg3.github.io almost everywhere
Philipp Hagemeister 12887875a2 Fix typo
Philipp Hagemeister 3bf79c752e Print *all* release notes
Filippo Valsorda d5ed35b664 moved updating code to update.py