Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add __slots__ | René 'Necoro' Neumann | 2009-08-14 | 1 | -0/+7 |
| | |||||
* | Add package and category objects | René 'Necoro' Neumann | 2009-08-14 | 1 | -3/+29 |
| | |||||
* | Make LazyElement use __slots__ - to decrease memory consumption | René 'Necoro' Neumann | 2009-08-14 | 1 | -0/+1 |
| | |||||
* | Allow to pass the number of elements in a vector | René 'Necoro' Neumann | 2009-08-14 | 1 | -4/+8 |
| | |||||
* | Add 'skip' parameter to header ... this is ignored though | René 'Necoro' Neumann | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | Add header-object | René 'Necoro' Neumann | 2009-08-14 | 2 | -10/+41 |
| | |||||
* | Add LazyElement | René 'Necoro' Neumann | 2009-08-14 | 1 | -1/+23 |
| | |||||
* | Moved eix stuff to its own module. Also make all the parsing stuff being ↵ | René 'Necoro' Neumann | 2009-07-27 | 3 | -0/+155 |
| | | | | functions -- will be easier to deal with for the LazyElements | ||||
* | Moved from Cython to normal Python | René 'Necoro' Neumann | 2009-07-27 | 4 | -134/+0 |
| | |||||
* | Implement reading a number in the EixReader | René 'Necoro' Neumann | 2009-07-26 | 1 | -14/+102 |
| | |||||
* | Get rid of the self-implemented file-stuff. Use the normal python-API instead | René 'Necoro' Neumann | 2009-07-26 | 2 | -87/+0 |
| | |||||
* | First eix stuff | René 'Necoro' Neumann | 2009-07-24 | 4 | -0/+133 |