summaryrefslogtreecommitdiffstats
path: root/pym/repoman/utilities.py
Commit message (Expand)AuthorAgeFilesLines
* Migrate from codecs.open() to io.open().Zac Medico2011-07-101-3/+3
* Revert "parse_metadata_use(): omit empty text tokens."Zac Medico2011-02-041-2/+1
* parse_metadata_use(): omit empty text tokens.Michał Górny2011-02-031-1/+2
* Use bytes literals.Arfrever Frehtes Taifersar Arahesis2010-12-061-4/+4
* Allow repoman to commit files, which have changes only in SVN properties.Arfrever Frehtes Taifersar Arahesis2010-10-231-2/+2
* Fix parse_metadata_use() to allow use elements containing no flagZac Medico2010-09-061-1/+2
* Remove unused imports found by pylint.Arfrever Frehtes Taifersar Arahesis2010-08-291-1/+0
* Support returning multiple flag descriptions when restrict is used.Michał Górny2010-08-271-8/+6
* Various parse_metadata_use() fixes:Zac Medico2010-08-261-25/+35
* Make parse_metadata_use() tolerate empty flag descriptions.Zac Medico2010-08-261-8/+1
* Make parse_metadata_use() emulate the Element.itertext() method fromZac Medico2010-08-261-3/+19
* Fix up error handling for egencache --update-use-local-desc.Zac Medico2010-08-261-2/+6
* Parse flag descriptions in repoman.utilities.parse_metadata_use().Michał Górny2010-08-261-5/+12
* Bug #334265 - Fix AttributeError triggered by empty herd element inZac Medico2010-08-241-1/+1
* Add FindVCS() to __all__.Michał Górny2010-07-141-0/+1
* repoman: don't complain about stray Manifests.Michał Górny2010-07-121-0/+3
* Rewrite VCS detection code in repoman.Michał Górny2010-07-111-0/+44
* Make metadata.xml <flag/> errors non-fatal to repoman.Michał Górny2010-04-241-4/+2
* Pass an ElementTree instance into parse_metadata_use() andZac Medico2010-04-111-16/+2
* Port parse_metadata_use() code from minidom to ElementTree.Zac Medico2010-04-111-32/+17
* Handle missing $PORTDIR/metadata/herds.xml. Thanks to Arfrever for reporting.Zac Medico2010-04-021-1/+2
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Add check of herds in metadata.xmlSebastian Pipping2010-03-231-1/+32
* Prepare further checks on metadata.xmlSebastian Pipping2010-03-231-2/+2
* Move the DOM unlink call to a finally block.Zac Medico2010-01-291-18/+20
* Use list comprehensions instead of filter() or map() in some places for compa...Arfrever Frehtes Taifersar Arahesis2009-09-251-2/+2
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
* Use filter() and zip() instead of itertools.ifilter() and itertools.izip() fo...Arfrever Frehtes Taifersar Arahesis2009-09-211-2/+1
* Misc unicode fixes for repoman.Zac Medico2009-09-201-7/+12
* Update system imports for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-3/+6
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-2/+2
* Bug #283292 - Fix FindPortdir() to prevent OSError: [Errno 2] from stat whenZac Medico2009-08-311-1/+1
* Use portage.os and _encodings where appropriate.Zac Medico2009-08-191-2/+8
* Add a new portage.util.shlex_split() function to wrap all shlex.split() calls,Zac Medico2009-08-061-3/+2
* Bug #247548 - Remove 'last' and 'lfull' commands since nobody uses them.Zac Medico2008-11-231-1/+1
* Make FindPortdir() fall back to have_profile_dir() checks if it can't matchZac Medico2008-11-111-6/+20
* Make FindPortdir() return (None, None, None) on failure, instead of raisingZac Medico2008-11-111-1/+1
* Inside have_profile_dir(), check for existence of profiles.desc since thatZac Medico2008-11-111-1/+1
* * Fix parse_metadata_use() to raise ParseError instead of the ExpatErrorZac Medico2008-08-141-1/+17
* Remove unused parse_use_local_desc() function.Zac Medico2008-08-051-22/+0
* Bug #199788 - Make repoman parse GLEP 56 USE flag descriptions fromZac Medico2008-07-181-0/+33
* Fix a few typos found with pyflakes. Thanks to Cardoe for reporting.Zac Medico2008-07-111-3/+5
* Add subversion support for repoman (patch by Fabien Groffen, http://archives....Marius Mauch2008-05-131-6/+15
* Various repoman fixes, plus a weird lockfile tracekback in news.Alec Warner2008-02-241-2/+4
* Bug #211067 - Make the "portdir_overlay" and "mydir" variables containZac Medico2008-02-221-4/+6
* fix more trivial issues breaking repomanv2.2_pre2Marius Mauch2008-02-101-1/+2
* Pull more functions out of repoman proper and into repoman.utilitiesAlec Warner2008-01-271-2/+178
* Move random functions out of repoman and into utilties.pyAlec Warner2008-01-261-0/+188