summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi
Commit message (Expand)AuthorAgeFilesLines
...
* Use re.UNICODE for category/package name regexes.Zac Medico2012-09-221-1/+1
* Add preserve-libs for stable branch (not default)Zac Medico2012-09-211-10/+3
* Fix "unsatisfied" comment typo.Zac Medico2012-09-161-1/+1
* repoman: unsatsified use-default deps, bug 435242Zac Medico2012-09-161-0/+10
* Rename slot-abi stuff to refer to slot-operator.Zac Medico2012-08-291-3/+3
* EAPI 5: Profile IUSE injectionZac Medico2012-08-292-4/+15
* _pkg_str: pass in config + metadata with KEYWORDSZac Medico2012-08-243-12/+12
* _apply_hash_filter: make hash_filter simplerZac Medico2012-08-211-1/+2
* Implement PORTAGE_CHECKSUM_FILTER for bug #432170Zac Medico2012-08-211-1/+5
* emaint binhost: support compress-indexZac Medico2012-08-091-21/+25
* bintree.inject(): write Packages.gz atomicallyZac Medico2012-08-081-3/+6
* Portage writes a compressed copy of 'Packages' index file.W-Mark Kubacki2012-08-081-6/+15
* vardbapi: optimize pickle load for Python >=3.2Zac Medico2012-08-021-2/+3
* Fix index file's mtime, which can differ from TIMESTAMP.W-Mark Kubacki2012-08-011-1/+5
* Use If-Modified-Since HTTP-header and avoid downloading a remote index if the...W-Mark Kubacki2012-08-011-3/+21
* Use nanosecond precision in cache for category directory mtimesArfrever Frehtes Taifersar Arahesis2012-08-011-2/+8
* Use nanosecond precision in portage.util.movefile.movefile().Arfrever Frehtes Taifersar Arahesis2012-08-011-5/+15
* portage.update: use isvalidatom for EAPI checkZac Medico2012-07-172-9/+17
* move: respect EAPI wrt dots_in_PN, bug #426476Zac Medico2012-07-172-3/+9
* Propagate EAPI for update_dbentry (bug #426476).Zac Medico2012-07-173-5/+14
* slotmove: fix handling for EAPI 4-slot-abiv2.2.0_alpha118Zac Medico2012-07-131-8/+20
* vardbapi: use float mtime for aux cachev2.2.0_alpha117Zac Medico2012-07-121-3/+9
* vartree.py: fix stutter in commentv2.2.0_alpha116Zac Medico2012-07-041-1/+1
* Fix unmerge-backup/preserve-libs interaction.Zac Medico2012-07-021-3/+6
* _pre_unmerge_backup: show failure messagev2.2.0_alpha115Zac Medico2012-07-021-0/+2
* _quickpkg_dblink: set PYTHONPATH for quickpkgZac Medico2012-07-011-0/+6
* Fix bugs in binarytree.invalids usage.Zac Medico2012-07-012-2/+4
* Support FEATURES={downgrade,unmerge}-backupZac Medico2012-07-011-9/+84
* protected_symlinks: suggest course of actionZac Medico2012-06-241-1/+5
* protected_symlinks: change eerror to elogZac Medico2012-06-241-1/+1
* Skip unmerge of libdir symlinks for bug #423127.v2.2.0_alpha112Zac Medico2012-06-231-0/+6
* treewalk: fix USE=multislot breakageZac Medico2012-06-221-5/+4
* Add UNINSTALL_IGNORE variable for bug #421659.Zac Medico2012-06-221-13/+15
* Add experimental EAPI 4-slot-abi support.Zac Medico2012-06-223-4/+9
* fakedbapi: use _pkg_str moreZac Medico2012-06-221-13/+38
* Unmerge symlink listed as dir for bug #421165.Zac Medico2012-06-151-4/+5
* dbapi: construct _pkg_str during match on-demandZac Medico2012-06-112-15/+49
* Move post_src_install metadata code to one func.Zac Medico2012-06-111-1/+0
* Add a _get_slot_re() function.Zac Medico2012-06-101-2/+4
* Use any() to optimize intersection operations.Zac Medico2012-05-301-9/+8
* merge: fix abs symlink adjustment, bug #416431László Szalma2012-05-171-1/+1
* bintree: validate remove cpv morev2.2.0_alpha105Zac Medico2012-05-141-2/+14
* Split out _hide_url_passwd() and use it more.Zac Medico2012-05-131-4/+3
* binhost: http auth for python3 (bug #413983)Zac Medico2012-05-131-3/+2
* Revert "Bug #413983: Add portage.util.urlopen(), which transparently handles ...Zac Medico2012-05-131-2/+3
* portdbapi: don't convert _pkg_str to strZac Medico2012-05-131-1/+2
* dblink: use _pkg_str + vercmp, not pkgcmpZac Medico2012-05-131-5/+9
* _pkg_str: validate repo (move code from Package)Zac Medico2012-05-131-2/+0
* _pkg_str: add version attribute for comparisonsZac Medico2012-05-132-9/+15
* _pkg_str: add slot and repo attributesZac Medico2012-05-121-4/+10