summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix make.conf manpage references.2.2.0.1Brian Dolbec2013-03-101-2/+3
* change the default noise level on an ouptut message.Brian Dolbec2013-03-101-1/+1
* Fix setup.py's __version__ so either VERSION or PVR will assign the version s...Brian Dolbec2012-12-151-1/+1
* Fix setup.py to use PVR instead of VERSION from the environment so that egg-i...Brian Dolbec2012-12-151-1/+1
* Add aditional debug info, fix bug 373195, removing garbage or otherwise inacc...Brian Dolbec2012-12-152-4/+14
* add a README to quite a setup.py warning.2.2.0Brian Dolbec2012-12-151-0/+13
* add eprefix comapatibility code.Brian Dolbec2012-12-151-1/+7
* Add the manpage to be updated with the new versionBrian Dolbec2012-12-151-0/+6
* add missing import from last changeBrian Dolbec2012-11-141-0/+1
* fix a null selection in the interactive dialog and hopefully a POSIX locale i...Brian Dolbec2012-11-142-8/+48
* Call the base class constructor for ColoredFormatter so the class getsPaul Varner2012-11-141-0/+1
* Hardcode the mirrorselect package, so setup.py doesn't get confused byPaul Varner2012-11-141-7/+1
* Fix python_scripts to properly create the list of scripts for set_version.Paul Varner2012-11-141-1/+1
* Fix setup.py to create the mirrorselect module correctly.Paul Varner2012-11-141-2/+2
* remove some uneeded import and use. fix man page install.Brian Dolbec2012-11-121-4/+3
* fix dupe'd py3 check, setBrian Dolbec2012-11-121-5/+2
* add py3 compatability fixes, update mirrorparser3.py header to a docstringBrian Dolbec2012-11-123-59/+107
* Initial setup.py copied/edited from gentoolkits setup.pyBrian Dolbec2012-11-121-0/+119
* initial EPREFIX enabling. not fully tested.Brian Dolbec2012-11-121-3/+12
* add myself to CopywriteBrian Dolbec2012-11-115-5/+6
* Move config_path determination to it's own function.Brian Dolbec2012-11-111-47/+105
* move version to it's own file. split out more logic from main() to their own ...Brian Dolbec2012-11-112-18/+63
* move main's code into a MirrorSelect class, eliminate the global variable 'ou...Brian Dolbec2012-11-114-316/+325
* move the selector classes to their own fileBrian Dolbec2012-11-112-496/+525
* move output classes to thier own file.Brian Dolbec2012-11-112-103/+145
* add a basic .gitignoreBrian Dolbec2012-11-111-0/+6
* move main.py into site-packages, create and use a minimal script to start it.Brian Dolbec2012-11-112-0/+65
* update manpage, this and the previous commit fix bug 442654Brian Dolbec2012-11-111-3/+3
* update for the new make.conf location as well as the old.Brian Dolbec2012-11-111-10/+16
* whitespace cleanupBrian Dolbec2012-11-111-49/+49
* Check for a valid mirrorselect-test file, fixes bug 330611, thanks to Soren H...Christian Ruppert2010-08-011-10/+7
* Fix rsync mirror selectectionChristian Ruppert2010-04-021-0/+2
* Remove obsolete mirrorparser.py.v2.1.0Christian Ruppert2009-12-031-90/+0
* Version bump to 2.1.0 :)Christian Ruppert2009-12-032-3/+3
* Remove duplicate filters.Christian Ruppert2009-12-031-2/+0
* Add support for the new rsync-mirror list.Christian Ruppert2009-12-031-29/+19
* Add region.Christian Ruppert2009-12-031-0/+2
* Whitespace.Christian Ruppert2009-12-031-1/+1
* Sort by country and name.Christian Ruppert2009-11-271-1/+1
* Remove duplicate statement.Christian Ruppert2009-11-271-3/+2
* Add http/ftp/ipv4/ipv6 filter for interactive mode.idl0r2009-11-271-21/+27
* Second value is now a tuple instead of list.idl0r2009-11-271-3/+9
* Don't add trailing whitespace.Christian Ruppert2009-11-261-1/+1
* Optic...Christian Ruppert2009-11-261-4/+2
* Add manpagev2.0.0Christian Ruppert2009-07-211-0/+107
* Change version to 2.0.0Christian Ruppert2009-07-211-1/+1
* Migrated to tabs everywhere. Minor cleanup as complained by pylint.Christian Ruppert2009-07-213-94/+94
* Add idl0r to list of authorsSebastian Pipping2009-07-202-0/+2
* Make sort case-insensitive (e.g. Ukraine before USA, was after before)Sebastian Pipping2009-07-201-1/+1
* "name (country)" -> "country: name"Sebastian Pipping2009-07-201-2/+3