| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add aditional debug info, fix bug 373195, removing garbage or otherwise inacc... | Brian Dolbec | 2012-12-15 | 2 | -4/+14 |
* | add a README to quite a setup.py warning.2.2.0 | Brian Dolbec | 2012-12-15 | 1 | -0/+13 |
* | add eprefix comapatibility code. | Brian Dolbec | 2012-12-15 | 1 | -1/+7 |
* | Add the manpage to be updated with the new version | Brian Dolbec | 2012-12-15 | 1 | -0/+6 |
* | add missing import from last change | Brian Dolbec | 2012-11-14 | 1 | -0/+1 |
* | fix a null selection in the interactive dialog and hopefully a POSIX locale i... | Brian Dolbec | 2012-11-14 | 2 | -8/+48 |
* | Call the base class constructor for ColoredFormatter so the class gets | Paul Varner | 2012-11-14 | 1 | -0/+1 |
* | Hardcode the mirrorselect package, so setup.py doesn't get confused by | Paul Varner | 2012-11-14 | 1 | -7/+1 |
* | Fix python_scripts to properly create the list of scripts for set_version. | Paul Varner | 2012-11-14 | 1 | -1/+1 |
* | Fix setup.py to create the mirrorselect module correctly. | Paul Varner | 2012-11-14 | 1 | -2/+2 |
* | remove some uneeded import and use. fix man page install. | Brian Dolbec | 2012-11-12 | 1 | -4/+3 |
* | fix dupe'd py3 check, set | Brian Dolbec | 2012-11-12 | 1 | -5/+2 |
* | add py3 compatability fixes, update mirrorparser3.py header to a docstring | Brian Dolbec | 2012-11-12 | 3 | -59/+107 |
* | Initial setup.py copied/edited from gentoolkits setup.py | Brian Dolbec | 2012-11-12 | 1 | -0/+119 |
* | initial EPREFIX enabling. not fully tested. | Brian Dolbec | 2012-11-12 | 1 | -3/+12 |
* | add myself to Copywrite | Brian Dolbec | 2012-11-11 | 5 | -5/+6 |
* | Move config_path determination to it's own function. | Brian Dolbec | 2012-11-11 | 1 | -47/+105 |
* | move version to it's own file. split out more logic from main() to their own ... | Brian Dolbec | 2012-11-11 | 2 | -18/+63 |
* | move main's code into a MirrorSelect class, eliminate the global variable 'ou... | Brian Dolbec | 2012-11-11 | 4 | -316/+325 |
* | move the selector classes to their own file | Brian Dolbec | 2012-11-11 | 2 | -496/+525 |
* | move output classes to thier own file. | Brian Dolbec | 2012-11-11 | 2 | -103/+145 |
* | add a basic .gitignore | Brian Dolbec | 2012-11-11 | 1 | -0/+6 |
* | move main.py into site-packages, create and use a minimal script to start it. | Brian Dolbec | 2012-11-11 | 2 | -0/+65 |
* | update manpage, this and the previous commit fix bug 442654 | Brian Dolbec | 2012-11-11 | 1 | -3/+3 |
* | update for the new make.conf location as well as the old. | Brian Dolbec | 2012-11-11 | 1 | -10/+16 |
* | whitespace cleanup | Brian Dolbec | 2012-11-11 | 1 | -49/+49 |
* | Check for a valid mirrorselect-test file, fixes bug 330611, thanks to Soren H... | Christian Ruppert | 2010-08-01 | 1 | -10/+7 |
* | Fix rsync mirror selectection | Christian Ruppert | 2010-04-02 | 1 | -0/+2 |
* | Remove obsolete mirrorparser.py.v2.1.0 | Christian Ruppert | 2009-12-03 | 1 | -90/+0 |
* | Version bump to 2.1.0 :) | Christian Ruppert | 2009-12-03 | 2 | -3/+3 |
* | Remove duplicate filters. | Christian Ruppert | 2009-12-03 | 1 | -2/+0 |
* | Add support for the new rsync-mirror list. | Christian Ruppert | 2009-12-03 | 1 | -29/+19 |
* | Add region. | Christian Ruppert | 2009-12-03 | 1 | -0/+2 |
* | Whitespace. | Christian Ruppert | 2009-12-03 | 1 | -1/+1 |
* | Sort by country and name. | Christian Ruppert | 2009-11-27 | 1 | -1/+1 |
* | Remove duplicate statement. | Christian Ruppert | 2009-11-27 | 1 | -3/+2 |
* | Add http/ftp/ipv4/ipv6 filter for interactive mode. | idl0r | 2009-11-27 | 1 | -21/+27 |
* | Second value is now a tuple instead of list. | idl0r | 2009-11-27 | 1 | -3/+9 |
* | Don't add trailing whitespace. | Christian Ruppert | 2009-11-26 | 1 | -1/+1 |
* | Optic... | Christian Ruppert | 2009-11-26 | 1 | -4/+2 |
* | Add manpagev2.0.0 | Christian Ruppert | 2009-07-21 | 1 | -0/+107 |
* | Change version to 2.0.0 | Christian Ruppert | 2009-07-21 | 1 | -1/+1 |
* | Migrated to tabs everywhere. Minor cleanup as complained by pylint. | Christian Ruppert | 2009-07-21 | 3 | -94/+94 |
* | Add idl0r to list of authors | Sebastian Pipping | 2009-07-20 | 2 | -0/+2 |
* | Make sort case-insensitive (e.g. Ukraine before USA, was after before) | Sebastian Pipping | 2009-07-20 | 1 | -1/+1 |
* | "name (country)" -> "country: name" | Sebastian Pipping | 2009-07-20 | 1 | -2/+3 |
* | Sort distfiles mirrors by country. | Christian Ruppert | 2009-07-20 | 2 | -5/+9 |
* | Move mirror parsers to module "mirrorselect" | Sebastian Pipping | 2009-07-07 | 4 | -1/+1 |
* | Add parser for mirrors3.xml and migrate to it | Sebastian Pipping | 2009-07-07 | 2 | -7/+69 |
* | Move class MirrorParser to extra file | Sebastian Pipping | 2009-07-07 | 2 | -54/+97 |