summaryrefslogtreecommitdiff
path: root/portato/eix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵René 'Necoro' Neumann2009-08-151-10/+12
| | | | memory and runtime
* 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 ↵René 'Necoro' Neumann2009-07-273-0/+155
| | | | functions -- will be easier to deal with for the LazyElements
* 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
d>René 'Necoro' Neumann1-0/+3 2009-10-05Renamed the ignore fileRené 'Necoro' Neumann1-0/+0 2009-10-05Update NEWSRené 'Necoro' Neumann1-0/+1 2009-10-05Also allow 'unselect all' in the PkgListRené 'Necoro' Neumann1-1/+10 2009-10-05Now have it the sorted way in PkgListsRené 'Necoro' Neumann2-3/+9 2009-10-05Enhanced system.sort_package_list to also sort CPVsRené 'Necoro' Neumann5-27/+38 2009-10-05Added an PkgList window and rewrote UpdateWindow and WorldListWindow to use itRené 'Necoro' Neumann3-39/+63 2009-10-05Add uninstall button and rename to PkgListWindowRené 'Necoro' Neumann1-2/+17 2009-10-05First quick hack to have a world listRené 'Necoro' Neumann3-2/+24