| Commit message (Expand) | Author | Age | Files | Lines |
* | Use portage.const.EPREFIX more. | Zac Medico | 2011-12-09 | 1 | -1/+1 |
* | dispatch-conf: experimental prefix support | Zac Medico | 2011-12-07 | 1 | -2/+3 |
* | dispatch-conf: fix replace-wscomments pattern | Ryan Hill | 2011-10-01 | 1 | -1/+1 |
* | dispatch-conf: tweak pager basename comparison | Zac Medico | 2011-09-28 | 1 | -2/+3 |
* | dispatch-conf: support PAGER var for bug #384663 | Zac Medico | 2011-09-28 | 1 | -0/+32 |
* | python3.2 fixes: ResourceWarning: unclosed file | Zac Medico | 2011-08-25 | 1 | -2/+4 |
* | Fix NameError for ConfigProtect. | Zac Medico | 2010-08-01 | 1 | -1/+1 |
* | Always use shlex_split() to split CONFIG_PROTECT{,_MASK}. | Zac Medico | 2010-07-31 | 1 | -10/+13 |
* | Handle UnicodeDecodeError from subprocess.getstatusoutput() calls, reported | Zac Medico | 2010-07-24 | 1 | -15/+11 |
* | Add back executable bits, accidentally removed in previous commit. | Zac Medico | 2010-03-24 | 1 | -0/+0 |
* | Remove all svn $Id keywords. | Zac Medico | 2010-03-24 | 1 | -1/+0 |
* | Remove unused merge_cmd variable. | Zac Medico | 2010-02-18 | 1 | -1/+0 |
* | Remove diffutils version detection code since it's not really needed. | Zac Medico | 2010-02-18 | 1 | -13/+2 |
* | Fix broken diffutils vercmp code. | Zac Medico | 2010-02-18 | 1 | -3/+2 |
* | Bug #305393 - Handle new sdiff exit status for diffutils-2.9. | Zac Medico | 2010-02-18 | 1 | -0/+16 |
* | Bug #295197 - Output a newline after valid user input is received. | Zac Medico | 2010-02-02 | 1 | -0/+2 |
* | Fix TypeError in clear_screen() in dispatch-conf which occurs when Python 3 i... | Arfrever Frehtes Taifersar Arahesis | 2009-09-27 | 1 | -1/+2 |
* | Use list comprehensions instead of filter() or map() in some places for compa... | Arfrever Frehtes Taifersar Arahesis | 2009-09-25 | 1 | -1/+1 |
* | Update system imports for compatibility with Python 3. | Arfrever Frehtes Taifersar Arahesis | 2009-09-20 | 1 | -7/+13 |
* | Update syntax of numbers for compatibility with Python 3. | Arfrever Frehtes Taifersar Arahesis | 2009-09-20 | 1 | -2/+2 |
* | Support print() function with Python 2 in some files. | Arfrever Frehtes Taifersar Arahesis | 2009-09-20 | 1 | -0/+2 |
* | Update syntax of calls to print() for compatibility with Python 3. | Arfrever Frehtes Taifersar Arahesis | 2009-09-20 | 1 | -28/+27 |
* | Update syntax of 'except' statements for compatibility with Python 3. | Arfrever Frehtes Taifersar Arahesis | 2009-09-20 | 1 | -2/+2 |
* | Update imports to import portage.os (with unicode wrappers), and use | Zac Medico | 2009-08-11 | 1 | -1/+2 |
* | For py3k compat, avoid using list.sort(cmp). | Zac Medico | 2008-12-09 | 1 | -7/+11 |
* | Remove stray print statement from previous commit. | Zac Medico | 2008-11-15 | 1 | -1/+0 |
* | Bug #173284 - Do not traverse hidden directories such as .svn or .git when | Zac Medico | 2008-11-15 | 1 | -2/+3 |
* | Py3k compatibility patch #5 by Ali Polatel <hawking@g.o>. | Zac Medico | 2008-07-01 | 1 | -3/+3 |
* | Use spawn() instead of system(). | Zac Medico | 2008-06-11 | 1 | -2/+18 |
* | Bug #142508 - Clear the screen each time before calling | Zac Medico | 2007-10-01 | 1 | -0/+14 |
* | Bug #194095 - Validate dispatch-conf input in order to | Zac Medico | 2007-09-29 | 1 | -2/+13 |
* | Bug #74615 - Quote all file paths inside dispatch-conf shell commands. | Zac Medico | 2007-09-24 | 1 | -3/+3 |
* | Fix the ignore-previously-merged option so that it compares the original file... | Zac Medico | 2007-05-24 | 1 | -1/+2 |
* | Add a 'ignore-previously-merged' config option which gives similar behavior t... | Zac Medico | 2007-05-23 | 1 | -0/+8 |
* | import dispatch_conf from the new namespace | Zac Medico | 2007-05-13 | 1 | -1/+1 |
* | tabs -> spaces | Zac Medico | 2007-05-13 | 1 | -3/+3 |
* | Use os.path.realpath to handle symlinks properly. | Zac Medico | 2007-02-10 | 1 | -1/+1 |
* | Fix automatic sys.path insertions so that they're relative instead of absolut... | Zac Medico | 2007-02-10 | 1 | -1/+2 |
* | For bug #165780, make config-protect code consistently ignore '.*~' and '.*.b... | Zac Medico | 2007-02-07 | 1 | -1/+1 |
* | Namespace sanitizing, step 4 | Marius Mauch | 2007-01-25 | 1 | -6/+6 |
* | Fix a typo. | Zac Medico | 2007-01-12 | 1 | -1/+1 |
* | fix "" " " bug | Alec Warner | 2007-01-12 | 1 | -1/+1 |
* | More String deprecation | Alec Warner | 2007-01-12 | 1 | -2/+2 |
* | For bug #8423, make dispatch-conf preserve timestamps when possible. | Zac Medico | 2006-11-26 | 1 | -2/+1 |
* | For bug #129670, skip the replace-cvs and replace-wscomments tests if the dif... | Zac Medico | 2006-11-01 | 1 | -3/+12 |
* | Add support for frozen config files for which updates are automatically zappe... | Zac Medico | 2006-10-31 | 1 | -0/+26 |
* | Rely on PYTHONPATH instead of PORTAGE_PYM_PATH for locating portage's python ... | Zac Medico | 2006-10-31 | 1 | -2/+6 |
* | Just use stat instead of lstat for config protect, so that broken symlinks ar... | Zac Medico | 2006-10-30 | 1 | -1/+1 |
* | streamline portage pythonpath handling and add an override analog to how the ... | Marius Mauch | 2006-10-26 | 1 | -1/+1 |
* | For bug #14321, make dispatch-conf scan for individual files listed in CONFIG... | Zac Medico | 2006-09-16 | 1 | -4/+12 |