summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Collapse)AuthorAgeFilesLines
* Remove extended package set configuration docs.v2.1.10.54Zac Medico2012-04-011-5/+5
| | | | Extended package sets configuration is disabled in the stable branch.
* portage.const: toggle constants for stable branchZac Medico2012-04-011-4/+4
| | | | | | | _ENABLE_DYN_LINK_MAP = False _ENABLE_PRESERVE_LIBS = False _ENABLE_REPO_NAME_WARN = False _ENABLE_SET_CONFIG = False
* dispatch_conf: don't pass bytes for Popen cmdZac Medico2012-04-011-1/+1
| | | | This will fix bug #410417.
* varexpand: optimize access to current charv2.2.0_alpha97Zac Medico2012-03-311-19/+28
|
* getconfig: show error message for varexpand failZac Medico2012-03-311-2/+19
|
* varexpand: use frozenset for word charactersZac Medico2012-03-311-2/+3
|
* varexpand: use list for efficient appendZac Medico2012-03-311-13/+13
|
* dispatch_conf: emulate getstatusoutput with PopenZac Medico2012-03-311-12/+12
| | | | This will fix bug #410315.
* xpak: clean up styleMike Frysinger2012-03-281-124/+123
| | | | | | A few spaces here and there go a long way to making this readable. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* varexpand: don't cache resultsZac Medico2012-03-271-13/+4
| | | | | Caching wasn't really necessary here, and it didn't properly account for input differences in the 'mydict' parameter.
* locks.py: fix _close_fds docstringv2.2.0_alpha96Zac Medico2012-03-271-1/+0
|
* LockNonblockTestCase: close_fds tweakZac Medico2012-03-271-1/+4
| | | | Make consistent with commit 144c23efbb4e9565debad03c13c5bcab833a8336.
* emerge: suggest dispatch-conf for bug #398843Zac Medico2012-03-271-3/+3
|
* Close fewer file descriptors for fork / no exec.Zac Medico2012-03-274-22/+42
| | | | This will fix bug #374335.
* movefile: use writemsg for unicode safetyZac Medico2012-03-271-12/+13
|
* Replace @returns with @return.Zac Medico2012-03-2731-57/+57
|
* grabdict: remove incorrect docstring, bug #409839Greg Turner2012-03-271-1/+0
|
* Localize config update messages, bug #409835.Greg Turner2012-03-271-7/+9
|
* unmerge: fix return code for bug #409647Zac Medico2012-03-252-13/+11
|
* Exit status 128 + SIGINT for --ask 'no' answer.Zac Medico2012-03-253-9/+9
| | | | This will fix bug #409647.
* emerge --sync: use yellow for portage update msgZac Medico2012-03-251-4/+5
|
* movefile: import print_functionZac Medico2012-03-231-0/+2
| | | | | This fixes printing of tuples under python-2.x, as shown in bug #402323.
* movefile: clarify message for xattr copy errorv2.2.0_alpha95Zac Medico2012-03-231-1/+13
| | | | This will fix bug #402323.
* movefile: refactor selinux conditional codeZac Medico2012-03-231-15/+13
|
* Clarify symlink/dir collision for bug #409359.Zac Medico2012-03-231-7/+24
|
* mtimedb: fix hexversion for python issue 5729Zac Medico2012-03-222-2/+2
|
* mtimedb: enable JSON write supportv2.2.0_alpha94Zac Medico2012-03-221-11/+11
| | | | JSON read support has been available since portage-2.1.10.49.
* emerge --changelog: show some log entries aboveZac Medico2012-03-221-3/+18
| | | | This will fix bug #373009.
* emerge --changelog: fix split ChangeLog bugsZac Medico2012-03-222-19/+46
| | | | | This should fix possible missing content when displaying split ChangeLogs (bug #389611), and also normalizes blank lines.
* PreservedLibsRegistry: try to parse as JSON firstZac Medico2012-03-221-3/+3
|
* PreservedLibsRegistry: enable JSON write supportZac Medico2012-03-211-2/+2
| | | | JSON read support has been available since portage-2.2.0_alpha89.
* getmaskingreason: use remember_source_fileZac Medico2012-03-211-1/+7
| | | | This will fix bug #409179.
* Map emerge --buildpkg=n to FEATURES=-buildpkg.Zac Medico2012-03-214-6/+8
| | | | This will fix bug #409085.
* doebuild_environment: comment on bug #408817v2.2.0_alpha93Zac Medico2012-03-191-0/+8
|
* spawn_nofetch: clone locked config, bug #408817Zac Medico2012-03-193-5/+7
| | | | | | It's unsafe to pass in an unlocked config instance, since that can trigger issues like bug #408817 due to fragile assumptions involving the config state inside doebuild_environment().
* Revert "depgraph: reset pkgsettings after setcpv"Zac Medico2012-03-191-1/+0
| | | | | | This reverts commit 884993c7f4b9e7e9ede690f5fab81742915fc942. Calling reset is expensive and is not really needed since commit 3ca5f0cc08d233a3e229e78b573c7aab7d46cb9c.
* doebuild_environment: sanity check for bug 408817Zac Medico2012-03-191-8/+12
| | | | | Ensure that CATEGORY is determined correctly, and raise AssertionError if it can't be determined.
* depgraph: reset pkgsettings after setcpvZac Medico2012-03-191-0/+1
| | | | | This should prevent doebuild_environment from incorrectly using the CATEGORY from the previous setcpv call, as reported in bug #408817.
* unmerge: remove unused preserve-libsZac Medico2012-03-181-0/+9
| | | | | | This fixes a case were one or more packages are unmerged without being replaced, and some preserved libraries need to be removed because they all consumers have just been unmerged.
* dispatch_conf: fix broken diffstatusoutput_lenv2.2.0_alpha92Zac Medico2012-03-181-1/+1
|
* Omit EPREFIX from paths in unicode QA Notice.Zac Medico2012-03-172-5/+7
|
* Use eqawarn for install of non UTF-8 file names.Zac Medico2012-03-172-16/+5
| | | | This will fix bug #406749.
* Manifest: filter file names with repoman's regexZac Medico2012-03-171-1/+9
| | | | | | This makes Manifest generation consistent with repoman, which is necessary if repoman is going to ignore irrelevant files as requested in bug #406877.
* Display: spawn pkg_nofetch when appropriateMartin von Gagern2012-03-131-1/+12
| | | | Signed-off-by: Zac Medico <zmedico@gentoo.org>
* portageq: add "colormap" helperMike Frysinger2012-03-112-6/+8
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* dispatch-conf: do regex matching ourselvesMike Frysinger2012-03-101-4/+4
| | | | | | | This avoids having to pipe through multiple greps, as well as running diff multiple times on the same set of files. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* install-info: avoid unnecessary shellZac Medico2012-03-081-5/+16
|
* Exit after killed while waiting on prefetch.Zac Medico2012-03-083-2/+25
|
* Use Popen to avoid unnecessary shell.Zac Medico2012-03-081-8/+45
|
* whirlpool.py: fix WhirlpoolAdd for bug #406407Zac Medico2012-03-051-1/+1
| | | | | | | | | This file is a python port of Whirlpool.c the reference implementation: http://www.larc.usp.br/~pbarreto/whirlpool.zip Comparison of both implementations reveals a difference in loop logic at the very beginning of the WhirlpoolAdd function, which is fixed now.