summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi/porttree.py
Commit message (Expand)AuthorAgeFilesLines
* Remove print() usage.Zac Medico2010-02-281-6/+4
* Move dep_expand and cpv_expand into portage.dbapi submodules.Zac Medico2010-02-251-1/+2
* Move cacheddir and listdir to portage.util.listdir.Zac Medico2010-02-251-3/+5
* Fix "AttributeError: 'module' object has no attribute 'mappings'".Arfrever Frehtes Taifersar Arahesis2010-02-221-4/+5
* Move the portage.FetchlistDict class to the portage.dbapi.porttree module.Zac Medico2010-02-211-1/+44
* Add stacklevel=2 to warnings.warn calls.Zac Medico2010-02-191-1/+1
* Remove deprecated methods that call removed key_expand function.Zac Medico2010-02-191-15/+1
* Remove the deprecated 'clone' parameter from the portagetree constructor.Zac Medico2010-02-191-10/+2
* Remove deprecated portdbapi.getfetchlist() method.Zac Medico2010-02-191-24/+0
* Add a 'trees' parameter to portdbapi.cp_all(). Thanks to Brian Dolbec (dol-sen)Zac Medico2010-02-151-3/+12
* Add a portdbapi.getRepositoryName() method which is the inverse ofZac Medico2010-02-061-0/+12
* Add an optional 'categories' parameter to portdbapi.cp_all(), for listingZac Medico2010-02-051-2/+4
* Deprecate pordbapi.mysettings since the portdbapi.settings alias is nowZac Medico2010-01-311-34/+39
* Show a DeprecationWarning if the deprecated pordbapi constructor parameterZac Medico2010-01-301-4/+5
* Don't generate DeprecationWarning for portdbapi arguments. Wait until newZac Medico2010-01-301-2/+3
* Deprecate the first parameter of the portdbapi constructor since it is alwaysZac Medico2010-01-301-3/+17
* When integer mtime is desired, use stat_obj[stat.ST_MTIME] instead of theZac Medico2009-12-211-1/+1
* Use collections.OrderedDict when available (python-2.7) and fall back toZac Medico2009-12-111-1/+1
* Use OrderedDict in portdbapi.getFetchMap() so that order in $A correspondsZac Medico2009-12-081-2/+2
* Bug #288551 - Handle invalid cpv in portdbapi.aux_get() by raising KeyError.Zac Medico2009-10-111-1/+5
* Bug #274497 - Misc spelling, grammar, and terminology fixes, includingZac Medico2009-10-091-1/+1
* Use the simpler/stricter _pkgspit in dbapi code.Zac Medico2009-10-041-1/+1
* Bug #286522 - Check all portdbapi.findname return values in case itZac Medico2009-09-261-4/+7
* Use list comprehensions instead of filter() or map() in some places for compa...Arfrever Frehtes Taifersar Arahesis2009-09-251-1/+1
* Misc performance enhancements. Thanks to Marat RadchenkoZac Medico2009-09-241-11/+5
* Replace dict.keys() usage with __iter__(), since it behaves identically inZac Medico2009-09-221-2/+2
* Do manual unicode handling (instead of using the wrapped os module) inZac Medico2009-09-221-12/+26
* Fix 'iteritems' attribute detection to look for 'items' instead.Zac Medico2009-09-221-1/+1
* Use next(iterator) instead of iterator.next() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
* 'filtered_auxdbkeys' should be a list to allow sorting.Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
* Define long as int when Python 3 is used.Arfrever Frehtes Taifersar Arahesis2009-09-211-0/+4
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-7/+7
* Deprecate key_expand and portage.dbapi.porttree.portagetree.resolve_specificZac Medico2009-09-211-0/+4
* Use filter() and zip() instead of itertools.ifilter() and itertools.izip() fo...Arfrever Frehtes Taifersar Arahesis2009-09-211-4/+3
* Support print() function with Python 2 in more files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+2
* Update syntax of numbers for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-4/+4
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-2/+2
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-6/+6
* Avoid lots of redundant Atom constructor calls. Thanks to Marat RadchenkoZac Medico2009-09-191-2/+1
* Bug #282269 - Avoid str() calls with overlay paths, which can triggerZac Medico2009-08-221-6/+2
* Use _encodings where appropriate.Zac Medico2009-08-211-5/+10
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-7/+10
* Add ACCEPT_PROPERTIES variable which has default value * and can be set inMounir Lamouri2009-08-111-2/+6
* Always use encoding='utf_8' for unicode() calls.Zac Medico2009-08-091-1/+1
* Open repo_name in text mode (unicode).Zac Medico2009-08-071-1/+2
* Bug #270040 - Make repoman parse the categories file from the overlay.Zac Medico2009-07-221-1/+5
* Make portage.listdir() and dbapi.cp_list() return unicode.Zac Medico2009-07-201-0/+2
* Optimize dbapi._iter_match_use() so that it shares a single compiled regexZac Medico2009-07-061-1/+0
* 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