summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Collapse)AuthorAgeFilesLines
* AsynchronousLock: use subprocess if no threadsZac Medico2010-11-236-27/+163
|
* Optimize LazyItemsDict.__deepcopy__().v2.1.9.24Zac Medico2010-10-311-2/+2
|
* Simplify LazyItemsDict.__deepcopy__().Zac Medico2010-10-311-7/+4
|
* Update docstring for LazyItemsDict.__deepcopy__()Zac Medico2010-10-301-17/+4
|
* Fix LazyItemsDict.__deepcopy__() for python 2.7.Zac Medico2010-10-292-9/+28
| | | | | | In python-2.7, changes in deepcopy() make LazyItemsDict.__deepcopy__() fail in some cases. Thanks to Diego E. Pettenò <flameeyes@g.o> for reporting.
* Scheduler: eliminate redundant display callsZac Medico2010-10-271-1/+6
|
* am maintainer-mode: ignore autotest and help2manZac Medico2010-10-271-1/+1
| | | | This will fix bug #342561.
* Raise StopIteration from _poll() if needed.Zac Medico2010-10-271-0/+5
|
* Fix broken spawn_bash() call.Zac Medico2010-10-271-2/+3
|
* Cleanup CVS calls in 'sync' action.Michał Górny2010-10-271-2/+4
| | | | | Use 'exec' to avoid unnecessary redundant processes. Update the checkout code to use spawn_bash() like update does.
* Add sanity checks for system clock changes.Zac Medico2010-10-272-3/+21
|
* Scheduler: ensure display update every 3 secondsZac Medico2010-10-271-1/+36
|
* JobStatusDisplay: add a _set_width() methodZac Medico2010-10-271-5/+14
|
* Copy term size to pty only if foreground.Zac Medico2010-10-272-2/+6
|
* Fix some typos and improve a message in repoman.Arfrever Frehtes Taifersar Arahesis2010-10-271-2/+2
|
* Allow repoman to commit files, which have changes only in SVN properties.Arfrever Frehtes Taifersar Arahesis2010-10-271-2/+2
|
* depgraph minimize_children: yield highest versionv2.1.9.22Zac Medico2010-10-231-1/+4
|
* Raise default backtrack limit from 5 to 10.Zac Medico2010-10-222-2/+2
|
* EbuildBuildDir: allow EPERM when removing catdirZac Medico2010-10-221-1/+1
|
* EbuildFetcher: fix fetch to use manifestZac Medico2010-10-221-0/+2
| | | | | If we don't call doebuild_environment() then the 'O' variable is not set and fetch() doesn't use the manifest.
* prepare_build_dirs: tolerate permission issuesZac Medico2010-10-221-2/+6
|
* EbuildBuildDir: tolerate some permission issuesZac Medico2010-10-221-6/+15
|
* EbuildFetchonly: remove unused _execute methodZac Medico2010-10-221-22/+0
|
* EbuildFetchonly: remove redundant tmpdir codeZac Medico2010-10-221-36/+8
| | | | This tempdir stuff is handled by spawn_nofetch() now.
* Separate conflict atoms for 'missed update'.Zac Medico2010-10-221-17/+30
| | | | This will fix bug #342157.
* EbuildFetcher: close uneeded fds in subprocessZac Medico2010-10-222-26/+20
|
* EbuildFetcher: Use fork for better performance.Zac Medico2010-10-221-33/+43
| | | | Instead of calling ebuild(1), simply fork and call fetch().
* Fix pretend phase doebuild_environment().Zac Medico2010-10-211-3/+2
|
* dispatch-conf: suppress 'No such file' errors.Zac Medico2010-10-211-10/+13
| | | | This will fix bug #341463.
* Show paths of corrupt NEEDED.ELF.2 files.Zac Medico2010-10-211-6/+10
|
* Suppress 'invalid .la file' message if necessary.Zac Medico2010-10-211-2/+12
| | | | This will fix bug #340725.
* slot_collision.py: Define basestring for python3.Mao PU2010-10-171-0/+5
|
* emerge --depclean: Add more --debug output.v2.1.9.19Zac Medico2010-10-152-0/+23
|
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2010-10-155-6/+6
|
* use_reduce: Next try on full reductionSebastian Luther2010-10-152-6/+20
|
* use_reduce: Another fix for bug 340973.Zac Medico2010-10-152-9/+17
|
* use_reduce: Add non-working test for bug 340973.Zac Medico2010-10-151-0/+6
|
* Fix a typo in a comment.Zac Medico2010-10-151-1/+1
|
* UseReduceTestCase: Show whole string in exceptionZac Medico2010-10-151-3/+6
|
* use_reduce: Add more tests.Zac Medico2010-10-151-1/+7
|
* Fix use_reduce + opconvert of "A || ( B C )".Zac Medico2010-10-152-7/+8
|
* Fix use_reduce + opconvert of "|| ( A B ) C".Zac Medico2010-10-152-17/+11
| | | | | Also, tweak other test results to match the additional brackets that this change introduces in some cases.
* Test use_reduce opconvert breakage.Zac Medico2010-10-151-0/+13
|
* use_reduce: Fully reduce complex || constructs.Sebastian Luther2010-10-152-36/+116
| | | | This will fix bug 340973.
* Fix parallel-fetch output by BinpkgVerifier.Zac Medico2010-10-152-3/+10
| | | | | BinpkgVerifier was erroneusly sending parallel-fetch output to stdout. Thanks to Jeremy Olexa <darkside@g.o> for reporting.
* Optimize uninstall selection more.Zac Medico2010-10-151-0/+5
|
* Optimize uninstall selection in serialize_tasks.Zac Medico2010-10-151-4/+11
| | | | | | This increases performance dramatically in cases when there are hundreds of blockers to solve, like when when upgrading to a new slot of kde-meta.
* Prefer ~ and =* atoms in missed update display.Zac Medico2010-10-151-2/+2
| | | | | Hopefully this helps for bug #340983, similar to how it did for bug #291142.
* Add a simpler non-working use_reduce test.Zac Medico2010-10-151-0/+5
|
* Add non-working use_reduce tests.Zac Medico2010-10-151-0/+14
|