summaryrefslogtreecommitdiffstats
path: root/layman/overlays/overlay.py
Commit message (Expand)AuthorAgeFilesLines
* fix bug 440628 truncated overlay names.Brian Dolbec2012-11-011-1/+5
* py2, py3 compatability changes so 2to3 will work correctly.dol-sen2011-09-221-27/+27
* clean out nearly useless quiet parameter, use config['quiet'] instead.dol-sen2011-08-241-12/+11
* revert using "as" in exceptions. enable using the "with" statement in py-2.5.dol-sen2011-08-091-1/+1
* adjust width for the leading spacedol-sen2011-08-061-1/+1
* add debug messages, fix broken UnknownOverlayExceptiondol-sen2011-08-061-0/+1
* update all tests to passdol-sen2011-07-221-6/+12
* fix a regression for the old xml format.dol-sen2011-05-051-20/+26
* start moving to debug message types.dol-sen2011-04-301-1/+1
* migrate to using explicit checks.Brian Dolbec2011-03-271-1/+1
* migrate to explicit if checkBrian Dolbec2011-03-271-6/+6
* migrate except ... as Brian Dolbec2011-03-261-1/+1
* removal of xml from the vcs class parameters.Brian Dolbec2011-02-231-30/+147
* output more info to the trial for adding an overlayBrian Dolbec2011-02-121-0/+4
* rename Overlay's __str__(). split out UnknownOverlayMessage() from the excep...Brian Dolbec2011-02-121-1/+1
* add an irc data element to the overlay xmlBrian Dolbec2011-02-121-0/+13
* add a generator for source types the same as source uris.Brian Dolbec2011-02-121-0/+5
* move utility functions out of the Overlay classBrian Dolbec2011-02-111-41/+6
* Apply tulcod's g-common support changes.Brian Dolbec2011-02-111-0/+2
* Change the remaining modules to use the config['output'] variable so re-direc...Brian Dolbec2011-02-111-4/+6
* Fix handling of empty XML entities (bug #309617)Sebastian Pipping2010-03-151-8/+14
* pylint: Resolve unused importSebastian Pipping2010-02-171-1/+1
* pylint: Resolve use of blacklisted built-in funtionsSebastian Pipping2010-02-171-1/+1
* pylint: Resolve re-importSebastian Pipping2010-02-171-1/+1
* pylint: Fix bad indentationSebastian Pipping2010-02-171-6/+6
* Fix refactoring faultsSebastian Pipping2010-01-171-2/+0
* Fix Overlay and OverlaySource equality checkSebastian Pipping2010-01-151-2/+5
* Fix whitspace handling for description field (with layman -i)Sebastian Pipping2010-01-151-1/+4
* Include quality indicator in overlay info displaySebastian Pipping2010-01-151-0/+12
* Include feed URIs in overlay info displaySebastian Pipping2010-01-151-1/+15
* Fix another test caseSebastian Pipping2010-01-151-1/+3
* Make "layman -L" display as many source URIs as fit (not just one)Sebastian Pipping2010-01-141-1/+1
* Fix wrong(?) test casesSebastian Pipping2010-01-141-2/+2
* Fix test cases by using new Overlay.source_uris() generatorSebastian Pipping2010-01-141-2/+6
* Fix display of overlay typeSebastian Pipping2010-01-141-4/+11
* Add support for multiple sources per overlaySebastian Pipping2010-01-131-53/+86
* Move a few methods down from Overlay to OverlaySourceSebastian Pipping2010-01-131-36/+0
* Resolve method Overlay._set_source()Sebastian Pipping2010-01-131-4/+2
* New fail-logic on removal of an overlaySebastian Pipping2010-01-121-2/+2
* Notify subclasses of Overlay which <source> is selectedSebastian Pipping2010-01-041-6/+10
* Introduce equality and inequality testsSebastian Pipping2010-01-041-0/+10
* Make Overlay derive from object so we can use super() in subclassesSebastian Pipping2010-01-041-1/+1
* Handle sys.stdout.encoding being NoneSebastian Pipping2010-01-041-2/+4
* Fix handling of non-ASCII charactersSebastian Pipping2010-01-021-2/+12
* Rename Overlay.to_minidom to to_xml (as it no longer uses minidom)Sebastian Pipping2009-12-291-1/+1
* Fix post-1.2.4 whitespace-stripping bugSebastian Pipping2009-12-291-1/+1
* Allow running VCS from PATHSebastian Pipping2009-12-291-3/+15
* Allow overriding VCS commandsSebastian Pipping2009-12-291-0/+3
* Pass config down to Overlay instancesSebastian Pipping2009-12-291-5/+6
* Migrate ElementTree imports to Python >=2.5Sebastian Pipping2009-12-291-3/+3