summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* emerge: add simple unit testsZac Medico2011-08-285-2/+148
* ResolverPlayground: fix to make emerge happyZac Medico2011-08-281-1/+15
* env_update: add minimal EPREFIX supportZac Medico2011-08-282-10/+16
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-281-2/+7
* test_poll: fix "ResourceWarning: unclosed file"Zac Medico2011-08-281-1/+9
* Sort test cases, for predictable order.Zac Medico2011-08-281-0/+2
* spawnebuild: skip previously executed phasesZac Medico2011-08-281-0/+11
* doebuild: avoid redundant distfiles checksZac Medico2011-08-281-2/+68
* Fix possible NameError in finally block.Zac Medico2011-08-281-1/+3
* Fix "ResourceWarning: unclosed file" with Python 3.2.Arfrever Frehtes Taifersar Arahesis2011-08-281-2/+5
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-262-5/+13
* Update --rebuild-if-* flags to rebuild when build dependencies are changed.David James2011-08-261-30/+35
* Fix EPREFIX/EROOT typo in repoman test.Zac Medico2011-08-261-1/+1
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-262-1/+4
* Add __test__ for repoman tests.Zac Medico2011-08-261-0/+0
* repoman: add a simple unit testZac Medico2011-08-253-0/+174
* Add skipped test support (for python 2.6 compat)Zac Medico2011-08-251-1/+17
* testLazyImport: fix PYTHONPATH settingZac Medico2011-08-251-1/+1
* Enable -Wd for tests, so DeprecationWarning worksZac Medico2011-08-251-1/+1
* TestCase: remove python 2.4 compat constructorZac Medico2011-08-251-9/+5
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-253-2/+10
* Improve a comment.Arfrever Frehtes Taifersar Arahesis2011-08-251-1/+1
* Add some comments, which will allow to easier find code, which should beArfrever Frehtes Taifersar Arahesis2011-08-254-0/+5
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-244-13/+30
* python3.2 fixes: use array.tobytes()Zac Medico2011-08-243-9/+17
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-246-17/+38
* ElementTree: use iter if available (bug #380565)Zac Medico2011-08-241-2/+11
* SafeConfigParser: renamed to ConfigParser in 3.2Zac Medico2011-08-242-3/+13
* config: blacklist vars loaded from profile.envZac Medico2011-08-131-0/+11
* config: blacklist GREP_OPTIONS variableZac Medico2011-08-131-1/+1
* Fix log uid for logrotate-3.8 compat (bug 378451)Zac Medico2011-08-123-5/+55
* Remove "profile" mask support as per PMS 5.2.7.Zac Medico2011-08-083-9/+3
* _check_temp_dir: check for 'portage' symlinkZac Medico2011-08-081-3/+24
* fetch: handle non-essential statvfs failureZac Medico2011-08-061-1/+10
* unmerge: remove more info dir files for #323213Zac Medico2011-08-061-1/+5
* unmerge: remove generated info "dir" filesZac Medico2011-08-041-0/+40
* action_info: don't mix print with writemsg_stdoutZac Medico2011-08-041-1/+1
* unmerge: display preserved syms in ascending ordZac Medico2011-08-021-1/+1
* unmerge: unmerge symlinks broken by rmdirZac Medico2011-08-011-7/+29
* unmerge: fix false alarm about protected symlinksv2.2.0_alpha49Zac Medico2011-07-291-1/+1
* Fix a typo in a comment.v2.2.0_alpha48Zac Medico2011-07-291-1/+1
* emerge: protect symlinks to directories sometimesZac Medico2011-07-281-2/+88
* config: fix AttributeError: 'NoneType' errorsZac Medico2011-07-271-1/+1
* merge: abort if symlink replacing dirZac Medico2011-07-261-8/+30
* Fix a typo in the previous commit.v2.2.0_alpha47Zac Medico2011-07-231-1/+1
* LinkageMapELF.getOwners(): add note about plibsZac Medico2011-07-231-0/+5
* LinkageMapELF: fix reversed x, cpv var refsZac Medico2011-07-231-1/+1
* LibraryConsumerSet: handle KeyError from dbapiZac Medico2011-07-231-8/+13
* merge: handle symlink replacing dirZac Medico2011-07-231-5/+13
* LinkageMapELF: remove 5-tuple unpack codeZac Medico2011-07-221-17/+22