summaryrefslogtreecommitdiff
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* fix broken importsZac Medico2007-02-101-1/+3
* remove broken dblink importZac Medico2007-02-101-1/+1
* Fix imports from the emerge package.Zac Medico2007-02-101-0/+0
* fix syntaxZac Medico2007-02-101-1/+1
* Move dbapi and related classes out of __init__.py into their own subpackage.Marius Mauch2007-02-106-3207/+3285
* add docstringsAlec Warner2007-02-101-0/+20
* fix a few broken testsAlec Warner2007-02-103-6/+5
* Create namespace for emergeMarius Mauch2007-02-082-1/+1
* Turn on strict dep checking to fix the isvalidatom test.Zac Medico2007-02-081-0/+2
* Synchronize required hash code in all relevant places.Zac Medico2007-02-072-5/+10
* For bug #165783, handle a potential InvalidDependString exception inside doeb...Zac Medico2007-02-071-5/+11
* For bug #165783, handle a potential InvalidDependString exception inside dige...Zac Medico2007-02-071-3/+9
* For backward compatibility with api consumers, _dep_check_strict behavior wil...Zac Medico2007-02-071-2/+3
* Make sure to fetch files if MANIFEST2_REQUIRED_HASH is missing.Zac Medico2007-02-061-0/+1
* Check if entries contain the required hashes before writing the ManifestMarius Mauch2007-02-061-2/+10
* Ensure that the code for bug #165342 only affects name collisions with virtuals.Zac Medico2007-02-051-2/+4
* For bug #165382, don't raise a ValueError in cpv_expand() if there are only t...Zac Medico2007-02-051-2/+12
* In order to correctly handl the case of target caches that don't have complet...Zac Medico2007-02-031-1/+3
* Make the tests pass.Zac Medico2007-02-031-1/+1
* For bug #165065, use the proper RESTRICT setting when fetching files in diges...Zac Medico2007-02-031-9/+19
* grrr I thought I removed thisAlec Warner2007-02-021-4/+0
* remove redundant directory nowAlec Warner2007-02-0221-1/+1
* For bug #153109, replace our old chflags module with the one provided by the ...Zac Medico2007-02-011-28/+13
* A somewhat more intelligent layout, move tests into portaage namespace so we ...Alec Warner2007-02-0123-0/+643
* fix doc typo; more test fiddlingAlec Warner2007-02-011-2/+2
* Round one of dep_getusedeps()Alec Warner2007-02-011-1/+31
* Don't use os.path.isdir() because it can swallow errors related to filesystem...Zac Medico2007-01-311-2/+8
* Ignore EEXIST from rmdir since some kernels (such as solaris) return that ins...Zac Medico2007-01-271-3/+6
* Fix automatic path detection to account for new locationMarius Mauch2007-01-251-1/+1
* Fix broken symlink caused by exec module renameMarius Mauch2007-01-251-1/+1
* Namespace sanitizing, step 5Marius Mauch2007-01-251-4/+4
* Fix some breakage caused by script malfunctionMarius Mauch2007-01-252-2/+2
* Namespace sanitizing, step 3Marius Mauch2007-01-2520-79/+79
* Namespace sanitizing, step 2bMarius Mauch2007-01-258-16/+16
* Namespace sanitizing, step 2Marius Mauch2007-01-2517-304/+304
* Adding compat symlinks for cache and elog packagesMarius Mauch2007-01-252-0/+2
* Namespace sanitizing, step 1Marius Mauch2007-01-2570-6992/+7016
* Fix broken line number counting for CONTENTS.v2.1.2-r3Zac Medico2007-01-231-2/+2
* For bug #142279, detect and warn about null bytes in CONTENTS.Zac Medico2007-01-231-0/+8
* Add new ** for package.keywords token to bypass keyword visibility layerMarius Mauch2007-01-231-1/+3
* For bug #163219, handle binpkgs that have missing PF metadata.Zac Medico2007-01-221-2/+3
* For bug #163083, handle an UnsupportedAPIException thrown from the prerm phase.Zac Medico2007-01-212-4/+11
* To ease transition while Manifest 1 is being removed, only require hashes tha...Zac Medico2007-01-211-4/+6
* Don't require MANIFEST2 hashes since that can trigger excessive fetches when ...Zac Medico2007-01-211-1/+3
* For bug #161356, fix the SLOT match code to handle a KeyError thrown due to a...Zac Medico2007-01-201-2/+8
* Some minor fixes for manifest codeMarius Mauch2007-01-202-8/+15
* Fix syntax.Zac Medico2007-01-191-1/+1
* For bug #162404, when sesandbox is enabled, only log if PORT_LOGDIR is explic...Zac Medico2007-01-191-1/+7
* Raise an informative InvalidData exception instead of 'TypeError: unsubscript...Zac Medico2007-01-181-0/+2
* Validate ebuild names inside portdbapi.cp_list() in order to prevent problems...Zac Medico2007-01-181-2/+8