summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Bug #300388 - Fix terminal handling code to so term codes aren't sent whenZac Medico2010-01-111-1/+1
* Bug #274497 - Misc spelling, grammar, and terminology fixes, includingZac Medico2009-10-091-5/+5
* Replace dict.keys() usage with __iter__(), since it behaves identically inZac Medico2009-09-221-2/+2
* Fix sorted() keyword arg for py3k.Zac Medico2009-09-211-1/+2
* Define long as int when Python 3 is used.Arfrever Frehtes Taifersar Arahesis2009-09-211-0/+3
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-4/+4
* Use range() instead of xrange() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
* Fix all remaining SyntaxErrors with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
* Fix typos in http.client imports.Zac Medico2009-09-201-6/+6
* Update system imports for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-11/+28
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-16/+16
* Use portage.os and _encodings['fs'] where appropriate.Zac Medico2009-08-181-5/+12
* Prepare 308 messages to localization.Arfrever Frehtes Taifersar Arahesis2009-08-151-26/+27
* Add a new portage.util.shlex_split() function to wrap all shlex.split() calls,Zac Medico2009-08-061-3/+3
* Use protocol=2 for pickle.dump() calls, so that pickles written by py3k willZac Medico2009-03-101-3/+3
* Set Unpickler.find_global = None when possible and handle AttributeErrorZac Medico2009-03-051-1/+7
* Fix StringIO imports so that 2to3 can handle them. Also, replace shlex +Zac Medico2009-02-201-4/+3
* Handle ValueError when unpickling, since this can be triggered by anZac Medico2009-02-191-1/+1
* For compatibility with python-3.0, always open streams for pickles in binaryZac Medico2009-02-191-4/+5
* Bug #254421 - Make dir_get_metadata() handle 'Connection refused' socket.errorZac Medico2009-01-101-1/+9
* Bug #253563 - Replace hardcoded green/red color strings with GOOD/BAD. ThanksZac Medico2009-01-091-9/+16
* Import cPickle as pickle instead of vice versa. Eases 2to3's job becauseZac Medico2008-09-231-8/+8
* Py3k compatibility patch by Ali Polatel <hawking@g.o>.Zac Medico2008-07-021-5/+6
* Py3k compatibility patch #1 by Ali Polatel <hawking@g.o>.Zac Medico2008-07-011-6/+6
* Make PackageIndex use SlotDict for package metadata storage. The set ofZac Medico2008-06-261-6/+27
* Make dir_get_metadata() retry if a httplib.ResponseNotReady exceptionZac Medico2008-04-221-0/+8
* Make file_get() redirect FETCHCOMMAND output to stdout just likeZac Medico2008-04-111-1/+6
* When reading and writing the Packages index file, translate metadata keysZac Medico2008-04-071-4/+10
* * Optimize metadata caching in pordbapi and bindbapi so that cache isZac Medico2008-04-071-2/+7
* Make readpkgindex() and writepkgindex() private methods of PackageIndex.Zac Medico2008-03-081-24/+24
* Convert PackageIndex.packages from a dict to a list so that in the futureZac Medico2008-03-071-7/+16
* Bug #200231 - Make dir_get_metadata() handle an exception thrownZac Medico2007-11-271-2/+11
* Make dir_get_metadata() return early if the current user doesZac Medico2007-11-151-0/+7
* It is not cool and/or helpfull to see an HTML dump of someZac Medico2007-11-081-3/+0
* Pass into the PackageIndex constructor a list of packageZac Medico2007-10-121-7/+12
* Pass default package metadata values into the PackageIndexZac Medico2007-10-121-10/+9
* Split USE evaluation code out of binarytree.inject() soZac Medico2007-10-111-7/+2
* Make portdbapi and bindbapi cache PROVIDE in orderZac Medico2007-10-111-0/+3
* Cache IUSE in bindbapi to optimize --newuse calculations.Zac Medico2007-10-101-0/+4
* In PackageIndex.write(), skip writing the CHOST for aZac Medico2007-10-061-0/+3
* In PackageIndex.readBody(), make each package entryZac Medico2007-10-061-0/+3
* Bug #194552 - Include EAPI in the binary package metadata index.Zac Medico2007-10-061-0/+3
* Bug #192195 - In dir_get_list(), append a trailing / to the address whenZac Medico2007-09-121-0/+4
* Prevent output from being flushed to the console too frequently in dir_get_me...Zac Medico2007-08-221-10/+30
* Send cache hit/miss status updates to stdout instead of stderr and add some m...Zac Medico2007-08-221-11/+22
* Show cache miss/hit counts all on one line, using \r to return to the beginni...Zac Medico2007-08-221-3/+9
* Run pychecker over everything, fix obvious thing slike modules not in use, va...Alec Warner2007-07-221-13/+12
* Remove fallback imports for set(), and note minimum requirement of python-2.4Marius Mauch2007-07-051-3/+0
* Allow SystemExit through as usual.Zac Medico2007-06-251-0/+2