Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused pythonic eix parser implementation | René 'Necoro' Neumann | 2010-04-19 | 1 | -416/+0 |
| | |||||
* | Improve the C modules | René 'Necoro' Neumann | 2010-04-14 | 1 | -17/+33 |
| | |||||
* | Fixed the unicode support and stuff ... and also made eix faster :) | René 'Necoro' Neumann | 2010-04-14 | 1 | -20/+22 |
| | |||||
* | Better eix error inheritance and handling | René 'Necoro' Neumann | 2010-04-13 | 1 | -2/+9 |
| | |||||
* | 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 ↵ | René 'Necoro' Neumann | 2009-08-15 | 1 | -10/+12 |
| | | | | memory and runtime | ||||
* | 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 ↵ | 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 |