summaryrefslogtreecommitdiff
path: root/portato/eix/py_parser.py (unfollow)
Commit message (Expand)AuthorFilesLines
2010-04-19Remove unused pythonic eix parser implementationRené 'Necoro' Neumann1-416/+0
2010-04-11applied 2to3 and fixed the resultRené 'Necoro' Neumann1-3/+3
2010-03-05Fixed copyrightRené 'Necoro' Neumann1-1/+1
2009-08-14Rewrote eix-parser in Cython --> WAAAAAAAAAY fasterRené 'Necoro' Neumann1-0/+0
2009-08-14Fix the EixSQLDatabase and EixReaderRené 'Necoro' Neumann1-1/+1
2009-08-14Add documentationRené 'Necoro' Neumann1-4/+248
2009-08-14Fix overlay classRené 'Necoro' Neumann1-2/+2
2009-08-14Make overlay a class tooRené 'Necoro' Neumann1-7/+7
2009-08-14Add __slots__René 'Necoro' Neumann1-0/+7
2009-08-14Add package and category objectsRené 'Necoro' Neumann1-3/+29
2009-08-14Make LazyElement use __slots__ - to decrease memory consumptionRené 'Necoro' Neumann1-0/+1
2009-08-14Allow to pass the number of elements in a vectorRené 'Necoro' Neumann1-4/+8
2009-08-14Add 'skip' parameter to header ... this is ignored thoughRené 'Necoro' Neumann1-1/+1
2009-08-14Add header-objectRené 'Necoro' Neumann1-9/+35
2009-08-14Add LazyElementRené 'Necoro' Neumann1-1/+23
2009-07-27Moved eix stuff to its own module. Also make all the parsing stuff being func...René 'Necoro' Neumann1-0/+86