summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
...
* EventLoop.iteration: no IO blocking if possibleZac Medico2012-12-301-4/+18
* Use ctypes in subprocess for bug #448858.Zac Medico2012-12-302-33/+67
* 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
* 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-231-2/+2
* 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-191-0/+0
* Handle closed sys.__stdin__, for multiprocessingZac Medico2012-12-155-5/+16
* 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
* Avoid duplicate desktop QA notice, bug #446136Zac Medico2012-12-051-1/+1
* getmaskingstatus: fix ~* KEYWORDS handlingZac Medico2012-12-051-0/+7
* emerge --depclean: rm unavailable slot bug 445506Zac Medico2012-12-011-0/+79
* portage.util.movefile.movefile(): Try to preserve mtime of symlinks with Pyth...Arfrever Frehtes Taifersar Arahesis2012-11-301-3/+9
* Fix return value of portage.util.movefile.movefile() for symlinks with Python...Arfrever Frehtes Taifersar Arahesis2012-11-291-2/+5
* test_portdb_cache: use python -WiZac Medico2012-11-271-2/+2
* portdbapi: DeprecationWarning for 'pms' cacheZac Medico2012-11-274-5/+14
* egencache: enable md5-dict format by defaultZac Medico2012-11-272-7/+14
* Rename Package.metadata to _metadata.Zac Medico2012-11-266-9/+9
* Use Package.repo where appropriate.Zac Medico2012-11-261-2/+2
* similar_name_search: fix lower/upper case bugsZac Medico2012-11-251-4/+4
* Update doc string of portage.dep.extract_affecting_use().Arfrever Frehtes Taifersar Arahesis2012-11-251-5/+5
* depgraph: split out similar_name_search funcZac Medico2012-11-241-0/+57
* EAPI="5-progress": Add automatic unpack dependencies.Arfrever Frehtes Taifersar Arahesis2012-11-247-2/+160
* EventLoop: handle Linux 2.4 errno 38 for epollZac Medico2012-11-221-8/+19
* flat_hash.__iter__: validate keysZac Medico2012-11-201-3/+7
* Add Package.eapi property.Zac Medico2012-11-174-5/+5
* Fix PORTAGE_BUILDIR_LOCKED typo.Arfrever Frehtes Taifersar Arahesis2012-11-164-8/+8
* EAPI="5-progress": Add package_manager_build_user() and package_manager_build...Arfrever Frehtes Taifersar Arahesis2012-11-162-5/+20
* fixdbentries: add deprecation warningZac Medico2012-11-151-0/+5
* EAPI="4-python" and EAPI="5-progress": Add support for use.aliases and packag...Arfrever Frehtes Taifersar Arahesis2012-11-154-7/+254
* validate_desktop_entry: ignore Encoding keyZac Medico2012-11-141-0/+1
* vardbapi.move_ent: rm wrong fixdbentries callZac Medico2012-11-141-2/+1
* Atom.without_use: preserve blocker prefixZac Medico2012-11-141-3/+9
* test_update_dbentry: test bug #367215Zac Medico2012-11-141-0/+45
* update_dbentry: avoid self-blocker, bug #367215Zac Medico2012-11-141-1/+11
* Pass settings to _pkg_str constructor.Zac Medico2012-11-142-4/+11
* update_dbentry: add parent arg for bug #367215Zac Medico2012-11-135-18/+31