summaryrefslogtreecommitdiff
path: root/portato/eix (follow)
Commit message (Expand)AuthorAgeFilesLines
* Updated cython files to include new header locationsHEADmasterRené 'Necoro' Neumann2011-07-181-4/+4
* Merge branch '0.14'René 'Necoro' Neumann2010-04-191-416/+0
|\
| * Remove unused pythonic eix parser implementationRené 'Necoro' Neumann2010-04-191-416/+0
* | Merge branch '0.14'René 'Necoro' Neumann2010-04-142-32/+57
|\|
| * Improve the C modulesRené 'Necoro' Neumann2010-04-141-17/+33
| * Fixed the unicode support and stuff ... and also made eix faster :)René 'Necoro' Neumann2010-04-141-20/+22
| * Better eix error inheritance and handlingRené 'Necoro' Neumann2010-04-131-2/+9
* | Merge branch '0.14'René 'Necoro' Neumann2010-04-121-1/+1
|\|
| * Descriptions may contain unicodeRené 'Necoro' Neumann2010-04-121-1/+1
* | applied 2to3 and fixed the resultRené 'Necoro' Neumann2010-04-113-5/+4
|/
* Fixed copyrightRené 'Necoro' Neumann2010-03-054-4/+4
* Also parse descriptions from eixRené 'Necoro' Neumann2010-03-041-2/+2
* Move eix-format to correct locationRené 'Necoro' Neumann2009-08-151-0/+855
* Use list-comprehension. Looks nicer and does not imply speed penaltiesRené 'Necoro' Neumann2009-08-151-5/+1
* Skip some data of eix.parser.package. The data is unneeded and just kill memo...René 'Necoro' Neumann2009-08-151-10/+12
* Some optimizationsRené 'Necoro' Neumann2009-08-151-9/+11
* Removed obscur whateverRené 'Necoro' Neumann2009-08-151-2/+0
* Rewrote eix-parser in Cython --> WAAAAAAAAAY fasterRené 'Necoro' Neumann2009-08-143-1/+319
* 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 func...René 'Necoro' Neumann2009-07-273-0/+155
* 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