aboutsummaryrefslogtreecommitdiff
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'overlays-gentoo-org/master' into prefixFabian Groffen2014-10-023-2/+17
|\
| * Fix travis test failures due to setup.py installing future sbin scripts in bi...master1Brian Dolbec2014-09-291-1/+3
| * Implement --read-news (off by default)Alexander Berntsen2014-09-302-1/+14
* | Merge remote-tracking branch 'overlays-gentoo-org/master' into prefixFabian Groffen2014-09-2892-344/+1800
|\|
| * Offer to read news while calcing deps (bug 517310)Alexander Berntsen2014-09-242-3/+19
| * emerge: --autounmask-write if --ask (bug 481578)Alexander Berntsen2014-09-241-2/+4
| * _want_update_pkg: fix bug #523532Zac Medico2014-09-241-1/+2
| * _quickpkg_dblink: fix bug #523152Zac Medico2014-09-202-0/+20
| * _solve_..slot_conflicts: fix bug #522084Zac Medico2014-09-192-7/+82
| * _backtrack_depgraph: fix bug #523048Zac Medico2014-09-193-7/+95
| * ResolverPlayground: inline _iter_forced_rebuildsZac Medico2014-09-191-6/+4
| * _compute_abi_rebuild_info: fix bug #521990Zac Medico2014-09-173-16/+183
| * emaint: Assign all module __init__.py's __doc__ to a variable intseadBrian Dolbec2014-09-167-26/+27
| * _solve_..slot_conflicts: fix bug #510270Zac Medico2014-09-163-0/+86
| * Add test for bug #522652 with slot-operatorZac Medico2014-09-151-0/+80
| * dep_zapdeps: fix bug #522652Zac Medico2014-09-142-0/+83
| * Wrap fakeroot around MISC_SH_BINARY callsJoakim Tjernlund2014-09-141-1/+5
| * _emerge: Add the missed emerge-fetch.log in previous commitBrian Dolbec2014-09-142-2/+3
| * _emerge: Fix hard-coded emerge-fetch.log locations Bug 520378Brian Dolbec2014-09-122-6/+6
| * portage/mail.py: don't encode Date header to bytesZac Medico2014-09-121-2/+1
| * Install Portage using setup.pyMichał Górny2014-09-111-2/+2
| * tests: Fix running on installed copy of PortageMichał Górny2014-09-119-35/+61
| * tests: Append .py to files that need to be installedMichał Górny2014-09-1126-2/+2
| * portage.const: Make PORTAGE_PYM_PATH point to the real package treeMichał Górny2014-09-111-1/+1
| * self-update: Copy only relevant packages from PORTAGE_PYM_PATHMichał Górny2014-09-112-2/+9
| * Make eapi_is_supported() reuse _supported_eapis listMichał Górny2014-09-111-13/+1
| * Fix off-by-one error in supported EAPI listMichał Górny2014-09-111-1/+1
| * repoman: Do not check for indirect inherits of deprecated eclassesMichał Górny2014-09-111-16/+0
| * Fix read only detection logicBertrand SIMONNET2014-09-111-3/+2
| * portage/mail.py: Whitespace cleanupBrian Dolbec2014-09-111-3/+3
| * portage/mail.py: Make email date, timestamp RFC-compliant Bug 520752Brian Dolbec2014-09-111-3/+4
| * depgraph._add_dep: fix bug #520950Zac Medico2014-09-113-28/+226
| * config.setcpv: fix bug #522362Zac Medico2014-09-093-3/+79
| * _slot_operator_update_probe: fix bug #508762Zac Medico2014-09-011-4/+31
| * dep_check: fix bug #515230Zac Medico2014-08-282-16/+24
| * sets: Introduce @changed-deps to update packages which need dep changesMichał Górny2014-08-281-2/+79
| * vdb: Preserve := when storing uninstalled dependency atomsMichał Górny2014-08-281-9/+18
| * package_tracker.match: account for unevaluated_atomZac Medico2014-08-221-1/+1
| * Fix porttree_root deprecation warningsZac Medico2014-08-228-19/+29
| * emaint merges: Replace .append() with .add() for set variables (bug 520542)Brian Dolbec2014-08-221-4/+4
| * --sync: Decode getaddrinfo() errors properlyMichał Górny2014-08-121-1/+2
| * Enable consistent __future__ behavior for divisionMichał Górny2014-08-1112-27/+41
| * emerge: Prepend '=' to unmerge atoms (bug 512578)Alexander Berntsen2014-08-111-1/+2
| * emerge: fix invalid locale setting (bug 519074)Mike Gilbert2014-08-091-1/+4
| * localization: properly decode formatted number for localized_size().Michał Górny2014-08-061-2/+3
| * Follow-up to commit 96ded9cff423d773ee31a696a691dd6610c315b7: Restore "/" cha...Arfrever Frehtes Taifersar Arahesis2014-08-043-5/+5
| * pym/_emerge/depgrapgh.py: Fix bug 518968Brian Dolbec2014-08-031-2/+1
| * New emaint module: MergesPavel Kazakov2014-08-033-2/+324
| * Move -MERGING- string to a constant.Pavel Kazakov2014-08-033-5/+8
| * pym/_emerge/Binpkg.py: Add missing line feed to output.Brian Dolbec2014-08-031-1/+1