summaryrefslogtreecommitdiffstats
path: root/pym/getbinpkg.py
Commit message (Expand)AuthorAgeFilesLines
* Fix file_get_lib() so it behaves the same way with sftp as it does with other...Zac Medico2007-06-251-1/+18
* For bug #175891, add sftp protocol support via the paramiko library.Zac Medico2007-06-251-0/+20
* Clean up file_get() to use shlex, varexpand, and spawn. (trunk r7014)Zac Medico2007-06-251-22/+13
* dont break when the binhost url doesn't end with a slash (bug #144440, trunk ...Zac Medico2007-06-241-2/+8
* Remove more unnecessary list generation. (trunk r6913)Zac Medico2007-06-221-2/+1
* Fix typos from the previous commit.Zac Medico2007-01-121-2/+2
* Use startswith and endswith to simplify code.Zac Medico2007-01-121-3/+3
* Begin the deprecation of the string moduleAlec Warner2007-01-121-13/+12
* EOFError is also important according to ZacAlec Warner2007-01-121-1/+1
* getbinpkg.py fix except: open can be IOERror or OSError and cPickle can throw...Alec Warner2007-01-121-3/+1
* Make sure that myid is defined for the previous commit.Zac Medico2007-01-041-1/+2
* When fetching metadata from a binhost, reconnect if the http server closes th...Zac Medico2007-01-041-2/+14
* Make sure stderr is flushed since os._exit doesn't flush stdio buffers.Zac Medico2007-01-031-0/+1
* Use os._exit instead of sys.exit in a forked child process.Zac Medico2007-01-031-1/+1
* Cleanse stale metadata cache for binpkgs that have been removed from the remo...Zac Medico2006-08-071-0/+12
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
* Fix quoting for bug 109739Alec Warner2006-06-011-2/+2
* Change == None to is NoneAlec Warner2006-04-071-1/+1
* cPickle import protection; fall back to pickle if cPickle is unavailable.Brian Harring2006-02-081-1/+6
* Prevent traceback on fetcher failure and properly check for error conditionsJason Stubbs2005-12-211-1/+4
* bye bye mr. cvs_id_stringBrian Harring2005-08-301-1/+1
* header changes, $Header: -> $Id:Brian Harring2005-08-301-1/+1
* Migration (without history) of the current stable line to subversion.Jason Stubbs2005-08-281-0/+541