| Commit message (Expand) | Author | Age | Files | Lines |
* | emerge.1: --depclean-lib-check disabled defaultv2.1.11.44 | Zac Medico | 2013-01-18 | 1 | -1/+1 |
* | Remove extended package set configuration docs. | Zac Medico | 2013-01-18 | 2 | -6/+2 |
* | portage.const: toggle constants for stable branch | Zac Medico | 2013-01-18 | 1 | -4/+4 |
* | test_security_set: detect missing xml supportv2.2.0_alpha155 | Zac Medico | 2013-01-18 | 1 | -0/+13 |
* | glsa-check: explicit imports, fix glsaconfig ref | Zac Medico | 2013-01-18 | 1 | -3/+4 |
* | Enable glsa @security set for stable, and test. | Zac Medico | 2013-01-18 | 4 | -0/+137 |
* | glsa.py: fix misc breakage | Zac Medico | 2013-01-18 | 1 | -2/+3 |
* | Fix unicode vs. bytes issue in glsa-check (#341293) | Andy Kittner | 2013-01-18 | 2 | -7/+11 |
* | sync with genscripts rev 343. This adds the initial py3k support and the anal... | Paul Varner | 2013-01-18 | 2 | -6/+14 |
* | Merge rev 113 from djanderson's genscripts repo | Paul Varner | 2013-01-18 | 1 | -74/+68 |
* | getminupgrade: fix documentation and backtrace | Robert Buchholz | 2013-01-18 | 1 | -16/+22 |
* | Do not inject GLSAs into the checkfile when fixing them | Paul Varner | 2013-01-18 | 2 | -13/+15 |
* | Restructure system affection detection. | Paul Varner | 2013-01-18 | 2 | -59/+74 |
* | Change behaviour of getMinUpgrade | Paul Varner | 2013-01-18 | 2 | -7/+18 |
* | Some python tweaks to speed glsa-check | Paul Varner | 2013-01-18 | 1 | -25/+12 |
* | Handle unicode encoding when dumping to stdout and start migration to using S... | Paul Varner | 2013-01-18 | 2 | -20/+35 |
* | Add workaround for Python 2.6.4 issue 4978 | Zac Medico | 2013-01-18 | 9 | -13/+32 |
* | Use unicode_literals more. | Zac Medico | 2013-01-18 | 47 | -200/+273 |
* | test_string_format: use unicode_literals | Zac Medico | 2013-01-18 | 1 | -26/+25 |
* | localization: always return unicode | Zac Medico | 2013-01-18 | 1 | -3/+9 |
* | egencache: unicode_literals for TextIOWrapper | Zac Medico | 2013-01-18 | 1 | -16/+14 |
* | cache/flat_hash.py: unicode_literals | Zac Medico | 2013-01-18 | 1 | -7/+7 |
* | cache/sqlite.py: unicode_literals | Zac Medico | 2013-01-18 | 1 | -3/+4 |
* | ebuild_xattr.py: lowercase utf-8 comment | Zac Medico | 2013-01-18 | 1 | -1/+1 |
* | _setup_pipes: close unnecessary duplicate fds | Zac Medico | 2013-01-17 | 1 | -9/+46 |
* | Use 'with file' more. | Zac Medico | 2013-01-17 | 1 | -61/+46 |
* | ru/ebuild.1: update obsolete md5 referencesv2.2.0_alpha154 | Vladimir Romanov | 2013-01-16 | 1 | -17/+19 |
* | emerge --info: show free ram/swap, bug #451048 | Zac Medico | 2013-01-16 | 2 | -0/+93 |
* | portage(5): add more pointers to make.conf | Mike Frysinger | 2013-01-15 | 1 | -2/+4 |
* | emerge: add reference to the portage(5) man page when failing | Mike Frysinger | 2013-01-15 | 1 | -8/+9 |
* | make.conf.5: document @preserved-rebuild | Zac Medico | 2013-01-15 | 1 | -0/+3 |
* | doebuild: tweak handling of _unused param | Zac Medico | 2013-01-15 | 2 | -5/+5 |
* | EbuildMetadataPhase: use dynamic pipe fd | Zac Medico | 2013-01-15 | 3 | -41/+12 |
* | SpawnProcess: improve dummy pipe allocation logic | Zac Medico | 2013-01-15 | 8 | -30/+57 |
* | Warn if old make.globals found, bug #452176v2.2.0_alpha153 | Zac Medico | 2013-01-15 | 1 | -2/+16 |
* | Warn if 2 make.profile dirs found, bug #452176 | Zac Medico | 2013-01-15 | 1 | -3/+15 |
* | test-fail-continue: mark complete, bug #452030 | Zac Medico | 2013-01-15 | 1 | -1/+8 |
* | SpawnProcess: avoid fd_pipes interference | Zac Medico | 2013-01-15 | 1 | -2/+8 |
* | ebuild.1: update obsolete md5 references | Zac Medico | 2013-01-15 | 1 | -6/+6 |
* | Respect LINGUAS in 'make install'. | Arfrever Frehtes Taifersar Arahesis | 2013-01-15 | 1 | -7/+10 |
* | Makefile: install man/ru/*v2.2.0_alpha152 | Zac Medico | 2013-01-14 | 1 | -4/+10 |
* | ebuild.1: add Russian translation, bug #450372 | Vladimir Romanov | 2013-01-14 | 1 | -0/+242 |
* | selinux: python3 unicode paths, bug #430488 | Arfrever Frehtes Taifersar Arahesis | 2013-01-14 | 2 | -27/+30 |
* | Tweak init.d qa check for bug #451386. | Zac Medico | 2013-01-11 | 1 | -0/+4 |
* | make.conf.5: tweak escape format for apostrophyv2.2.0_alpha151 | Zac Medico | 2013-01-11 | 1 | -1/+1 |
* | DoebuildSpawnTestCase: also call spawn_nofetch | Zac Medico | 2013-01-10 | 1 | -12/+27 |
* | spawn_nofetch: import portage, bug #451344 | Zac Medico | 2013-01-10 | 1 | -0/+1 |
* | Revert "_ctypes: don't cache library, bug #448858"v2.2.0_alpha150 | Zac Medico | 2013-01-10 | 1 | -4/+6 |
* | Use EventLoop, no SchedulerInterface if possible. | Zac Medico | 2013-01-10 | 1 | -2/+2 |
* | emerge/test_simple.py: override PATH more | Zac Medico | 2013-01-10 | 2 | -3/+9 |