summaryrefslogtreecommitdiff
path: root/portato/eix (unfollow)
Commit message (Expand)AuthorFilesLines
2011-07-18Updated cython files to include new header locationsHEADmasterRené 'Necoro' Neumann1-4/+4
2010-04-19Remove unused pythonic eix parser implementationRené 'Necoro' Neumann1-416/+0
2010-04-14Improve the C modulesRené 'Necoro' Neumann1-17/+33
2010-04-14Fixed the unicode support and stuff ... and also made eix faster :)René 'Necoro' Neumann1-20/+22
2010-04-13Better eix error inheritance and handlingRené 'Necoro' Neumann1-2/+9
2010-04-12Descriptions may contain unicodeRené 'Necoro' Neumann1-1/+1
2010-04-11applied 2to3 and fixed the resultRené 'Necoro' Neumann3-5/+4
2010-03-05Fixed copyrightRené 'Necoro' Neumann4-4/+4
2010-03-04Also parse descriptions from eixRené 'Necoro' Neumann1-2/+2
2009-08-15Move eix-format to correct locationRené 'Necoro' Neumann1-0/+855
2009-08-15Use list-comprehension. Looks nicer and does not imply speed penaltiesRené 'Necoro' Neumann1-5/+1
2009-08-15Skip some data of eix.parser.package. The data is unneeded and just kill memo...René 'Necoro' Neumann1-10/+12
2009-08-15Some optimizationsRené 'Necoro' Neumann1-9/+11
2009-08-15Removed obscur whateverRené 'Necoro' Neumann1-2/+0
2009-08-14Rewrote eix-parser in Cython --> WAAAAAAAAAY fasterRené 'Necoro' Neumann3-1/+319
2009-08-14Fix the EixSQLDatabase and EixReaderRené 'Necoro' Neumann1-1/+1
2009-08-14Make the EixReader support the context manager protocolRené 'Necoro' Neumann1-1/+0
2009-08-14Make the EixReader support the context manager protocolRené 'Necoro' Neumann1-0/+9
2009-08-14Add documentationRené 'Necoro' Neumann3-5/+300
2009-08-14Finish EixReaderRené 'Necoro' Neumann1-8/+8
2009-08-14Fix overlay classRené 'Necoro' Neumann1-2/+2
2009-08-14Make overlay a class tooRené 'Necoro' Neumann1-7/+7
2009-08-14Add __slots__René 'Necoro' Neumann1-0/+7
2009-08-14Add package and category objectsRené 'Necoro' Neumann1-3/+29
2009-08-14Make LazyElement use __slots__ - to decrease memory consumptionRené 'Necoro' Neumann1-0/+1
2009-08-14Allow to pass the number of elements in a vectorRené 'Necoro' Neumann1-4/+8
2009-08-14Add 'skip' parameter to header ... this is ignored thoughRené 'Necoro' Neumann1-1/+1
2009-08-14Add header-objectRené 'Necoro' Neumann2-10/+41
2009-08-14Add LazyElementRené 'Necoro' Neumann1-1/+23
2009-07-27Moved eix stuff to its own module. Also make all the parsing stuff being func...René 'Necoro' Neumann3-0/+155
2009-07-27Moved from Cython to normal PythonRené 'Necoro' Neumann4-134/+0
2009-07-26Implement reading a number in the EixReaderRené 'Necoro' Neumann1-14/+102
2009-07-26Get rid of the self-implemented file-stuff. Use the normal python-API insteadRené 'Necoro' Neumann2-87/+0
2009-07-24First eix stuffRené 'Necoro' Neumann4-0/+133