aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename pym→lib, for better distutils-r1 interoperabilityMichał Górny2018-07-181-1/+1
* Do not enable optimizations by default to work-around pycparser issueMichał Górny2017-09-021-1/+1
* Fix Python 3.6 "DeprecationWarning: invalid escape sequence" warnings (bug 60...Arfrever Frehtes Taifersar Arahesis2017-01-311-2/+2
* dispatch-conf: fix popen UnicodeDecode error (bug 576788)Zac Medico2016-05-181-4/+11
* dispatch-conf: fix unicode handling (bug 545270)Zac Medico2015-04-011-4/+5
* FEATURES=case-insensitive-fs for bug #524236Zac Medico2014-11-171-1/+7
* dispatch-conf: symlink support for bug #485598Zac Medico2014-11-021-17/+28
* CONFIG_PROTECT: handle non-existent filesZac Medico2014-10-271-4/+6
* Update sys.path in scripts only when using not installed instance of Portage.Arfrever Frehtes Taifersar Arahesis2014-09-201-2/+2
* Use -b instead of -bb.Arfrever Frehtes Taifersar Arahesis2014-01-231-1/+1
* Enable BytesWarnings.Arfrever Frehtes Taifersar Arahesis2014-01-181-2/+2
* Add cross-prefix supportRuud Koolen2013-06-181-1/+1
* dispatch-conf: fix python2-style print callVladimir Romanov2013-05-151-1/+2
* Remove unused imports, bug #469022Vladimir Romanov2013-05-151-4/+2
* Add portage._internal_caller var, and use it.Zac Medico2013-01-031-1/+2
* Handle closed sys.__stdin__, for multiprocessingZac Medico2012-12-151-1/+1
* Unconditionally insert our pym dir in sys.path.Zac Medico2012-09-021-8/+4
* Use sys.__std*.fileno() in case of overrides.Zac Medico2012-08-221-4/+6
* dispatch-conf: do regex matching ourselvesMike Frysinger2012-03-101-13/+24
* dispatch-conf: add --help/--version flagsMike Frysinger2012-03-081-0/+13
* Use portage.const.EPREFIX more.Zac Medico2011-12-091-1/+1
* dispatch-conf: experimental prefix supportZac Medico2011-12-071-2/+3
* dispatch-conf: fix replace-wscomments patternRyan Hill2011-10-011-1/+1
* dispatch-conf: tweak pager basename comparisonZac Medico2011-09-281-2/+3
* dispatch-conf: support PAGER var for bug #384663Zac Medico2011-09-281-0/+32
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-251-2/+4
* Fix NameError for ConfigProtect.Zac Medico2010-08-011-1/+1
* Always use shlex_split() to split CONFIG_PROTECT{,_MASK}.Zac Medico2010-07-311-10/+13
* Handle UnicodeDecodeError from subprocess.getstatusoutput() calls, reportedZac Medico2010-07-241-15/+11
* Add back executable bits, accidentally removed in previous commit.Zac Medico2010-03-241-0/+0
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Remove unused merge_cmd variable.Zac Medico2010-02-181-1/+0
* Remove diffutils version detection code since it's not really needed.Zac Medico2010-02-181-13/+2
* Fix broken diffutils vercmp code.Zac Medico2010-02-181-3/+2
* Bug #305393 - Handle new sdiff exit status for diffutils-2.9.Zac Medico2010-02-181-0/+16
* Bug #295197 - Output a newline after valid user input is received.Zac Medico2010-02-021-0/+2
* 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