summaryrefslogtreecommitdiffstats
path: root/pym/portage/getbinpkg.py
Commit message (Expand)AuthorAgeFilesLines
* Use unicode_literals more.Zac Medico2013-01-181-1/+3
* Handle closed sys.__stdin__, for multiprocessingZac Medico2012-12-151-1/+1
* Remove old binhost protocol for bug #438640.Zac Medico2012-10-171-0/+40
* Handle KeyError when loading pickles.Zac Medico2012-09-281-1/+3
* Use sys.__std*.fileno() in case of overrides.Zac Medico2012-08-221-3/+5
* Split out _hide_url_passwd() and use it more.Zac Medico2012-05-131-2/+4
* getbinpkg: fix base64 usage for python3Zac Medico2012-05-131-4/+9
* getbinpkg: fix old binhost protocol for python3Zac Medico2011-09-081-3/+12
* Handle unpickle EOFError.Zac Medico2011-09-031-1/+1
* Handle unpickle AttributeError (bug #381705).Zac Medico2011-09-031-1/+1
* make_http_request: fix request argumentsZac Medico2011-06-031-1/+1
* Update date headers for modified files.v2.2.0_alpha24Zac Medico2011-02-151-1/+1
* Add support for grabbing Packages files using external programs.David James2011-02-131-2/+4
* getbinpkg.py: auto-handle NotImplementedErrorZac Medico2010-12-161-1/+1
* getbinpkg.py: use local HTTPSConnection importv2.2.0_alpha9Zac Medico2010-12-151-2/+12
* Bug #338190 - Handle more exceptions inside getbinpkg.dir_get_metadata().Zac Medico2010-09-211-1/+11
* Ensure SystemExit is never caught.Zac Medico2010-08-261-1/+1
* 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.v2.2_pre4Zac 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