aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lockfile: handle EINTR for bug #538314Zac Medico2015-01-311-1/+1
* Support EAPI=6_pre1 for testing EAPI6 featuresMichał Górny2014-12-041-1/+1
* portage.os.waitpid: handle EINTR for bug #525552Zac Medico2014-12-031-0/+24
* unprivileged mode: generate PORTAGE_DEPCACHEDIRZac Medico2014-11-141-0/+3
* Make eapi_is_supported() reuse _supported_eapis listMichał Górny2014-09-111-13/+1
* Fix off-by-one error in supported EAPI listMichał Górny2014-09-111-1/+1
* Check presence of .portage_not_installed file instead of .git directoryArfrever Frehtes Taifersar Arahesis2014-02-051-1/+1
* various pylint clean upsMike Frysinger2014-02-031-6/+7
* Rename portage._sync_disabled_warnings to portage._sync_mode.Arfrever Frehtes Taifersar Arahesis2014-01-191-3/+2
* Cast uid/gid proxies to int for Python 3.4.Zac Medico2013-08-111-18/+0
* inherit: optimize eclass searchZac Medico2013-07-221-0/+4
* Sanitize PYTHONPATH for helpers, bug #477764Zac Medico2013-07-221-1/+1
* Use PORTAGE_REPOSITORIES in test suite.Arfrever Frehtes Taifersar Arahesis2013-07-131-1/+1
* Set portage._working_copy bool variable.Arfrever Frehtes Taifersar Arahesis2013-07-131-0/+1
* Python 3.1: pass bytes to PopenZac Medico2013-06-221-8/+13
* Decode sys.argv with surrogateescape for Python 3Zac Medico2013-06-201-0/+13
* Fix cross-prefix bugs, and test.Zac Medico2013-06-191-2/+2
* cache/template.py: call self.sync() from __del__Zac Medico2013-06-071-35/+1
* abssymlink: clarify docs, bug #225821Zac Medico2013-02-151-1/+9
* ebuild: add _reset_legacy_globals for reloadZac Medico2013-02-111-15/+16
* Add chown workaround for python in Fedora 18.Zac Medico2013-01-271-1/+26
* Add workaround for Python 2.6.4 issue 4978Zac Medico2013-01-181-0/+9
* Use unicode_literals more.Zac Medico2013-01-181-0/+2
* selinux: python3 unicode paths, bug #430488Arfrever Frehtes Taifersar Arahesis2013-01-141-0/+4
* Add portage._internal_caller var, and use it.Zac Medico2013-01-031-2/+2
* Handle closed sys.__stdin__, for multiprocessingZac Medico2012-12-151-0/+11
* EAPI="5-progress": Add automatic unpack dependencies.Arfrever Frehtes Taifersar Arahesis2012-11-241-0/+1
* Move portage.dep._internal_warnings to portage.v2.2.0_alpha139Zac Medico2012-10-161-0/+3
* Handle missing mkfifo for Jython.Zac Medico2012-10-161-1/+6
* emerge: lazy imports, optimize --helpZac Medico2012-10-141-0/+1
* Bug #434970: Disable some warnings during `emerge --sync`.Arfrever Frehtes Taifersar Arahesis2012-10-141-0/+2
* Add experimental EAPI 5-hdepend support.Ambroz Bizjak2012-09-241-2/+2
* Deprecate EAPI 5_pre2.Zac Medico2012-09-211-2/+2
* Support EAPI="5-progress".Arfrever Frehtes Taifersar Arahesis2012-09-211-1/+1
* Deprecate EAPI 5_pre1.Zac Medico2012-09-131-2/+2
* chflags: fixed empty opts argumentv2.2.0_alpha127Zac Medico2012-09-121-1/+5
* chflags: fixed octal flags format breakageZac Medico2012-09-111-1/+1
* Replace getstatusoutput with unicode safe Popen.Zac Medico2012-09-111-14/+24
* Add EAPI 5_pre2 with features approved by councilZac Medico2012-09-111-1/+1
* Enable EAPI 5_pre1 for testing.Zac Medico2012-09-011-1/+1
* Add experimental EAPI 4-slot-abi support.Zac Medico2012-06-221-1/+1
* Delete workaround for http://bugs.python.org/issue14007.Arfrever Frehtes Taifersar Arahesis2012-06-031-10/+0
* portageexit: skip SANDBOX_ON checkZac Medico2012-06-011-2/+1
* portageexit: skip secpass checkZac Medico2012-06-011-1/+1
* _pms_eapi_re: require whitespace before commentZac Medico2012-05-131-1/+1
* Check type of xml.etree.ElementTree.TreeBuilder before applyingArfrever Frehtes Taifersar Arahesis2012-05-131-4/+10
* Add workaround for http://bugs.python.org/issue14007.Arfrever Frehtes Taifersar Arahesis2012-05-121-0/+4
* Parse EAPI with pattern from PMS section 7.3.1.Zac Medico2012-05-091-19/+15
* create_trees: pass __PORTAGE_TEST_HARDLINK_LOCKSZac Medico2011-12-141-1/+2
* Make eprefix=None params map to const.EPREFIXZac Medico2011-12-101-1/+1