FreeBSD: don't use /dev/fd, bug #478446
[portage.git] / pym / portage / data.py
2013-06-22 Zac MedicoPython 3.1: pass bytes to Popen
2013-01-28 Zac MedicoAdd chown workaround for python in Fedora 18.
2013-01-25 Zac MedicoSuppress portage group warning for bug #454060.
2012-09-12 Zac MedicoReplace getstatusoutput with unicode safe Popen.
2011-12-21 Zac Medicodata.py: stat EROOT for PORTAGE_GRPNAME/USERNAME
2011-12-16 Zac Medicodata.py: tweak getgrnam call for PyPy
2011-12-11 Zac Medicodata._init(): use 'portage' default in first call v2.2.0_alpha80
2011-12-10 Zac Medicodata.py: avoid portage.settings when possible
2011-12-10 Zac Medicodata.py: rename var to _portage_username
2011-12-10 Zac Medicoconfig: init data/output modules in constructor
2011-12-10 Zac MedicoUse portage.const.EPREFIX more.
2011-12-09 Zac Medicodata.py: grp/pwd struct attrs, not indexes
2011-12-09 Zac MedicoEnable PORTAGE_GRPNAME/USERNAME in make.conf.
2011-08-29 Zac Medicoemerge: add simple unit tests
2010-08-29 Arfrever Frehtes... Remove unused imports found by pylint.
2010-08-22 Zac MedicoRemove support for the missingos module since apparentl...
2010-07-14 Zac Medico* Add support for PORTAGE_USERNAME and PORTAGE_GRPNAME
2010-04-27 Zac MedicoRevert formatting so chromioumos-overlay won't have...
2010-04-10 Zac MedicoMake spawning of `id -G portage` happen lazily when...
2010-04-06 Zac MedicoRemove PORTAGE_USERNAME and PORTAGE_GROUPNAME support...
2010-03-26 Zac MedicoUse PORTAGE_USERNAME when populating userpriv_groups.
2010-03-24 Zac MedicoRemove all svn $Id keywords.
2010-03-24 Zac MedicoAdd support for PORTAGE_USERNAME and PORTAGE_GROUPNAME...
2010-01-30 Zac MedicoFix conditional logic for userpriv_groups intialization.
2010-01-29 Zac MedicoDefine userpriv_groups earlier in order to avoid an...
2009-09-20 Arfrever Frehtes... Update system imports for compatibility with Python 3.
2009-08-15 Arfrever Frehtes... Prepare 308 messages to localization.
2009-08-12 Zac MedicoUse a single sys.hexversion conditional for both _unico...
2009-08-11 Zac MedicoWrap portage.data.lchown() for unicode support in pytho...
2009-02-22 Zac MedicoUse lazyimport to avoid importing the dep, output,...
2009-02-22 Zac MedicoUse lazyimport to avoid importing the checksum, locks...
2009-01-09 Zac MedicoBug #253563 - Replace hardcoded green/red color strings...
2008-06-04 Zac MedicoUse "platform" module instead of os.uname, or -- even...
2007-12-29 Zac MedicoAs suggested by grobian, treat Darwin just like USERLAN...
2007-12-29 Zac MedicoFix broken Darwin USERLAND detection.
2007-12-29 Zac MedicoAdd back support for silent definition of the dummy...
2007-12-29 Zac MedicoSimplify the userland detection code in portage.data...
2007-12-29 Zac MedicoRemove redundant lchown() compatibility code since the
2007-12-29 Zac MedicoMove XARGS initialization from portage.data to isolated...
2007-12-29 Zac MedicoBug #121584 - Make the automatic USERLAND detection...
2007-07-05 Marius MauchRemove fallback imports for set(), and note minimum...
2007-06-30 Zac MedicoRemove old wheel group warnings since portage stopped...
2007-04-05 Zac MedicoProvide a default value to the getattr call.
2007-04-05 Zac MedicoMake sure XARGS has a default value.
2007-04-05 Zac MedicoDon't force OS detection in the portage.data module.
2007-04-05 Zac MedicoDon't set os.environ["USERLAND"] inside portage.data...
2007-03-03 Zac MedicoAdd missing sys import.
2007-01-25 Marius MauchNamespace sanitizing, step 3
2007-01-25 Marius MauchNamespace sanitizing, step 2
2007-01-25 Marius MauchNamespace sanitizing, step 1