portage.git
2011-09-09 Zac MedicoUse utf_8 'merge' encoding for all locales. v2.2.0_alpha55
2011-09-09 Zac Medicodepgraph: pull in new virtual slots with --update
2011-09-09 Zac Medicogetbinpkg: fix old binhost protocol for python3
2011-09-07 Zac Medicoegencache: tweak cache dir write access check
2011-09-07 Zac Medicoegencache: remove metadata-transfer warning
2011-09-07 Zac Medicopordbapi: add unshared cache mode for egencache
2011-09-07 Zac Medicoegencache: validate cache dir more
2011-09-07 Zac Medicocache/volatile: fix __iter__ and __contains__
2011-09-06 Zac Medicoabssymlink: fix inverted logic from last commit v2.2.0_alpha54
2011-09-06 Zac Medicomerge: avoid abssymlink readlink call
2011-09-05 Zac Medicotests/emerge: test regenworld
2011-09-05 Zac Medicotests/emerge: test fixpackages
2011-09-05 Zac Medicotests/emerge: test env-update
2011-09-05 Zac Medicotests/emerge: test portageq
2011-09-05 Zac MedicoResolverPlayground: make.profile in /etc/portage
2011-09-05 Zac Medicotests/emerge: test egencache
2011-09-05 Zac Medicotests/emerge: add a debug mode that shows stdout
2011-09-05 Zac Medicotests/emerge: test directory with latin-1 enc
2011-09-05 Zac MedicoUpdate unread news items in --pretend mode.
2011-09-04 Zac Medicotest_pty_eof: add SKIP msg for unsupported plat
2011-09-04 Zac Medicotests/emerge: auto-disable sandbox if necessary
2011-09-04 Zac MedicoFix repoman dependency.unknown to use xmatch. v2.2.0_alpha53
2011-09-03 Zac MedicoHandle symlink content with bad encoding.
2011-09-03 Zac MedicoJoin /var/log/emerge.log with EPREFIX.
2011-09-03 Zac Medicoelog/mod_save: join /var/log with os.sep too
2011-09-03 Zac Medicoelog/mod_echo: send all msg types to stdout
2011-09-03 Zac Medicoelog/mod_save: join /var/log with EPREFIX
2011-09-03 Zac MedicoHandle unpickle EOFError.
2011-09-03 Zac MedicoHandle unpickle AttributeError (bug #381705).
2011-09-03 Zac Medicotests/emerge: add minimal herds.xml
2011-09-03 Zac Medicoxml/metadata: handle py 3.1 cElementTree incompat
2011-09-02 Arfrever Frehtes... Fix indentation. v2.2.0_alpha52
2011-09-02 Zac Medicoxml/metadata: handle py 2.6 cElementTree incompat
2011-09-02 Zac Medicovartree: add missing _merge_unicode_error import
2011-09-02 Zac Medicotests/emerge: disable unmerge delays
2011-09-02 Zac Medicotests/emerge: test binary packages and emaint
2011-09-02 Zac MedicoUse utf_8 encoding for merge when ascii is configured.
2011-09-02 Zac Medicotests/emerge: enable arbitrary commands
2011-09-02 Zac MedicoShow merge list before "missed update" messages.
2011-09-01 Zac Medicomerge: start at correct EPREFIX offset
2011-09-01 Zac Medicotests/emerge: install some files
2011-09-01 Zac Medicotests/emerge: add some pkgs for depclean
2011-09-01 Zac Medicodoebuild_environment: include EPREFIX in ED
2011-09-01 Zac Medicounmerge: never unmerge outside of EROOT
2011-09-01 Zac Medicoxml/metadata: implement XMLParser.doctype()
2011-09-01 Zac MedicoRevert "xml/metadata: implement XMLParser.doctype()"
2011-09-01 Zac Medicoxml/metadata: implement XMLParser.doctype()
2011-09-01 Zac MedicoFix deprecated Element.getchildren() call.
2011-08-31 Zac Medicomake.conf.5: bump date stamp
2011-08-31 Zac MedicoAdd FEATURES=clean-logs support.
2011-08-31 Zac Medicorepoman: enable dependency.unknown for blockers
2011-08-31 Zac MedicoRespect package.env buildpkg FEATURES settings.
2011-08-31 Zac Medicodoebuild: only check .unpacked for porttree
2011-08-30 Zac Medicotests/emerge: remove unneeded default_args
2011-08-30 Zac MedicoFix typo in previous commit.
2011-08-30 Zac Medicoenv_update: use ldsoconf_update var
2011-08-30 Zac MedicoTweak failure msgs in emerge/repoman tests.
2011-08-30 Zac MedicoTweak PYTHONPATH check in emerge/repoman tests.
2011-08-30 Zac Medicodoebuild: check distfiles digests less often
2011-08-30 Michał Górnyrepoman: discard STDERR output from CVS.
2011-08-30 Zac Medicotests/emerge: add USE for installed pkgs
2011-08-30 Zac Medicodblink.treewalk: remove dowgrade check
2011-08-29 Zac MedicoFix PORTDIR in emerge tests.
2011-08-29 Arfrever Frehtes... Mark some messages for translation.
2011-08-29 Zac Medicoenv_update: always respect makelinks=False
2011-08-29 Zac Medicoenv_update: fix breakage in last commit
2011-08-29 Zac Medicoenv_update: fix CHOST/CBUILD ldconfig code
2011-08-29 Zac MedicoFix env interference in emerge/repoman tests.
2011-08-29 Zac Medicoemerge: add simple unit tests
2011-08-29 Zac MedicoSend "Recording in world" msg to stdout.
2011-08-29 Zac MedicoResolverPlayground: fix to make emerge happy
2011-08-29 Zac Medicoenv_update: add minimal EPREFIX support
2011-08-29 Zac Medicopython3.2 fixes: ResourceWarning: unclosed file
2011-08-29 Zac Medicotest_poll: fix "ResourceWarning: unclosed file"
2011-08-29 Zac MedicoSort test cases, for predictable order.
2011-08-29 Zac Medicospawnebuild: skip previously executed phases
2011-08-28 Zac Medicodoebuild: avoid redundant distfiles checks
2011-08-28 Zac MedicoFix possible NameError in finally block.
2011-08-28 Arfrever Frehtes... Fix "ResourceWarning: unclosed file" with Python 3.2.
2011-08-27 Arfrever Frehtes... Fix "ResourceWarning: unclosed file" with Python 3.2.
2011-08-27 Zac Medicoegencache: don't require xml in global scope
2011-08-27 Zac Medicoegencache: implement XMLParser.doctype()
2011-08-26 Zac Medicopython3.2 fixes: ResourceWarning: unclosed file
2011-08-26 David JamesUpdate --rebuild-if-* flags to rebuild when build depen...
2011-08-26 Zac MedicoFix EPREFIX/EROOT typo in repoman test.
2011-08-26 Zac Medicopython3.2 fixes: ResourceWarning: unclosed file
2011-08-26 Zac MedicoAdd __test__ for repoman tests.
2011-08-26 Zac Medicorepoman: add a simple unit test
2011-08-26 Zac MedicoAdd skipped test support (for python 2.6 compat)
2011-08-26 Zac MedicotestLazyImport: fix PYTHONPATH setting
2011-08-26 Zac MedicoAdd a copy of metadata.dtd, for repoman tests.
2011-08-25 Zac Medicopython3.2 fixes: ResourceWarning: unclosed file
2011-08-25 Zac MedicoEnable -Wd for tests, so DeprecationWarning works
2011-08-25 Zac Medicopython3.2 fixes: ResourceWarning: unclosed file
2011-08-25 Zac MedicoTestCase: remove python 2.4 compat constructor
2011-08-25 Zac Medicopython3.2 fixes: ResourceWarning: unclosed file
2011-08-25 Arfrever Frehtes... Improve a comment.
2011-08-25 Arfrever Frehtes... Add some comments, which will allow to easier find...
2011-08-25 Zac Medicodie: defer die hooks for EAPI 4 helpers_die
2011-08-25 Zac Medicopython3.2 fixes: ResourceWarning: unclosed file
next