Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Descriptions may contain unicode | René 'Necoro' Neumann | 2010-04-12 | 1 | -1/+1 |
* | Fixed copyright | René 'Necoro' Neumann | 2010-03-05 | 4 | -4/+4 |
* | Also parse descriptions from eix | René 'Necoro' Neumann | 2010-03-04 | 1 | -2/+2 |
* | Move eix-format to correct location | René 'Necoro' Neumann | 2009-08-15 | 1 | -0/+855 |
* | Use list-comprehension. Looks nicer and does not imply speed penalties | René 'Necoro' Neumann | 2009-08-15 | 1 | -5/+1 |
* | Skip some data of eix.parser.package. The data is unneeded and just kill memo... | René 'Necoro' Neumann | 2009-08-15 | 1 | -10/+12 |
* | Some optimizations | René 'Necoro' Neumann | 2009-08-15 | 1 | -9/+11 |
* | Removed obscur whatever | René 'Necoro' Neumann | 2009-08-15 | 1 | -2/+0 |
* | Rewrote eix-parser in Cython --> WAAAAAAAAAY faster | René 'Necoro' Neumann | 2009-08-14 | 3 | -1/+319 |
* | Fix the EixSQLDatabase and EixReader | René 'Necoro' Neumann | 2009-08-14 | 1 | -1/+1 |
* | Make the EixReader support the context manager protocol | René 'Necoro' Neumann | 2009-08-14 | 1 | -1/+0 |
* | Make the EixReader support the context manager protocol | René 'Necoro' Neumann | 2009-08-14 | 1 | -0/+9 |
* | Add documentation | René 'Necoro' Neumann | 2009-08-14 | 3 | -5/+300 |
* | Finish EixReader | René 'Necoro' Neumann | 2009-08-14 | 1 | -8/+8 |
* | Fix overlay class | René 'Necoro' Neumann | 2009-08-14 | 1 | -2/+2 |
* | Make overlay a class too | René 'Necoro' Neumann | 2009-08-14 | 1 | -7/+7 |
* | 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 func... | René 'Necoro' Neumann | 2009-07-27 | 3 | -0/+155 |
* | 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 |