aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* grabfile_package: support -* in profile "packages" files (bug 610670)Zac Medico2017-02-231-1/+8
* Fix Python 3.6 "DeprecationWarning: invalid escape sequence" warnings (bug 60...Arfrever Frehtes Taifersar Arahesis2017-01-311-2/+2
* refresh many URIs in the code baseMike Frysinger2016-06-281-1/+1
* Remove unneeded native_kwargs wrapperMichał Górny2016-05-311-1/+1
* portage/util: Fix initialize_logger not passing along the desired logging levelBrian Dolbec2016-04-251-2/+2
* apply_secpass_permissions: avoid accessing portage.data.secpass when possibleZac Medico2015-10-061-1/+3
* unpack: use chmod-lite helper for bug 554084Zac Medico2015-10-031-43/+50
* varexpand: fix IndexError (bug 548556)Zac Medico2015-05-031-0/+12
* UseManager: handle newlines for USE_EXPAND prefixes (bug 546512)Albert Safin2015-04-211-3/+7
* new_protect_filename: fix _unicode_decode TypeError with symlink (bug 546176)Mike Hiretsky2015-04-111-1/+1
* binpkg-multi-instance 7 of 7Zac Medico2015-03-041-4/+9
* portage/util/__init__.py: Fix leading whitespace errorsBrian Dolbec2015-01-221-21/+21
* portage/util/__init__.py: Fix typo in new_protect_filename() Bug 537298Brian Dolbec2015-01-221-2/+2
* Support override of default profile EAPI (532670)Zac Medico2014-12-301-4/+7
* FEATURES=case-insensitive-fs for bug #524236Zac Medico2014-11-171-1/+7
* CONFIG_PROTECT: protect symlinks, bug #485598Zac Medico2014-11-021-6/+29
* CONFIG_PROTECT: handle non-existent filesZac Medico2014-10-271-2/+4
* Turn a traceback into a graceful errorAlexander Berntsen2014-06-141-1/+2
* Added support for variable expansion in source command argument in make.confJesus Rivero2014-01-211-2/+7
* pym/util: clean up style a bitMike Frysinger2013-10-151-46/+46
* Use 'with' statements.Arfrever Frehtes Taifersar Arahesis2013-10-021-11/+9
* portage.util.atomic_ofstream.__init__(): Fix compatibility with Python <2.6.5.Arfrever Frehtes Taifersar Arahesis2013-09-161-1/+1
* grabdict_package: use recursive name for errorsZac Medico2013-08-271-16/+27
* Cast uid/gid proxies to int for Python 3.4.Zac Medico2013-08-111-0/+4
* getconfig: share recursion code with grablinesZac Medico2013-06-271-63/+48
* util/__init__.py: enable unicode_literalsZac Medico2013-06-231-20/+28
* getconfig: convert source IOError to ParseErrorZac Medico2013-06-231-8/+24
* Python 3.1: pass bytes to PopenZac Medico2013-06-221-4/+11
* getconfig: handle recursive PermissionDeniedZac Medico2013-03-271-3/+19
* make.conf: recurse directories, bug #463266Zac Medico2013-03-261-2/+47
* append_repo: use Atom.with_repo()Zac Medico2013-03-191-2/+2
* append_repo: preserve existing repo atomZac Medico2013-03-181-2/+3
* cmp_sort_key: reference functools.cmp_to_key()Zac Medico2013-03-181-0/+3
* grabfile_package: unicode(), not str() for py2Zac Medico2013-03-181-1/+6
* Define portage.const.VCS_DIRS and use it in some modules.Arfrever Frehtes Taifersar Arahesis2013-03-131-2/+2
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2013-01-311-2/+2
* UseManager: /etc/portage/profile extended syntaxZac Medico2012-09-261-5/+11
* find_updated_config_files: x var name collisionZac Medico2012-09-131-2/+2
* Replace getstatusoutput with unicode safe Popen.Zac Medico2012-09-111-7/+14
* read_corresponding_eapi_file: cache resultsZac Medico2012-08-231-0/+7
* grabfile_package: show real file name in errorZac Medico2012-06-171-1/+1
* grablines: raise PermissionDenied if appropriateZac Medico2012-06-011-2/+13
* getconfig: only raise ParseErrorv2.2.0_alpha107Zac Medico2012-05-161-1/+1
* getconfig: use shlex.error_leader() moreZac Medico2012-05-151-22/+23
* Revert "Bug #413983: Add portage.util.urlopen(), which transparently handles ...Zac Medico2012-05-131-19/+0
* Bug #413983: Add portage.util.urlopen(), which transparentlyArfrever Frehtes Taifersar Arahesis2012-05-011-1/+20
* varexpand: optimize access to current charv2.2.0_alpha97Zac Medico2012-03-311-19/+28
* getconfig: show error message for varexpand failZac Medico2012-03-311-2/+19
* varexpand: use frozenset for word charactersZac Medico2012-03-311-2/+3
* varexpand: use list for efficient appendZac Medico2012-03-311-13/+13