summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
...
* repoman: usex check 4-python and 4-slot-abiZac Medico2013-01-011-1/+1
* repoman: handle EAPI 5 usex, bug #449678Zac Medico2013-01-011-4/+13
* Revert "AsynchronousLock: override _async_wait_cb"Zac Medico2013-01-011-3/+3
* AsynchronousLock: override _async_wait_cbZac Medico2013-01-011-3/+3
* test_echangelog: sync year with UpdateChangeLogZac Medico2012-12-311-5/+1
* emerge --depclean: clarify unsatisfied atomsZac Medico2012-12-311-1/+6
* _LockThread: use thread-safe EventLoop.idle_add()Zac Medico2012-12-311-35/+8
* AsynchronousTask: _async_wait is thread-safeZac Medico2012-12-311-1/+1
* EventLoop.iteration: no IO blocking if possibleZac Medico2012-12-301-4/+18
* AsynchronousTask: add _async_wait methodZac Medico2012-12-3011-19/+32
* Use ctypes in subprocess for bug #448858.Zac Medico2012-12-302-33/+67
* emerge --select: add -w short optionZac Medico2012-12-292-2/+4
* Use run_main_scheduler where possible.Zac Medico2012-12-281-28/+4
* Add run_main_scheduler helper function.Zac Medico2012-12-281-0/+41
* Use 'with file' more.Zac Medico2012-12-283-21/+16
* _MergeProcess: tweak merge-sync library lookupZac Medico2012-12-281-2/+5
* _ctypes: don't cache library, bug #448858Zac Medico2012-12-281-6/+4
* PipeReaderBlockingIO handle threading ImportErrorZac Medico2012-12-272-1/+6
* EventLoop.iteration(): avoid busy waitingZac Medico2012-12-271-14/+40
* Add PipeReaderBlockingIO, Jython experimentation.Zac Medico2012-12-273-3/+162
* merge-sync: handle PyPy syncfs fail, bug #446610Zac Medico2012-12-261-9/+14
* EventLoop: thread-safe idle_add and timeout_addZac Medico2012-12-261-68/+97
* emerge -h: add @ prefix to system and world setsZac Medico2012-12-241-1/+1
* vardbapi: tweak deprecated constructor paramZac Medico2012-12-241-4/+5
* binarytree: tweak deprecated constructor paramZac Medico2012-12-241-5/+5
* porttree.py: tweak deprecated constructor paramsZac Medico2012-12-241-4/+5
* Support subslots in command line arguments.Arfrever Frehtes Taifersar Arahesis2012-12-233-4/+4
* config: clarify that default target_root is /Zac Medico2012-12-191-1/+2
* Rename a private module in preparation for extending its functionality.Arfrever Frehtes Taifersar Arahesis2012-12-192-1/+1
* depclean warning: count nested sets, bug #298298Zac Medico2012-12-171-3/+11
* depclean summary: count nested sets, bug #298298Zac Medico2012-12-171-4/+10
* Handle closed sys.__stdin__, for multiprocessingZac Medico2012-12-157-7/+18
* makeopts_jobs is declared in multiprocessing, not eutils.Michał Górny2012-12-151-2/+8
* Add QA_CONFIGURE_OPTIONS variable.v2.2.0_alpha148Zac Medico2012-12-111-4/+29
* Disallow SLOT="${slot}/${subslot}=" in ebuilds.Arfrever Frehtes Taifersar Arahesis2012-12-111-1/+1
* dblink._elog_process: obey phasefilter argZac Medico2012-12-101-1/+4
* MergeProcess: avoid duplicate elog, bug #446136Zac Medico2012-12-101-0/+3
* get_real_flag: handle implicit iusev2.2.0_alpha147Zac Medico2012-12-091-2/+5
* emerge --info: handle bug #446358 morev2.2.0_alpha146Zac Medico2012-12-091-6/+9
* get_real_flag: handls use-dep default bug #446666Zac Medico2012-12-093-2/+11
* emerge --verbose: [ y | n ] for bug #446324v2.2.0_alpha145Zac Medico2012-12-081-2/+15
* emerge --info: don't error for existing packagesZac Medico2012-12-071-5/+5
* Avoid duplicate desktop QA notice, bug #446136Zac Medico2012-12-051-1/+1
* getmaskingstatus: fix ~* KEYWORDS handlingZac Medico2012-12-051-0/+7
* emerge --sync: search PATH for rsync binaryZac Medico2012-12-031-2/+3
* show_masked_packages: handle missing license fileZac Medico2012-12-021-1/+3
* emerge --depclean: rm unavailable slot bug 445506Zac Medico2012-12-012-0/+87
* Add --oneshot to the portage update suggestion.Michał Górny2012-11-301-1/+1
* _LockThread: daemon = TrueZac Medico2012-11-291-0/+1
* portage.util.movefile.movefile(): Try to preserve mtime of symlinks with Pyth...Arfrever Frehtes Taifersar Arahesis2012-11-301-3/+9