summaryrefslogtreecommitdiff
path: root/portato/eix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix the EixSQLDatabase and EixReaderRené 'Necoro' Neumann2009-08-141-1/+1
|
* Make the EixReader support the context manager protocolRené 'Necoro' Neumann2009-08-141-1/+0
|
* Make the EixReader support the context manager protocolRené 'Necoro' Neumann2009-08-141-0/+9
|
* Add documentationRené 'Necoro' Neumann2009-08-143-5/+300
|
* Finish EixReaderRené 'Necoro' Neumann2009-08-141-8/+8
|
* Fix overlay classRené 'Necoro' Neumann2009-08-141-2/+2
|
* 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-142-10/+41
|
* 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-273-0/+155
| | | | functions -- will be easier to deal with for the LazyElements
* Moved from Cython to normal PythonRené 'Necoro' Neumann2009-07-274-134/+0
|
* Implement reading a number in the EixReaderRené 'Necoro' Neumann2009-07-261-14/+102
|
* Get rid of the self-implemented file-stuff. Use the normal python-API insteadRené 'Necoro' Neumann2009-07-262-87/+0
|
* First eix stuffRené 'Necoro' Neumann2009-07-244-0/+133