summaryrefslogtreecommitdiffstats
path: root/pym/portage_util.py
Commit message (Collapse)AuthorAgeFilesLines
* use getattr instead of hasattr for detection of base class destructor ↵Zac Medico2006-02-091-3/+3
| | | | | | (recommended by marienz) svn path=/main/trunk/; revision=2685
* add new atomic_ofstream class for safer writesZac Medico2006-02-091-6/+88
| | | | svn path=/main/trunk/; revision=2680
* cPickle import protection; fall back to pickle if cPickle is unavailable.Brian Harring2006-02-081-2/+7
| | | | svn path=/main/trunk/; revision=2679
* - added writemsg_stdout function and make portage use it internallyNed Ludd2006-01-011-3/+10
| | | | svn path=/main/trunk/; revision=2516
* revert down to 2.3 python requirement via avoiding sortedBrian Harring2005-12-271-1/+4
| | | | svn path=/main/trunk/; revision=2490
* linear unique_array lifted from saviour, lifted from a python cookbook.Brian Harring2005-12-271-9/+34
| | | | svn path=/main/trunk/; revision=2488
* ongoing portage_util cleanup.Brian Harring2005-12-271-77/+21
| | | | | | | | removed grabint, writeint; rewrote stack_list to use a dict rather then doing a crapload of linear searches. svn path=/main/trunk/; revision=2487
* bye bye crap grab_multiple function.Brian Harring2005-12-271-6/+0
| | | | | | list comp just as easily handles it. svn path=/main/trunk/; revision=2486
* Fix typo in writeints()v2.1_pre2Jason Stubbs2005-12-251-1/+1
| | | | svn path=/main/trunk/; revision=2450
* bug 114133, write a tmp file then rename it for write* funcs.Brian Harring2005-12-241-17/+24
| | | | | | This removes the possibility of out of space errors to occur, and blocks unexpected flat out bails (segfault fex) from hosing important files. svn path=/main/trunk/; revision=2447
* Generalize portage_util.dump_traceback() and make use of it if importingJason Stubbs2005-12-231-7/+15
| | | | | | a cache module fails. svn path=/main/trunk/; revision=2439
* add an option to grab* so that if they're given a directory they'll ↵Marius Mauch2005-11-301-25/+26
| | | | | | recursively find all files in it and treat them like one big file. Also make use of this option for most of the config files. svn path=/main/trunk/; revision=2324
* Add treetype instance member to dblink. Add treetype parameters tov2.0.53_rc7Jason Stubbs2005-10-301-2/+8
| | | | | | | | dblink.__init__() and merge(). Adjust all calls to dblink(), merge() and doebuild() to specify what tree should be used for aux_get(). Patch created with the help of Zac Medico (zmedico). svn path=/main/branches/2.0/; revision=2203
* bye bye mr. cvs_id_stringBrian Harring2005-08-301-1/+1
| | | | svn path=/main/branches/2.0/; revision=1953
* header changes, $Header: -> $Id:Brian Harring2005-08-301-1/+1
| | | | svn path=/main/branches/2.0/; revision=1951
* Migration (without history) of the current stable line to subversion.Jason Stubbs2005-08-281-0/+459
svn path=/main/branches/2.0/; revision=1941