aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* api.py: Moves instantiation of rdb to above for-loopDevan Franchini2017-02-011-1/+2
* api.py: Corrects typo in enable/disable_repo functions()Devan Franchini2015-09-051-2/+2
* Deprecates get_all_info() functionDevan Franchini2015-08-271-69/+0
* api.py: Removes annoying lack of space in error messageDevan Franchini2015-07-091-1/+1
* api.py: Properly closes fatal error message brackets on line 470Devan Franchini2015-05-131-1/+1
* api.py: Cleans up error message structureDevan Franchini2015-05-131-16/+17
* api.py: Adds prompt for user to re-add overlay after unsuccessful URL updateDevan Franchini2015-04-221-3/+6
* Removes doctest remnantsDevan Franchini2014-10-171-12/+0
* Fix bug 521348, results from operations were not tracked correctlyBrian Dolbec2014-08-281-1/+1
* api.py: Fix an indent error preventing syncingBrian Dolbec2014-08-171-1/+1
* api.py: Fixes lack of syncing overlaysDevan Franchini2014-08-171-1/+1
* Fix errors in overlay updates.Brian Dolbec2014-08-161-18/+24
* api.py: Modifies supported_types() module checkingDevan Franchini2014-08-151-1/+1
* api.py: Makes supported_types() check for modulesDevan Franchini2014-08-151-2/+15
* Adds layman-mounter utility scriptDevan Franchini2014-08-151-0/+5
* api.py: Adds disable and enable repo functionsDevan Franchini2014-08-151-2/+52
* Fix format string in _verify_overlay_typeDan Douglas2014-08-131-1/+1
* external.py: Adds FetchRemoteList() test to test suiteDevan Franchini2014-08-101-53/+4
* Fix a bug when an overlay isn't in the remote listDouglas Freed2014-08-101-0/+1
* Adds multiple description field supportDevan Franchini2014-08-101-1/+1
* Replaces "subpath" with "branch"Devan Franchini2014-06-141-1/+1
* Various syntax fixesDevan Franchini2014-06-141-3/+3
* api.py: fixes byte string output for update_news()Devan Franchini2014-06-121-0/+2
* api.py: fixes success assignment in delete_repos()Devan Franchini2014-06-121-1/+1
* api.py: incorporates db.update() in api.sync()Devan Franchini2014-06-121-31/+52
* api.py: Adds overlay type checkingDevan Franchini2014-06-121-3/+58
* utils.py: adds verify_overlay_src() functionDevan Franchini2014-06-121-8/+12
* api.py: Corrects output of reposDevan Franchini2014-06-121-5/+7
* {api, cli, output, version}.py: Updates print() functionsDevan Franchini2014-06-021-1/+2
* Adds unicode compatibility supportDevan Franchini2014-06-021-9/+9
* Imports unicode_literals from __future__Devan Franchini2014-06-021-0/+2
* Adds compatibility to exception handlingDevan Franchini2014-06-021-8/+8
* split out remotedb to it's own file, add gpg signed list support, some pyflak...Brian Dolbec2012-11-181-6/+6
* fix an "Invalid repoID" assertion error when it does not get a valid repoID i...Brian Dolbec2012-10-071-1/+3
* fix news debug statement.Brian Dolbec2012-04-091-1/+2
* fix news exception for py2.5 comaptability.Brian Dolbec2012-04-011-1/+1
* fix bug 408897 for when profiles/repo_name is not the same as the layman over...Brian Dolbec2012-03-251-1/+9
* Add news reporting capability to meet GLEP 42 requirement. Brian Dolbec2012-03-101-0/+8
* update portage news reporting to use the new public api functions.dol-sen2011-10-261-8/+22
* add news reporting capability when adding/syncing overlays. Bug 388233dol-sen2011-10-261-5/+31
* make the tests more py3 compatibile.dol-sen2011-09-231-1/+5
* py2, py3 compatability changes so 2to3 will work correctly.dol-sen2011-09-221-2/+4
* clean out nearly useless quiet parameter, use config['quiet'] instead.dol-sen2011-08-241-2/+2
* fix success reporting identified in bug 379779. Improve and change error out...dol-sen2011-08-191-2/+2
* remove some dead ERROR constantsdol-sen2011-08-131-4/+0
* revert using "as" in exceptions. enable using the "with" statement in py-2.5.dol-sen2011-08-091-6/+6
* Revert "migrate to print()" to restore py-2.5 compatibility.dol-sen2011-08-091-7/+5
* fix bug 378097. unofficial installed overlays not printing (due to nocheck=no...dol-sen2011-08-071-0/+2
* tidy up some task spacing, eliminate a duped error output, comment out some d...dol-sen2011-08-071-3/+3
* fix typo causing traceback in bug 377401 comment # 31dol-sen2011-08-061-1/+2