aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename pym→lib, for better distutils-r1 interoperabilityMichał Górny2018-07-181-664/+0
* Enable EAPI 7 (bug 654472)Zac Medico2018-05-011-1/+1
* Export SYSROOT and ESYSROOT in ebuild env in EAPI 7James Le Cuirot2018-05-011-3/+3
* Support BDEPEND (CBUILD dependencies) in EAPI 7Michał Górny2018-03-171-1/+1
* Remove support for PROVIDE virtualsMichał Górny2018-03-141-1/+1
* Enable testing EAPI 7_pre1Michał Górny2018-03-041-1/+1
* Deprecate EAPI 6_pre1Michał Górny2018-02-251-3/+3
* FreeBSD: use os.*chflags() instead of calling external toolMichał Górny2018-02-221-47/+3
* portage/__init__.py: Whitespace cleanupBrian Dolbec2016-12-051-1/+1
* portage/__init__.py: Fix live versioning to look for portage tags onlyBrian Dolbec2016-12-051-1/+1
* portage.VERSION: compensate for new git tag formatMike Gilbert2016-06-281-4/+4
* refresh many URIs in the code baseMike Frysinger2016-06-281-1/+1
* Remove unneeded native_kwargs wrapperMichał Górny2016-05-311-9/+0
* 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