summaryrefslogtreecommitdiffstats
path: root/layman
Commit message (Expand)AuthorAgeFilesLines
...
* Fix wrong(?) test casesSebastian Pipping2010-01-141-2/+2
* Fix test cases by using new Overlay.source_uris() generatorSebastian Pipping2010-01-142-6/+10
* Fix display of overlay typeSebastian Pipping2010-01-141-4/+11
* Add support for multiple sources per overlaySebastian Pipping2010-01-1312-155/+195
* Move a few methods down from Overlay to OverlaySourceSebastian Pipping2010-01-132-36/+37
* Inject OverlaySource class into hierarchySebastian Pipping2010-01-139-8/+36
* Resolve method Overlay._set_source()Sebastian Pipping2010-01-131-4/+2
* Migrate overlay classes to using super()Sebastian Pipping2010-01-138-18/+18
* Prepare release of 1.2.6 (set release date, sync release notes, update website)v1.2.6Sebastian Pipping2010-01-121-1/+1
* New fail-logic on removal of an overlaySebastian Pipping2010-01-121-2/+2
* Make .tar.noidea extension for tar archives with unknown compressionSebastian Pipping2010-01-121-1/+1
* Drop support for broken tar overlaysSebastian Pipping2010-01-121-21/+2
* Migrate to GNU tar's compression format auto-detectionSebastian Pipping2010-01-111-29/+10
* Fix and further improve write permission checksSebastian Pipping2010-01-061-3/+3
* Add hint on not being rootSebastian Pipping2010-01-051-1/+4
* No longer fetch twiceSebastian Pipping2010-01-051-1/+1
* Check write permission before fetching the list of overlaysBjoern Tropf2010-01-051-0/+5
* Mute warnings from external test suiteSebastian Pipping2010-01-041-0/+3
* Add test suite for format/subpath/categorySebastian Pipping2010-01-043-0/+85
* Add reading of format/subpath/category from repositories.xml formatSebastian Pipping2010-01-042-16/+33
* Notify subclasses of Overlay which <source> is selectedSebastian Pipping2010-01-041-6/+10
* Bring back writing of format/subpath/categorySebastian Pipping2010-01-042-0/+27
* Introduce equality and inequality testsSebastian Pipping2010-01-044-0/+37
* 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-023-2/+68
* Fix handling of names containing '@' for Subversion overlaysSebastian Pipping2010-01-011-4/+4
* Bump version to 1.2.5Sebastian Pipping2009-12-291-1/+1
* Rename Overlay.to_minidom to to_xml (as it no longer uses minidom)Sebastian Pipping2009-12-292-2/+2
* 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-2912-53/+58
* Pass config down to Overlay instancesSebastian Pipping2009-12-2911-21/+49
* Migrate ElementTree imports to Python >=2.5Sebastian Pipping2009-12-291-3/+3
* Indent XML when writing to diskSebastian Pipping2009-12-292-0/+20
* Migrate ElementTree imports to Python >=2.5Sebastian Pipping2009-12-292-2/+2
* Fix license headersSebastian Pipping2009-12-293-0/+4
* Migrate XML handling to ElementTreeChristian Groschupp2009-12-2811-230/+150
* Prepare release 1.2.4 (sync change log and release notes, bump version)v1.2.4Sebastian Pipping2009-12-051-2/+4
* Add support for repositories.xml database formatSebastian Pipping2009-12-053-25/+52
* Fix reading of CDATA sectionsSebastian Pipping2009-12-051-1/+3
* app-portage/layman cvs update command needs to include -d or it dosn't checko...Gunnar Wrobel2009-10-121-1/+1
* Old layman path in new documentation (#271457)Gunnar Wrobel2009-10-123-16/+16
* app-portage/layman:output grammar error (#259188)Gunnar Wrobel2009-10-121-2/+2
* layman-1.2.3.v1.2.3Gunnar Wrobel2009-01-015-17/+28
* layman-1.2.2.v1.2.2Gunnar Wrobel2008-12-285-14/+40
* Copyright.v1.2.1Gunnar Wrobel2008-11-1517-17/+17
* Bump version to 1.2.1.Gunnar Wrobel2008-11-151-1/+1
* layman: pass --quiet flag down to the version controlGunnar Wrobel2008-11-1411-31/+70
* * layman/db.py (RemoteDB.path): Use the hashlib library (#237625).Gunnar Wrobel2008-11-142-11/+8