summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Change vercmp to use int() instead of string atoi, catch ValueError in pkgcmpAlec Warner2007-01-122-6/+4
* For bug #147512, don't print a cryptic error message when an EnvironmentError...Zac Medico2007-01-121-10/+23
* Fix ebuild environment color.map support so that it works properly through ex...Zac Medico2007-01-121-1/+3
* Allow catpkgsplit to be less strict for atoms that come from installed packag...Zac Medico2007-01-111-1/+3
* Use a global to ensure that the valid_category regex is cached.Zac Medico2007-01-111-2/+4
* SpanKY likes the latin categoriesAlec Warner2007-01-111-1/+1
* learn to spellAlec Warner2007-01-111-1/+1
* Handle the exception in isvalidatom, change it to use a portage exceptoin, th...Alec Warner2007-01-112-3/+8
* Fix comments for catpkgsplitAlec Warner2007-01-111-1/+2
* Valid categories in catpkgsplitAlec Warner2007-01-111-1/+19
* elaborate a bit on isjustname()Alec Warner2007-01-111-1/+1
* docs for grabdictAlec Warner2007-01-111-1/+21
* Use dict.get() to prevent a potential (bug unlikely) KeyError.Zac Medico2007-01-111-4/+4
* Use isinstance(foo, basestring) so that it can work with unicode strings too.Zac Medico2007-01-111-1/+1
* Make FEATURES=test imply USE=testMarius Mauch2007-01-111-0/+5
* continue is only for loopsMarius Mauch2007-01-111-1/+1
* Extend ignore filter for grablines (bug #144445)Marius Mauch2007-01-111-1/+3
* Don't escape strings in PortageException as that breaks newline handling (bug...Marius Mauch2007-01-111-1/+4
* Use startwith to simplify =* matching.Zac Medico2007-01-101-2/+1
* Minor fixes for the =* operator (I hope we're done now :).Zac Medico2007-01-101-3/+6
* I hate this thingMarius Mauch2007-01-101-1/+4
* minor performance improvementMarius Mauch2007-01-101-5/+5
* also sanitize mycpv for =* handlingMarius Mauch2007-01-101-0/+2
* =* operator sucksMarius Mauch2007-01-101-8/+5
* Documenting the loop a bitMarius Mauch2007-01-101-0/+3
* Make the =* operator more robustMarius Mauch2007-01-101-2/+7
* Attach the problematic data to the exception for debuggingMarius Mauch2007-01-101-1/+1
* Stupid me, shouldn't jsut move a part of the patchMarius Mauch2007-01-102-13/+12
* Always use vercmp for cpv comparisonsMarius Mauch2007-01-102-4/+15
* create symlinks to html documentation if DOC_SYMLINK_DIR is set, original pat...Marius Mauch2007-01-101-1/+1
* make.globals has no business in profilesMarius Mauch2007-01-101-3/+1
* For bug #161003, disallow virtuals in package.provided and document it. Than...Zac Medico2007-01-091-1/+19
* For bug #161103, don't skip collision-protect checks in cases where the begin...Zac Medico2007-01-091-3/+6
* Make digestgen() force fetch unless all required digest types are available. ...Zac Medico2007-01-091-2/+12
* Split PORTAGE_ELOG_CLASSES outside the loop for better efficiency.Zac Medico2007-01-091-2/+3
* This file apparently uses spaces to line everything up pretty (I have weird t...Alec Warner2007-01-091-2/+2
* Add new eqawarn function and QA loglevel to be used for QA messagesMarius Mauch2007-01-091-1/+5
* Make PORTAGE_BASE_PATH dynamic based on __file__Marius Mauch2007-01-091-1/+4
* For bug #160893, ignore a KeyError during cache cleansing since that key isn'...Zac Medico2007-01-081-1/+4
* Don't swallow an IOError if it is thrown from the aux_get call in portdbapi.g...Zac Medico2007-01-061-1/+1
* For python-2.3 compatibility, don't pass an iterable into dict.update().Zac Medico2007-01-051-1/+2
* Use -G instead of -g (typo from the previous commit).Zac Medico2007-01-041-1/+1
* As a workaround for bug #147625, spawn `id -g portage` in order to get a list...Zac Medico2007-01-041-4/+13
* Make sure that myid is defined for the previous commit.Zac Medico2007-01-041-1/+2
* When fetching metadata from a binhost, reconnect if the http server closes th...Zac Medico2007-01-041-2/+14
* Export EBUILD_PHASE="" when running misc-function.sh in order to prevent bogu...Zac Medico2007-01-041-1/+3
* Make sure stderr is flushed since os._exit doesn't flush stdio buffers.Zac Medico2007-01-031-0/+1
* Make sure stderr is flushed since os._exit doesn't flush stdio buffers.Zac Medico2007-01-031-0/+1
* Use os._exit instead of sys.exit in a forked child process.Zac Medico2007-01-031-1/+1
* When using the spawn's returnpid parameter, manually remove the returned pids...Zac Medico2007-01-031-0/+1