summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix TypeError in clear_screen() in dispatch-conf which occurs when Python 3 i...Arfrever Frehtes Taifersar Arahesis2009-09-271-1/+2
* Use list comprehensions instead of filter() or map() in some places for compa...Arfrever Frehtes Taifersar Arahesis2009-09-251-1/+1
* Update system imports for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-7/+13
* Update syntax of numbers for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-2/+2
* Support print() function with Python 2 in some files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+2
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-28/+27
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-2/+2
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-1/+2
* For py3k compat, avoid using list.sort(cmp).Zac Medico2008-12-091-7/+11
* Remove stray print statement from previous commit.Zac Medico2008-11-151-1/+0
* Bug #173284 - Do not traverse hidden directories such as .svn or .git whenZac Medico2008-11-151-2/+3
* Py3k compatibility patch #5 by Ali Polatel <hawking@g.o>.Zac Medico2008-07-011-3/+3
* Use spawn() instead of system().Zac Medico2008-06-111-2/+18
* Bug #142508 - Clear the screen each time before callingZac Medico2007-10-011-0/+14
* Bug #194095 - Validate dispatch-conf input in order toZac Medico2007-09-291-2/+13
* Bug #74615 - Quote all file paths inside dispatch-conf shell commands.Zac Medico2007-09-241-3/+3
* Fix the ignore-previously-merged option so that it compares the original file...Zac Medico2007-05-241-1/+2
* Add a 'ignore-previously-merged' config option which gives similar behavior t...Zac Medico2007-05-231-0/+8
* import dispatch_conf from the new namespaceZac Medico2007-05-131-1/+1
* tabs -> spacesZac Medico2007-05-131-3/+3
* Use os.path.realpath to handle symlinks properly.Zac Medico2007-02-101-1/+1
* Fix automatic sys.path insertions so that they're relative instead of absolut...Zac Medico2007-02-101-1/+2
* For bug #165780, make config-protect code consistently ignore '.*~' and '.*.b...Zac Medico2007-02-071-1/+1
* Namespace sanitizing, step 4Marius Mauch2007-01-251-6/+6
* Fix a typo.Zac Medico2007-01-121-1/+1
* fix "" " " bugAlec Warner2007-01-121-1/+1
* More String deprecationAlec Warner2007-01-121-2/+2
* For bug #8423, make dispatch-conf preserve timestamps when possible.Zac Medico2006-11-261-2/+1
* For bug #129670, skip the replace-cvs and replace-wscomments tests if the dif...Zac Medico2006-11-011-3/+12
* Add support for frozen config files for which updates are automatically zappe...Zac Medico2006-10-311-0/+26
* Rely on PYTHONPATH instead of PORTAGE_PYM_PATH for locating portage's python ...Zac Medico2006-10-311-2/+6
* Just use stat instead of lstat for config protect, so that broken symlinks ar...Zac Medico2006-10-301-1/+1
* streamline portage pythonpath handling and add an override analog to how the ...Marius Mauch2006-10-261-1/+1
* For bug #14321, make dispatch-conf scan for individual files listed in CONFIG...Zac Medico2006-09-161-4/+12
* Use portage_exec.find_binary since "which" always returns 0 status on darwin....Zac Medico2006-06-221-6/+8
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
* Revert r3129 and r3130 because they don't solve bug #129515.Zac Medico2006-04-111-9/+1
* Make dispatch-conf play nice with symlinks for bug #129515. Thanks to Patric...Zac Medico2006-04-111-1/+9
* fix traceback when EDITOR is not set in the env #118976 by Paul VarnerMike Frysinger2006-01-151-0/+2
* update copyright yearsMike Frysinger2006-01-051-1/+1
* Make dispatch-conf's log file have 0600 permissions.Jason Stubbs2005-10-051-3/+6
* Harmless typo in signal catcher.Jason Stubbs2005-09-291-1/+1
* 68928-spawn-command-isabs-zmedico.patch (spawn included "." in PATH)Jason Stubbs2005-09-011-1/+4
* header changes, $Header: -> $Id:Brian Harring2005-08-301-1/+1
* Migration (without history) of the current stable line to subversion.Jason Stubbs2005-08-281-0/+311