summaryrefslogtreecommitdiffstats
path: root/pym/portage/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* create_trees: add public eprefix parameterZac Medico2011-12-091-4/+3
* config: make eprefix constructor parameter publicZac Medico2011-12-091-2/+2
* Use portage.const.EPREFIX more.Zac Medico2011-12-091-0/+2
* _trees_dict: define __slots__Zac Medico2011-10-281-0/+1
* create_trees: ensure trees is _trees_dict typeZac Medico2011-10-271-5/+10
* Use EROOT instead of ROOT for keys everywhere.Zac Medico2011-10-251-10/+10
* create_trees: save target_root for later useZac Medico2011-10-251-2/+12
* ResolverPlayground: use create_treesZac Medico2011-10-251-3/+5
* Use utf_8 'merge' encoding for all locales.v2.2.0_alpha55Zac Medico2011-09-091-18/+22
* abssymlink: fix inverted logic from last commitv2.2.0_alpha54Zac Medico2011-09-061-1/+1
* merge: avoid abssymlink readlink callZac Medico2011-09-061-2/+5
* Use utf_8 encoding for merge when ascii is configured.Zac Medico2011-09-011-3/+14
* emerge: add simple unit testsZac Medico2011-08-281-2/+4
* Improve a comment.Arfrever Frehtes Taifersar Arahesis2011-08-251-1/+1
* Avoid baseline subprocess import under python2.Zac Medico2011-07-121-2/+4
* Remove python-2.6 StringIO.StringIO fallback.Zac Medico2011-07-121-8/+0
* Remove unused codecs import.Zac Medico2011-07-101-1/+0
* Remove the _ensure_encodings module.Zac Medico2011-07-071-24/+0
* Add initial support for EAPI="4-python".Arfrever Frehtes Taifersar Arahesis2011-06-081-1/+1
* portdbapi: cleanup when base module is reloadedZac Medico2011-06-031-0/+29
* Update timestamps in headers of modified files.Zac Medico2011-06-031-1/+1
* Move pickle import out of base portage module.Zac Medico2011-06-031-4/+0
* Fix selinux import error handling.Zac Medico2011-01-291-0/+1