summaryrefslogtreecommitdiff
path: root/portato (unfollow)
Commit message (Expand)AuthorFilesLines
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' Neumann2-10/+12
2009-08-15documentationRené 'Necoro' Neumann1-3/+32
2009-08-15Correctly handle exceptionsRené 'Necoro' Neumann2-5/+13
2009-08-15Renamed 'mq' to 'ipc'René 'Necoro' Neumann4-20/+20
2009-08-15Finish mq moduleRené 'Necoro' Neumann2-7/+8
2009-08-15Unified stringsRené 'Necoro' Neumann1-2/+2
2009-08-15Removed obscur whateverRené 'Necoro' Neumann1-2/+0
2009-08-15Moved all the include stuff to the pxdRené 'Necoro' Neumann2-39/+62
2009-08-15First try of own mq-moduleRené 'Necoro' Neumann3-13/+185
2009-08-15Use message queue instead of SHMRené 'Necoro' Neumann2-51/+26
2009-08-15Honor missing eix moduleRené 'Necoro' Neumann1-2/+7
2009-08-14Rewrote eix-parser in Cython --> WAAAAAAAAAY fasterRené 'Necoro' Neumann4-4/+323
2009-08-14Use sets instead of lists --> faster resultsRené 'Necoro' Neumann2-2/+2
2009-08-14Add eixsql as db-choiceRené 'Necoro' Neumann1-3/+9
2009-08-14Fix the EixSQLDatabase and EixReaderRené 'Necoro' Neumann3-9/+12
2009-08-14Write eix-sql database backendRené 'Necoro' Neumann1-0/+62
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-14Add function to add _ to namespaceRené 'Necoro' Neumann1-0/+5
2009-08-14EFAPRené 'Necoro' Neumann1-4/+3
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-08-14Rename DictDatabase to HashDatabaseRené 'Necoro' Neumann2-5/+5
2009-08-13Make epydoc happyRené 'Necoro' Neumann2-5/+5
2009-08-13Make 'helper' available for the pluginsRené 'Necoro' Neumann1-0/+2
2009-08-13Make plugins more exception aware and exception safeRené 'Necoro' Neumann1-7/+26
2009-08-11Sync portage and the DB after emerge syncRené 'Necoro' Neumann1-0/+9
2009-08-11Do not show masking label, if the package is not in system anymoreRené 'Necoro' Neumann1-2/+2
2009-08-11Fix handling of slots in /etc/portage/*René 'Necoro' Neumann2-2/+4
2009-08-10Add credits for translationRené 'Necoro' Neumann1-0/+1
2009-08-10Newer portage versions only return a relative config path.René 'Necoro' Neumann1-0/+8
2009-07-28Nicer indention :PRené 'Necoro' Neumann1-4/+4
2009-07-28Do not create the useless description dbRené 'Necoro' Neumann1-10/+1
2009-07-27Moved eix stuff to its own module. Also make all the parsing stuff being func...René 'Necoro' Neumann4-146/+155
2009-07-27Implemented vectors and soRené 'Necoro' Neumann1-2/+35
2009-07-27Moved from Cython to normal PythonRené 'Necoro' Neumann5-134/+113
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