summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Remove an obsolete workaroundDetlev Casanova2010-07-161-1/+0
| | |
| | * Add the autotools building systemDetlev Casanova2010-07-168-0/+12589
| | |
| | * Add comment to newly added functionsDetlev Casanova2010-07-161-1/+22
| | |
| | * Use correct value when using PyObject_IsTrueDetlev Casanova2010-07-163-32/+138
| | | | | | | | | | | | | | | | | | | | | Add function laymanAPIGetAllInfo() Make use of _laymanAPIGetAllInfos() as a common base for both laymanAPIGetAllInfo() and laymanAPIGetAllInfos() Add function laymanAPIAddRepo and laymanAPIDeleteRepo
| | * Add laymanAPIIsRepo, laymanAPIIsInstalled, laymanAPIGetInfosStr,Detlev Casanova2010-07-165-54/+210
| | | | | | | | | | | | | | | | | | laymanAPIGetInfoStr, laymanAPIGetAllInfos, laymanAPIAddRepos, laymanAPIDeleteRepos and overlayInfoFree Add comments
| | * Make functions use the updates in the apiDetlev Casanova2010-07-169-145/+324
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix memory management errors, add a construction function for string list Fix laymanAPIGetInfo() to use a list of tuples Fix laymanAPIGetInfo() not to crash Add a function to the layman API to get information from a list of overlays Check all python objects after a call to Python Use asserts when PyObject_IsTrue returns -1 Add comments where necessary Implement missing functions : laymanAPIAddRepo, laymanAPIDeleteRepo Modify the Message class constructor to only take mandatory arguments, other arguments can be set with the corresponding methods
| | * Fix a warning in DictDetlev Casanova2010-07-156-41/+73
| | | | | | | | | | | | Add a method to get info for a list of overlays
| | * Don't DECREF on borrowed referencesDetlev Casanova2010-07-151-4/+0
| | |
| | * Get to work with the changes in layman.Detlev Casanova2010-07-1511-89/+214
| | | | | | | | | | | | Fix most of the memory leaks
| | * Get the proper layman Python library and fix BareConfig constructor toDetlev Casanova2010-07-1110-229/+147
| | | | | | | | | | | | take a Message class as first argument.
| | * Add LayamnAPI, Message, Config, StringList, update Config.Detlev Casanova2010-07-106-0/+319
| | |
| | * Add a C <-> Python Dict class and fix DbBase to take a Dict fo it'sDetlev Casanova2010-07-094-7/+101
| | | | | | | | | | | | config argument
| | * Add basic Config and DbBase implemntation (not tested)Detlev Casanova2010-07-094-0/+87
| | |
| | * Remove the runnerDetlev Casanova2010-07-096-2046/+23
| | | | | | | | | | | | Implement _eq_ and setPriority
| | * Add some methods to Overlay, fix some warningsDetlev Casanova2010-07-094-1/+64
| | |
| | * Restructure classes.Detlev Casanova2010-07-095-126/+167
| | |
| | * Tests the layman's overlays APIDetlev Casanova2010-07-091-43/+110
| | |
| | * Add examples for method execution from an instance of an objectDetlev Casanova2010-07-061-75/+60
| | |
| | * Fix runner to run without argumentDetlev Casanova2010-07-061-3/+3
| | |
| | * Add compile command lineDetlev Casanova2010-07-062-1/+9
| | |
| | * Now working execute function (only for functions)Detlev Casanova2010-07-061-33/+204
| | |
| | * Add interpreter version : shorter, more reliableDetlev Casanova2010-07-051-0/+58
| | |
| | * Runner workingDetlev Casanova2010-07-051-8/+43
| | |
| | * Base runner, not working yet.Detlev Casanova2010-07-054-0/+2003
| |
| * fix a py3 failure, because the file was not opened in binary mode.dol-sen2011-09-251-1/+1
| |
* | add news reporting capability when adding/syncing overlays. Bug 388233dol-sen2011-10-263-7/+35
|/
* make the tests more py3 compatibile.dol-sen2011-09-236-22/+52
|
* py2, py3 compatability changes so 2to3 will work correctly.dol-sen2011-09-229-66/+100
|
* fix bug 384085, deprecated "bzr get" to "bzr branch"dol-sen2011-09-221-2/+2
|
* fix unknown variabledol-sen2011-09-181-1/+2
|
* man page updates, formatting changes.dol-sen2011-09-171-18/+25
|
* better explain the variable change.dol-sen2011-09-131-3/+6
|
* fix typo, bug 382785dol-sen2011-09-131-1/+1
|
* fix bug 381853, remove the noise level param as error() does not have it ↵dol-sen2011-09-051-2/+2
| | | | like the other output functions.
* fix a missed conversion to using the Message classdol-sen2011-08-241-1/+1
|
* rename local_list to installed, create an update function to migrate the change.dol-sen2011-08-245-18/+49
|
* clean out nearly useless quiet parameter, use config['quiet'] instead.dol-sen2011-08-2414-81/+79
|
* pass the input parameters to MessageBasedol-sen2011-08-211-1/+2
|
* continue establishing a proper high level interface.dol-sen2011-08-211-25/+25
|
* set some options to the ones passed in that were previously missed.dol-sen2011-08-211-5/+6
|
* fix success reporting identified in bug 379779. Improve and change error ↵dol-sen2011-08-192-8/+17
| | | | output from info(), warn() to error().
* remove some dead ERROR constantsdol-sen2011-08-131-4/+0
|
* fix wrong variable name in the layman.cfg explanations.dol-sen2011-08-131-2/+2
|
* update CHANGESdol-sen2011-08-101-1/+2
|
* HTTPError in 2.5 does not have getcode(). use error.codedol-sen2011-08-101-1/+1
|
* add the gentoolkit encoding bugfixdol-sen2011-08-091-1/+10
|
* revert using "as" in exceptions. enable using the "with" statement in py-2.5.dol-sen2011-08-0910-28/+29
| | | fix run_command( ,*arg, )
* Revert "migrate to print()" to restore py-2.5 compatibility.dol-sen2011-08-097-65/+53
| | | | | | | | | | | This reverts commit e14906b88ec2da99dba82d565d88ed5ca1d40099. Conflicts: layman/api.py layman/cli.py layman/dbbase.py layman/output.py
* make EPREFIX test code eprefixy proofdol-sen2011-08-091-1/+1
|
* update AUTHORSdol-sen2011-08-081-1/+5
|