summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Remove unused filter_phases, filter_mergephases, and filter_unmergephasesv2.1.7.11Zac Medico2009-12-071-20/+0
* Remove unnecessary elog_process() phasefilter arguements. (trunk r14957)Zac Medico2009-12-071-6/+3
* Make more code conditional on existence of PORTAGE_BUILDDIR insideZac Medico2009-12-071-15/+16
* Inside dblink._merge(), make sure PORTAGE_BUILDDIR still exists before tryingZac Medico2009-12-071-10/+16
* Fix possibly unsafe modification of list during iteration insideZac Medico2009-12-071-1/+1
* Bug #295715 - Implement a register_success_hook function to complementZac Medico2009-12-062-0/+19
* Fix _spawn_misc_sh() to properly unset EBUILD_PHASE, and add a 'phase'Zac Medico2009-12-061-4/+5
* Use portage.StringIO to avoid duplicate import fallback code. (trunk r14931)Zac Medico2009-12-061-7/+1
* Move code for handling missing sandbox binary out of the config constructor.Zac Medico2009-12-061-15/+18
* Bug #295805 - Fix ValueError with python3 inside update_config_files().Zac Medico2009-12-061-4/+9
* Bug #162404 - Automatically disable logging if sesandbox is enabled and aZac Medico2009-12-061-3/+16
* Always append QA Notices resulting from the build log search to the end ofZac Medico2009-12-061-1/+26
* Bug #295351 - Make update_dbentries() return unicode if it's given unicode,Zac Medico2009-12-031-3/+7
* Fix deprecated usage of dep_getkey(). Thanks to Sebastian Mingramm (few)v2.1.7.9Zac Medico2009-11-281-2/+2
* Add a note about lack of nanosecond precision in movefile(). (trunk r14900)Zac Medico2009-11-271-0/+3
* Fix logic from previous commit so it only applies when a 'newmtime' parameterZac Medico2009-11-271-3/+5
* In movefile(), skip os.utime() when os.rename() succeeds, in order toZac Medico2009-11-271-0/+2
* Add a test case which simply compiles all modules, useful for testing syntaxZac Medico2009-11-253-0/+23
* Bug #293998 - Use OSError.errno instead of trying to subscript the exceptionZac Medico2009-11-251-4/+2
* Bug #293603 - Blacklist EPREFIX and EROOT variables, in addition to ED.Zac Medico2009-11-211-1/+2
* Bug #293603 - Add $ED to the blacklist, to prevent interference with relatedZac Medico2009-11-211-1/+1
* Bug #293448 - Fix TypeError when sending mail with python3, triggered by thisZac Medico2009-11-211-1/+3
* Implement dblink.__hash__ and __eq__, so that `portageq owners` correctly groupsZac Medico2009-11-161-1/+9
* Inside iter_owners, only cache a maximum of 25 dblink instances, in orderZac Medico2009-11-161-0/+6
* Convert MIMEText body to string before sending. (trunk r14808)Zac Medico2009-11-161-1/+1
* Preserve previous usage of MIMEText constructor under python2, since it'sZac Medico2009-11-161-2/+5
* Bug #292528 - Specify UTF-8 in the MIMEText constructor arguments, in orderZac Medico2009-11-161-4/+5
* Define portage.proxy.objectproxy.ObjectProxy.__add__() to fix problem with st...Zac Medico2009-11-071-0/+3
* Bug #291331 - Make send_mail() encode the unicode message as bytes beforeZac Medico2009-11-071-1/+3
* Make cacheddir() always behave like EmptyOnError is True, since listdir()Zac Medico2009-10-311-7/+3
* Make dblink.delete() remove empty parent category directories. (trunk r14754)Zac Medico2009-10-311-0/+5
* Bug #291271 - Make vardbapi._bump_mtime() create category directories whenZac Medico2009-10-311-2/+5
* Bug #290428 - Update mtime of /var/db/pkg and category subdirectories whenv2.1.7.2Zac Medico2009-10-271-0/+22
* Bug #290625 - Manually encode output to stdout in python3, in order to avoidZac Medico2009-10-273-22/+32
* Add a reference to bug #141118 inside _expand_new_virtuals(). (trunk r14732)Zac Medico2009-10-271-2/+4
* update documentation on _test_openpty_eof and disable openpty on Solaris agai...Zac Medico2009-10-251-11/+10
* Fix license_groups parsing to stack the lists, so license_groups from overlaysZac Medico2009-10-191-2/+4
* drop IMAGE -- people have had years to catch up (trunk r14694)Zac Medico2009-10-191-1/+1
* Remove support for 'extend', 'remove', and 'intersect' sets.conf sectionZac Medico2009-10-191-27/+4
* In SetConfig.getSetAtoms(), don't assume the set has a 'creator' attribute,Zac Medico2009-10-181-1/+4
* Call config._init_dirs() from emerge so that it's not called every timeZac Medico2009-10-181-2/+0
* Make cpv_getkey() use catpkgsplit() insead of a separate regex. (trunk r14628)Zac Medico2009-10-181-4/+3
* Fix repoman breakage from previous commit. (trunk r14627)Zac Medico2009-10-181-4/+4
* Inside dep_zapdeps(), detect cases such as || ( foo:1 foo:2 ), where we wantZac Medico2009-10-181-15/+70
* Bug #273643 - Don't export AA in EAPI 3. Thanks to Jonathan Callen <abcd@g.o>Zac Medico2009-10-181-0/+5
* Merge the internal package set changes from trunk r14614 (bug #266454). NoneZac Medico2009-10-182-9/+14
* Add the "test" flag to implicit IUSE, so handling of FEATURES=test isZac Medico2009-10-181-1/+8
* Only call _test_pty_eof() on Linux, since it seems to hang on most otherZac Medico2009-10-182-7/+25
* Implement FetchlistDict.__len__, in order to avoidZac Medico2009-10-181-0/+5
* Bug #288551 - Handle invalid cpv in portdbapi.aux_get() by raising KeyError.Zac Medico2009-10-111-1/+5