summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi
Commit message (Expand)AuthorAgeFilesLines
* Use _encodings where appropriate.Zac Medico2009-08-211-58/+93
* Use _encodings where appropriate.Zac Medico2009-08-211-5/+10
* Use _encodings where appropriate.Zac Medico2009-08-211-7/+15
* Use _content_encoding and _fs_encoding, and use strict unicode exceptionsZac Medico2009-08-181-20/+37
* Fix dblink._unmerge_pkgfiles() to use the correct version of perform_md5Zac Medico2009-08-151-1/+3
* Use portage._fs_encoding where applicable.Zac Medico2009-08-141-1/+2
* Inside dblink.treewalk(), handle filenames with incorrect encoding like weZac Medico2009-08-141-24/+76
* In dblink._unmerge_pkgfiles(), if the package appears to have been mergedZac Medico2009-08-141-0/+14
* Use portage._merge_encoding to encode/decode all filenames duringZac Medico2009-08-141-14/+60
* Use portage's selinux wrapper module for mkdir calls.Zac Medico2009-08-141-6/+3
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-114-51/+51
* Add ACCEPT_PROPERTIES variable which has default value * and can be set inMounir Lamouri2009-08-111-2/+6
* Fix unicode support for compatibility with the new wrapped os module, andZac Medico2009-08-111-40/+23
* Bug #280460 - Wrap portage.os with unicode encode/decode wrappers.Zac Medico2009-08-101-2/+2
* Bug #280460 - Wrap os and os.path modules with unicode encode/decodeZac Medico2009-08-101-1/+4
* Fix PreservedLibsRegistry.pruneNonExisting() to work with $ROOT.Zac Medico2009-08-101-4/+9
* Always use encoding='utf_8' for unicode() calls.Zac Medico2009-08-092-3/+4
* Convert scanelf output to unicode inside LinkageMap.rebuild().Zac Medico2009-08-081-0/+2
* Open repo_name in text mode (unicode).Zac Medico2009-08-071-1/+2
* Add a new portage.util.shlex_split() function to wrap all shlex.split() calls,Zac Medico2009-08-061-4/+5
* Convert paths to unicode when working with CONTENTS.Zac Medico2009-08-061-0/+18
* Do not pass unicode strings into os.walk calls, since it can causeZac Medico2009-08-061-0/+6
* Fix UnicodeEncodeError in vardbapi._owners_cache._hash_str(), reported byZac Medico2009-08-051-1/+1
* s/utf8/utf_8/ for consistencyv2.2_rc36Zac Medico2009-08-051-1/+1
* 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
* Open CONTENTS in text mode (to avoid UnicodeEncodeError). Thanks to MarkosZac Medico2009-08-041-2/+5
* 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
* Bug #270040 - Make repoman parse the categories file from the overlay.Zac Medico2009-07-221-1/+5
* 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-202-1/+6
* Assign 'cfgprot' before referencing it. Reported by Thomas Sachau.Arfrever Frehtes Taifersar Arahesis2009-07-111-1/+1
* Optimize dbapi._iter_match_use() so that it shares a single compiled regexZac Medico2009-07-062-8/+7
* Make dblink.setfile() write environment.bz2 in binary mode.Zac Medico2009-07-041-1/+4
* 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
* Add support to `portageq owners` for querying paths matching a given basename.Zac Medico2009-06-241-3/+14
* In binarytree.inject(), when a symlink is created for the current packageZac Medico2009-06-241-2/+10
* Bug #275237 - If a directory exists in a location where a normal file is toZac Medico2009-06-241-3/+3
* Tweak depcache permission handling so egencache can be run by a user who'sZac Medico2009-06-211-2/+13
* Prepare 117 messages to localization.Arfrever Frehtes Taifersar Arahesis2009-06-144-200/+218
* Make portdbapi.getfetchlist() return an equal number of uris/file names soZac Medico2009-05-051-4/+9
* Fix logic error which prevents repos.conf [DEFAULT] section from applyingZac Medico2009-05-011-1/+1
* Fix default master code so that it doesn't trigger when PORTDIR is empty.Zac Medico2009-04-191-1/+1
* If a repo doesn't have metadata/layout.conf then use either missing eclassZac Medico2009-04-191-3/+5