summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi/bintree.py
Commit message (Expand)AuthorAgeFilesLines
...
* When integer mtime is desired, use stat_obj[stat.ST_MTIME] instead of theZac Medico2009-12-211-4/+4
* Handle permission problems when trying to cache the remote Packages fileZac Medico2009-12-101-4/+11
* When reading the remote Packages file for --getbinpkg, use codecs.iterdecodeZac Medico2009-12-081-6/+6
* Handle encoding/decoding of unicode when using the xpak api.Zac Medico2009-09-291-8/+22
* Bug #286118 - Fix dbapi.move_ent() methods so they don't assume Atom instancesZac Medico2009-09-231-9/+10
* Replace dict.keys() usage with __iter__(), since it behaves identically inZac Medico2009-09-221-1/+1
* Fix 'RuntimeError: dictionary changed size during iteration' inZac Medico2009-09-221-1/+1
* Define long as int when Python 3 is used.Arfrever Frehtes Taifersar Arahesis2009-09-211-0/+1
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-3/+3
* Use range() instead of xrange() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
* Define basestring as str when Python 3 is used.Arfrever Frehtes Taifersar Arahesis2009-09-211-0/+4
* Fix all remaining SyntaxErrors with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-211-4/+4
* Use filter() and zip() instead of itertools.ifilter() and itertools.izip() fo...Arfrever Frehtes Taifersar Arahesis2009-09-211-3/+3
* Update system imports for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-4/+13
* Update syntax of numbers for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-10/+10
* Use isjustname() where appropriate.Zac Medico2009-09-121-2/+2
* Make dbapi.move_ent() take advantage of Atom instances when validatingZac Medico2009-09-121-4/+4
* Add ACCEPT_LICENSE and ACCEPT_PROPERTIES to the Packages file header.Zac Medico2009-09-051-1/+3
* consistently use CACHE_PATH with target_root, this commit needs a separate so...Fabian Groffen2009-09-051-1/+1
* Bug #282505 - Fix unicode handling for package moves in binary packages.v2.2_rc40Zac Medico2009-08-241-5/+13
* Use _encodings where appropriate.Zac Medico2009-08-211-7/+15
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-21/+13
* 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
* 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
* In binarytree.inject(), when a symlink is created for the current packageZac Medico2009-06-241-2/+10
* Prepare 117 messages to localization.Arfrever Frehtes Taifersar Arahesis2009-06-141-27/+28
* Bug #261082 - Prefer remote package instances whenever --getbinpkg is enabledZac Medico2009-03-041-1/+1
* Bug #261082 - Fix --getbinpkgonly code in binarytree._populate() toZac Medico2009-03-041-0/+3
* Use lazyimport to avoid importing the dep, output, update, and versionsZac Medico2009-02-221-4/+4
* Use lazyimport to avoid importing the checksum, locks, and util modulesZac Medico2009-02-221-4/+6
* Add a new portage.utils.lazy_import() function which behaves similar to theZac Medico2009-02-201-1/+1
* Bug #253563 - Replace hardcoded green/red color strings with GOOD/BAD. ThanksZac Medico2009-01-091-2/+2
* Fix PATH comparison in binarytree.inject() some more.Zac Medico2008-12-241-1/+1
* Fix broken PATH comparisons when eliminating duplicate entries insideZac Medico2008-12-241-2/+2
* When removing entries with duplicate paths inside binarytree.inject(), handleZac Medico2008-12-231-3/+6
* Fix typo.Zac Medico2008-12-231-1/+1
* Bug #252243 - Fix binarytree.prevent_collision() so that it won't create a ci...Zac Medico2008-12-231-6/+17
* Fix breakage in stale metadata logic inside binarytree._poplulate().Zac Medico2008-12-121-3/+4
* When using the old binhost protocol, comparison with the remoteZac Medico2008-12-121-10/+6
* Fix old-style binhost code binarytree.digestCheck() will use local digests whenZac Medico2008-12-121-4/+9
* Fix --getbinpkgonly behavior so that binaries from the remote server areZac Medico2008-12-121-1/+36
* urlparse.urljoin() only works correctly with recognized protocols andZac Medico2008-12-101-1/+4
* Bug #246821 - Avoid TypeError from binarytree.isremote() by returning earlyZac Medico2008-11-151-1/+1
* Define __all__ and remove unused import.Zac Medico2008-11-011-1/+3
* When warning about package categories that haven't been configured viaZac Medico2008-10-111-2/+4
* Add PROPERTIES to the list of USE evaluated keys for the Packages index.Zac Medico2008-09-261-1/+4