aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "setup.py: Migrate from deprecated distutils to setuptools"2.3.0-rc1Brian Dolbec2022-07-101-3/+19
* Some py2 compat. cleanupBrian Dolbec2022-06-233-7/+1
* setup.py: Fix logging in set_versionBrian Dolbec2022-05-311-1/+2
* main.py: Add indented backslash capability to multilne GENTOO_MIRRORSBrian Dolbec2022-05-312-24/+37
* configs.py: Add missing https:// to the re.compileBrian Dolbec2022-05-311-1/+1
* configs.py: Remove py2 codeBrian Dolbec2022-05-311-4/+1
* Remove remaining SYNC codeBrian Dolbec2022-05-312-9/+4
* selectors.py: Change general exception output to print_warnBrian Dolbec2022-05-311-2/+2
* version.py: Bump base version to 2.3.0 before releaseBrian Dolbec2022-05-301-1/+1
* setup.py: Migrate from deprecated distutils to setuptoolsBrian Dolbec2022-05-301-19/+3
* selectors.py: Fix bug 698528 clear screen on dialog exitBrian Dolbec2022-05-301-0/+1
* main.py: Fix bug 600572 Remove SYNC variable usageBrian Dolbec2022-05-301-5/+5
* selectors.py: Bug 800149. Add general exception for any other server errorBrian Dolbec2022-05-301-0/+5
* Apply bug 730994 https filtering patchBrian Dolbec2022-05-303-3/+9
* Remove obsolete __future__ import of print_functionBrian Dolbec2022-05-303-8/+0
* selectors.py: Fix bug 771963 incorrect comparisonBrian Dolbec2022-05-301-2/+2
* main.py: Add a -a, -s combo sanity checkBrian Dolbec2020-06-031-0/+3
* write_make_conf: fix infinite loop (bug 698470)Zac Medico2019-10-242-0/+3
* Update version for 2.2.5 release2.2.6Zac Medico2019-07-162-2/+2
* netselect: make netselect ipv6 support optionalZac Medico2019-07-121-4/+11
* Update version for 2.2.5 release2.2.5Zac Medico2019-05-273-2/+3
* get_filesystem_mirrors: fix DeprecationWarning: invalid escape sequence \Zac Medico2019-05-271-1/+1
* netselect: use -4/-6 options (bug 582508)Zac Medico2019-05-271-3/+12
* write_make_conf: support multi-line GENTOO_MIRRORS (bug 543814)Zac Medico2019-05-275-26/+86
* Update version for 2.2.4 release2.2.4Zac Medico2019-02-132-2/+2
* setup.py: extend sdist to archive files owned by rootZac Medico2019-02-131-0/+14
* selectors.py: Give urllib hostname info (bug 604968)Michel Ganguin2019-02-131-2/+8
* selectors.py: handle ssl.CertificateError (bug 639156)Xiami2019-02-131-1/+1
* selectors.py: handle ssl.CertificateError (bug 604968)Daniel Harding2019-02-121-1/+2
* Update version for 2.2.3 releaseZac Medico2019-01-232-3/+3
* Mirrorselect: add 'exclude' option to allow excluding hosts from mirrors list.i.Dark_Templar2018-05-262-0/+10
* main.py: Remove obsolete 'SYNC' option2.2.3Brian Dolbec2017-07-181-4/+1
* main.py: fix isinstance(hosts[i], bytes)Zac Medico2017-02-201-1/+1
* extractor.py: Add climit param for >=ssl-fetch-0.4Brian Dolbec2017-02-201-1/+1
* main.py: Fix Bytes error in hosts list bug 610016zakalwe2017-02-201-2/+3
* deeptime: cancel alarm signal before handling socket.error (bug 523312)Zac Medico2016-11-131-10/+12
* Add missed output mode function assignment.Brian Dolbec2015-01-271-0/+1
* update version with latest release as a baseBrian Dolbec2015-01-261-1/+1
* Update for ssl-fetch api changeBrian Dolbec2015-01-261-0/+1
* Update version for the release2.2.2Brian Dolbec2014-05-291-1/+1
* Ssl-fetch renamed args-* to kwargs-*Brian Dolbec2014-05-281-2/+2
* Update for recent ssl-fetch changesBrian Dolbec2014-05-281-1/+9
* selectors.py: Add IncompleteRead exception2.2.1Brian Dolbec2014-05-041-3/+11
* Update man page with new optionsBrian Dolbec2014-05-041-8/+38
* main.py: Sort the cli optionsBrian Dolbec2014-05-041-30/+30
* Fix typo in help message.Brian Dolbec2014-03-061-1/+1
* Tweak the proxy code to correctly handle the cli option.sslBrian Dolbec2014-01-311-3/+4
* Indent adjustmentBrian Dolbec2014-01-311-10/+10
* Fix some long lines.Brian Dolbec2014-01-313-63/+78
* Use the new sslfetch pkg for the Connector class.Brian Dolbec2014-01-231-2/+4