summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/AtomArg.py
Commit message (Collapse)AuthorAgeFilesLines
* DependencyArg: add __slots__Zac Medico2012-06-171-1/+4
|
* reposyntax: Add support all over the placeSebastian Luther2010-09-261-1/+1
|
* Bug #337540 - Record nested package set information in the digraph.Zac Medico2010-09-171-1/+2
| | | | | | A new depgraph._expand_set_args() method adds nested SetArg instances to the digraph, in order to record parent -> child relationships from nested sets.
* Remove unused imports found by pylint.Arfrever Frehtes Taifersar Arahesis2010-08-291-8/+2
|
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* Fix AtomArg constructor calls to pass in Atom instances, so the constructorZac Medico2009-09-211-3/+0
| | | | | | never has to construct one. svn path=/main/trunk/; revision=14311
* Add/update copyright headers.Zac Medico2009-06-251-0/+4
| | | | svn path=/main/trunk/; revision=13690
* Bug #275047 - Split _emerge/__init__.py into smaller pieces. Thanks toZac Medico2009-06-221-0/+16
Sebastian Mingramm (few) <s.mingramm@gmx.de> for this patch. svn path=/main/trunk/; revision=13663