summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* 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
* Skip Blocker instances inside _add_prefetchers().Zac Medico2009-07-201-1/+2
* Move mtimedb resume list code from action_build() toZac Medico2009-07-202-8/+9
* Use a lazy reference to sys.stdout, in case the API consumer hasZac Medico2009-07-201-3/+8
* Make portage.listdir() and dbapi.cp_list() return unicode.Zac Medico2009-07-203-1/+8
* Fix Scheduler bug:Mounir Lamouri2009-07-201-0/+2
* 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
* In _check_manifests(), skip uninstall operations.Zac Medico2009-07-191-0/+3
* Use readlines() to optimize performance. Thanks to Marat RadchenkoZac Medico2009-07-192-2/+1
* For unsatisfied USE dependencies, do not backtrack if only USE have to changeZac Medico2009-07-161-4/+16
* 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
* Allow search and depgraph to avoid spinner by using spinner=NoneMounir Lamouri2009-07-122-11/+19
* Remove leading slash from appropriate paths inside portage.const, so thatZac Medico2009-07-127-29/+37
* In depgraph._show_missed_update(), don't show installed packages since weZac Medico2009-07-121-0/+4
* Move the backtracking code from action_build() to a new backtrack_depgraph()Zac Medico2009-07-122-38/+46
* Eliminate duplicate code inside depgraph._show_missed_update().Zac Medico2009-07-111-14/+9
* Bug #137562 - Implement backtracking for missing dependencies. Thanks toZac Medico2009-07-111-0/+25
* 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
* Allow --deep to take an optional integer parameter, to specify how deep itZac Medico2009-07-094-15/+49
* Tweak arguments for <python-2.6 compat.Zac Medico2009-07-091-2/+2
* Make -j argument handling more generic, so it's easy to add similar argumentsZac Medico2009-07-091-26/+60
* Use a dict for depgraph params, so we can use it to store key/value pairsZac Medico2009-07-092-13/+13
* Add a --debug warning message inside _add_pkg in case a potentially infiniteZac Medico2009-07-081-0/+12
* Document the --selective option.Zac Medico2009-07-081-0/+6
* Fix --selective so it works.Zac Medico2009-07-081-1/+2
* Bug #276957 - Fix dropped "in graph" choice for runtime deps inside dep_zapdeps.Zac Medico2009-07-071-0/+2
* Shorten the preserved libs message when in --quiet mode. Thanks to SebastianZac Medico2009-07-071-4/+10
* Bug #276866 - --binpkg-respect-use < y | n >Zac Medico2009-07-073-2/+25
* 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
* Use PackageSet.findAtomForPackage() when matching the existing node againstZac Medico2009-07-061-1/+4
* Always exit unsuccessfully if there are any failures.Zac Medico2009-07-061-1/+3
* 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 sure avoid_update always returns existing_node if available.Zac Medico2009-07-051-0/+2
* Remove set operator support since the current implementation does not meetZac Medico2009-07-051-43/+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-042-2/+5
* 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
* Correct --help usage since it no longer takes system, world, or --sync asZac Medico2009-07-041-1/+1