summaryrefslogtreecommitdiff
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* If repo/profiles/news doesn't exist, return 0 updatesAlec Warner2007-01-161-0/+4
* dirty dirty liesAlec Warner2007-01-161-6/+5
* ferringb pointed out this portroot parameter, ended up not using it, try an o...Alec Warner2007-01-162-24/+16
* fix minor syntax issues with lockingAlec Warner2007-01-161-4/+4
* merge didn't bring in portage_news, no idea whyAlec Warner2007-01-161-0/+241
* merge glep42 into trunkAlec Warner2007-01-162-8/+52
* Clean up imports in portage_locks.pyAlec Warner2007-01-161-24/+20
* Make invalid deps non-fatal for some phases.Zac Medico2007-01-151-1/+6
* Clean up variables when finished.Zac Medico2007-01-151-0/+2
* For bug #162275, make doebuild validate *DEPEND and bail out if necessary.Zac Medico2007-01-151-0/+17
* Don't warn about /etc/make.profile not being a symlink if it has a parent file.Zac Medico2007-01-141-0/+1
* Fix reversed arguments.Zac Medico2007-01-131-1/+1
* Fix 'TypeError: not all arguments converted during string formatting'. Thank...Zac Medico2007-01-131-2/+2
* fix tabs with patch from Grobian and bug # 161911, fix developing a bitAlec Warner2007-01-131-1/+1
* remove the last of the string module from portage.pyAlec Warner2007-01-121-4/+4
* Fix another typo.Zac Medico2007-01-121-1/+1
* Fix more typos.Zac Medico2007-01-121-2/+2
* purge string from portage.py, fix minor bug in portage_utilAlec Warner2007-01-122-42/+41
* another annoy space bugAlec Warner2007-01-121-1/+1
* Fix typos from the previous commit.Zac Medico2007-01-121-2/+2
* Use startswith and endswith to simplify code.Zac Medico2007-01-121-3/+3
* more string deprecationAlec Warner2007-01-125-20/+19
* Begin the deprecation of the string moduleAlec Warner2007-01-122-16/+15
* Remove a duplicate % character.Zac Medico2007-01-121-1/+1
* Fix incremental virtuals code for the new stricter catpkgsplit behavior.Zac Medico2007-01-121-1/+5
* Prevent an InvalidData exception during global updates due to the new stricte...Zac Medico2007-01-121-1/+7
* Return early from finddigest if findname2 found nothing.Zac Medico2007-01-121-0/+2
* FIx a bunch of random Except: statements in portage.py, most of them are IO/O...Alec Warner2007-01-121-27/+9
* os.cwd can return OSError (maybe IOError with wrong perms for ./, will test a...Alec Warner2007-01-121-30/+11
* EOFError is also important according to ZacAlec Warner2007-01-121-1/+1
* getbinpkg.py fix except: open can be IOERror or OSError and cPickle can throw...Alec Warner2007-01-121-3/+1
* comment the excepts in a few placesAlec Warner2007-01-123-3/+3
* Fix broad except statement, should only be KeyErrorAlec Warner2007-01-121-1/+1
* portage_versions.py, more string.atoi -> int, fix another except: that should...Alec Warner2007-01-121-10/+10
* 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