summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Remove extended package set configuration docs.v2.1.10.25Zac Medico2011-10-091-5/+5
* portage.const: toggle constants for stable branchZac Medico2011-10-091-5/+5
* tests/dodir: check relative path by itselfMike Frysinger2011-10-091-0/+2
* tests: setup default bin env moreMike Frysinger2011-10-091-0/+3
* tests/__init__: return int from main()Zac Medico2011-10-092-8/+9
* tests/__init__: import print_functionZac Medico2011-10-091-0/+2
* MaskManager: fix "Unmatched removal", bug #386569Zac Medico2011-10-091-5/+40
* Skip PORTAGE_TMPDIR write check for fetchonly.Zac Medico2011-10-091-6/+7
* show_ignored_binaries: filter noise, bug #386379Zac Medico2011-10-091-0/+26
* tests: add --list flag to show available testsMike Frysinger2011-10-091-21/+34
* tests: add a --help option to make runtest more friendlyMike Frysinger2011-10-091-2/+7
* tests: split up getTests into helper funcs to avoid duplicationMike Frysinger2011-10-091-20/+17
* Revert "RepoConfigLoader: Recursively expand masters."Zac Medico2011-10-091-27/+21
* Revert "MaskManager: Fix stacking of lines from master repositories."Zac Medico2011-10-091-5/+4
* Revert "get_masters: protect against infinite recursion"Zac Medico2011-10-091-30/+23
* get_masters: protect against infinite recursionZac Medico2011-10-081-23/+30
* RepoConfig: allow repos.conf 'masters' overrideZac Medico2011-10-081-8/+18
* tests: fix whitespace to be consistentMike Frysinger2011-10-081-10/+10
* MaskManager: Fix stacking of lines from master repositories.Arfrever Frehtes Taifersar Arahesis2011-10-081-4/+5
* RepoConfigLoader: Recursively expand masters.Arfrever Frehtes Taifersar Arahesis2011-10-081-21/+27
* whirlpool.py: tabs to spacesv2.2.0_alpha64Zac Medico2011-10-081-6/+6
* portage/mail: always UTF-8 charset for MIMETextZac Medico2011-10-081-2/+1
* elog/collect_ebuild_messages: strip trailing \nv2.2.0_alpha62Zac Medico2011-10-051-0/+1
* match_to_list: preserve orderZac Medico2011-10-051-1/+8
* test_best_match_to_list: test all permutationsv2.2.0_alpha61Zac Medico2011-10-051-9/+19
* dblink._elog_process: preserve empty linesZac Medico2011-10-041-2/+0
* Execute tests bundled with the whirlpool module.Zac Medico2011-10-041-0/+16
* Mark some messages for translation.Arfrever Frehtes Taifersar Arahesis2011-10-051-10/+14
* whirlpool.py: fix for python3Zac Medico2011-10-041-4/+5
* whirlpool.py: skip tests during importZac Medico2011-10-041-6/+7
* RepoConfig: sort __slots__Zac Medico2011-10-041-4/+6
* testManifest: enable manifest-hashesZac Medico2011-10-031-0/+1
* best_match_to_list: order by version numberZac Medico2011-10-032-1/+39
* Suppress warnings with DeprecationWarning.Zac Medico2011-10-031-2/+2
* Warn for questionable layout.conf manifest-hashesZac Medico2011-10-031-1/+23
* manfest.py: import constants directlyZac Medico2011-10-031-17/+20
* GLEP 59: use manifest-hashes list in layout.confZac Medico2011-10-033-31/+19
* Implement GLEP 59 with control via layout.conf.Zac Medico2011-10-023-7/+59
* Manifest.create(): tweak assume-digests codeZac Medico2011-10-021-1/+1
* Manifest.create(): pass allow_* to constructorZac Medico2011-10-021-1/+2
* Prefer slot conflict over blocker display.Zac Medico2011-10-021-5/+6
* print_changelog: if no changelogs, no newlineZac Medico2011-10-021-0/+2
* dblink._elog_process: handle newlines in messagesZac Medico2011-10-021-3/+6
* checksum.py: use fchksum.fmd5t directlyZac Medico2011-10-011-4/+1
* checksum.py: lazily import bundled whirlpoolZac Medico2011-10-011-7/+7
* Manifest2 hash backend provider: mhashRobin H. Johnson2011-10-011-0/+19
* whirlpool.py: handle xrange for python3Zac Medico2011-10-011-0/+4
* Manifest2 hash: SHA512Robin H. Johnson2011-10-011-0/+1
* Manifest2 hash: WhirlpoolRobin H. Johnson2011-10-012-2/+794
* Refactor RMD160 hashlib code for less-hardcodingRobin H. Johnson2011-10-011-9/+12