summaryrefslogtreecommitdiff
path: root/portato/eix (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-14Fix the EixSQLDatabase and EixReaderRené 'Necoro' Neumann1-1/+1
2009-08-14Make the EixReader support the context manager protocolRené 'Necoro' Neumann1-1/+0
2009-08-14Make the EixReader support the context manager protocolRené 'Necoro' Neumann1-0/+9
2009-08-14Add documentationRené 'Necoro' Neumann3-5/+300
2009-08-14Finish EixReaderRené 'Necoro' Neumann1-8/+8
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' Neumann2-10/+41
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' Neumann3-0/+155
2009-07-27Moved from Cython to normal PythonRené 'Necoro' Neumann4-134/+0
2009-07-26Implement reading a number in the EixReaderRené 'Necoro' Neumann1-14/+102
2009-07-26Get rid of the self-implemented file-stuff. Use the normal python-API insteadRené 'Necoro' Neumann2-87/+0
2009-07-24First eix stuffRené 'Necoro' Neumann4-0/+133