summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Bug #270040 - Make repoman parse the categories file from the overlay.Zac Medico2009-07-221-1/+5
* Always pass encodings='utf_8' to codecs.open(), since otherwise it canZac Medico2009-07-204-10/+13
* FEATURES=unmerge-logsZac Medico2009-07-201-0/+10
* Remove empty log files inside dblink.unmerge(). Thanks to Diego PettenòZac Medico2009-07-201-0/+12
* Make portage.listdir() and dbapi.cp_list() return unicode.Zac Medico2009-07-203-1/+8
* In grablines(), specify encoding=sys.getdefaultencoding() in the codecs.open()Zac Medico2009-07-201-2/+3
* Use codecs.open for unicode support in FileLoader.load().Zac Medico2009-07-201-1/+2
* Use readlines() to optimize performance. Thanks to Marat RadchenkoZac Medico2009-07-192-2/+1
* fix up spacing, remove commented out code, fix copyright (sort of see-if-I-ca...Fabian Groffen2009-07-131-48/+48
* Optimize USE_EXPAND -> USE code inside config.setcpv(). Thanks toZac Medico2009-07-121-19/+29
* Remove leading slash from appropriate paths inside portage.const, so thatZac Medico2009-07-126-25/+32
* Optimize USE_EXPAND -> USE code inside config.setcpv(). Thanks toZac Medico2009-07-111-11/+4
* Assign 'cfgprot' before referencing it. Reported by Thomas Sachau.Arfrever Frehtes Taifersar Arahesis2009-07-111-1/+1
* Bug #276957 - Fix dropped "in graph" choice for runtime deps inside dep_zapdeps.Zac Medico2009-07-071-0/+2
* Optimize dbapi._iter_match_use() so that it shares a single compiled regexZac Medico2009-07-062-8/+7
* Bug #273622 - Add pkg_pretend support for the ebuild(1) command (emergeZac Medico2009-07-061-1/+5
* Hardcode utf_8 encoding inside _setitem().Zac Medico2009-07-051-3/+2
* Assume utf_8 encoding in alls reads/writes (unicode handling required for py3k).Zac Medico2009-07-051-3/+6
* Fix broken reference to possible_upgrades inside dep_zapdeps().Zac Medico2009-07-051-1/+1
* Make dblink.setfile() write environment.bz2 in binary mode.Zac Medico2009-07-041-1/+4
* Assume utf_8 encoding when reading raw ebuild metadata.Zac Medico2009-07-041-1/+2
* Remove the workaround from bug #263081 since most strings should be unicodeZac Medico2009-07-041-12/+0
* Make atomic_ofstream() use codecs.open() for py3k compatible unicode handlingZac Medico2009-07-041-4/+10
* Make grablines() use codecs.open() for py3k compatible unicode handling.Zac Medico2009-07-041-1/+1
* Make code from previous commit safe for empty files.Zac Medico2009-07-041-1/+1
* Make getconfig() use codecs.option() for py3k compatible unicode handling.Zac Medico2009-07-041-1/+5
* As a performance optimization, use StringIO instead of _insert_newline_eof toZac Medico2009-07-041-60/+4
* Make LazyItemsDict derive from UserDict instead of dict so that we don't haveZac Medico2009-07-041-43/+18
* Implement LazyItemsDict.pop() since dict.pop() bypasses our overriddenZac Medico2009-07-031-0/+17
* Skip PROVIDE conditional evaluation in PackageSet.iterAtomsForPackage(), sinceZac Medico2009-07-031-3/+3
* Bug #275947 - Enable build.log when FEATURES=sesandbox is enabled, sinceZac Medico2009-07-011-7/+6
* Remove obsolete blocker expansion code from _expand_new_virtuals.Zac Medico2009-06-301-19/+6
* Always use dep_getkey() when using profile virtuals values, since at leastZac Medico2009-06-301-4/+5
* Fix _expand_new_virtuals to expand old-style virtuals for package.providedZac Medico2009-06-301-0/+9
* Bug #275901 - Make emerge bail out for USE deps in EAPI 0 and 1.Zac Medico2009-06-301-0/+4
* Bug #82488 - In _expand_new_virtuals(), check PROVIDE before expandingZac Medico2009-06-301-13/+25
* In _expand_new_virtuals, don't expand old-style virtuals when there isZac Medico2009-06-301-2/+3
* Remove the upgrade selection code inside dep_zapdeps (from bug #171840 andZac Medico2009-06-301-43/+2
* Fix virtual blocker code inside _expand_new_virtuals to correctly handleZac Medico2009-06-301-2/+3
* Use a finally blocker to ensure _expand_new_virtuals properly resets eapiZac Medico2009-06-291-8/+9
* Bug #275796 - Prefer packages selected for install over installed packages.Zac Medico2009-06-291-15/+13
* Bug #275821 - Make emerge reject !!atom blockers for EAPI 0 and 1.Zac Medico2009-06-291-1/+24
* Move code from bug #258773 to dep_zapdeps, since the parent always needs toZac Medico2009-06-291-3/+6
* Prepare 41 messages to localization.Arfrever Frehtes Taifersar Arahesis2009-06-2911-59/+75
* Fix constructor to avoid TypeError when the "perms" keyword parameter is given.Zac Medico2009-06-281-0/+1
* Bug #253467 - Fix regression in config._env_blacklist handling.Zac Medico2009-06-281-0/+1
* Fix Package.metadata USE conditional evaluation so that it's delayed untilZac Medico2009-06-281-3/+6
* Use a property to implement portdbapi.settings.Zac Medico2009-06-261-2/+14
* Make portdbapi define self.settings, for conformity with other dbapi classes.Zac Medico2009-06-261-0/+2
* Make dbapi.cp_list() raise NotImplementedError.Zac Medico2009-06-251-1/+1