summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* portage.const: toggle constants for stable branchZac Medico2013-01-241-4/+4
* config: raise PermissionDenied morev2.2.0_alpha161Zac Medico2013-01-242-10/+12
* RepoConfigLoader: raise PermissionDenied moreZac Medico2013-01-242-12/+31
* RepoConfigLoader: raise PermissionDeniedZac Medico2013-01-241-1/+10
* _new_backup_path: fix TypeError, bug #453892Zac Medico2013-01-241-1/+1
* Package: filter built USE for bug #453400Zac Medico2013-01-231-1/+3
* Fix default use match for implicit IUSE.v2.2.0_alpha159Zac Medico2013-01-212-7/+17
* repoman: fix stable mask to use correct profilev2.2.0_alpha157Zac Medico2013-01-193-16/+33
* isStable: fix * logic for repomanZac Medico2013-01-191-1/+5
* isStable: handle * for repoman moreZac Medico2013-01-191-1/+1
* isStable: handle * for repomanv2.2.0_alpha156Zac Medico2013-01-191-1/+1
* tests/repoman: add dev and exp profilesZac Medico2013-01-191-0/+15
* Fix stable mask logic for repoman.Zac Medico2013-01-192-10/+23
* test_security_set: detect missing xml supportv2.2.0_alpha155Zac Medico2013-01-181-0/+13
* Enable glsa @security set for stable, and test.Zac Medico2013-01-184-0/+137
* glsa.py: fix misc breakageZac Medico2013-01-181-2/+3
* Fix unicode vs. bytes issue in glsa-check (#341293)Andy Kittner2013-01-181-0/+1
* sync with genscripts rev 343. This adds the initial py3k support and the anal...Paul Varner2013-01-181-6/+7
* Merge rev 113 from djanderson's genscripts repoPaul Varner2013-01-181-74/+68
* getminupgrade: fix documentation and backtraceRobert Buchholz2013-01-181-16/+22
* Do not inject GLSAs into the checkfile when fixing themPaul Varner2013-01-181-9/+12
* Restructure system affection detection.Paul Varner2013-01-181-22/+39
* Change behaviour of getMinUpgradePaul Varner2013-01-181-7/+8
* Some python tweaks to speed glsa-checkPaul Varner2013-01-181-25/+12
* Handle unicode encoding when dumping to stdout and start migration to using S...Paul Varner2013-01-181-19/+31
* Add workaround for Python 2.6.4 issue 4978Zac Medico2013-01-186-8/+21
* Use unicode_literals more.Zac Medico2013-01-1828-72/+124
* test_string_format: use unicode_literalsZac Medico2013-01-181-26/+25
* localization: always return unicodeZac Medico2013-01-181-3/+9
* cache/flat_hash.py: unicode_literalsZac Medico2013-01-181-7/+7
* cache/sqlite.py: unicode_literalsZac Medico2013-01-181-3/+4
* ebuild_xattr.py: lowercase utf-8 commentZac Medico2013-01-181-1/+1
* _setup_pipes: close unnecessary duplicate fdsZac Medico2013-01-171-9/+46
* Use 'with file' more.Zac Medico2013-01-171-61/+46
* emerge --info: show free ram/swap, bug #451048Zac Medico2013-01-161-0/+80
* doebuild: tweak handling of _unused paramZac Medico2013-01-151-4/+4
* EbuildMetadataPhase: use dynamic pipe fdZac Medico2013-01-151-37/+7
* SpawnProcess: improve dummy pipe allocation logicZac Medico2013-01-152-2/+17
* Warn if old make.globals found, bug #452176v2.2.0_alpha153Zac Medico2013-01-151-2/+16
* Warn if 2 make.profile dirs found, bug #452176Zac Medico2013-01-151-3/+15
* selinux: python3 unicode paths, bug #430488Arfrever Frehtes Taifersar Arahesis2013-01-142-27/+30
* DoebuildSpawnTestCase: also call spawn_nofetchZac Medico2013-01-101-12/+27
* spawn_nofetch: import portage, bug #451344Zac Medico2013-01-101-0/+1
* Revert "_ctypes: don't cache library, bug #448858"v2.2.0_alpha150Zac Medico2013-01-101-4/+6
* Use EventLoop, no SchedulerInterface if possible.Zac Medico2013-01-101-2/+2
* emerge/test_simple.py: override PATH moreZac Medico2013-01-102-3/+9
* _emirrordist/main.py: remove extra Config importZac Medico2013-01-101-1/+0
* FetchTask: use umask for copied filesZac Medico2013-01-101-12/+2
* FetchTask: avoid possible duplicate URIZac Medico2013-01-101-2/+4
* FetchTask: randomize thirdpartymirrorsZac Medico2013-01-101-1/+7