ebuild: fetch: Flatten conditionals in _get_fetch_resume_size
[portage.git] / pym /
2014-01-24 W. Trevor Kingebuild: fetch: Flatten conditionals in _get_fetch_resum... fetch-refactor
2014-01-24 W. Trevor Kingebuild: fetch: Factor out _get_uris
2014-01-24 W. Trevor Kingebuild: fetch: Factor out _get_fetch_resume_size
2014-01-24 W. Trevor Kingebuild: fetch: Factor out _get_checksum_failure_max_tries
2014-01-18 Arfrever Frehtes... Enable BytesWarnings. master
2014-01-18 Arfrever Frehtes... Add support for the following attributes in layout...
2014-01-07 Arfrever Frehtes... portage.versions.ververify(): Return an instance of...
2014-01-07 Sebastian LutherBug #497238: Fix unnecessary rebuild caused by equal...
2014-01-07 Arfrever Frehtes... Use empty value of masters attribute in test suite...
2014-01-07 Arfrever Frehtes... Use with statements.
2014-01-07 Sebastian LutherResolverPlayground: Write layout.conf if needed
2014-01-02 Arfrever Frehtes... portage.exception.PortageException: Improve performance...
2013-12-27 Arfrever Frehtes... Bug #496134: Preserve extended attributes in binary...
2013-12-05 Arfrever Frehtes... Fix a typo.
2013-12-05 Sebastian LutherDon't filter USE for binary packages with IUSE (bug...
2013-12-05 Sebastian LutherFix unnecessary rebuild (bug 487198)
2013-12-05 Sebastian LutherFix crash in _ignore_dependency
2013-12-02 Brian Dolbecwhitespace cleanup.
2013-12-01 Arfrever Frehtes... Fix some typos.
2013-12-01 Brian DolbecOptimize out a common element for an early return.
2013-12-01 Sebastian LutherAnother slot operator bug (bug 486580, try 2)
2013-11-30 Mike Frysingerportage.const: restore two dropped features
2013-11-30 Mike Frysingerportage.const: tweak style
2013-11-30 Sebastian Lutherportage.const: add git-r3 to the list of live eclasses
2013-11-30 Sebastian Lutherportage.const: move list of live eclasses here
2013-11-29 Sebastian LutherUse portage.const.TIMESTAMP_FORMAT where appropriate
2013-11-29 Sebastian Lutheregencache: --write-timestamp to create metadata/timesta...
2013-11-28 Arfrever Frehtes... _emerge.depgraph.depgraph._show_abi_rebuild_info()...
2013-11-28 Arfrever Frehtes... _emerge.depgraph.depgraph._compute_abi_rebuild_info...
2013-11-27 Sebastian LutherSuppress debug outout from tests
2013-11-27 Sebastian LutherFix a missing rebuild
2013-11-27 Mike Frysingertest_slot_conflict_rebuild: drop pointless list cast
2013-11-27 Mike Frysingercountdown: clean up & simplify a bit
2013-11-26 Brian Dolbecfix py-3 compatibility
2013-11-26 Sebastian LutherAdd test case for bug 486580
2013-11-26 Sebastian LutherFix slot operator handling bug
2013-11-26 Sebastian LutherShow packages forcing rebuilds (bug 472104)
2013-10-26 Arfrever Frehtes... Fix a typo.
2013-10-21 Mike Frysingertests: support assertIn/assertNotIn in python-2.6
2013-10-17 Mike Frysingertests: support standard unittest.SkipTest exceptions
2013-10-16 Brian Dolbecfix typo causing a "os" is not defined test error.
2013-10-16 Mike Frysingertests: add assertExists/assertNotExists helpers
2013-10-16 Mike Frysingermovefile: simplify xattr fallback logic
2013-10-15 Mike Frysingerpym/util: clean up style a bit
2013-10-02 Arfrever Frehtes... Bug #418475: Handle PermissionError caused by unreadabl...
2013-10-02 Arfrever Frehtes... Use 'with' statements.
2013-09-23 Zac MedicoRepoConfigLoader: Fix indent v2.2.7
2013-09-23 Zac Medicoemerge-webrsync: handle missing dir, bug #484950
2013-09-23 Alexander Berntsen_emerge: Implement verbose-conflicts, bug #481366
2013-09-18 Zac MedicoSpawnProcess: enable FD_CLOEXEC for Darwin
2013-09-17 Zac MedicoHandle newline in symlink target for bug #485226.
2013-09-16 Arfrever Frehtes... portage.util.atomic_ofstream.__init__(): Fix compatibil...
2013-09-15 Zac MedicoRepoConfig: fix bug #485006 v2.2.6
2013-09-15 Zac Medicoemerge-webrsync: fix bug #484950 v2.2.5
2013-09-15 Zac Medico_copyxattr: ignore EOPNOTSUPP from os.listxattr()
2013-09-15 Zac Medico_copyxattr: ignore EOPNOTSUPP from xattr.list()
2013-09-13 Arfrever Frehtes... Bug #484730: In sync mode, use repos.conf section name...
2013-09-11 Mike Gilbert_ctypes: use_errno=True for ctypes.get_errno()
2013-09-09 Zac MedicoSpawnProcess: convert cgroup pids to int earlier
2013-09-09 Zac MedicoHandle EPERM from os.kill(), bug #358211.
2013-09-06 Zac MedicoAdjust pty permissions for userpriv.
2013-09-04 Zac Medicoaction_info: don't use print(), bug #483628
2013-09-03 Zac Medico_copyxattr: handle EOPNOTSUPP from xattr.list()
2013-09-02 Zac MedicoPipeReaderTestCase: use PopenProcess
2013-09-02 Zac MedicoSpawnProcess: Don't handle FreeBSD fcntl ENOTTY
2013-09-02 Arfrever Frehtes... Disable calls to fcntl.fcntl(…, fcntl.F_SETFD, … |...
2013-09-02 Zac Medico_setup_pipes: fix for Python 3.1 to 3.3
2013-09-02 Zac MedicoFakeVartree: infinite _aux_get_wrapper recursion
2013-09-01 Zac Medico_setup_pipes: copy descriptor flags after dup2
2013-09-01 Zac Medico_setup_pipes: os.set_inheritable() for Python 3.4
2013-09-01 Zac MedicoUse F_GETFD/F_SETFD for FD_CLOEXEC.
2013-08-27 Zac Medicograbdict_package: use recursive name for errors
2013-08-24 Zac Medicoemerge --sync: discard timestamp after SIGINT
2013-08-24 Zac Medicoemerge --sync: discard timestamp for partial sync
2013-08-22 Zac MedicoSkip main-repo warn if PORTDIR unset, bug #470006
2013-08-22 Zac Medicodep_zapdeps: fix all_available reference
2013-08-22 Zac Medicodoebuild.spawn: make args backward compatible
2013-08-22 Zac MedicoSpawnProcess: add unshare_ipc and unshare_net
2013-08-22 Zac Medicodep_zapdeps: prefer all_installed_slots choices
2013-08-22 Zac MedicoAdd test for bug #481628.
2013-08-19 Michał Górnycgroup: use SIGKILL to guarantee killing processes.
2013-08-19 Michał GórnyAdd FEATURES=cgroup to isolate phase processes.
2013-08-18 Michał GórnyAdd FEATURES=ipc-sandbox to isolate IPC from host.
2013-08-18 Zac Medico_exec: close socket
2013-08-17 Michał GórnyAdd FEATURES=network-sandbox support, bug #481450
2013-08-13 Zac MedicoFix last commit.
2013-08-13 Zac Medicovalidate_desktop_entry: allow OnlyShowIn Pantheon
2013-08-12 Zac Medicoegencache: handle empty --portdir-overlay v2.2.0
2013-08-12 Zac Medicoemirrordist: allow missing --repo if exactly one
2013-08-12 Zac MedicoExempt /usr/local/portage from repo_name warning.
2013-08-12 Zac Medicorepoman: add --experimental-inherit=<y|n> option
2013-08-12 Alexander Berntsenvartree.py: Add link for collisions, bug #449918
2013-08-12 Zac Medicovalidate_desktop_entry: handle NotShowIn Pantheon
2013-08-11 Zac MedicoCast uid/gid proxies to int for Python 3.4.
2013-08-08 Samuli Suominenrepoman: change preserve_old_lib msg, bug #480244 v2.2.0_alpha196
2013-08-08 Zac MedicoRepoConfigLoader: handle main_repo in __delitem__
2013-08-06 Zac Medicothirdpartymirrors: use RepoConfig.prepos_order v2.2.0_alpha195
2013-08-04 Zac MedicoInclude implicit IUSE vars in binhost Packages. v2.2.0_alpha194
2013-08-04 Zac Medicodepgraph: trigger reinstalls if backtrack allowed
2013-08-03 Zac Medico_argparse: improve parse_* method compatibility v2.2.0_alpha192
next