aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename pym→lib, for better distutils-r1 interoperabilityMichał Górny2018-07-181-397/+0
* refresh many URIs in the code baseMike Frysinger2016-06-281-1/+1
* dispatch-conf: handle file/directory collisions (bug 256376)Zac Medico2015-05-101-14/+83
* dispatch-conf: fix unicode handling (bug 545270)Zac Medico2015-04-011-3/+1
* dispatch_conf: factor out _archive_copyZac Medico2015-01-121-56/+36
* dispatch-conf: avoid symlink "File exists" error (535850)Zac Medico2015-01-121-0/+24
* dispatch-conf: symlink support for bug #485598Zac Medico2014-11-021-21/+136
* portage/dispatch_conf.py: Fix bug 512690Brian Dolbec2014-06-121-1/+2
* Use local dispatch-conf.conf and make.globals when using Portage from working...Arfrever Frehtes Taifersar Arahesis2014-02-051-2/+5
* various pylint clean upsMike Frysinger2014-02-031-164/+165
* Python 3.1: pass bytes to PopenZac Medico2013-06-221-4/+12
* Add cross-prefix supportRuud Koolen2013-06-181-1/+1
* dispatch-conf: use shlex to parse diff commandZac Medico2012-05-021-3/+7
* dispatch_conf: don't pass bytes for Popen cmdZac Medico2012-04-011-1/+1
* dispatch_conf: emulate getstatusoutput with PopenZac Medico2012-03-311-12/+12
* dispatch_conf: fix broken diffstatusoutput_lenv2.2.0_alpha92Zac Medico2012-03-181-1/+1
* dispatch-conf: do regex matching ourselvesMike Frysinger2012-03-101-4/+4
* Use portage.const.EPREFIX more.Zac Medico2011-12-091-2/+2
* dispatch-conf: substitute ${EPREFIX} archive-dirZac Medico2011-12-081-0/+5
* dispatch-conf: experimental prefix supportZac Medico2011-12-071-2/+3
* Use portage.subprocess_getstatusoutput() more.Zac Medico2011-07-121-5/+1
* dispatch-conf: restrict default archive-dir permsv2.2.0_alpha18Zac Medico2011-01-191-1/+4
* dispatch-conf: suppress 'No such file' errors.Zac Medico2010-10-211-10/+13
* Eliminate portage.env from baseline imports.Zac Medico2010-09-051-1/+2
* Ensure SystemExit is never caught.Zac Medico2010-08-261-2/+2
* Handle UnicodeDecodeError from subprocess.getstatusoutput() calls, reportedZac Medico2010-07-241-3/+18
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
* Support print() function with Python 2 in more files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+2
* Update system imports for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-2/+6
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-11/+11
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-4/+4
* Use KeyValuePairFileLoader intead on getconfig(), since getconfig() is tooZac Medico2009-08-291-5/+9
* Use st_* attributes instead of the stat module.Zac Medico2009-08-181-5/+4
* Prepare 308 messages to localization.Arfrever Frehtes Taifersar Arahesis2009-08-151-11/+12
* Py3k compatibility patch #1 by Ali Polatel <hawking@g.o>.Zac Medico2008-07-011-1/+1
* Bug #74615 - Quote all file paths inside dispatch-conf shell commands.Zac Medico2007-09-241-4/+4
* Revert r6967 since shutil.move() is broken internally.Zac Medico2007-06-231-7/+7
* For bug #182964, replace os.rename() with shutil.move() in order to handle EX...Zac Medico2007-06-231-7/+7
* Namespace sanitizing, step 1Marius Mauch2007-01-251-0/+161