cleanup output and syntax, make sure we exit with non-zero status when something...
[portage.git] / pym /
2006-02-13 Zac Medicomisc atomic_ofstream and write_atomic updates in portage.py
2006-02-12 Zac Medicouse write_atomic for move_ent CATEGORY updates
2006-02-12 Marius Mauchfix dirsonly handling in listdir
2006-02-12 Zac Medicouse write_atomic for fixdbentries
2006-02-12 Zac Medicofix perform_checksum.perform_checksum() so that it...
2006-02-12 Zac Medicocatch possible ENOENT error from portage_checksum.perfo...
2006-02-12 Zac Medicoimport errno at the top of portage.py
2006-02-10 Zac Medicouse cached stat and lstat results to minimize the numbe...
2006-02-10 Zac Medicoavoid unnecessary stat by catching ENOENT error instead...
2006-02-10 Zac Medicofix KeyError: '.' in dblink.unmerge() from bug 100479
2006-02-09 Zac Medicofor each fetch ensure correct permissions on both ...
2006-02-09 Zac Medicouse write_atomic for the counter file
2006-02-09 Zac Medicouse getattr instead of hasattr for detection of base...
2006-02-09 Zac Medicouse atomic_ofstream for mtimedb commits
2006-02-09 Zac Medicouse new write_atomic() function for all world file...
2006-02-09 Zac Medicoadd new atomic_ofstream class for safer writes
2006-02-08 Brian HarringcPickle import protection; fall back to pickle if cPick...
2006-02-08 Mike Frysingerfix whitespace breakage introduced by writemsg_stdout...
2006-02-06 Zac Medicowrap all relevant atexit usage due to incompatibility...
2006-02-06 Marien ZwartMake sure confcache files are writable by the portage...
2006-02-04 Brian Harringaparently someone never heard of rstrip...
2006-02-04 Jason StubbsRemove all bug references
2006-02-03 Alec WarnerThis should have been excluded...
2006-02-03 Alec WarnerThanks to Benno Schulenberg <benno@nietvergeten.nl...
2006-02-03 Brian Harringconfcache, baby.
2006-02-03 Mike Frysingers/cronological/chronological/ for you anal peeps
2006-01-29 Jason StubbsAllow || ( ) deps that have no default atoms (or turn...
2006-01-27 Mike Frysingermake env-update a bit more flexible by adding a --no...
2006-01-27 Mike Frysingertouchup if logic
2006-01-27 Jason StubbsAdd support for an --alphabetical option to emerge...
2006-01-24 Jason StubbsProvide more information with DEPEND syntax exceptions
2006-01-24 Jason StubbsMove DEPEND empty sublist processing back into use_reduce
2006-01-23 Brian Harringverify_all occasionally returns longs rather then strings.
2006-01-09 Brian HarringAlways call prerm/postrm regardless if the previous...
2006-01-08 Brian Harringfixed the '/' stray char output
2006-01-08 Marius Mauchreenable multi-hash and make error message a bit more...
2006-01-07 Brian Harringbug 117440, added PORTAGE_ACTUAL_DISTDIR var to make...
2006-01-05 Brian Harringforce a realpath call for complaints about digest files...
2006-01-05 Brian Harring'k. reverted use_reduce filtering of empty lists ...
2006-01-04 Brian Harringel buggo pointed out via spyderous.
2006-01-01 Ned Ludd- added writemsg_stdout function and make portage use...
2006-01-01 Ned Ludd- added writemsg_stdout function and make portage use...
2006-01-01 Jason StubbsKill the double xterm title codes.
2005-12-31 Jason StubbsRedo virtuals code that relied on unique_array keeping...
2005-12-30 Jason StubbsCheck and raise an exception when a hash function is...
2005-12-30 Jason StubbsSplit email addresses on the final "@" so as to allow...
2005-12-30 Jason StubbsConvert digest failure information to strings for printing.
2005-12-30 Jason StubbsDon't attempt to chmod/chown unless running as root...
2005-12-30 Jason StubbsDon't download distfiles when manifesting.
2005-12-27 Brian Harringrevert down to 2.3 python requirement via avoiding...
2005-12-27 Brian Harringwhitespace corrections, single space between funcs...
2005-12-27 Brian Harringlinear unique_array lifted from saviour, lifted from...
2005-12-27 Brian Harringongoing portage_util cleanup.
2005-12-27 Brian Harringbye bye crap grab_multiple function.
2005-12-26 Brian Harringfinal cleanups for indirect distfiles, exempt fetch...
2005-12-26 Brian Harringdon't generate the distfiles indirection for digest...
2005-12-26 Mike Frysingerrename BUILDDIR to PORTAGE_BUILDDIR
2005-12-26 Brian Harring'DISTFILES indirection; access $BUILDDIR/distdir instea...
2005-12-25 Jason StubbsRemove the now unnecessary USE="*" hack.
2005-12-25 Jason StubbsAllow overlays and the user profile to extend arch...
2005-12-25 Jason StubbsInclude symlinks themselves when checking collision...
2005-12-25 Jason StubbsSkip to next directory after one has been removed in...
2005-12-25 Jason StubbsOnly do one round of directory removal attempts. As...
2005-12-25 Jason StubbsFactor out mtimedb saving code from portageexit() into...
2005-12-25 Jason StubbsUse the env's PROMPT_COMMAND for resetting xterm titles...
2005-12-25 Jason StubbsFix mishandling of masked atoms in || ( .. ) dependencies.
2005-12-25 Jason StubbsFix typo in writeints() v2.1_pre2
2005-12-24 Brian Harringbug 114133, write a tmp file then rename it for write...
2005-12-24 Jason StubbsLimiting hashing to MD5 only until behaviour improves...
2005-12-24 Jason StubbsTreat symlinks similar to regular files when unmerging...
2005-12-23 Jason StubbsGeneralize portage_util.dump_traceback() and make use...
2005-12-22 Brian Harringif you're going to print an exception, bind the excepti...
2005-12-21 Jason StubbsMissing return on load_mod.
2005-12-21 Jason StubbsCheck that cache modules load correctly and fail if...
2005-12-21 Jason StubbsPrevent traceback on fetcher failure and properly check...
2005-12-21 Jason StubbsFix an incorrect positional check in *DEPEND parsing.
2005-12-20 Jason StubbsRemove old debugging related error message.
2005-12-19 Marius MauchMake digest errors more verbose
2005-12-19 Marius Mauchadding multi-hash support
2005-12-19 Marius Mauchfix custom module (bug #116024)
2005-12-19 Jason StubbsMake the dep_zapdeps a little bit more readable.
2005-12-19 Jason StubbsCheck if atoms are masked when scanning for which ...
2005-12-19 Jason StubbsRemoved the now unnecessary dep_opconvert portage function.
2005-12-19 Brian Harringfurther type -> isinstance cleanup in dep crap
2005-12-19 Brian Harringmoved cpv funcs out of the block of dep funcs, removed...
2005-12-18 Brian Harringremoved unnecessary reconstruct_eclasses import
2005-12-18 Brian Harringparallel-fetch, baby.
2005-12-18 Brian Harringcouple of tweaks. fixed up whitespacing for template...
2005-12-17 Jason StubbsUnpack the _eclasses_ value as it's packed by the datab...
2005-12-17 Jason StubbsCheck if atoms with matching keys will result in higher...
2005-12-15 Mike Frysingerferringb says: i pity the fool who doesnt use better...
2005-12-15 Mike FrysingerBug 115519 by Diego Petteno: Fix ldconfig command order...
2005-12-14 Jason StubbsAdd USE_EXPAND_HIDDEN so that users can extend it witho...
2005-12-14 Brian HarringUse soft limit, not hard limit.
2005-12-13 Jason StubbsPrevent USE_EXPAND variables from bypassing use.mask
2005-12-11 Jason StubbsRemoved the specific check against PORTAGE_CALLER with...
2005-12-10 Mike Frysingerfix the fetch/digest shortcuts so they dont break norma...
2005-12-09 Mike Frysingeronly digest/fetch files when the operation warrants it
2005-12-07 Jason Stubbss/series/serious/ mistake
2005-12-07 Mike Frysingercleanse maketest once and for all
next