summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Collapse)AuthorAgeFilesLines
* portdbapi: update comment about repoman cachesZac Medico2012-04-221-1/+1
|
* dbapi.cp_list: remove special case for virtualsZac Medico2012-04-223-15/+12
| | | | | | | Since commit d603f1440c814377fbc1965729fd9b6b008cf76d, the match caches use the result from dep_expand for the cache_key, so the caches are free of old-style virtual mappings. This allows the match caches to be safely shared with cp_list.
* Add ${T}/build.log symlink to PORT_LOGDIR.Zac Medico2012-04-221-2/+20
| | | | | | This will fix bug #412865. This makes it easier on people who `emerge foo`, do stuff, `emerge foo`, do stuff, etc... to have the same path to the log in between runs.
* dbapi: account for unevaluated_atom in cachesZac Medico2012-04-205-29/+39
| | | | | This will fix bug 412391. This is analogous to the bug fixed in commit 5438bb29c996d777b6343515995176912a7c137f.
* Show config updates later for bug #412845.Zac Medico2012-04-201-2/+1
|
* mergeme: cleanup hardlink_candidates, bug #412453Greg Turner2012-04-171-5/+4
|
* Avoid redundant news display for bug #412161.Zac Medico2012-04-161-1/+4
|
* repoman: update EAPI.definition check for PMSZac Medico2012-04-151-9/+25
| | | | | | The plan is to update PMS section 8.3.1 as discussed here: http://archives.gentoo.org/gentoo-pms/msg_ef7635aa655913f2386e64e385f5a6ae.xml
* Handle SystemError when importing xml libraries.Zac Medico2012-04-132-5/+5
|
* perform_all: fix TypeError for bug #411897Zac Medico2012-04-131-1/+1
|
* EbuildBinpkg: remove temp file on failureZac Medico2012-04-131-1/+5
|
* depgraph._complete_graph: fix for --root-depsv2.2.0_alpha100Zac Medico2012-04-051-1/+2
|
* config: populate expand map with profile.envZac Medico2012-04-051-4/+4
| | | | | This behavior got disabled by commit ed8a457e265ea1c23b66aeb12d00f1abd3d79e60, and now it's restored.
* Limit long slot conflict loop for bug #410801.Zac Medico2012-04-051-3/+15
|
* Scheduler: optimize action_uninstallZac Medico2012-04-052-2/+6
|
* depgraph._validate_blockers: optimize --root-depsZac Medico2012-04-051-0/+5
|
* depgraph._load_vdb: optimize --root-depsZac Medico2012-04-051-0/+4
|
* unmerge: display progress counter, bug #386901Boris Minev2012-04-031-1/+14
|
* test_getconfig: add case for bug #410625Zac Medico2012-04-031-1/+25
|
* _check_temp_dir: explicitly close temp fileZac Medico2012-04-031-2/+1
|
* Don't use varexpand for profile.env, bug #410625.v2.2.0_alpha99Zac Medico2012-04-021-1/+1
|
* 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.