summaryrefslogtreecommitdiff
path: root/portato/eix/parser.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make overlay a class tooRené 'Necoro' Neumann2009-08-141-7/+7
|
* Add __slots__René 'Necoro' Neumann2009-08-141-0/+7
|
* Add package and category objectsRené 'Necoro' Neumann2009-08-141-3/+29
|
* Make LazyElement use __slots__ - to decrease memory consumptionRené 'Necoro' Neumann2009-08-141-0/+1
|
* Allow to pass the number of elements in a vectorRené 'Necoro' Neumann2009-08-141-4/+8
|
* Add 'skip' parameter to header ... this is ignored thoughRené 'Necoro' Neumann2009-08-141-1/+1
|
* Add header-objectRené 'Necoro' Neumann2009-08-141-9/+35
|
* Add LazyElementRené 'Necoro' Neumann2009-08-141-1/+23
|
* Moved eix stuff to its own module. Also make all the parsing stuff being ↵René 'Necoro' Neumann2009-07-271-0/+86
functions -- will be easier to deal with for the LazyElements