summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Open all files in binary mode for py3k compatibility.Zac Medico2009-08-041-15/+15
* Fix bindbapi.aux_get and aux_update to work with py3k/unicode.Zac Medico2009-08-041-7/+30
* Fix vardbapi._aux_get() to always return unicode.Zac Medico2009-08-041-2/+2
* Fix tar_contents() to open files in binary mode for py3k compatibility.Zac Medico2009-08-041-1/+1
* Always return unicode from vardbapi.aux_get().Zac Medico2009-08-041-2/+9
* Bug #280269 - Fix Atom.__str__ so that it doesn't try to encode a unicodeZac Medico2009-08-041-1/+3
* Bug #280269 - Fix StaticFileSet.multiBuilder() to handle unicode filenames.Zac Medico2009-08-041-0/+3
* Open CONTENTS in text mode (to avoid UnicodeEncodeError). Thanks to MarkosZac Medico2009-08-041-2/+5
* Avoid UnicodeEncodeError in writemsg(). Thanks to Markos ChandrasZac Medico2009-08-041-0/+3
* Bug #280275 - Fix exception: AttributeError: 'config' object has no attributeZac Medico2009-08-041-1/+2
* Revert the code from bug #278729 for now since it need to be redone in orderZac Medico2009-08-041-28/+6
* In the dep_zapdeps() code from bug #278729, set all_use_satisfied = FalseZac Medico2009-08-041-0/+1
* Fix dep_zapdeps exception 'ValueError: need more than 3 values to unpack'Zac Medico2009-08-041-1/+1
* Bug #280259 - Fix binarytree to always open the Packages file as unicode.Zac Medico2009-08-041-25/+7
* Bug #280259 - Use codecs.open() when reading the Packages file insideZac Medico2009-08-041-1/+3
* Fix a regression caused by the code from bug #278729, which causes incorrectZac Medico2009-08-041-4/+20
* Bug #278729 - Inside dep_zapdeps(), ignore USE dependencies since we don'tZac Medico2009-08-031-1/+6
* Bug #278729 - Add an Atom.without_use attribute which is identical to theZac Medico2009-08-031-1/+8
* Remove the code from bug #278895 since we're going to need a daemon processZac Medico2009-08-031-1/+0
* In the _check_build_log(), exclude output from dev-libs/yaz-3.0.47 whichZac Medico2009-07-311-1/+6
* Updating find_updated_config_files function descriptionMounir Lamouri2009-07-301-4/+4
* Rename get_updated_config_files() to find_updated_config_files() and makeZac Medico2009-07-301-8/+4
* Add get_updated_config_files in portage APIMounir Lamouri2009-07-301-7/+65
* Bug #278895 - Make ebuild.sh clean up orphaned processes that may have beenZac Medico2009-07-301-0/+1
* 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