summaryrefslogtreecommitdiff
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Bug #299095 - Add a deprecation warning for check_license calls with EAPI >= 3Zac Medico2010-02-221-1/+20
* Move the portage.FetchlistDict class to the portage.dbapi.porttree module.Zac Medico2010-02-212-38/+46
* Show a deprecation warning when getvirtuals() is called.Zac Medico2010-02-211-4/+21
* Show a deprecation warning when pkgmerge() is called.Zac Medico2010-02-211-0/+4
* Show a deprecation warning when digestParseFile() is called.Zac Medico2010-02-211-0/+3
* Move portage.flatten to portage.dep.flatten.Zac Medico2010-02-212-12/+33
* Handle CacheCorruption from self.db_ro in _setitem, triggered by INHERITEDZac Medico2010-02-201-1/+4
* Move portage.cpv_getkey() to the portage.versions module.Zac Medico2010-02-202-22/+29
* Add missing newline to the "CONFIG_PROTECT is empty" warning message.Zac Medico2010-02-201-0/+1
* Use a frozenset for use inside binarytree._eval_use_flags().Zac Medico2010-02-191-1/+1
* Add stacklevel=2 to warnings.warn calls.Zac Medico2010-02-192-2/+2
* Add stacklevel=2 to warnings.warn() calls.Zac Medico2010-02-191-2/+2
* Remove deprecated methods that call removed key_expand function.Zac Medico2010-02-192-75/+3
* Add DeprecationWarning to dep_virtual function.Zac Medico2010-02-191-0/+2
* Remove deprecated key_expand function and config.load_infodir method.Zac Medico2010-02-191-31/+0
* Use Atom.cp instead of dep_getkey.Zac Medico2010-02-192-9/+9
* Use Atom.cp instead of dep_getkey.Zac Medico2010-02-191-3/+6
* Use Atom.cp instead of dep_getkey.Zac Medico2010-02-191-2/+2
* Use a valid atom in the dep_getkey docstring.Zac Medico2010-02-191-1/+1
* Use isvalidatom to validate PROVIDE entries.Zac Medico2010-02-191-2/+8
* Fix deprecated usage of dep_getkey.Zac Medico2010-02-191-1/+1
* Fix deprecated usage of dep_getkey.Zac Medico2010-02-191-1/+1
* Bug #268724 - Show a warning message for --unmerge operations and suggestZac Medico2010-02-191-0/+9
* Bug #303519 - Call warnings.warn() with stacklevel=2 inside dep_getkey andZac Medico2010-02-191-3/+3
* Fix deprecated usage of dep_getkey.Zac Medico2010-02-191-1/+1
* Fix deprecated usage of dep_getkey.Zac Medico2010-02-191-2/+2
* Fix deprecated usage of dep_getkey.Zac Medico2010-02-191-1/+1
* Fix deprecated usage of dep_getkey.Zac Medico2010-02-191-3/+1
* Fix deprecated usage of dep_getkey.Zac Medico2010-02-191-3/+3
* Fix deprecated dep_getkey usage in match_from_list.Zac Medico2010-02-191-1/+3
* Make dep_getkey() recommend cpv_getkey() if given a cpv.Zac Medico2010-02-191-1/+6
* Use a property to trigger deprecation warnings if binarytree.remotepkgsZac Medico2010-02-191-9/+27
* 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
* Remove deprecated binarytree.get_use() method.Zac Medico2010-02-191-5/+0
* Remove the deprecated 'clone' parameter to the binarytree constructor.Zac Medico2010-02-191-14/+2
* Deprecate the unused getbinpkgsonly parameter to binarytree.populate().Zac Medico2010-02-191-3/+11
* Allow --rebuilt-binaries to trigger downgrades.Zac Medico2010-02-181-2/+1
* Only enable --rebuilt-binaries automatically if --update and --deep are alsoZac Medico2010-02-184-7/+15
* Update the spinner in depgraph._serialize_tasks when searching forZac Medico2010-02-181-0/+1
* Fix colors for --rebuilt-binaries docs.Zac Medico2010-02-181-1/+1
* Add a comment about slowness in _serialize_tasks when there are lots ofZac Medico2010-02-181-0/+4
* Add a --rebuilt-binaries[=n] option, causing automatic replacement ofZac Medico2010-02-183-2/+42
* Add @rebuilt-binaries set which uses BUILD_TIME to pull in binary packagesZac Medico2010-02-173-36/+57
* Bug #303567 - Merge libc asap, in order to account for implicit dependencies.Zac Medico2010-02-172-0/+10
* Cache BUILD_TIME in $PKGDIR/Packages and inside bindbapi.Zac Medico2010-02-151-2/+3
* Cache BUILD_TIME in Package.metadata.Zac Medico2010-02-151-1/+1
* Cache BUILD_TIME in vdb_metadata.pickle.Zac Medico2010-02-151-1/+1
* Add a BUILD_TIME vdb entry containing the integer number of seconds since theZac Medico2010-02-151-0/+5
* Add a 'trees' parameter to portdbapi.cp_all(). Thanks to Brian Dolbec (dol-sen)Zac Medico2010-02-151-3/+12