summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* In movefile(), skip os.utime() when os.rename() succeeds, in order toZac Medico2009-11-261-0/+2
* Add a test case which simply compiles all modules, useful for testing syntaxZac Medico2009-11-233-0/+23
* Add "repository" attribute to CategorySet (revert r11597). Thanks to TGLZac Medico2009-11-221-2/+11
* Bug #293998 - Use OSError.errno instead of trying to subscript the exceptionZac Medico2009-11-221-4/+2
* Bug #293603 - Blacklist EPREFIX and EROOT variables, in addition to ED.Zac Medico2009-11-201-1/+2
* Bug #293603 - Add $ED to the blacklist, to prevent interference with relatedZac Medico2009-11-191-1/+1
* Bug #293448 - Fix TypeError when sending mail with python3, triggered by thisZac Medico2009-11-171-1/+3
* Inside LinkageMap.rebuild(), ensure that all preserved libraries have anZac Medico2009-11-131-0/+13
* Implement dblink.__hash__ and __eq__, so that `portageq owners` correctly groupsZac Medico2009-11-121-1/+9
* Inside iter_owners, only cache a maximum of 25 dblink instances, in orderZac Medico2009-11-111-0/+6
* Convert MIMEText body to string before sending.Zac Medico2009-11-111-1/+1
* Preserve previous usage of MIMEText constructor under python2, since it'sZac Medico2009-11-111-2/+5
* Bug #292528 - Specify UTF-8 in the MIMEText constructor arguments, in orderZac Medico2009-11-111-4/+5
* Define portage.proxy.objectproxy.ObjectProxy.__add__() to fix problem with st...Arfrever Frehtes Taifersar Arahesis2009-11-051-0/+3
* Bug #291331 - Make send_mail() encode the unicode message as bytes beforeZac Medico2009-11-041-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.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.2_rc48_14769v2.2_rc47Zac Medico2009-10-271-0/+22
* Bug #290625 - Manually encode output to stdout in python3, in order to avoidZac Medico2009-10-263-22/+32
* Add a reference to bug #141118 inside _expand_new_virtuals().Zac Medico2009-10-261-2/+4
* update documentation on _test_openpty_eof and disable openpty on Solaris agai...Fabian Groffen2009-10-241-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 upMike Frysinger2009-10-191-1/+1
* Remove support for 'extend', 'remove', and 'intersect' sets.conf sectionZac Medico2009-10-181-26/+3
* Revert r14677 since it doesn't interact well with the 'extend', 'remove', andZac Medico2009-10-181-16/+11
* Add a boolean expand_nested_sets parameter to SetConfig.getSetAtoms(). ThisZac Medico2009-10-181-14/+19
* Ind 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.Zac Medico2009-10-181-4/+3
* Fix repoman breakage from previous commit.Zac Medico2009-10-171-4/+4
* Inside dep_zapdeps(), detect cases such as || ( foo:1 foo:2 ), where we wantZac Medico2009-10-171-15/+70
* Bug #273643 - Don't export AA in EAPI 3. Thanks to Jonathan Callen <abcd@g.o>Zac Medico2009-10-171-0/+5
* Bug #266454 - Make @world an all-inclusive set once again, like it was priorZac Medico2009-10-161-4/+4
* Add the "test" flag to implicit IUSE, so handling of FEATURES=test isZac Medico2009-10-151-1/+8
* Only call _test_pty_eof() on Linux, since it seems to hang on most otherZac Medico2009-10-142-7/+25
* Implement FetchlistDict.__len__, in order to avoidZac Medico2009-10-121-0/+5
* Bug #288551 - Handle invalid cpv in portdbapi.aux_get() by raising KeyError.Zac Medico2009-10-111-1/+5
* Bug #288025 - Avoid AttributeError on OSes that don't have os.statvfs.Zac Medico2009-10-101-1/+3
* Bug #273099 - Add split-log and split-elog FEATURES for splitting build logsZac Medico2009-10-092-6/+25
* Bug #274497 - Misc spelling, grammar, and terminology fixes, includingZac Medico2009-10-093-7/+7
* Handle AUTOCLEAN and NOCOLOR case insensitivity inside config.Zac Medico2009-10-091-0/+9
* Bug #287950 - Add support for FEATURES=fail-clean which is useful for cleaningZac Medico2009-10-071-1/+4
* Enable pty support on FreeBSD.Zac Medico2009-10-071-1/+1
* merge disable openpty conditional from branches/prefixFabian Groffen2009-10-071-1/+15
* Use the stricter _pkgsplit function.Zac Medico2009-10-071-1/+1
* * Add default ACCEPT_LICENSE and ACCEPT_PROPERTIES values in make.globals.Zac Medico2009-10-051-12/+39
* Make deprecated_profile_check() suggest to use eselect profile. Thanks toZac Medico2009-10-051-0/+2
* Make pkgsplit() preserve 'null' category if it's present in the input.Zac Medico2009-10-051-2/+3
* Use _pkgsplit when input cannot contain a category.Zac Medico2009-10-041-3/+3